1 | [ Jul 10 23:01:42 Enabled. ] | ||
2 | [ Jul 10 23:01:42 Rereading configuration. ] | ||
3 | [ Jul 10 23:01:44 Rereading configuration. ] | ||
4 | [ Jul 10 23:01:55 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ Jul 10 23:01:56 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.07.10 23:01:56.866865 [ 1 ] {} <Information> Application: Will watch for the process with pid 1088 | ||
33 | 2024.07.10 23:01:56.867422 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.07.10 23:01:57.419111 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 1088 | ||
35 | 2024.07.10 23:01:57.419826 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.07.10 23:01:57.420505 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.07.10 23:01:57.505733 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.07.10 23:01:57.525480 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.07.10 23:01:57.525526 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.07.10 23:01:57.525543 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.07.10 23:01:57.525608 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.07.10 23:01:57.525910 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.07.10 23:01:57.527933 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.07.10 23:01:57.528554 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.07.10 23:01:57.529672 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
49 | 2024.07.10 23:01:57.529714 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
50 | 2024.07.10 23:01:57.529732 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.07.10 23:01:57.529979 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.07.10 23:01:57.531035 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.07.10 23:01:57.536304 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.07.10 23:01:57.537040 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.07.10 23:01:57.538376 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.07.10 23:01:57.538437 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.07.10 23:01:57.539911 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.07.10 23:01:57.540188 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.07.10 23:01:57.544400 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.07.10 23:01:57.544800 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.07.10 23:01:57.546371 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.07.10 23:01:57.546731 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.07.10 23:01:57.547075 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.07.10 23:01:57.547388 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.07.10 23:01:57.548665 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.07.10 23:01:57.548693 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.07.10 23:01:57.548786 [ 185 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.07.10 23:01:57.548953 [ 185 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.07.10 23:01:57.556957 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.07.10 23:01:57.556988 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000155904 sec | ||
74 | 2024.07.10 23:01:57.557028 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.07.10 23:01:57.557040 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.07.10 23:01:57.558183 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.07.10 23:01:57.559223 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.07.10 23:01:57.559247 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.07.10 23:01:57.559278 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.07.10 23:01:57.559293 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.07.10 23:01:57.559306 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.07.10 23:01:57.559337 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.07.10 23:01:57.559349 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.07.10 23:01:57.559365 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.07.10 23:01:57.559396 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.07.10 23:01:57.559410 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.07.10 23:01:57.559424 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.07.10 23:01:57.559440 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.07.10 23:01:57.559471 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.07.10 23:01:57.559487 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.07.10 23:01:57.559502 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.07.10 23:01:57.559529 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.07.10 23:01:57.559544 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.07.10 23:01:57.597309 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.07.10 23:01:57.598557 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.07.10 23:01:57.598585 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.5131e-05 sec | ||
97 | 2024.07.10 23:01:57.598598 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.07.10 23:01:57.598614 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.07.10 23:01:57.598638 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.07.10 23:01:57.598810 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.07.10 23:01:57.598850 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.07.10 23:01:57.598863 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.07.10 23:01:57.598879 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
104 | 2024.07.10 23:01:57.598891 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.07.10 23:01:57.647366 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.07.10 23:01:57.842695 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.07.10 23:01:57.842748 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.07.10 23:01:57.920243 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.07.10 23:01:57.920468 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.21 MiB | ||
110 | 2024.07.10 23:01:57.921338 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3581e-05 sec. | ||
111 | 2024.07.10 23:01:57.921688 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.07.10 23:01:57.921794 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.07.10 23:01:57.921858 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.07.10 23:01:57.921878 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.07.10 23:02:01.948849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.07.10 23:02:01.949126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.07.10 23:02:01.949174 [ 3 ] {} <Debug> HTTP-Session: 652821d3-624d-47e3-b6a0-258db11cf6f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
118 | 2024.07.10 23:02:01.949210 [ 3 ] {} <Debug> HTTP-Session: 652821d3-624d-47e3-b6a0-258db11cf6f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.07.10 23:02:01.949233 [ 3 ] {} <Debug> HTTP-Session: 652821d3-624d-47e3-b6a0-258db11cf6f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.07.10 23:02:01.949330 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.07.10 23:02:01.949370 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
122 | 2024.07.10 23:02:01.949397 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
123 | 2024.07.10 23:02:01.949467 [ 3 ] {} <Trace> HTTP-Session: 652821d3-624d-47e3-b6a0-258db11cf6f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.07.10 23:02:01.950653 [ 3 ] {0055c653-0cd3-4f89-856d-908fbe54f6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.07.10 23:02:01.989438 [ 3 ] {0055c653-0cd3-4f89-856d-908fbe54f6ca} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41497) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
126 | |||
127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
148 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.07.10 23:02:01.990189 [ 3 ] {0055c653-0cd3-4f89-856d-908fbe54f6ca} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
151 | |||
152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
173 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.07.10 23:02:01.991604 [ 3 ] {} <Debug> HTTP-Session: 652821d3-624d-47e3-b6a0-258db11cf6f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.07.10 23:02:01.994200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.07.10 23:02:01.994284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.07.10 23:02:01.994316 [ 3 ] {} <Debug> HTTP-Session: fc69b4e7-3cdd-471b-9931-0dd4a90a9054 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
179 | 2024.07.10 23:02:01.994348 [ 3 ] {} <Debug> HTTP-Session: fc69b4e7-3cdd-471b-9931-0dd4a90a9054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.07.10 23:02:01.994365 [ 3 ] {} <Debug> HTTP-Session: fc69b4e7-3cdd-471b-9931-0dd4a90a9054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.07.10 23:02:01.994420 [ 3 ] {} <Trace> HTTP-Session: fc69b4e7-3cdd-471b-9931-0dd4a90a9054 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.07.10 23:02:01.995724 [ 3 ] {941c3008-51fb-4dc8-b39c-61630d4592aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.07.10 23:02:01.995848 [ 3 ] {941c3008-51fb-4dc8-b39c-61630d4592aa} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.07.10 23:02:01.997894 [ 3 ] {941c3008-51fb-4dc8-b39c-61630d4592aa} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.07.10 23:02:02.000169 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.68 MiB, peak 158.69 MiB, free memory in arenas 0.00 B, will set to 166.01 MiB (RSS), difference: 7.33 MiB | ||
186 | 2024.07.10 23:02:02.000746 [ 3 ] {941c3008-51fb-4dc8-b39c-61630d4592aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
187 | 2024.07.10 23:02:02.006925 [ 3 ] {941c3008-51fb-4dc8-b39c-61630d4592aa} <Debug> DynamicQueryHandler: Done processing query | ||
188 | 2024.07.10 23:02:02.006967 [ 3 ] {941c3008-51fb-4dc8-b39c-61630d4592aa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
189 | 2024.07.10 23:02:02.006986 [ 3 ] {} <Debug> HTTP-Session: fc69b4e7-3cdd-471b-9931-0dd4a90a9054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
190 | 2024.07.10 23:02:02.010364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
191 | 2024.07.10 23:02:02.010455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
192 | 2024.07.10 23:02:02.010480 [ 3 ] {} <Debug> HTTP-Session: eda11383-229b-4335-9cf0-170fa26fec7e Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
193 | 2024.07.10 23:02:02.010509 [ 3 ] {} <Debug> HTTP-Session: eda11383-229b-4335-9cf0-170fa26fec7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.07.10 23:02:02.010528 [ 3 ] {} <Debug> HTTP-Session: eda11383-229b-4335-9cf0-170fa26fec7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
195 | 2024.07.10 23:02:02.010578 [ 3 ] {} <Trace> HTTP-Session: eda11383-229b-4335-9cf0-170fa26fec7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
196 | 2024.07.10 23:02:02.010760 [ 3 ] {3df51981-01d5-4afe-a490-cfc98622f5ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
197 | 2024.07.10 23:02:02.011093 [ 3 ] {3df51981-01d5-4afe-a490-cfc98622f5ce} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41497) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
198 | |||
199 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
200 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
201 | 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 | ||
202 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
203 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
204 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
205 | 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 | ||
206 | 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 | ||
207 | 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 | ||
208 | 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 | ||
209 | 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 | ||
210 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
211 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
212 | 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 | ||
213 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
214 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
215 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
216 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
217 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
218 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
219 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
220 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
221 | |||
222 | 2024.07.10 23:02:02.011242 [ 3 ] {3df51981-01d5-4afe-a490-cfc98622f5ce} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
223 | |||
224 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
225 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
226 | 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 | ||
227 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
228 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
229 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
230 | 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 | ||
231 | 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 | ||
232 | 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 | ||
233 | 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 | ||
234 | 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 | ||
235 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
236 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
237 | 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 | ||
238 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
239 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
240 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
241 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
242 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
243 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
244 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
245 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
246 | (version 23.8.7.1) | ||
247 | 2024.07.10 23:02:02.011414 [ 3 ] {} <Debug> HTTP-Session: eda11383-229b-4335-9cf0-170fa26fec7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
248 | 2024.07.10 23:02:02.014400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
249 | 2024.07.10 23:02:02.014465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
250 | 2024.07.10 23:02:02.014488 [ 3 ] {} <Debug> HTTP-Session: 401ec959-334d-40ab-91d3-09711ca4b56d Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
251 | 2024.07.10 23:02:02.014513 [ 3 ] {} <Debug> HTTP-Session: 401ec959-334d-40ab-91d3-09711ca4b56d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.07.10 23:02:02.014532 [ 3 ] {} <Debug> HTTP-Session: 401ec959-334d-40ab-91d3-09711ca4b56d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
253 | 2024.07.10 23:02:02.014570 [ 3 ] {} <Trace> HTTP-Session: 401ec959-334d-40ab-91d3-09711ca4b56d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
254 | 2024.07.10 23:02:02.014771 [ 3 ] {75c0f64d-2db5-47c2-9d44-82ebfd355b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
255 | 2024.07.10 23:02:02.014966 [ 3 ] {75c0f64d-2db5-47c2-9d44-82ebfd355b0b} <Debug> DynamicQueryHandler: Done processing query | ||
256 | 2024.07.10 23:02:02.014992 [ 3 ] {} <Debug> HTTP-Session: 401ec959-334d-40ab-91d3-09711ca4b56d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
257 | 2024.07.10 23:02:02.015132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
258 | 2024.07.10 23:02:02.015187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
259 | 2024.07.10 23:02:02.015212 [ 3 ] {} <Debug> HTTP-Session: a74024d8-7114-44c0-a1fc-f7beee3155f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
260 | 2024.07.10 23:02:02.015231 [ 3 ] {} <Debug> HTTP-Session: a74024d8-7114-44c0-a1fc-f7beee3155f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.07.10 23:02:02.015250 [ 3 ] {} <Debug> HTTP-Session: a74024d8-7114-44c0-a1fc-f7beee3155f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
262 | 2024.07.10 23:02:02.015290 [ 3 ] {} <Trace> HTTP-Session: a74024d8-7114-44c0-a1fc-f7beee3155f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
263 | 2024.07.10 23:02:02.015387 [ 3 ] {0afcc63f-a42f-413e-ae51-f0c8aff6b7c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
264 | 2024.07.10 23:02:02.015458 [ 3 ] {0afcc63f-a42f-413e-ae51-f0c8aff6b7c8} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
265 | 2024.07.10 23:02:02.016712 [ 3 ] {0afcc63f-a42f-413e-ae51-f0c8aff6b7c8} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
266 | 2024.07.10 23:02:02.016734 [ 3 ] {0afcc63f-a42f-413e-ae51-f0c8aff6b7c8} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.37e-05 sec | ||
267 | 2024.07.10 23:02:02.016753 [ 3 ] {0afcc63f-a42f-413e-ae51-f0c8aff6b7c8} <Trace> ReferentialDeps: No tables | ||
268 | 2024.07.10 23:02:02.016768 [ 3 ] {0afcc63f-a42f-413e-ae51-f0c8aff6b7c8} <Trace> LoadingDeps: No tables | ||
269 | 2024.07.10 23:02:02.016789 [ 3 ] {0afcc63f-a42f-413e-ae51-f0c8aff6b7c8} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
270 | 2024.07.10 23:02:02.016904 [ 3 ] {0afcc63f-a42f-413e-ae51-f0c8aff6b7c8} <Debug> DynamicQueryHandler: Done processing query | ||
271 | 2024.07.10 23:02:02.016929 [ 3 ] {} <Debug> HTTP-Session: a74024d8-7114-44c0-a1fc-f7beee3155f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
272 | 2024.07.10 23:02:02.017042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
273 | 2024.07.10 23:02:02.017090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
274 | 2024.07.10 23:02:02.017111 [ 3 ] {} <Debug> HTTP-Session: 3c7cbf38-da08-48bb-9c23-ea2219195212 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
275 | 2024.07.10 23:02:02.017150 [ 3 ] {} <Debug> HTTP-Session: 3c7cbf38-da08-48bb-9c23-ea2219195212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.07.10 23:02:02.017163 [ 3 ] {} <Debug> HTTP-Session: 3c7cbf38-da08-48bb-9c23-ea2219195212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
277 | 2024.07.10 23:02:02.017193 [ 3 ] {} <Trace> HTTP-Session: 3c7cbf38-da08-48bb-9c23-ea2219195212 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
278 | 2024.07.10 23:02:02.017333 [ 3 ] {82c42fa1-3956-40ce-a104-73fa9fc8dfda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) /* The version table contains metadata about the `oximeter` database */ | ||
279 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
280 | 2024.07.10 23:02:02.017379 [ 3 ] {82c42fa1-3956-40ce-a104-73fa9fc8dfda} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
281 | 2024.07.10 23:02:02.020847 [ 3 ] {82c42fa1-3956-40ce-a104-73fa9fc8dfda} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
282 | 2024.07.10 23:02:02.021863 [ 3 ] {82c42fa1-3956-40ce-a104-73fa9fc8dfda} <Debug> oximeter.version (3d9b2ccf-e4bf-489c-be3a-cb419e3d0bcf): Loading data parts | ||
283 | 2024.07.10 23:02:02.022252 [ 3 ] {82c42fa1-3956-40ce-a104-73fa9fc8dfda} <Debug> oximeter.version (3d9b2ccf-e4bf-489c-be3a-cb419e3d0bcf): There are no data parts | ||
284 | 2024.07.10 23:02:02.024818 [ 3 ] {82c42fa1-3956-40ce-a104-73fa9fc8dfda} <Debug> DynamicQueryHandler: Done processing query | ||
285 | 2024.07.10 23:02:02.024845 [ 3 ] {} <Debug> HTTP-Session: 3c7cbf38-da08-48bb-9c23-ea2219195212 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
286 | 2024.07.10 23:02:02.024973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
287 | 2024.07.10 23:02:02.025030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
288 | 2024.07.10 23:02:02.025048 [ 3 ] {} <Debug> HTTP-Session: f2700a8b-0cd3-4f32-99f4-d31fb3a99618 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
289 | 2024.07.10 23:02:02.025071 [ 3 ] {} <Debug> HTTP-Session: f2700a8b-0cd3-4f32-99f4-d31fb3a99618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.07.10 23:02:02.025088 [ 3 ] {} <Debug> HTTP-Session: f2700a8b-0cd3-4f32-99f4-d31fb3a99618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
291 | 2024.07.10 23:02:02.025121 [ 3 ] {} <Trace> HTTP-Session: f2700a8b-0cd3-4f32-99f4-d31fb3a99618 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
292 | 2024.07.10 23:02:02.025329 [ 3 ] {643fabc7-d5f9-4700-bb3f-f3b8802d021c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) /* The measurement tables contain all individual samples from each timeseries. | ||
293 | * | ||
294 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
295 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
296 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
297 | * by all samples from the same timeseries. | ||
298 | * | ||
299 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
300 | * and then uses that to index quickly into the measurements tables. | ||
301 | */ | ||
302 | 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) | ||
303 | 2024.07.10 23:02:02.025386 [ 3 ] {643fabc7-d5f9-4700-bb3f-f3b8802d021c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
304 | 2024.07.10 23:02:02.031747 [ 3 ] {643fabc7-d5f9-4700-bb3f-f3b8802d021c} <Debug> oximeter.measurements_bool (0b1aa3a4-9e37-4422-ae2f-5e97baf81cb0): Loading data parts | ||
305 | 2024.07.10 23:02:02.031905 [ 3 ] {643fabc7-d5f9-4700-bb3f-f3b8802d021c} <Debug> oximeter.measurements_bool (0b1aa3a4-9e37-4422-ae2f-5e97baf81cb0): There are no data parts | ||
306 | 2024.07.10 23:02:02.033228 [ 3 ] {643fabc7-d5f9-4700-bb3f-f3b8802d021c} <Debug> DynamicQueryHandler: Done processing query | ||
307 | 2024.07.10 23:02:02.033254 [ 3 ] {} <Debug> HTTP-Session: f2700a8b-0cd3-4f32-99f4-d31fb3a99618 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
308 | 2024.07.10 23:02:02.033379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
309 | 2024.07.10 23:02:02.033440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
310 | 2024.07.10 23:02:02.033460 [ 3 ] {} <Debug> HTTP-Session: c5b53ad6-280c-44fe-bda9-1bb268a312cc Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
311 | 2024.07.10 23:02:02.033483 [ 3 ] {} <Debug> HTTP-Session: c5b53ad6-280c-44fe-bda9-1bb268a312cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.07.10 23:02:02.033499 [ 3 ] {} <Debug> HTTP-Session: c5b53ad6-280c-44fe-bda9-1bb268a312cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
313 | 2024.07.10 23:02:02.033532 [ 3 ] {} <Trace> HTTP-Session: c5b53ad6-280c-44fe-bda9-1bb268a312cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
314 | 2024.07.10 23:02:02.033720 [ 3 ] {28552106-f8b0-44be-8ed7-021f1c675847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
315 | 2024.07.10 23:02:02.033777 [ 3 ] {28552106-f8b0-44be-8ed7-021f1c675847} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
316 | 2024.07.10 23:02:02.035267 [ 3 ] {28552106-f8b0-44be-8ed7-021f1c675847} <Debug> oximeter.measurements_i8 (898a85b9-af62-48ec-bea5-e764cd0cba5e): Loading data parts | ||
317 | 2024.07.10 23:02:02.035418 [ 3 ] {28552106-f8b0-44be-8ed7-021f1c675847} <Debug> oximeter.measurements_i8 (898a85b9-af62-48ec-bea5-e764cd0cba5e): There are no data parts | ||
318 | 2024.07.10 23:02:02.036670 [ 3 ] {28552106-f8b0-44be-8ed7-021f1c675847} <Debug> DynamicQueryHandler: Done processing query | ||
319 | 2024.07.10 23:02:02.036694 [ 3 ] {} <Debug> HTTP-Session: c5b53ad6-280c-44fe-bda9-1bb268a312cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
320 | 2024.07.10 23:02:02.036800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
321 | 2024.07.10 23:02:02.036852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
322 | 2024.07.10 23:02:02.036871 [ 3 ] {} <Debug> HTTP-Session: 2f46392b-465f-46be-8dfc-f62a5a504b44 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
323 | 2024.07.10 23:02:02.036890 [ 3 ] {} <Debug> HTTP-Session: 2f46392b-465f-46be-8dfc-f62a5a504b44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.07.10 23:02:02.036907 [ 3 ] {} <Debug> HTTP-Session: 2f46392b-465f-46be-8dfc-f62a5a504b44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
325 | 2024.07.10 23:02:02.036938 [ 3 ] {} <Trace> HTTP-Session: 2f46392b-465f-46be-8dfc-f62a5a504b44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
326 | 2024.07.10 23:02:02.037111 [ 3 ] {11bd910d-c29e-44c3-89a5-497b5d67b2f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
327 | 2024.07.10 23:02:02.037163 [ 3 ] {11bd910d-c29e-44c3-89a5-497b5d67b2f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
328 | 2024.07.10 23:02:02.038627 [ 3 ] {11bd910d-c29e-44c3-89a5-497b5d67b2f1} <Debug> oximeter.measurements_u8 (c6efa3b5-84b9-4c3a-8857-ed58a73f1998): Loading data parts | ||
329 | 2024.07.10 23:02:02.038775 [ 3 ] {11bd910d-c29e-44c3-89a5-497b5d67b2f1} <Debug> oximeter.measurements_u8 (c6efa3b5-84b9-4c3a-8857-ed58a73f1998): There are no data parts | ||
330 | 2024.07.10 23:02:02.039992 [ 3 ] {11bd910d-c29e-44c3-89a5-497b5d67b2f1} <Debug> DynamicQueryHandler: Done processing query | ||
331 | 2024.07.10 23:02:02.040017 [ 3 ] {} <Debug> HTTP-Session: 2f46392b-465f-46be-8dfc-f62a5a504b44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
332 | 2024.07.10 23:02:02.040133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
333 | 2024.07.10 23:02:02.040187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
334 | 2024.07.10 23:02:02.040211 [ 3 ] {} <Debug> HTTP-Session: c047570e-6fd1-4d2b-9c71-71ae7b989766 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
335 | 2024.07.10 23:02:02.040226 [ 3 ] {} <Debug> HTTP-Session: c047570e-6fd1-4d2b-9c71-71ae7b989766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.07.10 23:02:02.040244 [ 3 ] {} <Debug> HTTP-Session: c047570e-6fd1-4d2b-9c71-71ae7b989766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
337 | 2024.07.10 23:02:02.040278 [ 3 ] {} <Trace> HTTP-Session: c047570e-6fd1-4d2b-9c71-71ae7b989766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
338 | 2024.07.10 23:02:02.040447 [ 3 ] {f7eebb20-69ec-444c-be03-266f8f99305f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
339 | 2024.07.10 23:02:02.040505 [ 3 ] {f7eebb20-69ec-444c-be03-266f8f99305f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
340 | 2024.07.10 23:02:02.041996 [ 3 ] {f7eebb20-69ec-444c-be03-266f8f99305f} <Debug> oximeter.measurements_i16 (2cdb5797-1f9a-4e11-b921-738b3f6234af): Loading data parts | ||
341 | 2024.07.10 23:02:02.042146 [ 3 ] {f7eebb20-69ec-444c-be03-266f8f99305f} <Debug> oximeter.measurements_i16 (2cdb5797-1f9a-4e11-b921-738b3f6234af): There are no data parts | ||
342 | 2024.07.10 23:02:02.043381 [ 3 ] {f7eebb20-69ec-444c-be03-266f8f99305f} <Debug> DynamicQueryHandler: Done processing query | ||
343 | 2024.07.10 23:02:02.043405 [ 3 ] {} <Debug> HTTP-Session: c047570e-6fd1-4d2b-9c71-71ae7b989766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
344 | 2024.07.10 23:02:02.043527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
345 | 2024.07.10 23:02:02.043581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
346 | 2024.07.10 23:02:02.043600 [ 3 ] {} <Debug> HTTP-Session: 24b3f254-2cf5-4b8f-817f-9b018aad7937 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
347 | 2024.07.10 23:02:02.043622 [ 3 ] {} <Debug> HTTP-Session: 24b3f254-2cf5-4b8f-817f-9b018aad7937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.07.10 23:02:02.043640 [ 3 ] {} <Debug> HTTP-Session: 24b3f254-2cf5-4b8f-817f-9b018aad7937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
349 | 2024.07.10 23:02:02.043669 [ 3 ] {} <Trace> HTTP-Session: 24b3f254-2cf5-4b8f-817f-9b018aad7937 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
350 | 2024.07.10 23:02:02.043842 [ 3 ] {4db55224-b06c-4219-993d-f80e542e6f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
351 | 2024.07.10 23:02:02.043898 [ 3 ] {4db55224-b06c-4219-993d-f80e542e6f4d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
352 | 2024.07.10 23:02:02.045352 [ 3 ] {4db55224-b06c-4219-993d-f80e542e6f4d} <Debug> oximeter.measurements_u16 (3e8827d1-ed49-4df6-8f84-dc5dc45ad925): Loading data parts | ||
353 | 2024.07.10 23:02:02.045499 [ 3 ] {4db55224-b06c-4219-993d-f80e542e6f4d} <Debug> oximeter.measurements_u16 (3e8827d1-ed49-4df6-8f84-dc5dc45ad925): There are no data parts | ||
354 | 2024.07.10 23:02:02.046732 [ 3 ] {4db55224-b06c-4219-993d-f80e542e6f4d} <Debug> DynamicQueryHandler: Done processing query | ||
355 | 2024.07.10 23:02:02.046767 [ 3 ] {} <Debug> HTTP-Session: 24b3f254-2cf5-4b8f-817f-9b018aad7937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
356 | 2024.07.10 23:02:02.046877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
357 | 2024.07.10 23:02:02.046930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
358 | 2024.07.10 23:02:02.046957 [ 3 ] {} <Debug> HTTP-Session: cc40d733-d8fa-468c-b05d-6a3138ee7348 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
359 | 2024.07.10 23:02:02.046972 [ 3 ] {} <Debug> HTTP-Session: cc40d733-d8fa-468c-b05d-6a3138ee7348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.07.10 23:02:02.046992 [ 3 ] {} <Debug> HTTP-Session: cc40d733-d8fa-468c-b05d-6a3138ee7348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
361 | 2024.07.10 23:02:02.047029 [ 3 ] {} <Trace> HTTP-Session: cc40d733-d8fa-468c-b05d-6a3138ee7348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
362 | 2024.07.10 23:02:02.047197 [ 3 ] {f7df1b2a-191b-4487-8306-951cb6b782e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
363 | 2024.07.10 23:02:02.047253 [ 3 ] {f7df1b2a-191b-4487-8306-951cb6b782e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
364 | 2024.07.10 23:02:02.048736 [ 3 ] {f7df1b2a-191b-4487-8306-951cb6b782e4} <Debug> oximeter.measurements_i32 (4c40e17a-bd5f-4128-81b2-ce6df4510b11): Loading data parts | ||
365 | 2024.07.10 23:02:02.048894 [ 3 ] {f7df1b2a-191b-4487-8306-951cb6b782e4} <Debug> oximeter.measurements_i32 (4c40e17a-bd5f-4128-81b2-ce6df4510b11): There are no data parts | ||
366 | 2024.07.10 23:02:02.050138 [ 3 ] {f7df1b2a-191b-4487-8306-951cb6b782e4} <Debug> DynamicQueryHandler: Done processing query | ||
367 | 2024.07.10 23:02:02.050162 [ 3 ] {} <Debug> HTTP-Session: cc40d733-d8fa-468c-b05d-6a3138ee7348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
368 | 2024.07.10 23:02:02.050271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
369 | 2024.07.10 23:02:02.050326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
370 | 2024.07.10 23:02:02.050351 [ 3 ] {} <Debug> HTTP-Session: 921904f6-29a3-45eb-973c-34e3e6ccd6ca Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
371 | 2024.07.10 23:02:02.050367 [ 3 ] {} <Debug> HTTP-Session: 921904f6-29a3-45eb-973c-34e3e6ccd6ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.07.10 23:02:02.050386 [ 3 ] {} <Debug> HTTP-Session: 921904f6-29a3-45eb-973c-34e3e6ccd6ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
373 | 2024.07.10 23:02:02.050420 [ 3 ] {} <Trace> HTTP-Session: 921904f6-29a3-45eb-973c-34e3e6ccd6ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
374 | 2024.07.10 23:02:02.050595 [ 3 ] {6271bc58-29b4-4ec6-888a-8a327f1ddca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
375 | 2024.07.10 23:02:02.050646 [ 3 ] {6271bc58-29b4-4ec6-888a-8a327f1ddca2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
376 | 2024.07.10 23:02:02.052109 [ 3 ] {6271bc58-29b4-4ec6-888a-8a327f1ddca2} <Debug> oximeter.measurements_u32 (19ec4bfa-f754-48c9-8bdf-df3ced0ae2ae): Loading data parts | ||
377 | 2024.07.10 23:02:02.052264 [ 3 ] {6271bc58-29b4-4ec6-888a-8a327f1ddca2} <Debug> oximeter.measurements_u32 (19ec4bfa-f754-48c9-8bdf-df3ced0ae2ae): There are no data parts | ||
378 | 2024.07.10 23:02:02.053498 [ 3 ] {6271bc58-29b4-4ec6-888a-8a327f1ddca2} <Debug> DynamicQueryHandler: Done processing query | ||
379 | 2024.07.10 23:02:02.053534 [ 3 ] {} <Debug> HTTP-Session: 921904f6-29a3-45eb-973c-34e3e6ccd6ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
380 | 2024.07.10 23:02:02.053636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
381 | 2024.07.10 23:02:02.053689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
382 | 2024.07.10 23:02:02.053714 [ 3 ] {} <Debug> HTTP-Session: 8c9ec49e-9fde-4edc-8533-edeca07e274b Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
383 | 2024.07.10 23:02:02.053730 [ 3 ] {} <Debug> HTTP-Session: 8c9ec49e-9fde-4edc-8533-edeca07e274b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.07.10 23:02:02.053751 [ 3 ] {} <Debug> HTTP-Session: 8c9ec49e-9fde-4edc-8533-edeca07e274b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
385 | 2024.07.10 23:02:02.053785 [ 3 ] {} <Trace> HTTP-Session: 8c9ec49e-9fde-4edc-8533-edeca07e274b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
386 | 2024.07.10 23:02:02.053952 [ 3 ] {5b08cc59-572b-4586-98fa-e9e8621e834e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
387 | 2024.07.10 23:02:02.054009 [ 3 ] {5b08cc59-572b-4586-98fa-e9e8621e834e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
388 | 2024.07.10 23:02:02.055482 [ 3 ] {5b08cc59-572b-4586-98fa-e9e8621e834e} <Debug> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): Loading data parts | ||
389 | 2024.07.10 23:02:02.055648 [ 3 ] {5b08cc59-572b-4586-98fa-e9e8621e834e} <Debug> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): There are no data parts | ||
390 | 2024.07.10 23:02:02.056964 [ 3 ] {5b08cc59-572b-4586-98fa-e9e8621e834e} <Debug> DynamicQueryHandler: Done processing query | ||
391 | 2024.07.10 23:02:02.057000 [ 3 ] {} <Debug> HTTP-Session: 8c9ec49e-9fde-4edc-8533-edeca07e274b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
392 | 2024.07.10 23:02:02.057111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
393 | 2024.07.10 23:02:02.057166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
394 | 2024.07.10 23:02:02.057190 [ 3 ] {} <Debug> HTTP-Session: c05cafd8-db27-4720-a5a4-42d786d750b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
395 | 2024.07.10 23:02:02.057212 [ 3 ] {} <Debug> HTTP-Session: c05cafd8-db27-4720-a5a4-42d786d750b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.07.10 23:02:02.057225 [ 3 ] {} <Debug> HTTP-Session: c05cafd8-db27-4720-a5a4-42d786d750b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
397 | 2024.07.10 23:02:02.057260 [ 3 ] {} <Trace> HTTP-Session: c05cafd8-db27-4720-a5a4-42d786d750b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
398 | 2024.07.10 23:02:02.057449 [ 3 ] {0860f15e-86d6-4925-b08b-a63b9dc65b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
399 | 2024.07.10 23:02:02.057502 [ 3 ] {0860f15e-86d6-4925-b08b-a63b9dc65b37} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
400 | 2024.07.10 23:02:02.059021 [ 3 ] {0860f15e-86d6-4925-b08b-a63b9dc65b37} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Loading data parts | ||
401 | 2024.07.10 23:02:02.059185 [ 3 ] {0860f15e-86d6-4925-b08b-a63b9dc65b37} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): There are no data parts | ||
402 | 2024.07.10 23:02:02.060462 [ 3 ] {0860f15e-86d6-4925-b08b-a63b9dc65b37} <Debug> DynamicQueryHandler: Done processing query | ||
403 | 2024.07.10 23:02:02.060500 [ 3 ] {} <Debug> HTTP-Session: c05cafd8-db27-4720-a5a4-42d786d750b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
404 | 2024.07.10 23:02:02.060621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
405 | 2024.07.10 23:02:02.060676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
406 | 2024.07.10 23:02:02.060703 [ 3 ] {} <Debug> HTTP-Session: 46e2ef1c-906c-43d2-8d44-a038ed94b02b Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
407 | 2024.07.10 23:02:02.060719 [ 3 ] {} <Debug> HTTP-Session: 46e2ef1c-906c-43d2-8d44-a038ed94b02b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.07.10 23:02:02.060740 [ 3 ] {} <Debug> HTTP-Session: 46e2ef1c-906c-43d2-8d44-a038ed94b02b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
409 | 2024.07.10 23:02:02.060777 [ 3 ] {} <Trace> HTTP-Session: 46e2ef1c-906c-43d2-8d44-a038ed94b02b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
410 | 2024.07.10 23:02:02.060955 [ 3 ] {e361e6b0-5c61-4f07-8854-47df162f0849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
411 | 2024.07.10 23:02:02.061008 [ 3 ] {e361e6b0-5c61-4f07-8854-47df162f0849} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
412 | 2024.07.10 23:02:02.062632 [ 3 ] {e361e6b0-5c61-4f07-8854-47df162f0849} <Debug> oximeter.measurements_f32 (56c953bd-fea0-445c-9d4b-9018638fd716): Loading data parts | ||
413 | 2024.07.10 23:02:02.062797 [ 3 ] {e361e6b0-5c61-4f07-8854-47df162f0849} <Debug> oximeter.measurements_f32 (56c953bd-fea0-445c-9d4b-9018638fd716): There are no data parts | ||
414 | 2024.07.10 23:02:02.064083 [ 3 ] {e361e6b0-5c61-4f07-8854-47df162f0849} <Debug> DynamicQueryHandler: Done processing query | ||
415 | 2024.07.10 23:02:02.064119 [ 3 ] {} <Debug> HTTP-Session: 46e2ef1c-906c-43d2-8d44-a038ed94b02b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
416 | 2024.07.10 23:02:02.064244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
417 | 2024.07.10 23:02:02.064299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
418 | 2024.07.10 23:02:02.064325 [ 3 ] {} <Debug> HTTP-Session: 61512a58-2479-41a9-a791-a43ab1168e68 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
419 | 2024.07.10 23:02:02.064348 [ 3 ] {} <Debug> HTTP-Session: 61512a58-2479-41a9-a791-a43ab1168e68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.07.10 23:02:02.064361 [ 3 ] {} <Debug> HTTP-Session: 61512a58-2479-41a9-a791-a43ab1168e68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
421 | 2024.07.10 23:02:02.064396 [ 3 ] {} <Trace> HTTP-Session: 61512a58-2479-41a9-a791-a43ab1168e68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
422 | 2024.07.10 23:02:02.064575 [ 3 ] {b722951b-0af9-41cf-af02-8e1690cd9757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
423 | 2024.07.10 23:02:02.064628 [ 3 ] {b722951b-0af9-41cf-af02-8e1690cd9757} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
424 | 2024.07.10 23:02:02.066160 [ 3 ] {b722951b-0af9-41cf-af02-8e1690cd9757} <Debug> oximeter.measurements_f64 (1b3e6486-5154-4222-90e4-78553db03e8d): Loading data parts | ||
425 | 2024.07.10 23:02:02.066324 [ 3 ] {b722951b-0af9-41cf-af02-8e1690cd9757} <Debug> oximeter.measurements_f64 (1b3e6486-5154-4222-90e4-78553db03e8d): There are no data parts | ||
426 | 2024.07.10 23:02:02.067574 [ 3 ] {b722951b-0af9-41cf-af02-8e1690cd9757} <Debug> DynamicQueryHandler: Done processing query | ||
427 | 2024.07.10 23:02:02.067610 [ 3 ] {} <Debug> HTTP-Session: 61512a58-2479-41a9-a791-a43ab1168e68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
428 | 2024.07.10 23:02:02.067744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
429 | 2024.07.10 23:02:02.067806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
430 | 2024.07.10 23:02:02.067825 [ 3 ] {} <Debug> HTTP-Session: 24cdef4d-41ca-4aae-ab00-2c945adf63ad Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
431 | 2024.07.10 23:02:02.067840 [ 3 ] {} <Debug> HTTP-Session: 24cdef4d-41ca-4aae-ab00-2c945adf63ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.07.10 23:02:02.067863 [ 3 ] {} <Debug> HTTP-Session: 24cdef4d-41ca-4aae-ab00-2c945adf63ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
433 | 2024.07.10 23:02:02.067898 [ 3 ] {} <Trace> HTTP-Session: 24cdef4d-41ca-4aae-ab00-2c945adf63ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
434 | 2024.07.10 23:02:02.068072 [ 3 ] {90e23392-b9f9-4382-be72-6ecf1da98006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
435 | 2024.07.10 23:02:02.068126 [ 3 ] {90e23392-b9f9-4382-be72-6ecf1da98006} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
436 | 2024.07.10 23:02:02.069614 [ 3 ] {90e23392-b9f9-4382-be72-6ecf1da98006} <Debug> oximeter.measurements_string (6443e6ca-89bc-444a-97e9-a2bf8e3266f3): Loading data parts | ||
437 | 2024.07.10 23:02:02.069787 [ 3 ] {90e23392-b9f9-4382-be72-6ecf1da98006} <Debug> oximeter.measurements_string (6443e6ca-89bc-444a-97e9-a2bf8e3266f3): There are no data parts | ||
438 | 2024.07.10 23:02:02.071095 [ 3 ] {90e23392-b9f9-4382-be72-6ecf1da98006} <Debug> DynamicQueryHandler: Done processing query | ||
439 | 2024.07.10 23:02:02.071131 [ 3 ] {} <Debug> HTTP-Session: 24cdef4d-41ca-4aae-ab00-2c945adf63ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
440 | 2024.07.10 23:02:02.071248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
441 | 2024.07.10 23:02:02.071294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
442 | 2024.07.10 23:02:02.071321 [ 3 ] {} <Debug> HTTP-Session: 8e8c512a-c593-49f7-92fb-22e58d6ed2df Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
443 | 2024.07.10 23:02:02.071346 [ 3 ] {} <Debug> HTTP-Session: 8e8c512a-c593-49f7-92fb-22e58d6ed2df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.07.10 23:02:02.071359 [ 3 ] {} <Debug> HTTP-Session: 8e8c512a-c593-49f7-92fb-22e58d6ed2df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
445 | 2024.07.10 23:02:02.071395 [ 3 ] {} <Trace> HTTP-Session: 8e8c512a-c593-49f7-92fb-22e58d6ed2df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
446 | 2024.07.10 23:02:02.071573 [ 3 ] {f5628193-2eb6-4261-9dfc-80eeea7c4327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
447 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
448 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
449 | * a string isn't palatable for a few reasons. | ||
450 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
451 | * details. | ||
452 | */ | ||
453 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
454 | 2024.07.10 23:02:02.071635 [ 3 ] {f5628193-2eb6-4261-9dfc-80eeea7c4327} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
455 | 2024.07.10 23:02:02.073129 [ 3 ] {f5628193-2eb6-4261-9dfc-80eeea7c4327} <Debug> oximeter.measurements_bytes (41bb3228-5d29-47b8-b78e-c168168228f3): Loading data parts | ||
456 | 2024.07.10 23:02:02.073291 [ 3 ] {f5628193-2eb6-4261-9dfc-80eeea7c4327} <Debug> oximeter.measurements_bytes (41bb3228-5d29-47b8-b78e-c168168228f3): There are no data parts | ||
457 | 2024.07.10 23:02:02.074562 [ 3 ] {f5628193-2eb6-4261-9dfc-80eeea7c4327} <Debug> DynamicQueryHandler: Done processing query | ||
458 | 2024.07.10 23:02:02.074586 [ 3 ] {} <Debug> HTTP-Session: 8e8c512a-c593-49f7-92fb-22e58d6ed2df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
459 | 2024.07.10 23:02:02.074703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
460 | 2024.07.10 23:02:02.074758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
461 | 2024.07.10 23:02:02.074777 [ 3 ] {} <Debug> HTTP-Session: a6ee7ead-0a97-43f4-8a5c-557925f76bd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
462 | 2024.07.10 23:02:02.074800 [ 3 ] {} <Debug> HTTP-Session: a6ee7ead-0a97-43f4-8a5c-557925f76bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.07.10 23:02:02.074820 [ 3 ] {} <Debug> HTTP-Session: a6ee7ead-0a97-43f4-8a5c-557925f76bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
464 | 2024.07.10 23:02:02.074850 [ 3 ] {} <Trace> HTTP-Session: a6ee7ead-0a97-43f4-8a5c-557925f76bd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
465 | 2024.07.10 23:02:02.075035 [ 3 ] {e55b6e9b-571a-4cbf-a671-f171df423256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
466 | 2024.07.10 23:02:02.075096 [ 3 ] {e55b6e9b-571a-4cbf-a671-f171df423256} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
467 | 2024.07.10 23:02:02.076611 [ 3 ] {e55b6e9b-571a-4cbf-a671-f171df423256} <Debug> oximeter.measurements_cumulativei64 (b55bdced-a10a-4250-b276-9d1c3bc7999d): Loading data parts | ||
468 | 2024.07.10 23:02:02.076761 [ 3 ] {e55b6e9b-571a-4cbf-a671-f171df423256} <Debug> oximeter.measurements_cumulativei64 (b55bdced-a10a-4250-b276-9d1c3bc7999d): There are no data parts | ||
469 | 2024.07.10 23:02:02.078022 [ 3 ] {e55b6e9b-571a-4cbf-a671-f171df423256} <Debug> DynamicQueryHandler: Done processing query | ||
470 | 2024.07.10 23:02:02.078046 [ 3 ] {} <Debug> HTTP-Session: a6ee7ead-0a97-43f4-8a5c-557925f76bd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
471 | 2024.07.10 23:02:02.078176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
472 | 2024.07.10 23:02:02.078232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
473 | 2024.07.10 23:02:02.078259 [ 3 ] {} <Debug> HTTP-Session: fbc884c7-6209-46a6-97b6-721001c1258f Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
474 | 2024.07.10 23:02:02.078275 [ 3 ] {} <Debug> HTTP-Session: fbc884c7-6209-46a6-97b6-721001c1258f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.07.10 23:02:02.078295 [ 3 ] {} <Debug> HTTP-Session: fbc884c7-6209-46a6-97b6-721001c1258f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
476 | 2024.07.10 23:02:02.078332 [ 3 ] {} <Trace> HTTP-Session: fbc884c7-6209-46a6-97b6-721001c1258f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
477 | 2024.07.10 23:02:02.078518 [ 3 ] {dba5b9be-ce6d-4c87-b8ad-3251c72c2ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
478 | 2024.07.10 23:02:02.078582 [ 3 ] {dba5b9be-ce6d-4c87-b8ad-3251c72c2ff5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
479 | 2024.07.10 23:02:02.080090 [ 3 ] {dba5b9be-ce6d-4c87-b8ad-3251c72c2ff5} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Loading data parts | ||
480 | 2024.07.10 23:02:02.080261 [ 3 ] {dba5b9be-ce6d-4c87-b8ad-3251c72c2ff5} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): There are no data parts | ||
481 | 2024.07.10 23:02:02.081525 [ 3 ] {dba5b9be-ce6d-4c87-b8ad-3251c72c2ff5} <Debug> DynamicQueryHandler: Done processing query | ||
482 | 2024.07.10 23:02:02.081550 [ 3 ] {} <Debug> HTTP-Session: fbc884c7-6209-46a6-97b6-721001c1258f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
483 | 2024.07.10 23:02:02.081650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
484 | 2024.07.10 23:02:02.081716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
485 | 2024.07.10 23:02:02.081736 [ 3 ] {} <Debug> HTTP-Session: 44b38551-bb45-4cae-9b0d-5f5229872a1a Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
486 | 2024.07.10 23:02:02.081761 [ 3 ] {} <Debug> HTTP-Session: 44b38551-bb45-4cae-9b0d-5f5229872a1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.07.10 23:02:02.081782 [ 3 ] {} <Debug> HTTP-Session: 44b38551-bb45-4cae-9b0d-5f5229872a1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
488 | 2024.07.10 23:02:02.081811 [ 3 ] {} <Trace> HTTP-Session: 44b38551-bb45-4cae-9b0d-5f5229872a1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
489 | 2024.07.10 23:02:02.081995 [ 3 ] {b2521e99-7888-4bb4-be4a-2cf057e02843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
490 | 2024.07.10 23:02:02.082061 [ 3 ] {b2521e99-7888-4bb4-be4a-2cf057e02843} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
491 | 2024.07.10 23:02:02.083574 [ 3 ] {b2521e99-7888-4bb4-be4a-2cf057e02843} <Debug> oximeter.measurements_cumulativef32 (2260b393-223d-458f-b864-254c8e7852c7): Loading data parts | ||
492 | 2024.07.10 23:02:02.083731 [ 3 ] {b2521e99-7888-4bb4-be4a-2cf057e02843} <Debug> oximeter.measurements_cumulativef32 (2260b393-223d-458f-b864-254c8e7852c7): There are no data parts | ||
493 | 2024.07.10 23:02:02.084997 [ 3 ] {b2521e99-7888-4bb4-be4a-2cf057e02843} <Debug> DynamicQueryHandler: Done processing query | ||
494 | 2024.07.10 23:02:02.085032 [ 3 ] {} <Debug> HTTP-Session: 44b38551-bb45-4cae-9b0d-5f5229872a1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
495 | 2024.07.10 23:02:02.085144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
496 | 2024.07.10 23:02:02.085199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
497 | 2024.07.10 23:02:02.085228 [ 3 ] {} <Debug> HTTP-Session: c70cf052-7cfc-4b93-810e-ed723315c1d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
498 | 2024.07.10 23:02:02.085244 [ 3 ] {} <Debug> HTTP-Session: c70cf052-7cfc-4b93-810e-ed723315c1d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.07.10 23:02:02.085266 [ 3 ] {} <Debug> HTTP-Session: c70cf052-7cfc-4b93-810e-ed723315c1d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
500 | 2024.07.10 23:02:02.085305 [ 3 ] {} <Trace> HTTP-Session: c70cf052-7cfc-4b93-810e-ed723315c1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
501 | 2024.07.10 23:02:02.085485 [ 3 ] {357f1aed-397e-4caa-9210-8af32d6bfd89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
502 | 2024.07.10 23:02:02.085547 [ 3 ] {357f1aed-397e-4caa-9210-8af32d6bfd89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
503 | 2024.07.10 23:02:02.087060 [ 3 ] {357f1aed-397e-4caa-9210-8af32d6bfd89} <Debug> oximeter.measurements_cumulativef64 (ef049c31-9508-4f90-97e3-139d7be7f7d8): Loading data parts | ||
504 | 2024.07.10 23:02:02.087233 [ 3 ] {357f1aed-397e-4caa-9210-8af32d6bfd89} <Debug> oximeter.measurements_cumulativef64 (ef049c31-9508-4f90-97e3-139d7be7f7d8): There are no data parts | ||
505 | 2024.07.10 23:02:02.088475 [ 3 ] {357f1aed-397e-4caa-9210-8af32d6bfd89} <Debug> DynamicQueryHandler: Done processing query | ||
506 | 2024.07.10 23:02:02.088510 [ 3 ] {} <Debug> HTTP-Session: c70cf052-7cfc-4b93-810e-ed723315c1d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
507 | 2024.07.10 23:02:02.088626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
508 | 2024.07.10 23:02:02.088678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
509 | 2024.07.10 23:02:02.088702 [ 3 ] {} <Debug> HTTP-Session: ff066dc9-fa9b-4d50-b1de-24169133c928 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
510 | 2024.07.10 23:02:02.088722 [ 3 ] {} <Debug> HTTP-Session: ff066dc9-fa9b-4d50-b1de-24169133c928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.07.10 23:02:02.088736 [ 3 ] {} <Debug> HTTP-Session: ff066dc9-fa9b-4d50-b1de-24169133c928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
512 | 2024.07.10 23:02:02.088768 [ 3 ] {} <Trace> HTTP-Session: ff066dc9-fa9b-4d50-b1de-24169133c928 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
513 | 2024.07.10 23:02:02.089015 [ 3 ] {b8786474-a728-4c54-97ac-5ebf3601bf98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
514 | * NOTE: Array types cannot be Nullable, see | ||
515 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
516 | * for more details. | ||
517 | * | ||
518 | * This means we need to use empty arrays to indicate a missing value. This | ||
519 | * is unfortunate, and at this point relies on the fact that an | ||
520 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
521 | * to figure out another way to represent missing samples here. | ||
522 | */ | ||
523 | 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) | ||
524 | 2024.07.10 23:02:02.089078 [ 3 ] {b8786474-a728-4c54-97ac-5ebf3601bf98} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
525 | 2024.07.10 23:02:02.090841 [ 3 ] {b8786474-a728-4c54-97ac-5ebf3601bf98} <Debug> oximeter.measurements_histogrami8 (30c4fdd7-cf97-4c1a-8ed7-5f76b8582b02): Loading data parts | ||
526 | 2024.07.10 23:02:02.091006 [ 3 ] {b8786474-a728-4c54-97ac-5ebf3601bf98} <Debug> oximeter.measurements_histogrami8 (30c4fdd7-cf97-4c1a-8ed7-5f76b8582b02): There are no data parts | ||
527 | 2024.07.10 23:02:02.092313 [ 3 ] {b8786474-a728-4c54-97ac-5ebf3601bf98} <Debug> DynamicQueryHandler: Done processing query | ||
528 | 2024.07.10 23:02:02.092346 [ 3 ] {} <Debug> HTTP-Session: ff066dc9-fa9b-4d50-b1de-24169133c928 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.07.10 23:02:02.092460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
530 | 2024.07.10 23:02:02.092513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
531 | 2024.07.10 23:02:02.092538 [ 3 ] {} <Debug> HTTP-Session: 89610ea1-5846-4a9a-a943-9037046a9e27 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
532 | 2024.07.10 23:02:02.092554 [ 3 ] {} <Debug> HTTP-Session: 89610ea1-5846-4a9a-a943-9037046a9e27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.07.10 23:02:02.092573 [ 3 ] {} <Debug> HTTP-Session: 89610ea1-5846-4a9a-a943-9037046a9e27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
534 | 2024.07.10 23:02:02.092608 [ 3 ] {} <Trace> HTTP-Session: 89610ea1-5846-4a9a-a943-9037046a9e27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
535 | 2024.07.10 23:02:02.092850 [ 3 ] {b81dd585-560a-4d9c-813f-5190344c9b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
536 | 2024.07.10 23:02:02.092913 [ 3 ] {b81dd585-560a-4d9c-813f-5190344c9b96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
537 | 2024.07.10 23:02:02.094684 [ 3 ] {b81dd585-560a-4d9c-813f-5190344c9b96} <Debug> oximeter.measurements_histogramu8 (81aa19b3-708e-4d54-973f-38ad15c989a2): Loading data parts | ||
538 | 2024.07.10 23:02:02.094852 [ 3 ] {b81dd585-560a-4d9c-813f-5190344c9b96} <Debug> oximeter.measurements_histogramu8 (81aa19b3-708e-4d54-973f-38ad15c989a2): There are no data parts | ||
539 | 2024.07.10 23:02:02.096165 [ 3 ] {b81dd585-560a-4d9c-813f-5190344c9b96} <Debug> DynamicQueryHandler: Done processing query | ||
540 | 2024.07.10 23:02:02.096198 [ 3 ] {} <Debug> HTTP-Session: 89610ea1-5846-4a9a-a943-9037046a9e27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.07.10 23:02:02.096300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
542 | 2024.07.10 23:02:02.096353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
543 | 2024.07.10 23:02:02.096377 [ 3 ] {} <Debug> HTTP-Session: 848048fe-fa2e-4caa-84c1-a687da3d1125 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
544 | 2024.07.10 23:02:02.096397 [ 3 ] {} <Debug> HTTP-Session: 848048fe-fa2e-4caa-84c1-a687da3d1125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.07.10 23:02:02.096411 [ 3 ] {} <Debug> HTTP-Session: 848048fe-fa2e-4caa-84c1-a687da3d1125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
546 | 2024.07.10 23:02:02.096447 [ 3 ] {} <Trace> HTTP-Session: 848048fe-fa2e-4caa-84c1-a687da3d1125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
547 | 2024.07.10 23:02:02.096695 [ 3 ] {ce26860e-a2e0-41e4-8ba7-1e2753332317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
548 | 2024.07.10 23:02:02.096758 [ 3 ] {ce26860e-a2e0-41e4-8ba7-1e2753332317} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
549 | 2024.07.10 23:02:02.098507 [ 3 ] {ce26860e-a2e0-41e4-8ba7-1e2753332317} <Debug> oximeter.measurements_histogrami16 (9a6401e6-a23f-49cf-b070-6de51d245b63): Loading data parts | ||
550 | 2024.07.10 23:02:02.098671 [ 3 ] {ce26860e-a2e0-41e4-8ba7-1e2753332317} <Debug> oximeter.measurements_histogrami16 (9a6401e6-a23f-49cf-b070-6de51d245b63): There are no data parts | ||
551 | 2024.07.10 23:02:02.099984 [ 3 ] {ce26860e-a2e0-41e4-8ba7-1e2753332317} <Debug> DynamicQueryHandler: Done processing query | ||
552 | 2024.07.10 23:02:02.100018 [ 3 ] {} <Debug> HTTP-Session: 848048fe-fa2e-4caa-84c1-a687da3d1125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.07.10 23:02:02.100128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
554 | 2024.07.10 23:02:02.100182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
555 | 2024.07.10 23:02:02.100207 [ 3 ] {} <Debug> HTTP-Session: 154bfa28-2df0-4835-930e-c6038546b856 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
556 | 2024.07.10 23:02:02.100223 [ 3 ] {} <Debug> HTTP-Session: 154bfa28-2df0-4835-930e-c6038546b856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.07.10 23:02:02.100241 [ 3 ] {} <Debug> HTTP-Session: 154bfa28-2df0-4835-930e-c6038546b856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
558 | 2024.07.10 23:02:02.100277 [ 3 ] {} <Trace> HTTP-Session: 154bfa28-2df0-4835-930e-c6038546b856 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
559 | 2024.07.10 23:02:02.100522 [ 3 ] {bce483ba-39ce-4774-a9cd-3ec4fbbf63bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
560 | 2024.07.10 23:02:02.100586 [ 3 ] {bce483ba-39ce-4774-a9cd-3ec4fbbf63bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
561 | 2024.07.10 23:02:02.102352 [ 3 ] {bce483ba-39ce-4774-a9cd-3ec4fbbf63bc} <Debug> oximeter.measurements_histogramu16 (af819f32-7ed4-4cf1-b112-e5fc79bc414b): Loading data parts | ||
562 | 2024.07.10 23:02:02.102520 [ 3 ] {bce483ba-39ce-4774-a9cd-3ec4fbbf63bc} <Debug> oximeter.measurements_histogramu16 (af819f32-7ed4-4cf1-b112-e5fc79bc414b): There are no data parts | ||
563 | 2024.07.10 23:02:02.103831 [ 3 ] {bce483ba-39ce-4774-a9cd-3ec4fbbf63bc} <Debug> DynamicQueryHandler: Done processing query | ||
564 | 2024.07.10 23:02:02.103864 [ 3 ] {} <Debug> HTTP-Session: 154bfa28-2df0-4835-930e-c6038546b856 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.07.10 23:02:02.103971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
566 | 2024.07.10 23:02:02.104018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
567 | 2024.07.10 23:02:02.104044 [ 3 ] {} <Debug> HTTP-Session: 404f8102-b400-43cf-a99a-efd3d0ddadc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
568 | 2024.07.10 23:02:02.104065 [ 3 ] {} <Debug> HTTP-Session: 404f8102-b400-43cf-a99a-efd3d0ddadc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.07.10 23:02:02.104079 [ 3 ] {} <Debug> HTTP-Session: 404f8102-b400-43cf-a99a-efd3d0ddadc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
570 | 2024.07.10 23:02:02.104113 [ 3 ] {} <Trace> HTTP-Session: 404f8102-b400-43cf-a99a-efd3d0ddadc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
571 | 2024.07.10 23:02:02.104370 [ 3 ] {da7e9c8e-0f5d-4645-9bdc-8d7e0781d3fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
572 | 2024.07.10 23:02:02.104440 [ 3 ] {da7e9c8e-0f5d-4645-9bdc-8d7e0781d3fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
573 | 2024.07.10 23:02:02.106249 [ 3 ] {da7e9c8e-0f5d-4645-9bdc-8d7e0781d3fe} <Debug> oximeter.measurements_histogrami32 (953d1610-ff50-436e-8f83-c6b0a33d375a): Loading data parts | ||
574 | 2024.07.10 23:02:02.106458 [ 3 ] {da7e9c8e-0f5d-4645-9bdc-8d7e0781d3fe} <Debug> oximeter.measurements_histogrami32 (953d1610-ff50-436e-8f83-c6b0a33d375a): There are no data parts | ||
575 | 2024.07.10 23:02:02.107792 [ 3 ] {da7e9c8e-0f5d-4645-9bdc-8d7e0781d3fe} <Debug> DynamicQueryHandler: Done processing query | ||
576 | 2024.07.10 23:02:02.107817 [ 3 ] {} <Debug> HTTP-Session: 404f8102-b400-43cf-a99a-efd3d0ddadc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.07.10 23:02:02.107927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
578 | 2024.07.10 23:02:02.107987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
579 | 2024.07.10 23:02:02.108006 [ 3 ] {} <Debug> HTTP-Session: 4cf7e1f9-da8b-43a6-a07a-e4872a030003 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
580 | 2024.07.10 23:02:02.108033 [ 3 ] {} <Debug> HTTP-Session: 4cf7e1f9-da8b-43a6-a07a-e4872a030003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.07.10 23:02:02.108047 [ 3 ] {} <Debug> HTTP-Session: 4cf7e1f9-da8b-43a6-a07a-e4872a030003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2024.07.10 23:02:02.108082 [ 3 ] {} <Trace> HTTP-Session: 4cf7e1f9-da8b-43a6-a07a-e4872a030003 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
583 | 2024.07.10 23:02:02.108330 [ 3 ] {5d267fad-d06a-4edf-86b2-ea6a37b024c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
584 | 2024.07.10 23:02:02.108394 [ 3 ] {5d267fad-d06a-4edf-86b2-ea6a37b024c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
585 | 2024.07.10 23:02:02.110160 [ 3 ] {5d267fad-d06a-4edf-86b2-ea6a37b024c1} <Debug> oximeter.measurements_histogramu32 (8e3a9fa0-55e8-4a58-aec4-b2b4829ffa75): Loading data parts | ||
586 | 2024.07.10 23:02:02.110347 [ 3 ] {5d267fad-d06a-4edf-86b2-ea6a37b024c1} <Debug> oximeter.measurements_histogramu32 (8e3a9fa0-55e8-4a58-aec4-b2b4829ffa75): There are no data parts | ||
587 | 2024.07.10 23:02:02.111635 [ 3 ] {5d267fad-d06a-4edf-86b2-ea6a37b024c1} <Debug> DynamicQueryHandler: Done processing query | ||
588 | 2024.07.10 23:02:02.111668 [ 3 ] {} <Debug> HTTP-Session: 4cf7e1f9-da8b-43a6-a07a-e4872a030003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.07.10 23:02:02.111796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
590 | 2024.07.10 23:02:02.111842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
591 | 2024.07.10 23:02:02.111867 [ 3 ] {} <Debug> HTTP-Session: 411f2ae8-ec6f-4a04-8fc4-8ee50147cc76 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
592 | 2024.07.10 23:02:02.111890 [ 3 ] {} <Debug> HTTP-Session: 411f2ae8-ec6f-4a04-8fc4-8ee50147cc76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.07.10 23:02:02.111904 [ 3 ] {} <Debug> HTTP-Session: 411f2ae8-ec6f-4a04-8fc4-8ee50147cc76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
594 | 2024.07.10 23:02:02.111939 [ 3 ] {} <Trace> HTTP-Session: 411f2ae8-ec6f-4a04-8fc4-8ee50147cc76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
595 | 2024.07.10 23:02:02.112186 [ 3 ] {b5b89488-5551-47c8-b65b-779833a39e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
596 | 2024.07.10 23:02:02.112251 [ 3 ] {b5b89488-5551-47c8-b65b-779833a39e8c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
597 | 2024.07.10 23:02:02.114000 [ 3 ] {b5b89488-5551-47c8-b65b-779833a39e8c} <Debug> oximeter.measurements_histogrami64 (a3e72205-2e2d-4b70-832d-047dcca047de): Loading data parts | ||
598 | 2024.07.10 23:02:02.114178 [ 3 ] {b5b89488-5551-47c8-b65b-779833a39e8c} <Debug> oximeter.measurements_histogrami64 (a3e72205-2e2d-4b70-832d-047dcca047de): There are no data parts | ||
599 | 2024.07.10 23:02:02.115494 [ 3 ] {b5b89488-5551-47c8-b65b-779833a39e8c} <Debug> DynamicQueryHandler: Done processing query | ||
600 | 2024.07.10 23:02:02.115519 [ 3 ] {} <Debug> HTTP-Session: 411f2ae8-ec6f-4a04-8fc4-8ee50147cc76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.07.10 23:02:02.115624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
602 | 2024.07.10 23:02:02.115685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
603 | 2024.07.10 23:02:02.115704 [ 3 ] {} <Debug> HTTP-Session: d934647a-fc03-4397-b2b3-b79c5b70d1ee Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
604 | 2024.07.10 23:02:02.115727 [ 3 ] {} <Debug> HTTP-Session: d934647a-fc03-4397-b2b3-b79c5b70d1ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.07.10 23:02:02.115746 [ 3 ] {} <Debug> HTTP-Session: d934647a-fc03-4397-b2b3-b79c5b70d1ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
606 | 2024.07.10 23:02:02.115775 [ 3 ] {} <Trace> HTTP-Session: d934647a-fc03-4397-b2b3-b79c5b70d1ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
607 | 2024.07.10 23:02:02.116020 [ 3 ] {7105bedb-0179-4352-9aff-eecc9a4d438d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
608 | 2024.07.10 23:02:02.116085 [ 3 ] {7105bedb-0179-4352-9aff-eecc9a4d438d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
609 | 2024.07.10 23:02:02.117833 [ 3 ] {7105bedb-0179-4352-9aff-eecc9a4d438d} <Debug> oximeter.measurements_histogramu64 (e0a4bef8-c858-4cd6-886e-b20464f93634): Loading data parts | ||
610 | 2024.07.10 23:02:02.118004 [ 3 ] {7105bedb-0179-4352-9aff-eecc9a4d438d} <Debug> oximeter.measurements_histogramu64 (e0a4bef8-c858-4cd6-886e-b20464f93634): There are no data parts | ||
611 | 2024.07.10 23:02:02.119317 [ 3 ] {7105bedb-0179-4352-9aff-eecc9a4d438d} <Debug> DynamicQueryHandler: Done processing query | ||
612 | 2024.07.10 23:02:02.119342 [ 3 ] {} <Debug> HTTP-Session: d934647a-fc03-4397-b2b3-b79c5b70d1ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.07.10 23:02:02.119461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
614 | 2024.07.10 23:02:02.119513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
615 | 2024.07.10 23:02:02.119532 [ 3 ] {} <Debug> HTTP-Session: ae79a8df-4e5c-4a7d-b12c-7cff9480b82d Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
616 | 2024.07.10 23:02:02.119554 [ 3 ] {} <Debug> HTTP-Session: ae79a8df-4e5c-4a7d-b12c-7cff9480b82d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.07.10 23:02:02.119568 [ 3 ] {} <Debug> HTTP-Session: ae79a8df-4e5c-4a7d-b12c-7cff9480b82d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
618 | 2024.07.10 23:02:02.119603 [ 3 ] {} <Trace> HTTP-Session: ae79a8df-4e5c-4a7d-b12c-7cff9480b82d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
619 | 2024.07.10 23:02:02.119860 [ 3 ] {8e58cd7a-4245-45f7-b304-2c9af32d31b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
620 | 2024.07.10 23:02:02.119926 [ 3 ] {8e58cd7a-4245-45f7-b304-2c9af32d31b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
621 | 2024.07.10 23:02:02.121666 [ 3 ] {8e58cd7a-4245-45f7-b304-2c9af32d31b1} <Debug> oximeter.measurements_histogramf32 (090ff466-3f1b-4ac3-9da9-094e3e87551e): Loading data parts | ||
622 | 2024.07.10 23:02:02.121843 [ 3 ] {8e58cd7a-4245-45f7-b304-2c9af32d31b1} <Debug> oximeter.measurements_histogramf32 (090ff466-3f1b-4ac3-9da9-094e3e87551e): There are no data parts | ||
623 | 2024.07.10 23:02:02.123140 [ 3 ] {8e58cd7a-4245-45f7-b304-2c9af32d31b1} <Debug> DynamicQueryHandler: Done processing query | ||
624 | 2024.07.10 23:02:02.123164 [ 3 ] {} <Debug> HTTP-Session: ae79a8df-4e5c-4a7d-b12c-7cff9480b82d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.07.10 23:02:02.123292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
626 | 2024.07.10 23:02:02.123347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
627 | 2024.07.10 23:02:02.123365 [ 3 ] {} <Debug> HTTP-Session: 2038f5f9-153e-4873-b008-3da693b94f1a Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
628 | 2024.07.10 23:02:02.123387 [ 3 ] {} <Debug> HTTP-Session: 2038f5f9-153e-4873-b008-3da693b94f1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.07.10 23:02:02.123407 [ 3 ] {} <Debug> HTTP-Session: 2038f5f9-153e-4873-b008-3da693b94f1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
630 | 2024.07.10 23:02:02.123438 [ 3 ] {} <Trace> HTTP-Session: 2038f5f9-153e-4873-b008-3da693b94f1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
631 | 2024.07.10 23:02:02.123684 [ 3 ] {75265a91-14d1-456e-9e9d-0687a240c5f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) 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) | ||
632 | 2024.07.10 23:02:02.123750 [ 3 ] {75265a91-14d1-456e-9e9d-0687a240c5f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
633 | 2024.07.10 23:02:02.125515 [ 3 ] {75265a91-14d1-456e-9e9d-0687a240c5f4} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Loading data parts | ||
634 | 2024.07.10 23:02:02.125683 [ 3 ] {75265a91-14d1-456e-9e9d-0687a240c5f4} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): There are no data parts | ||
635 | 2024.07.10 23:02:02.126990 [ 3 ] {75265a91-14d1-456e-9e9d-0687a240c5f4} <Debug> DynamicQueryHandler: Done processing query | ||
636 | 2024.07.10 23:02:02.127015 [ 3 ] {} <Debug> HTTP-Session: 2038f5f9-153e-4873-b008-3da693b94f1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2024.07.10 23:02:02.127128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
638 | 2024.07.10 23:02:02.127183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
639 | 2024.07.10 23:02:02.127215 [ 3 ] {} <Debug> HTTP-Session: 3376a575-9a5f-485d-91d0-8c7fe9b8941c Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
640 | 2024.07.10 23:02:02.127230 [ 3 ] {} <Debug> HTTP-Session: 3376a575-9a5f-485d-91d0-8c7fe9b8941c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.07.10 23:02:02.127251 [ 3 ] {} <Debug> HTTP-Session: 3376a575-9a5f-485d-91d0-8c7fe9b8941c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
642 | 2024.07.10 23:02:02.127295 [ 3 ] {} <Trace> HTTP-Session: 3376a575-9a5f-485d-91d0-8c7fe9b8941c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
643 | 2024.07.10 23:02:02.127440 [ 3 ] {decd554c-01ef-48bb-9070-5216c31dbd1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) /* The field tables store named dimensions of each timeseries. | ||
644 | * | ||
645 | * As with the measurement tables, there is one field table for each field data | ||
646 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
647 | * this behavior **must not** be relied upon for query correctness. | ||
648 | * | ||
649 | * The index for the fields differs from the measurements, however. Rows are | ||
650 | * sorted by timeseries name, then field name, field value, and finally | ||
651 | * timeseries key. This reflects the most common pattern for looking them up: | ||
652 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
653 | * usually then used to look up measurements. | ||
654 | * | ||
655 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
656 | * timeseries name and then key, since it would improve lookups where one | ||
657 | * already has the key. Realistically though, these tables are quite small and | ||
658 | * so performance benefits will be low in absolute terms. | ||
659 | */ | ||
660 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
661 | 2024.07.10 23:02:02.127496 [ 3 ] {decd554c-01ef-48bb-9070-5216c31dbd1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
662 | 2024.07.10 23:02:02.128901 [ 3 ] {decd554c-01ef-48bb-9070-5216c31dbd1f} <Debug> oximeter.fields_bool (bf112c6a-586e-4e92-b49b-33cc3c016fb7): Loading data parts | ||
663 | 2024.07.10 23:02:02.129075 [ 3 ] {decd554c-01ef-48bb-9070-5216c31dbd1f} <Debug> oximeter.fields_bool (bf112c6a-586e-4e92-b49b-33cc3c016fb7): There are no data parts | ||
664 | 2024.07.10 23:02:02.130278 [ 3 ] {decd554c-01ef-48bb-9070-5216c31dbd1f} <Debug> DynamicQueryHandler: Done processing query | ||
665 | 2024.07.10 23:02:02.130312 [ 3 ] {} <Debug> HTTP-Session: 3376a575-9a5f-485d-91d0-8c7fe9b8941c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
666 | 2024.07.10 23:02:02.130434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2024.07.10 23:02:02.130496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
668 | 2024.07.10 23:02:02.130515 [ 3 ] {} <Debug> HTTP-Session: 41dd9a0d-cb80-472b-94a1-28bef7ad3053 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
669 | 2024.07.10 23:02:02.130531 [ 3 ] {} <Debug> HTTP-Session: 41dd9a0d-cb80-472b-94a1-28bef7ad3053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.07.10 23:02:02.130551 [ 3 ] {} <Debug> HTTP-Session: 41dd9a0d-cb80-472b-94a1-28bef7ad3053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
671 | 2024.07.10 23:02:02.130587 [ 3 ] {} <Trace> HTTP-Session: 41dd9a0d-cb80-472b-94a1-28bef7ad3053 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2024.07.10 23:02:02.130731 [ 3 ] {f4a14c6d-eab8-4842-a520-03092e13dd4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
673 | 2024.07.10 23:02:02.130776 [ 3 ] {f4a14c6d-eab8-4842-a520-03092e13dd4a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
674 | 2024.07.10 23:02:02.132131 [ 3 ] {f4a14c6d-eab8-4842-a520-03092e13dd4a} <Debug> oximeter.fields_i8 (463a20cf-03c1-4e77-949d-8ed802d54c45): Loading data parts | ||
675 | 2024.07.10 23:02:02.132296 [ 3 ] {f4a14c6d-eab8-4842-a520-03092e13dd4a} <Debug> oximeter.fields_i8 (463a20cf-03c1-4e77-949d-8ed802d54c45): There are no data parts | ||
676 | 2024.07.10 23:02:02.133506 [ 3 ] {f4a14c6d-eab8-4842-a520-03092e13dd4a} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.07.10 23:02:02.133539 [ 3 ] {} <Debug> HTTP-Session: 41dd9a0d-cb80-472b-94a1-28bef7ad3053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.07.10 23:02:02.133662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.07.10 23:02:02.133715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
680 | 2024.07.10 23:02:02.133741 [ 3 ] {} <Debug> HTTP-Session: 763f2ee7-ca5b-4757-9f29-5136e1713c8b Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
681 | 2024.07.10 23:02:02.133757 [ 3 ] {} <Debug> HTTP-Session: 763f2ee7-ca5b-4757-9f29-5136e1713c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.07.10 23:02:02.133777 [ 3 ] {} <Debug> HTTP-Session: 763f2ee7-ca5b-4757-9f29-5136e1713c8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.07.10 23:02:02.133813 [ 3 ] {} <Trace> HTTP-Session: 763f2ee7-ca5b-4757-9f29-5136e1713c8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.07.10 23:02:02.133958 [ 3 ] {fd58e648-5122-4c39-b65f-1924ae004aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
685 | 2024.07.10 23:02:02.134003 [ 3 ] {fd58e648-5122-4c39-b65f-1924ae004aec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.07.10 23:02:02.135448 [ 3 ] {fd58e648-5122-4c39-b65f-1924ae004aec} <Debug> oximeter.fields_u8 (de026da6-e934-44a5-8032-870c69a0d54f): Loading data parts | ||
687 | 2024.07.10 23:02:02.135611 [ 3 ] {fd58e648-5122-4c39-b65f-1924ae004aec} <Debug> oximeter.fields_u8 (de026da6-e934-44a5-8032-870c69a0d54f): There are no data parts | ||
688 | 2024.07.10 23:02:02.136828 [ 3 ] {fd58e648-5122-4c39-b65f-1924ae004aec} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.07.10 23:02:02.136861 [ 3 ] {} <Debug> HTTP-Session: 763f2ee7-ca5b-4757-9f29-5136e1713c8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.07.10 23:02:02.136972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.07.10 23:02:02.137025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
692 | 2024.07.10 23:02:02.137051 [ 3 ] {} <Debug> HTTP-Session: 5cb8676e-97d3-41cf-bcbc-486e67efdf71 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
693 | 2024.07.10 23:02:02.137066 [ 3 ] {} <Debug> HTTP-Session: 5cb8676e-97d3-41cf-bcbc-486e67efdf71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.07.10 23:02:02.137086 [ 3 ] {} <Debug> HTTP-Session: 5cb8676e-97d3-41cf-bcbc-486e67efdf71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.07.10 23:02:02.137121 [ 3 ] {} <Trace> HTTP-Session: 5cb8676e-97d3-41cf-bcbc-486e67efdf71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.07.10 23:02:02.137259 [ 3 ] {d21f4468-fa50-4d05-bf0d-b14b76f02b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
697 | 2024.07.10 23:02:02.137312 [ 3 ] {d21f4468-fa50-4d05-bf0d-b14b76f02b73} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.07.10 23:02:02.138667 [ 3 ] {d21f4468-fa50-4d05-bf0d-b14b76f02b73} <Debug> oximeter.fields_i16 (3c440fbc-43ce-4fa5-bb46-f1240c05eab2): Loading data parts | ||
699 | 2024.07.10 23:02:02.138840 [ 3 ] {d21f4468-fa50-4d05-bf0d-b14b76f02b73} <Debug> oximeter.fields_i16 (3c440fbc-43ce-4fa5-bb46-f1240c05eab2): There are no data parts | ||
700 | 2024.07.10 23:02:02.140067 [ 3 ] {d21f4468-fa50-4d05-bf0d-b14b76f02b73} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.07.10 23:02:02.140091 [ 3 ] {} <Debug> HTTP-Session: 5cb8676e-97d3-41cf-bcbc-486e67efdf71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.07.10 23:02:02.140213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.07.10 23:02:02.140267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
704 | 2024.07.10 23:02:02.140285 [ 3 ] {} <Debug> HTTP-Session: 59f35b2b-f486-47ce-9abf-193c664673b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
705 | 2024.07.10 23:02:02.140307 [ 3 ] {} <Debug> HTTP-Session: 59f35b2b-f486-47ce-9abf-193c664673b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.07.10 23:02:02.140328 [ 3 ] {} <Debug> HTTP-Session: 59f35b2b-f486-47ce-9abf-193c664673b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.07.10 23:02:02.140357 [ 3 ] {} <Trace> HTTP-Session: 59f35b2b-f486-47ce-9abf-193c664673b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.07.10 23:02:02.140502 [ 3 ] {6c7baa99-dcc5-40e7-aa7d-d6ab024e14b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
709 | 2024.07.10 23:02:02.140553 [ 3 ] {6c7baa99-dcc5-40e7-aa7d-d6ab024e14b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.07.10 23:02:02.141898 [ 3 ] {6c7baa99-dcc5-40e7-aa7d-d6ab024e14b8} <Debug> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Loading data parts | ||
711 | 2024.07.10 23:02:02.142057 [ 3 ] {6c7baa99-dcc5-40e7-aa7d-d6ab024e14b8} <Debug> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): There are no data parts | ||
712 | 2024.07.10 23:02:02.143273 [ 3 ] {6c7baa99-dcc5-40e7-aa7d-d6ab024e14b8} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.07.10 23:02:02.143307 [ 3 ] {} <Debug> HTTP-Session: 59f35b2b-f486-47ce-9abf-193c664673b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.07.10 23:02:02.143426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.07.10 23:02:02.143481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
716 | 2024.07.10 23:02:02.143500 [ 3 ] {} <Debug> HTTP-Session: b773200c-9c2b-4bb0-8df8-81438ea778c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
717 | 2024.07.10 23:02:02.143523 [ 3 ] {} <Debug> HTTP-Session: b773200c-9c2b-4bb0-8df8-81438ea778c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.07.10 23:02:02.143536 [ 3 ] {} <Debug> HTTP-Session: b773200c-9c2b-4bb0-8df8-81438ea778c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.07.10 23:02:02.143572 [ 3 ] {} <Trace> HTTP-Session: b773200c-9c2b-4bb0-8df8-81438ea778c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.07.10 23:02:02.143717 [ 3 ] {d12972a8-af04-4008-8769-dbfc4cd4162f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
721 | 2024.07.10 23:02:02.143770 [ 3 ] {d12972a8-af04-4008-8769-dbfc4cd4162f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.07.10 23:02:02.145120 [ 3 ] {d12972a8-af04-4008-8769-dbfc4cd4162f} <Debug> oximeter.fields_i32 (5e31b1eb-e225-415a-94bf-30684561ed7a): Loading data parts | ||
723 | 2024.07.10 23:02:02.145281 [ 3 ] {d12972a8-af04-4008-8769-dbfc4cd4162f} <Debug> oximeter.fields_i32 (5e31b1eb-e225-415a-94bf-30684561ed7a): There are no data parts | ||
724 | 2024.07.10 23:02:02.146479 [ 3 ] {d12972a8-af04-4008-8769-dbfc4cd4162f} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.07.10 23:02:02.146513 [ 3 ] {} <Debug> HTTP-Session: b773200c-9c2b-4bb0-8df8-81438ea778c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.07.10 23:02:02.146622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.07.10 23:02:02.146683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
728 | 2024.07.10 23:02:02.146701 [ 3 ] {} <Debug> HTTP-Session: b8473dd6-2541-40ed-902e-b4b7ef975d6e Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
729 | 2024.07.10 23:02:02.146724 [ 3 ] {} <Debug> HTTP-Session: b8473dd6-2541-40ed-902e-b4b7ef975d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.07.10 23:02:02.146738 [ 3 ] {} <Debug> HTTP-Session: b8473dd6-2541-40ed-902e-b4b7ef975d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.07.10 23:02:02.146773 [ 3 ] {} <Trace> HTTP-Session: b8473dd6-2541-40ed-902e-b4b7ef975d6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.07.10 23:02:02.146920 [ 3 ] {334209d7-0627-46ee-975d-f5ea248f580c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
733 | 2024.07.10 23:02:02.146966 [ 3 ] {334209d7-0627-46ee-975d-f5ea248f580c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.07.10 23:02:02.148320 [ 3 ] {334209d7-0627-46ee-975d-f5ea248f580c} <Debug> oximeter.fields_u32 (7e12a19a-f598-42dd-8636-b90d2e153d1a): Loading data parts | ||
735 | 2024.07.10 23:02:02.148486 [ 3 ] {334209d7-0627-46ee-975d-f5ea248f580c} <Debug> oximeter.fields_u32 (7e12a19a-f598-42dd-8636-b90d2e153d1a): There are no data parts | ||
736 | 2024.07.10 23:02:02.149688 [ 3 ] {334209d7-0627-46ee-975d-f5ea248f580c} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.07.10 23:02:02.149722 [ 3 ] {} <Debug> HTTP-Session: b8473dd6-2541-40ed-902e-b4b7ef975d6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.07.10 23:02:02.149832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.07.10 23:02:02.149889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
740 | 2024.07.10 23:02:02.149924 [ 3 ] {} <Debug> HTTP-Session: 76f4babb-7448-491a-92cf-e2669c99cc94 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
741 | 2024.07.10 23:02:02.149941 [ 3 ] {} <Debug> HTTP-Session: 76f4babb-7448-491a-92cf-e2669c99cc94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.07.10 23:02:02.149954 [ 3 ] {} <Debug> HTTP-Session: 76f4babb-7448-491a-92cf-e2669c99cc94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.07.10 23:02:02.149990 [ 3 ] {} <Trace> HTTP-Session: 76f4babb-7448-491a-92cf-e2669c99cc94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.07.10 23:02:02.150132 [ 3 ] {9b90ef97-2398-4469-a362-b3d733491dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
745 | 2024.07.10 23:02:02.150178 [ 3 ] {9b90ef97-2398-4469-a362-b3d733491dad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.07.10 23:02:02.151534 [ 3 ] {9b90ef97-2398-4469-a362-b3d733491dad} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Loading data parts | ||
747 | 2024.07.10 23:02:02.151681 [ 3 ] {9b90ef97-2398-4469-a362-b3d733491dad} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): There are no data parts | ||
748 | 2024.07.10 23:02:02.152981 [ 3 ] {9b90ef97-2398-4469-a362-b3d733491dad} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.07.10 23:02:02.153006 [ 3 ] {} <Debug> HTTP-Session: 76f4babb-7448-491a-92cf-e2669c99cc94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.07.10 23:02:02.153113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.07.10 23:02:02.153159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
752 | 2024.07.10 23:02:02.153177 [ 3 ] {} <Debug> HTTP-Session: 07a0ceca-7c57-4725-801e-7e161a5509e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
753 | 2024.07.10 23:02:02.153193 [ 3 ] {} <Debug> HTTP-Session: 07a0ceca-7c57-4725-801e-7e161a5509e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.07.10 23:02:02.153207 [ 3 ] {} <Debug> HTTP-Session: 07a0ceca-7c57-4725-801e-7e161a5509e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.07.10 23:02:02.153236 [ 3 ] {} <Trace> HTTP-Session: 07a0ceca-7c57-4725-801e-7e161a5509e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.07.10 23:02:02.153374 [ 3 ] {a51bdfd3-2ef3-4f17-a31f-d8bb301896f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
757 | 2024.07.10 23:02:02.153412 [ 3 ] {a51bdfd3-2ef3-4f17-a31f-d8bb301896f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.07.10 23:02:02.154775 [ 3 ] {a51bdfd3-2ef3-4f17-a31f-d8bb301896f6} <Debug> oximeter.fields_u64 (c2bf6298-b12e-4c0c-8c4a-6f497bf962cd): Loading data parts | ||
759 | 2024.07.10 23:02:02.154948 [ 3 ] {a51bdfd3-2ef3-4f17-a31f-d8bb301896f6} <Debug> oximeter.fields_u64 (c2bf6298-b12e-4c0c-8c4a-6f497bf962cd): There are no data parts | ||
760 | 2024.07.10 23:02:02.156231 [ 3 ] {a51bdfd3-2ef3-4f17-a31f-d8bb301896f6} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.07.10 23:02:02.156257 [ 3 ] {} <Debug> HTTP-Session: 07a0ceca-7c57-4725-801e-7e161a5509e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.07.10 23:02:02.156364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.07.10 23:02:02.156410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
764 | 2024.07.10 23:02:02.156429 [ 3 ] {} <Debug> HTTP-Session: 755523a1-5359-4cbf-898e-29ea54f41d6e Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
765 | 2024.07.10 23:02:02.156447 [ 3 ] {} <Debug> HTTP-Session: 755523a1-5359-4cbf-898e-29ea54f41d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.07.10 23:02:02.156461 [ 3 ] {} <Debug> HTTP-Session: 755523a1-5359-4cbf-898e-29ea54f41d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.07.10 23:02:02.156490 [ 3 ] {} <Trace> HTTP-Session: 755523a1-5359-4cbf-898e-29ea54f41d6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.07.10 23:02:02.156628 [ 3 ] {b892f3c1-91f2-4690-bc58-a22e86bc670d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
769 | 2024.07.10 23:02:02.156666 [ 3 ] {b892f3c1-91f2-4690-bc58-a22e86bc670d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.07.10 23:02:02.158019 [ 3 ] {b892f3c1-91f2-4690-bc58-a22e86bc670d} <Debug> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Loading data parts | ||
771 | 2024.07.10 23:02:02.158163 [ 3 ] {b892f3c1-91f2-4690-bc58-a22e86bc670d} <Debug> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): There are no data parts | ||
772 | 2024.07.10 23:02:02.159450 [ 3 ] {b892f3c1-91f2-4690-bc58-a22e86bc670d} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.07.10 23:02:02.159474 [ 3 ] {} <Debug> HTTP-Session: 755523a1-5359-4cbf-898e-29ea54f41d6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.07.10 23:02:02.159569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.07.10 23:02:02.159613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
776 | 2024.07.10 23:02:02.159630 [ 3 ] {} <Debug> HTTP-Session: e0c09595-8fae-42cb-9a9c-8a1a4267ba53 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
777 | 2024.07.10 23:02:02.159645 [ 3 ] {} <Debug> HTTP-Session: e0c09595-8fae-42cb-9a9c-8a1a4267ba53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.07.10 23:02:02.159658 [ 3 ] {} <Debug> HTTP-Session: e0c09595-8fae-42cb-9a9c-8a1a4267ba53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.07.10 23:02:02.159685 [ 3 ] {} <Trace> HTTP-Session: e0c09595-8fae-42cb-9a9c-8a1a4267ba53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.07.10 23:02:02.159816 [ 3 ] {afe7eea7-0a71-448d-9174-0e0115329ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
781 | 2024.07.10 23:02:02.159852 [ 3 ] {afe7eea7-0a71-448d-9174-0e0115329ef2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.07.10 23:02:02.161264 [ 3 ] {afe7eea7-0a71-448d-9174-0e0115329ef2} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Loading data parts | ||
783 | 2024.07.10 23:02:02.161413 [ 3 ] {afe7eea7-0a71-448d-9174-0e0115329ef2} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): There are no data parts | ||
784 | 2024.07.10 23:02:02.162716 [ 3 ] {afe7eea7-0a71-448d-9174-0e0115329ef2} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.07.10 23:02:02.162742 [ 3 ] {} <Debug> HTTP-Session: e0c09595-8fae-42cb-9a9c-8a1a4267ba53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.07.10 23:02:02.162851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.07.10 23:02:02.162896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
788 | 2024.07.10 23:02:02.162916 [ 3 ] {} <Debug> HTTP-Session: c8903c83-4a07-488a-982c-782aff0eb857 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
789 | 2024.07.10 23:02:02.162932 [ 3 ] {} <Debug> HTTP-Session: c8903c83-4a07-488a-982c-782aff0eb857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.07.10 23:02:02.162946 [ 3 ] {} <Debug> HTTP-Session: c8903c83-4a07-488a-982c-782aff0eb857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.07.10 23:02:02.162975 [ 3 ] {} <Trace> HTTP-Session: c8903c83-4a07-488a-982c-782aff0eb857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.07.10 23:02:02.163112 [ 3 ] {be84220a-c8b4-4dd6-8ca5-935d25b0adb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
793 | 2024.07.10 23:02:02.163150 [ 3 ] {be84220a-c8b4-4dd6-8ca5-935d25b0adb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.07.10 23:02:02.164500 [ 3 ] {be84220a-c8b4-4dd6-8ca5-935d25b0adb9} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Loading data parts | ||
795 | 2024.07.10 23:02:02.164667 [ 3 ] {be84220a-c8b4-4dd6-8ca5-935d25b0adb9} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): There are no data parts | ||
796 | 2024.07.10 23:02:02.165959 [ 3 ] {be84220a-c8b4-4dd6-8ca5-935d25b0adb9} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.07.10 23:02:02.165985 [ 3 ] {} <Debug> HTTP-Session: c8903c83-4a07-488a-982c-782aff0eb857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.07.10 23:02:02.166090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.07.10 23:02:02.166136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.07.10 23:02:02.166155 [ 3 ] {} <Debug> HTTP-Session: 6f8747fa-33e8-4c18-8806-d7dfa73b1b9b Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
801 | 2024.07.10 23:02:02.166171 [ 3 ] {} <Debug> HTTP-Session: 6f8747fa-33e8-4c18-8806-d7dfa73b1b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.07.10 23:02:02.166185 [ 3 ] {} <Debug> HTTP-Session: 6f8747fa-33e8-4c18-8806-d7dfa73b1b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.07.10 23:02:02.166215 [ 3 ] {} <Trace> HTTP-Session: 6f8747fa-33e8-4c18-8806-d7dfa73b1b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.07.10 23:02:02.166421 [ 3 ] {cdf941cf-0990-4477-9676-a134b4270fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) /* The timeseries schema table stores the extracted schema for the samples | ||
805 | * oximeter collects. | ||
806 | */ | ||
807 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
808 | 2024.07.10 23:02:02.166486 [ 3 ] {cdf941cf-0990-4477-9676-a134b4270fc1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.07.10 23:02:02.168011 [ 3 ] {cdf941cf-0990-4477-9676-a134b4270fc1} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): Loading data parts | ||
810 | 2024.07.10 23:02:02.168179 [ 3 ] {cdf941cf-0990-4477-9676-a134b4270fc1} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): There are no data parts | ||
811 | 2024.07.10 23:02:02.169714 [ 3 ] {cdf941cf-0990-4477-9676-a134b4270fc1} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.07.10 23:02:02.169740 [ 3 ] {} <Debug> HTTP-Session: 6f8747fa-33e8-4c18-8806-d7dfa73b1b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.07.10 23:02:02.169878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41497, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.07.10 23:02:02.169926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
815 | 2024.07.10 23:02:02.169945 [ 3 ] {} <Debug> HTTP-Session: 6d985879-6608-46df-93ff-0d0ca8ed20a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:41497 | ||
816 | 2024.07.10 23:02:02.169961 [ 3 ] {} <Debug> HTTP-Session: 6d985879-6608-46df-93ff-0d0ca8ed20a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.07.10 23:02:02.169975 [ 3 ] {} <Debug> HTTP-Session: 6d985879-6608-46df-93ff-0d0ca8ed20a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.07.10 23:02:02.170005 [ 3 ] {} <Trace> HTTP-Session: 6d985879-6608-46df-93ff-0d0ca8ed20a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.07.10 23:02:02.170171 [ 3 ] {dd3cfb60-8045-4c12-9aca-18bb2cb4fe07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41497) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.07.10 23:02:02.171879 [ 3 ] {dd3cfb60-8045-4c12-9aca-18bb2cb4fe07} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.07.10 23:02:02.175747 [ 3 ] {dd3cfb60-8045-4c12-9aca-18bb2cb4fe07} <Trace> oximeter.version (3d9b2ccf-e4bf-489c-be3a-cb419e3d0bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.07.10 23:02:02.175785 [ 3 ] {dd3cfb60-8045-4c12-9aca-18bb2cb4fe07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
823 | 2024.07.10 23:02:02.180147 [ 3 ] {dd3cfb60-8045-4c12-9aca-18bb2cb4fe07} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.07.10 23:02:02.181176 [ 3 ] {dd3cfb60-8045-4c12-9aca-18bb2cb4fe07} <Trace> oximeter.version (3d9b2ccf-e4bf-489c-be3a-cb419e3d0bcf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
825 | 2024.07.10 23:02:02.181476 [ 3 ] {dd3cfb60-8045-4c12-9aca-18bb2cb4fe07} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011383 sec., 87.85030308354563 rows/sec., 1.37 KiB/sec. | ||
826 | 2024.07.10 23:02:02.181697 [ 3 ] {dd3cfb60-8045-4c12-9aca-18bb2cb4fe07} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.07.10 23:02:02.181722 [ 3 ] {dd3cfb60-8045-4c12-9aca-18bb2cb4fe07} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.07.10 23:02:02.181738 [ 3 ] {} <Debug> HTTP-Session: 6d985879-6608-46df-93ff-0d0ca8ed20a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.07.10 23:02:03.000155 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.56 MiB, peak 173.69 MiB, free memory in arenas 0.00 B, will set to 173.68 MiB (RSS), difference: 5.12 MiB | ||
830 | 2024.07.10 23:02:12.549005 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
831 | 2024.07.10 23:02:12.549070 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
832 | 2024.07.10 23:02:17.183187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
833 | 2024.07.10 23:02:17.183327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
834 | 2024.07.10 23:02:17.183357 [ 3 ] {} <Debug> HTTP-Session: db27789e-8dbb-4135-9c88-75269e7cbca5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
835 | 2024.07.10 23:02:17.183385 [ 3 ] {} <Debug> HTTP-Session: db27789e-8dbb-4135-9c88-75269e7cbca5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.07.10 23:02:17.183404 [ 3 ] {} <Debug> HTTP-Session: db27789e-8dbb-4135-9c88-75269e7cbca5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.07.10 23:02:17.183458 [ 3 ] {} <Trace> HTTP-Session: db27789e-8dbb-4135-9c88-75269e7cbca5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
838 | 2024.07.10 23:02:17.183664 [ 3 ] {b042c94c-a565-4edd-864d-42ab572b4108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
839 | 2024.07.10 23:02:17.184040 [ 3 ] {b042c94c-a565-4edd-864d-42ab572b4108} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
840 | 2024.07.10 23:02:17.184188 [ 3 ] {b042c94c-a565-4edd-864d-42ab572b4108} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
841 | 2024.07.10 23:02:17.185222 [ 3 ] {b042c94c-a565-4edd-864d-42ab572b4108} <Debug> DynamicQueryHandler: Done processing query | ||
842 | 2024.07.10 23:02:17.185252 [ 3 ] {b042c94c-a565-4edd-864d-42ab572b4108} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
843 | 2024.07.10 23:02:17.185269 [ 3 ] {} <Debug> HTTP-Session: db27789e-8dbb-4135-9c88-75269e7cbca5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
844 | 2024.07.10 23:02:17.190304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
845 | 2024.07.10 23:02:17.190372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
846 | 2024.07.10 23:02:17.190397 [ 3 ] {} <Debug> HTTP-Session: 15f94f29-9f1e-43f5-8ff0-974bdf947697 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
847 | 2024.07.10 23:02:17.190419 [ 3 ] {} <Debug> HTTP-Session: 15f94f29-9f1e-43f5-8ff0-974bdf947697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.07.10 23:02:17.190437 [ 3 ] {} <Debug> HTTP-Session: 15f94f29-9f1e-43f5-8ff0-974bdf947697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.07.10 23:02:17.190478 [ 3 ] {} <Trace> HTTP-Session: 15f94f29-9f1e-43f5-8ff0-974bdf947697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
850 | 2024.07.10 23:02:17.190659 [ 3 ] {440c084c-c9db-4624-a9dc-0ab04d519ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
851 | 2024.07.10 23:02:17.197223 [ 3 ] {440c084c-c9db-4624-a9dc-0ab04d519ebc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
852 | 2024.07.10 23:02:17.197289 [ 3 ] {440c084c-c9db-4624-a9dc-0ab04d519ebc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
853 | 2024.07.10 23:02:17.198465 [ 3 ] {440c084c-c9db-4624-a9dc-0ab04d519ebc} <Debug> DynamicQueryHandler: Done processing query | ||
854 | 2024.07.10 23:02:17.198491 [ 3 ] {440c084c-c9db-4624-a9dc-0ab04d519ebc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
855 | 2024.07.10 23:02:17.198509 [ 3 ] {} <Debug> HTTP-Session: 15f94f29-9f1e-43f5-8ff0-974bdf947697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
856 | 2024.07.10 23:02:17.199429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
857 | 2024.07.10 23:02:17.199482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
858 | 2024.07.10 23:02:17.199501 [ 3 ] {} <Debug> HTTP-Session: f2c81680-c663-4cb5-a70b-f1f43c546241 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
859 | 2024.07.10 23:02:17.199519 [ 3 ] {} <Debug> HTTP-Session: f2c81680-c663-4cb5-a70b-f1f43c546241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.07.10 23:02:17.199533 [ 3 ] {} <Debug> HTTP-Session: f2c81680-c663-4cb5-a70b-f1f43c546241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.07.10 23:02:17.199565 [ 3 ] {} <Trace> HTTP-Session: f2c81680-c663-4cb5-a70b-f1f43c546241 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
862 | 2024.07.10 23:02:17.199694 [ 3 ] {0aa67be2-c346-4e04-94d3-82be0b2f1e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
863 | 2024.07.10 23:02:17.200048 [ 3 ] {0aa67be2-c346-4e04-94d3-82be0b2f1e90} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
864 | 2024.07.10 23:02:17.200099 [ 3 ] {0aa67be2-c346-4e04-94d3-82be0b2f1e90} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
865 | 2024.07.10 23:02:17.201025 [ 3 ] {0aa67be2-c346-4e04-94d3-82be0b2f1e90} <Debug> DynamicQueryHandler: Done processing query | ||
866 | 2024.07.10 23:02:17.201050 [ 3 ] {0aa67be2-c346-4e04-94d3-82be0b2f1e90} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
867 | 2024.07.10 23:02:17.201067 [ 3 ] {} <Debug> HTTP-Session: f2c81680-c663-4cb5-a70b-f1f43c546241 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
868 | 2024.07.10 23:02:17.201263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
869 | 2024.07.10 23:02:17.201311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
870 | 2024.07.10 23:02:17.201330 [ 3 ] {} <Debug> HTTP-Session: defe2924-97da-4d8c-af70-a4ead3cea605 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
871 | 2024.07.10 23:02:17.201346 [ 3 ] {} <Debug> HTTP-Session: defe2924-97da-4d8c-af70-a4ead3cea605 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.07.10 23:02:17.201360 [ 3 ] {} <Debug> HTTP-Session: defe2924-97da-4d8c-af70-a4ead3cea605 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.07.10 23:02:17.201390 [ 3 ] {} <Trace> HTTP-Session: defe2924-97da-4d8c-af70-a4ead3cea605 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
874 | 2024.07.10 23:02:17.201509 [ 3 ] {5946a873-f4d9-4a5e-b495-aea71d4f3686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) 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) | ||
875 | 2024.07.10 23:02:17.201828 [ 3 ] {5946a873-f4d9-4a5e-b495-aea71d4f3686} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
876 | 2024.07.10 23:02:17.201879 [ 3 ] {5946a873-f4d9-4a5e-b495-aea71d4f3686} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
877 | 2024.07.10 23:02:17.202818 [ 3 ] {5946a873-f4d9-4a5e-b495-aea71d4f3686} <Debug> DynamicQueryHandler: Done processing query | ||
878 | 2024.07.10 23:02:17.202844 [ 3 ] {5946a873-f4d9-4a5e-b495-aea71d4f3686} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
879 | 2024.07.10 23:02:17.202860 [ 3 ] {} <Debug> HTTP-Session: defe2924-97da-4d8c-af70-a4ead3cea605 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
880 | 2024.07.10 23:02:17.203633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
881 | 2024.07.10 23:02:17.203681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
882 | 2024.07.10 23:02:17.203700 [ 3 ] {} <Debug> HTTP-Session: 07bbfb91-a8c3-4a9d-a41d-b7bfa5d4fb2f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
883 | 2024.07.10 23:02:17.203716 [ 3 ] {} <Debug> HTTP-Session: 07bbfb91-a8c3-4a9d-a41d-b7bfa5d4fb2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.07.10 23:02:17.203730 [ 3 ] {} <Debug> HTTP-Session: 07bbfb91-a8c3-4a9d-a41d-b7bfa5d4fb2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.07.10 23:02:17.203760 [ 3 ] {} <Trace> HTTP-Session: 07bbfb91-a8c3-4a9d-a41d-b7bfa5d4fb2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
886 | 2024.07.10 23:02:17.203879 [ 3 ] {ac632e5c-2b5a-4ce9-a5be-5d35781275ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) 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) | ||
887 | 2024.07.10 23:02:17.204193 [ 3 ] {ac632e5c-2b5a-4ce9-a5be-5d35781275ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
888 | 2024.07.10 23:02:17.204244 [ 3 ] {ac632e5c-2b5a-4ce9-a5be-5d35781275ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
889 | 2024.07.10 23:02:17.205212 [ 3 ] {ac632e5c-2b5a-4ce9-a5be-5d35781275ee} <Debug> DynamicQueryHandler: Done processing query | ||
890 | 2024.07.10 23:02:17.205237 [ 3 ] {ac632e5c-2b5a-4ce9-a5be-5d35781275ee} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
891 | 2024.07.10 23:02:17.205254 [ 3 ] {} <Debug> HTTP-Session: 07bbfb91-a8c3-4a9d-a41d-b7bfa5d4fb2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
892 | 2024.07.10 23:02:17.205384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
893 | 2024.07.10 23:02:17.205433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
894 | 2024.07.10 23:02:17.205452 [ 3 ] {} <Debug> HTTP-Session: 1e194831-1762-4a25-b518-af0fa45db928 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
895 | 2024.07.10 23:02:17.205468 [ 3 ] {} <Debug> HTTP-Session: 1e194831-1762-4a25-b518-af0fa45db928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.07.10 23:02:17.205483 [ 3 ] {} <Debug> HTTP-Session: 1e194831-1762-4a25-b518-af0fa45db928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
897 | 2024.07.10 23:02:17.205512 [ 3 ] {} <Trace> HTTP-Session: 1e194831-1762-4a25-b518-af0fa45db928 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
898 | 2024.07.10 23:02:17.205624 [ 3 ] {f43961e8-b270-4f15-bed0-c3f7ad5f5263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
899 | 2024.07.10 23:02:17.205670 [ 3 ] {f43961e8-b270-4f15-bed0-c3f7ad5f5263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
900 | 2024.07.10 23:02:17.205858 [ 3 ] {f43961e8-b270-4f15-bed0-c3f7ad5f5263} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
901 | 2024.07.10 23:02:17.206331 [ 3 ] {f43961e8-b270-4f15-bed0-c3f7ad5f5263} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
902 | 2024.07.10 23:02:17.206372 [ 3 ] {f43961e8-b270-4f15-bed0-c3f7ad5f5263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
903 | 2024.07.10 23:02:17.207018 [ 3 ] {f43961e8-b270-4f15-bed0-c3f7ad5f5263} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
904 | 2024.07.10 23:02:17.207562 [ 3 ] {f43961e8-b270-4f15-bed0-c3f7ad5f5263} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
905 | 2024.07.10 23:02:17.207718 [ 3 ] {f43961e8-b270-4f15-bed0-c3f7ad5f5263} <Debug> executeQuery: Read 5 rows, 549.00 B in 0.002127 sec., 2350.7287259050304 rows/sec., 252.06 KiB/sec. | ||
906 | 2024.07.10 23:02:17.207891 [ 3 ] {f43961e8-b270-4f15-bed0-c3f7ad5f5263} <Debug> DynamicQueryHandler: Done processing query | ||
907 | 2024.07.10 23:02:17.207915 [ 3 ] {f43961e8-b270-4f15-bed0-c3f7ad5f5263} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
908 | 2024.07.10 23:02:17.207931 [ 3 ] {} <Debug> HTTP-Session: 1e194831-1762-4a25-b518-af0fa45db928 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
909 | 2024.07.10 23:02:17.208058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 3350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
910 | 2024.07.10 23:02:17.208105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
911 | 2024.07.10 23:02:17.208124 [ 3 ] {} <Debug> HTTP-Session: 142452dc-ee16-4d3e-bf7b-3cbfcc4f1a1f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
912 | 2024.07.10 23:02:17.208140 [ 3 ] {} <Debug> HTTP-Session: 142452dc-ee16-4d3e-bf7b-3cbfcc4f1a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
913 | 2024.07.10 23:02:17.208154 [ 3 ] {} <Debug> HTTP-Session: 142452dc-ee16-4d3e-bf7b-3cbfcc4f1a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
914 | 2024.07.10 23:02:17.208184 [ 3 ] {} <Trace> HTTP-Session: 142452dc-ee16-4d3e-bf7b-3cbfcc4f1a1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
915 | 2024.07.10 23:02:17.208290 [ 3 ] {6b36117f-55d7-4932-b0c5-21dde7a3670d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
916 | 2024.07.10 23:02:17.208332 [ 3 ] {6b36117f-55d7-4932-b0c5-21dde7a3670d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
917 | 2024.07.10 23:02:17.208459 [ 3 ] {6b36117f-55d7-4932-b0c5-21dde7a3670d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
918 | 2024.07.10 23:02:17.210850 [ 3 ] {6b36117f-55d7-4932-b0c5-21dde7a3670d} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
919 | 2024.07.10 23:02:17.210891 [ 3 ] {6b36117f-55d7-4932-b0c5-21dde7a3670d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
920 | 2024.07.10 23:02:17.211354 [ 3 ] {6b36117f-55d7-4932-b0c5-21dde7a3670d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
921 | 2024.07.10 23:02:17.211863 [ 3 ] {6b36117f-55d7-4932-b0c5-21dde7a3670d} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
922 | 2024.07.10 23:02:17.212011 [ 3 ] {6b36117f-55d7-4932-b0c5-21dde7a3670d} <Debug> executeQuery: Read 23 rows, 1.86 KiB in 0.003746 sec., 6139.882541377469 rows/sec., 497.67 KiB/sec. | ||
923 | 2024.07.10 23:02:17.212180 [ 3 ] {6b36117f-55d7-4932-b0c5-21dde7a3670d} <Debug> DynamicQueryHandler: Done processing query | ||
924 | 2024.07.10 23:02:17.212203 [ 3 ] {6b36117f-55d7-4932-b0c5-21dde7a3670d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
925 | 2024.07.10 23:02:17.212219 [ 3 ] {} <Debug> HTTP-Session: 142452dc-ee16-4d3e-bf7b-3cbfcc4f1a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
926 | 2024.07.10 23:02:17.212394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10554, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
927 | 2024.07.10 23:02:17.212441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
928 | 2024.07.10 23:02:17.212460 [ 3 ] {} <Debug> HTTP-Session: 1cb8b491-b41d-4135-9eb9-8e827995917e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
929 | 2024.07.10 23:02:17.212476 [ 3 ] {} <Debug> HTTP-Session: 1cb8b491-b41d-4135-9eb9-8e827995917e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
930 | 2024.07.10 23:02:17.212490 [ 3 ] {} <Debug> HTTP-Session: 1cb8b491-b41d-4135-9eb9-8e827995917e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
931 | 2024.07.10 23:02:17.212521 [ 3 ] {} <Trace> HTTP-Session: 1cb8b491-b41d-4135-9eb9-8e827995917e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
932 | 2024.07.10 23:02:17.212653 [ 3 ] {2adaec6d-8100-435f-99fa-891dc2b269b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
933 | 2024.07.10 23:02:17.212696 [ 3 ] {2adaec6d-8100-435f-99fa-891dc2b269b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
934 | 2024.07.10 23:02:17.212823 [ 3 ] {2adaec6d-8100-435f-99fa-891dc2b269b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
935 | 2024.07.10 23:02:17.213194 [ 3 ] {2adaec6d-8100-435f-99fa-891dc2b269b7} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
936 | 2024.07.10 23:02:17.213227 [ 3 ] {2adaec6d-8100-435f-99fa-891dc2b269b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
937 | 2024.07.10 23:02:17.213618 [ 3 ] {2adaec6d-8100-435f-99fa-891dc2b269b7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
938 | 2024.07.10 23:02:17.214121 [ 3 ] {2adaec6d-8100-435f-99fa-891dc2b269b7} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
939 | 2024.07.10 23:02:17.214266 [ 3 ] {2adaec6d-8100-435f-99fa-891dc2b269b7} <Debug> executeQuery: Read 70 rows, 6.26 KiB in 0.001673 sec., 41841.00418410042 rows/sec., 3.65 MiB/sec. | ||
940 | 2024.07.10 23:02:17.214427 [ 3 ] {2adaec6d-8100-435f-99fa-891dc2b269b7} <Debug> DynamicQueryHandler: Done processing query | ||
941 | 2024.07.10 23:02:17.214450 [ 3 ] {2adaec6d-8100-435f-99fa-891dc2b269b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
942 | 2024.07.10 23:02:17.214466 [ 3 ] {} <Debug> HTTP-Session: 1cb8b491-b41d-4135-9eb9-8e827995917e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
943 | 2024.07.10 23:02:17.214585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
944 | 2024.07.10 23:02:17.214632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
945 | 2024.07.10 23:02:17.214651 [ 3 ] {} <Debug> HTTP-Session: 5f1db5af-484a-49c1-9685-31ff12e51cfc Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
946 | 2024.07.10 23:02:17.214668 [ 3 ] {} <Debug> HTTP-Session: 5f1db5af-484a-49c1-9685-31ff12e51cfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
947 | 2024.07.10 23:02:17.214682 [ 3 ] {} <Debug> HTTP-Session: 5f1db5af-484a-49c1-9685-31ff12e51cfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
948 | 2024.07.10 23:02:17.214712 [ 3 ] {} <Trace> HTTP-Session: 5f1db5af-484a-49c1-9685-31ff12e51cfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
949 | 2024.07.10 23:02:17.214803 [ 3 ] {3c3d2ec5-5100-4d8e-9b11-0c57e958a020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
950 | 2024.07.10 23:02:17.214844 [ 3 ] {3c3d2ec5-5100-4d8e-9b11-0c57e958a020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
951 | 2024.07.10 23:02:17.214971 [ 3 ] {3c3d2ec5-5100-4d8e-9b11-0c57e958a020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
952 | 2024.07.10 23:02:17.215284 [ 3 ] {3c3d2ec5-5100-4d8e-9b11-0c57e958a020} <Trace> oximeter.fields_u32 (7e12a19a-f598-42dd-8636-b90d2e153d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
953 | 2024.07.10 23:02:17.215334 [ 3 ] {3c3d2ec5-5100-4d8e-9b11-0c57e958a020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
954 | 2024.07.10 23:02:17.215796 [ 3 ] {3c3d2ec5-5100-4d8e-9b11-0c57e958a020} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
955 | 2024.07.10 23:02:17.216324 [ 3 ] {3c3d2ec5-5100-4d8e-9b11-0c57e958a020} <Trace> oximeter.fields_u32 (7e12a19a-f598-42dd-8636-b90d2e153d1a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
956 | 2024.07.10 23:02:17.216471 [ 3 ] {3c3d2ec5-5100-4d8e-9b11-0c57e958a020} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001689 sec., 592.0663114268798 rows/sec., 39.32 KiB/sec. | ||
957 | 2024.07.10 23:02:17.216723 [ 3 ] {3c3d2ec5-5100-4d8e-9b11-0c57e958a020} <Debug> DynamicQueryHandler: Done processing query | ||
958 | 2024.07.10 23:02:17.216747 [ 3 ] {3c3d2ec5-5100-4d8e-9b11-0c57e958a020} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
959 | 2024.07.10 23:02:17.216763 [ 3 ] {} <Debug> HTTP-Session: 5f1db5af-484a-49c1-9685-31ff12e51cfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
960 | 2024.07.10 23:02:17.216881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 5656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
961 | 2024.07.10 23:02:17.216928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
962 | 2024.07.10 23:02:17.216947 [ 3 ] {} <Debug> HTTP-Session: 1605f83e-2a55-4850-bf4d-b2105c7122f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
963 | 2024.07.10 23:02:17.216963 [ 3 ] {} <Debug> HTTP-Session: 1605f83e-2a55-4850-bf4d-b2105c7122f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
964 | 2024.07.10 23:02:17.216977 [ 3 ] {} <Debug> HTTP-Session: 1605f83e-2a55-4850-bf4d-b2105c7122f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
965 | 2024.07.10 23:02:17.217007 [ 3 ] {} <Trace> HTTP-Session: 1605f83e-2a55-4850-bf4d-b2105c7122f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
966 | 2024.07.10 23:02:17.217114 [ 3 ] {92337e86-e0aa-4b9f-8d28-1ef42c75925a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
967 | 2024.07.10 23:02:17.217156 [ 3 ] {92337e86-e0aa-4b9f-8d28-1ef42c75925a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
968 | 2024.07.10 23:02:17.217839 [ 3 ] {92337e86-e0aa-4b9f-8d28-1ef42c75925a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
969 | 2024.07.10 23:02:17.218740 [ 3 ] {92337e86-e0aa-4b9f-8d28-1ef42c75925a} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
970 | 2024.07.10 23:02:17.218773 [ 3 ] {92337e86-e0aa-4b9f-8d28-1ef42c75925a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
971 | 2024.07.10 23:02:17.221295 [ 3 ] {92337e86-e0aa-4b9f-8d28-1ef42c75925a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
972 | 2024.07.10 23:02:17.221906 [ 3 ] {92337e86-e0aa-4b9f-8d28-1ef42c75925a} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
973 | 2024.07.10 23:02:17.222093 [ 3 ] {92337e86-e0aa-4b9f-8d28-1ef42c75925a} <Debug> executeQuery: Read 33 rows, 2.66 KiB in 0.005002 sec., 6597.361055577769 rows/sec., 530.84 KiB/sec. | ||
974 | 2024.07.10 23:02:17.222360 [ 3 ] {92337e86-e0aa-4b9f-8d28-1ef42c75925a} <Debug> DynamicQueryHandler: Done processing query | ||
975 | 2024.07.10 23:02:17.222383 [ 3 ] {92337e86-e0aa-4b9f-8d28-1ef42c75925a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
976 | 2024.07.10 23:02:17.222399 [ 3 ] {} <Debug> HTTP-Session: 1605f83e-2a55-4850-bf4d-b2105c7122f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
977 | 2024.07.10 23:02:17.222507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
978 | 2024.07.10 23:02:17.222554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
979 | 2024.07.10 23:02:17.222573 [ 3 ] {} <Debug> HTTP-Session: b7a1347a-cc64-4b1e-b1ea-ea64fa0c67ff Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
980 | 2024.07.10 23:02:17.222590 [ 3 ] {} <Debug> HTTP-Session: b7a1347a-cc64-4b1e-b1ea-ea64fa0c67ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
981 | 2024.07.10 23:02:17.222604 [ 3 ] {} <Debug> HTTP-Session: b7a1347a-cc64-4b1e-b1ea-ea64fa0c67ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
982 | 2024.07.10 23:02:17.222635 [ 3 ] {} <Trace> HTTP-Session: b7a1347a-cc64-4b1e-b1ea-ea64fa0c67ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
983 | 2024.07.10 23:02:17.222729 [ 3 ] {33982078-9fdc-411b-808f-30787ea00a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
984 | 2024.07.10 23:02:17.222789 [ 3 ] {33982078-9fdc-411b-808f-30787ea00a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
985 | 2024.07.10 23:02:17.222949 [ 3 ] {33982078-9fdc-411b-808f-30787ea00a8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
986 | 2024.07.10 23:02:17.223275 [ 3 ] {33982078-9fdc-411b-808f-30787ea00a8a} <Trace> oximeter.measurements_f64 (1b3e6486-5154-4222-90e4-78553db03e8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
987 | 2024.07.10 23:02:17.223311 [ 3 ] {33982078-9fdc-411b-808f-30787ea00a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
988 | 2024.07.10 23:02:17.226591 [ 3 ] {33982078-9fdc-411b-808f-30787ea00a8a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
989 | 2024.07.10 23:02:17.227143 [ 3 ] {33982078-9fdc-411b-808f-30787ea00a8a} <Trace> oximeter.measurements_f64 (1b3e6486-5154-4222-90e4-78553db03e8d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
990 | 2024.07.10 23:02:17.227261 [ 3 ] {33982078-9fdc-411b-808f-30787ea00a8a} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.004556 sec., 219.49078138718173 rows/sec., 13.93 KiB/sec. | ||
991 | 2024.07.10 23:02:17.227422 [ 3 ] {33982078-9fdc-411b-808f-30787ea00a8a} <Debug> DynamicQueryHandler: Done processing query | ||
992 | 2024.07.10 23:02:17.227445 [ 3 ] {33982078-9fdc-411b-808f-30787ea00a8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
993 | 2024.07.10 23:02:17.227461 [ 3 ] {} <Debug> HTTP-Session: b7a1347a-cc64-4b1e-b1ea-ea64fa0c67ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
994 | 2024.07.10 23:02:17.227753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 36418, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
995 | 2024.07.10 23:02:17.227801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
996 | 2024.07.10 23:02:17.227820 [ 3 ] {} <Debug> HTTP-Session: 27feb75e-13d5-468f-b0e4-ef649c380cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
997 | 2024.07.10 23:02:17.227836 [ 3 ] {} <Debug> HTTP-Session: 27feb75e-13d5-468f-b0e4-ef649c380cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
998 | 2024.07.10 23:02:17.227850 [ 3 ] {} <Debug> HTTP-Session: 27feb75e-13d5-468f-b0e4-ef649c380cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
999 | 2024.07.10 23:02:17.227879 [ 3 ] {} <Trace> HTTP-Session: 27feb75e-13d5-468f-b0e4-ef649c380cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1000 | 2024.07.10 23:02:17.228133 [ 3 ] {8111a221-572d-4b59-89dc-bc85ce424706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1001 | 2024.07.10 23:02:17.228195 [ 3 ] {8111a221-572d-4b59-89dc-bc85ce424706} <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 | ||
1002 | 2024.07.10 23:02:17.228557 [ 3 ] {8111a221-572d-4b59-89dc-bc85ce424706} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1003 | 2024.07.10 23:02:17.229219 [ 3 ] {8111a221-572d-4b59-89dc-bc85ce424706} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1004 | 2024.07.10 23:02:17.229254 [ 3 ] {8111a221-572d-4b59-89dc-bc85ce424706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
1005 | 2024.07.10 23:02:17.231957 [ 3 ] {8111a221-572d-4b59-89dc-bc85ce424706} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1006 | 2024.07.10 23:02:17.232614 [ 3 ] {8111a221-572d-4b59-89dc-bc85ce424706} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1007 | 2024.07.10 23:02:17.232775 [ 3 ] {8111a221-572d-4b59-89dc-bc85ce424706} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.004813 sec., 4778.7242883856225 rows/sec., 8.56 MiB/sec. | ||
1008 | 2024.07.10 23:02:17.233175 [ 3 ] {8111a221-572d-4b59-89dc-bc85ce424706} <Debug> DynamicQueryHandler: Done processing query | ||
1009 | 2024.07.10 23:02:17.233199 [ 3 ] {8111a221-572d-4b59-89dc-bc85ce424706} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1010 | 2024.07.10 23:02:17.233215 [ 3 ] {} <Debug> HTTP-Session: 27feb75e-13d5-468f-b0e4-ef649c380cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1011 | 2024.07.10 23:02:17.233329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 2946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1012 | 2024.07.10 23:02:17.233376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1013 | 2024.07.10 23:02:17.233395 [ 3 ] {} <Debug> HTTP-Session: e5cd4db7-381f-481f-94dd-3f376d6105c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1014 | 2024.07.10 23:02:17.233412 [ 3 ] {} <Debug> HTTP-Session: e5cd4db7-381f-481f-94dd-3f376d6105c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1015 | 2024.07.10 23:02:17.233425 [ 3 ] {} <Debug> HTTP-Session: e5cd4db7-381f-481f-94dd-3f376d6105c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.07.10 23:02:17.233455 [ 3 ] {} <Trace> HTTP-Session: e5cd4db7-381f-481f-94dd-3f376d6105c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1017 | 2024.07.10 23:02:17.233553 [ 3 ] {90b363a9-7837-4fea-9392-dded7489e8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1018 | 2024.07.10 23:02:17.233596 [ 3 ] {90b363a9-7837-4fea-9392-dded7489e8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1019 | 2024.07.10 23:02:17.233723 [ 3 ] {90b363a9-7837-4fea-9392-dded7489e8bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1020 | 2024.07.10 23:02:17.234027 [ 3 ] {90b363a9-7837-4fea-9392-dded7489e8bf} <Trace> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1021 | 2024.07.10 23:02:17.234059 [ 3 ] {90b363a9-7837-4fea-9392-dded7489e8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
1022 | 2024.07.10 23:02:17.234511 [ 3 ] {90b363a9-7837-4fea-9392-dded7489e8bf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1023 | 2024.07.10 23:02:17.235055 [ 3 ] {90b363a9-7837-4fea-9392-dded7489e8bf} <Trace> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1024 | 2024.07.10 23:02:17.235180 [ 3 ] {90b363a9-7837-4fea-9392-dded7489e8bf} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001655 sec., 10876.132930513595 rows/sec., 819.60 KiB/sec. | ||
1025 | 2024.07.10 23:02:17.235339 [ 3 ] {90b363a9-7837-4fea-9392-dded7489e8bf} <Debug> DynamicQueryHandler: Done processing query | ||
1026 | 2024.07.10 23:02:17.235362 [ 3 ] {90b363a9-7837-4fea-9392-dded7489e8bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1027 | 2024.07.10 23:02:17.235377 [ 3 ] {} <Debug> HTTP-Session: e5cd4db7-381f-481f-94dd-3f376d6105c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1028 | 2024.07.10 23:02:27.185510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 3350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1029 | 2024.07.10 23:02:27.185631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1030 | 2024.07.10 23:02:27.185656 [ 3 ] {} <Debug> HTTP-Session: b00f2da1-e7fc-439b-9f8c-e9a2a69a9c37 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1031 | 2024.07.10 23:02:27.185679 [ 3 ] {} <Debug> HTTP-Session: b00f2da1-e7fc-439b-9f8c-e9a2a69a9c37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1032 | 2024.07.10 23:02:27.185694 [ 3 ] {} <Debug> HTTP-Session: b00f2da1-e7fc-439b-9f8c-e9a2a69a9c37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1033 | 2024.07.10 23:02:27.185741 [ 3 ] {} <Trace> HTTP-Session: b00f2da1-e7fc-439b-9f8c-e9a2a69a9c37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1034 | 2024.07.10 23:02:27.185920 [ 3 ] {294860af-0a90-47f7-a6bd-07f509911016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1035 | 2024.07.10 23:02:27.185986 [ 3 ] {294860af-0a90-47f7-a6bd-07f509911016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1036 | 2024.07.10 23:02:27.186173 [ 3 ] {294860af-0a90-47f7-a6bd-07f509911016} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1037 | 2024.07.10 23:02:27.186614 [ 3 ] {294860af-0a90-47f7-a6bd-07f509911016} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1038 | 2024.07.10 23:02:27.186656 [ 3 ] {294860af-0a90-47f7-a6bd-07f509911016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
1039 | 2024.07.10 23:02:27.187123 [ 3 ] {294860af-0a90-47f7-a6bd-07f509911016} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1040 | 2024.07.10 23:02:27.187729 [ 3 ] {294860af-0a90-47f7-a6bd-07f509911016} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1041 | 2024.07.10 23:02:27.187939 [ 3 ] {294860af-0a90-47f7-a6bd-07f509911016} <Debug> executeQuery: Read 23 rows, 1.86 KiB in 0.002067 sec., 11127.237542331883 rows/sec., 901.91 KiB/sec. | ||
1042 | 2024.07.10 23:02:27.188270 [ 3 ] {294860af-0a90-47f7-a6bd-07f509911016} <Debug> DynamicQueryHandler: Done processing query | ||
1043 | 2024.07.10 23:02:27.188295 [ 3 ] {294860af-0a90-47f7-a6bd-07f509911016} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1044 | 2024.07.10 23:02:27.188311 [ 3 ] {} <Debug> HTTP-Session: b00f2da1-e7fc-439b-9f8c-e9a2a69a9c37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1045 | 2024.07.10 23:02:27.188483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1046 | 2024.07.10 23:02:27.188540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1047 | 2024.07.10 23:02:27.188561 [ 3 ] {} <Debug> HTTP-Session: 16882574-d59c-4f37-ac9e-4c53b4510140 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1048 | 2024.07.10 23:02:27.188580 [ 3 ] {} <Debug> HTTP-Session: 16882574-d59c-4f37-ac9e-4c53b4510140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1049 | 2024.07.10 23:02:27.188594 [ 3 ] {} <Debug> HTTP-Session: 16882574-d59c-4f37-ac9e-4c53b4510140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1050 | 2024.07.10 23:02:27.188628 [ 3 ] {} <Trace> HTTP-Session: 16882574-d59c-4f37-ac9e-4c53b4510140 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1051 | 2024.07.10 23:02:27.188753 [ 3 ] {0b12b604-7eaa-4197-a9d2-ae9ed4f7edff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1052 | 2024.07.10 23:02:27.188799 [ 3 ] {0b12b604-7eaa-4197-a9d2-ae9ed4f7edff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1053 | 2024.07.10 23:02:27.188947 [ 3 ] {0b12b604-7eaa-4197-a9d2-ae9ed4f7edff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1054 | 2024.07.10 23:02:27.189287 [ 3 ] {0b12b604-7eaa-4197-a9d2-ae9ed4f7edff} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1055 | 2024.07.10 23:02:27.189324 [ 3 ] {0b12b604-7eaa-4197-a9d2-ae9ed4f7edff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
1056 | 2024.07.10 23:02:27.189760 [ 3 ] {0b12b604-7eaa-4197-a9d2-ae9ed4f7edff} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1057 | 2024.07.10 23:02:27.190266 [ 3 ] {0b12b604-7eaa-4197-a9d2-ae9ed4f7edff} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1058 | 2024.07.10 23:02:27.190425 [ 3 ] {0b12b604-7eaa-4197-a9d2-ae9ed4f7edff} <Debug> executeQuery: Read 69 rows, 6.17 KiB in 0.001718 sec., 40162.98020954599 rows/sec., 3.51 MiB/sec. | ||
1059 | 2024.07.10 23:02:27.190592 [ 3 ] {0b12b604-7eaa-4197-a9d2-ae9ed4f7edff} <Debug> DynamicQueryHandler: Done processing query | ||
1060 | 2024.07.10 23:02:27.190616 [ 3 ] {0b12b604-7eaa-4197-a9d2-ae9ed4f7edff} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1061 | 2024.07.10 23:02:27.190632 [ 3 ] {} <Debug> HTTP-Session: 16882574-d59c-4f37-ac9e-4c53b4510140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1062 | 2024.07.10 23:02:27.190781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 3949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1063 | 2024.07.10 23:02:27.190830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1064 | 2024.07.10 23:02:27.190851 [ 3 ] {} <Debug> HTTP-Session: c6d4fdd9-0bac-4f71-b71e-31a3e5c768b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1065 | 2024.07.10 23:02:27.190868 [ 3 ] {} <Debug> HTTP-Session: c6d4fdd9-0bac-4f71-b71e-31a3e5c768b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1066 | 2024.07.10 23:02:27.190883 [ 3 ] {} <Debug> HTTP-Session: c6d4fdd9-0bac-4f71-b71e-31a3e5c768b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1067 | 2024.07.10 23:02:27.190914 [ 3 ] {} <Trace> HTTP-Session: c6d4fdd9-0bac-4f71-b71e-31a3e5c768b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1068 | 2024.07.10 23:02:27.191018 [ 3 ] {774bbc57-59c2-4ba1-afbe-3cfbd392971f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1069 | 2024.07.10 23:02:27.191061 [ 3 ] {774bbc57-59c2-4ba1-afbe-3cfbd392971f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1070 | 2024.07.10 23:02:27.191187 [ 3 ] {774bbc57-59c2-4ba1-afbe-3cfbd392971f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1071 | 2024.07.10 23:02:27.191475 [ 3 ] {774bbc57-59c2-4ba1-afbe-3cfbd392971f} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1072 | 2024.07.10 23:02:27.191510 [ 3 ] {774bbc57-59c2-4ba1-afbe-3cfbd392971f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
1073 | 2024.07.10 23:02:27.191917 [ 3 ] {774bbc57-59c2-4ba1-afbe-3cfbd392971f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1074 | 2024.07.10 23:02:27.192429 [ 3 ] {774bbc57-59c2-4ba1-afbe-3cfbd392971f} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1075 | 2024.07.10 23:02:27.192584 [ 3 ] {774bbc57-59c2-4ba1-afbe-3cfbd392971f} <Debug> executeQuery: Read 23 rows, 1.84 KiB in 0.001597 sec., 14402.00375704446 rows/sec., 1.13 MiB/sec. | ||
1076 | 2024.07.10 23:02:27.192798 [ 3 ] {774bbc57-59c2-4ba1-afbe-3cfbd392971f} <Debug> DynamicQueryHandler: Done processing query | ||
1077 | 2024.07.10 23:02:27.192821 [ 3 ] {774bbc57-59c2-4ba1-afbe-3cfbd392971f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1078 | 2024.07.10 23:02:27.192842 [ 3 ] {} <Debug> HTTP-Session: c6d4fdd9-0bac-4f71-b71e-31a3e5c768b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1079 | 2024.07.10 23:02:27.193013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 36637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1080 | 2024.07.10 23:02:27.193060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1081 | 2024.07.10 23:02:27.193080 [ 3 ] {} <Debug> HTTP-Session: 5ad5ac24-acd8-4064-819e-3216b734483b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1082 | 2024.07.10 23:02:27.193097 [ 3 ] {} <Debug> HTTP-Session: 5ad5ac24-acd8-4064-819e-3216b734483b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1083 | 2024.07.10 23:02:27.193111 [ 3 ] {} <Debug> HTTP-Session: 5ad5ac24-acd8-4064-819e-3216b734483b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1084 | 2024.07.10 23:02:27.193141 [ 3 ] {} <Trace> HTTP-Session: 5ad5ac24-acd8-4064-819e-3216b734483b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1085 | 2024.07.10 23:02:27.193413 [ 3 ] {5c5dbf10-1159-4e74-a5ed-6671f8acfead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1086 | 2024.07.10 23:02:27.193477 [ 3 ] {5c5dbf10-1159-4e74-a5ed-6671f8acfead} <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 | ||
1087 | 2024.07.10 23:02:27.193881 [ 3 ] {5c5dbf10-1159-4e74-a5ed-6671f8acfead} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1088 | 2024.07.10 23:02:27.194487 [ 3 ] {5c5dbf10-1159-4e74-a5ed-6671f8acfead} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1089 | 2024.07.10 23:02:27.194523 [ 3 ] {5c5dbf10-1159-4e74-a5ed-6671f8acfead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
1090 | 2024.07.10 23:02:27.195333 [ 3 ] {5c5dbf10-1159-4e74-a5ed-6671f8acfead} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1091 | 2024.07.10 23:02:27.195980 [ 3 ] {5c5dbf10-1159-4e74-a5ed-6671f8acfead} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1092 | 2024.07.10 23:02:27.196167 [ 3 ] {5c5dbf10-1159-4e74-a5ed-6671f8acfead} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002941 sec., 7820.469228153689 rows/sec., 14.01 MiB/sec. | ||
1093 | 2024.07.10 23:02:27.196383 [ 3 ] {5c5dbf10-1159-4e74-a5ed-6671f8acfead} <Debug> DynamicQueryHandler: Done processing query | ||
1094 | 2024.07.10 23:02:27.196407 [ 3 ] {5c5dbf10-1159-4e74-a5ed-6671f8acfead} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1095 | 2024.07.10 23:02:27.196422 [ 3 ] {} <Debug> HTTP-Session: 5ad5ac24-acd8-4064-819e-3216b734483b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1096 | 2024.07.10 23:02:27.549289 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1097 | 2024.07.10 23:02:27.549346 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1098 | 2024.07.10 23:02:37.184805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 3491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1099 | 2024.07.10 23:02:37.184943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1100 | 2024.07.10 23:02:37.184972 [ 3 ] {} <Debug> HTTP-Session: ddfbabfe-c39c-4505-945f-3cbdc461f2cd Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1101 | 2024.07.10 23:02:37.184999 [ 3 ] {} <Debug> HTTP-Session: ddfbabfe-c39c-4505-945f-3cbdc461f2cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1102 | 2024.07.10 23:02:37.185017 [ 3 ] {} <Debug> HTTP-Session: ddfbabfe-c39c-4505-945f-3cbdc461f2cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1103 | 2024.07.10 23:02:37.185073 [ 3 ] {} <Trace> HTTP-Session: ddfbabfe-c39c-4505-945f-3cbdc461f2cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1104 | 2024.07.10 23:02:37.185270 [ 3 ] {3da09052-323d-4e1b-8320-7298466c60ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1105 | 2024.07.10 23:02:37.185339 [ 3 ] {3da09052-323d-4e1b-8320-7298466c60ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1106 | 2024.07.10 23:02:37.185528 [ 3 ] {3da09052-323d-4e1b-8320-7298466c60ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1107 | 2024.07.10 23:02:37.185950 [ 3 ] {3da09052-323d-4e1b-8320-7298466c60ec} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1108 | 2024.07.10 23:02:37.185991 [ 3 ] {3da09052-323d-4e1b-8320-7298466c60ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
1109 | 2024.07.10 23:02:37.186349 [ 3 ] {3da09052-323d-4e1b-8320-7298466c60ec} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1110 | 2024.07.10 23:02:37.186676 [ 3 ] {3da09052-323d-4e1b-8320-7298466c60ec} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1111 | 2024.07.10 23:02:37.186836 [ 3 ] {3da09052-323d-4e1b-8320-7298466c60ec} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.00162 sec., 14814.814814814816 rows/sec., 1.17 MiB/sec. | ||
1112 | 2024.07.10 23:02:37.187189 [ 3 ] {3da09052-323d-4e1b-8320-7298466c60ec} <Debug> DynamicQueryHandler: Done processing query | ||
1113 | 2024.07.10 23:02:37.187223 [ 3 ] {3da09052-323d-4e1b-8320-7298466c60ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1114 | 2024.07.10 23:02:37.187242 [ 3 ] {} <Debug> HTTP-Session: ddfbabfe-c39c-4505-945f-3cbdc461f2cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1115 | 2024.07.10 23:02:37.187413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1116 | 2024.07.10 23:02:37.187472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1117 | 2024.07.10 23:02:37.187494 [ 3 ] {} <Debug> HTTP-Session: bd59cb78-43ec-4a8b-82ab-f9843bf4f0c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1118 | 2024.07.10 23:02:37.187516 [ 3 ] {} <Debug> HTTP-Session: bd59cb78-43ec-4a8b-82ab-f9843bf4f0c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1119 | 2024.07.10 23:02:37.187532 [ 3 ] {} <Debug> HTTP-Session: bd59cb78-43ec-4a8b-82ab-f9843bf4f0c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1120 | 2024.07.10 23:02:37.187567 [ 3 ] {} <Trace> HTTP-Session: bd59cb78-43ec-4a8b-82ab-f9843bf4f0c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1121 | 2024.07.10 23:02:37.187688 [ 3 ] {0608dc7e-f4c1-4c25-b7d8-37ba6517a26a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1122 | 2024.07.10 23:02:37.187733 [ 3 ] {0608dc7e-f4c1-4c25-b7d8-37ba6517a26a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1123 | 2024.07.10 23:02:37.187873 [ 3 ] {0608dc7e-f4c1-4c25-b7d8-37ba6517a26a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1124 | 2024.07.10 23:02:37.188217 [ 3 ] {0608dc7e-f4c1-4c25-b7d8-37ba6517a26a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1125 | 2024.07.10 23:02:37.188254 [ 3 ] {0608dc7e-f4c1-4c25-b7d8-37ba6517a26a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
1126 | 2024.07.10 23:02:37.188554 [ 3 ] {0608dc7e-f4c1-4c25-b7d8-37ba6517a26a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1127 | 2024.07.10 23:02:37.188853 [ 3 ] {0608dc7e-f4c1-4c25-b7d8-37ba6517a26a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1128 | 2024.07.10 23:02:37.188970 [ 3 ] {0608dc7e-f4c1-4c25-b7d8-37ba6517a26a} <Debug> executeQuery: Read 72 rows, 6.43 KiB in 0.001325 sec., 54339.622641509435 rows/sec., 4.74 MiB/sec. | ||
1129 | 2024.07.10 23:02:37.189163 [ 3 ] {0608dc7e-f4c1-4c25-b7d8-37ba6517a26a} <Debug> DynamicQueryHandler: Done processing query | ||
1130 | 2024.07.10 23:02:37.189188 [ 3 ] {0608dc7e-f4c1-4c25-b7d8-37ba6517a26a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1131 | 2024.07.10 23:02:37.189204 [ 3 ] {} <Debug> HTTP-Session: bd59cb78-43ec-4a8b-82ab-f9843bf4f0c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1132 | 2024.07.10 23:02:37.189323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4116, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1133 | 2024.07.10 23:02:37.189371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1134 | 2024.07.10 23:02:37.189390 [ 3 ] {} <Debug> HTTP-Session: edf409f4-2c62-492e-b071-f8b6c628d662 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1135 | 2024.07.10 23:02:37.189408 [ 3 ] {} <Debug> HTTP-Session: edf409f4-2c62-492e-b071-f8b6c628d662 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1136 | 2024.07.10 23:02:37.189422 [ 3 ] {} <Debug> HTTP-Session: edf409f4-2c62-492e-b071-f8b6c628d662 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1137 | 2024.07.10 23:02:37.189452 [ 3 ] {} <Trace> HTTP-Session: edf409f4-2c62-492e-b071-f8b6c628d662 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1138 | 2024.07.10 23:02:37.189552 [ 3 ] {71892386-505a-4392-8af1-116b155e4115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1139 | 2024.07.10 23:02:37.189595 [ 3 ] {71892386-505a-4392-8af1-116b155e4115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1140 | 2024.07.10 23:02:37.189719 [ 3 ] {71892386-505a-4392-8af1-116b155e4115} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1141 | 2024.07.10 23:02:37.190085 [ 3 ] {71892386-505a-4392-8af1-116b155e4115} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1142 | 2024.07.10 23:02:37.190120 [ 3 ] {71892386-505a-4392-8af1-116b155e4115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
1143 | 2024.07.10 23:02:37.190424 [ 3 ] {71892386-505a-4392-8af1-116b155e4115} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1144 | 2024.07.10 23:02:37.190732 [ 3 ] {71892386-505a-4392-8af1-116b155e4115} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1145 | 2024.07.10 23:02:37.190855 [ 3 ] {71892386-505a-4392-8af1-116b155e4115} <Debug> executeQuery: Read 24 rows, 1.92 KiB in 0.001332 sec., 18018.018018018018 rows/sec., 1.41 MiB/sec. | ||
1146 | 2024.07.10 23:02:37.191019 [ 3 ] {71892386-505a-4392-8af1-116b155e4115} <Debug> DynamicQueryHandler: Done processing query | ||
1147 | 2024.07.10 23:02:37.191044 [ 3 ] {71892386-505a-4392-8af1-116b155e4115} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1148 | 2024.07.10 23:02:37.191061 [ 3 ] {} <Debug> HTTP-Session: edf409f4-2c62-492e-b071-f8b6c628d662 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1149 | 2024.07.10 23:02:37.191246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 38245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1150 | 2024.07.10 23:02:37.191295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1151 | 2024.07.10 23:02:37.191313 [ 3 ] {} <Debug> HTTP-Session: e423452c-dcc0-4e15-b9d9-407273e3b773 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1152 | 2024.07.10 23:02:37.191330 [ 3 ] {} <Debug> HTTP-Session: e423452c-dcc0-4e15-b9d9-407273e3b773 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1153 | 2024.07.10 23:02:37.191345 [ 3 ] {} <Debug> HTTP-Session: e423452c-dcc0-4e15-b9d9-407273e3b773 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1154 | 2024.07.10 23:02:37.191375 [ 3 ] {} <Trace> HTTP-Session: e423452c-dcc0-4e15-b9d9-407273e3b773 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1155 | 2024.07.10 23:02:37.191651 [ 3 ] {e8cf1c12-04a5-4e4f-937e-56db2f6047fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1156 | 2024.07.10 23:02:37.191717 [ 3 ] {e8cf1c12-04a5-4e4f-937e-56db2f6047fe} <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 | ||
1157 | 2024.07.10 23:02:37.192111 [ 3 ] {e8cf1c12-04a5-4e4f-937e-56db2f6047fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1158 | 2024.07.10 23:02:37.192757 [ 3 ] {e8cf1c12-04a5-4e4f-937e-56db2f6047fe} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1159 | 2024.07.10 23:02:37.192792 [ 3 ] {e8cf1c12-04a5-4e4f-937e-56db2f6047fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
1160 | 2024.07.10 23:02:37.193483 [ 3 ] {e8cf1c12-04a5-4e4f-937e-56db2f6047fe} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1161 | 2024.07.10 23:02:37.193881 [ 3 ] {e8cf1c12-04a5-4e4f-937e-56db2f6047fe} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1162 | 2024.07.10 23:02:37.194022 [ 3 ] {e8cf1c12-04a5-4e4f-937e-56db2f6047fe} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002569 sec., 9342.15648112106 rows/sec., 16.74 MiB/sec. | ||
1163 | 2024.07.10 23:02:37.194236 [ 3 ] {e8cf1c12-04a5-4e4f-937e-56db2f6047fe} <Debug> DynamicQueryHandler: Done processing query | ||
1164 | 2024.07.10 23:02:37.194260 [ 3 ] {e8cf1c12-04a5-4e4f-937e-56db2f6047fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1165 | 2024.07.10 23:02:37.194276 [ 3 ] {} <Debug> HTTP-Session: e423452c-dcc0-4e15-b9d9-407273e3b773 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1166 | 2024.07.10 23:02:42.549406 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1167 | 2024.07.10 23:02:42.549522 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1168 | 2024.07.10 23:02:47.185209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1169 | 2024.07.10 23:02:47.185351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1170 | 2024.07.10 23:02:47.185379 [ 3 ] {} <Debug> HTTP-Session: b6d6ba3c-6ccc-45b2-97d6-0d2781b336ea Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1171 | 2024.07.10 23:02:47.185408 [ 3 ] {} <Debug> HTTP-Session: b6d6ba3c-6ccc-45b2-97d6-0d2781b336ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1172 | 2024.07.10 23:02:47.185427 [ 3 ] {} <Debug> HTTP-Session: b6d6ba3c-6ccc-45b2-97d6-0d2781b336ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1173 | 2024.07.10 23:02:47.185482 [ 3 ] {} <Trace> HTTP-Session: b6d6ba3c-6ccc-45b2-97d6-0d2781b336ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1174 | 2024.07.10 23:02:47.185718 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1175 | 2024.07.10 23:02:47.186156 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1176 | 2024.07.10 23:02:47.188163 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1177 | 2024.07.10 23:02:47.188471 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1178 | 2024.07.10 23:02:47.190876 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1179 | 2024.07.10 23:02:47.197092 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1180 | 2024.07.10 23:02:47.201997 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1181 | 2024.07.10 23:02:47.204005 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (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 | ||
1182 | 2024.07.10 23:02:47.204034 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1183 | 2024.07.10 23:02:47.204176 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram'))" | ||
1184 | 2024.07.10 23:02:47.204224 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1185 | 2024.07.10 23:02:47.227415 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.041791 sec., 119.64298533176999 rows/sec., 5.35 KiB/sec. | ||
1186 | 2024.07.10 23:02:47.227740 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Debug> DynamicQueryHandler: Done processing query | ||
1187 | 2024.07.10 23:02:47.227768 [ 3 ] {756d9f07-b5ea-4b98-be83-e17e9835058b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1188 | 2024.07.10 23:02:47.227784 [ 3 ] {} <Debug> HTTP-Session: b6d6ba3c-6ccc-45b2-97d6-0d2781b336ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1189 | 2024.07.10 23:02:47.228032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1190 | 2024.07.10 23:02:47.228086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1191 | 2024.07.10 23:02:47.228106 [ 3 ] {} <Debug> HTTP-Session: a9e84570-3af5-46bb-944c-28b7a80a21e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1192 | 2024.07.10 23:02:47.228124 [ 3 ] {} <Debug> HTTP-Session: a9e84570-3af5-46bb-944c-28b7a80a21e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1193 | 2024.07.10 23:02:47.228138 [ 3 ] {} <Debug> HTTP-Session: a9e84570-3af5-46bb-944c-28b7a80a21e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1194 | 2024.07.10 23:02:47.228175 [ 3 ] {} <Trace> HTTP-Session: a9e84570-3af5-46bb-944c-28b7a80a21e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1195 | 2024.07.10 23:02:47.228319 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
1196 | 2024.07.10 23:02:47.228566 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1197 | 2024.07.10 23:02:47.228600 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received')" moved to PREWHERE | ||
1198 | 2024.07.10 23:02:47.228813 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1199 | 2024.07.10 23:02:47.228879 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1200 | 2024.07.10 23:02:47.229020 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1201 | 2024.07.10 23:02:47.229052 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1202 | 2024.07.10 23:02:47.229075 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (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 | ||
1203 | 2024.07.10 23:02:47.229092 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1204 | 2024.07.10 23:02:47.229131 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received'))" | ||
1205 | 2024.07.10 23:02:47.229151 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1206 | 2024.07.10 23:02:47.230032 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001773 sec., 2820.078962210942 rows/sec., 126.13 KiB/sec. | ||
1207 | 2024.07.10 23:02:47.230263 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Debug> DynamicQueryHandler: Done processing query | ||
1208 | 2024.07.10 23:02:47.230287 [ 3 ] {f7e061f9-4dd4-4825-9626-6a2dd6b01a6c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1209 | 2024.07.10 23:02:47.230304 [ 3 ] {} <Debug> HTTP-Session: a9e84570-3af5-46bb-944c-28b7a80a21e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1210 | 2024.07.10 23:02:47.230593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1211 | 2024.07.10 23:02:47.230640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1212 | 2024.07.10 23:02:47.230658 [ 3 ] {} <Debug> HTTP-Session: 0dec54cd-e06b-4832-a2c0-d9c92c97b11b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1213 | 2024.07.10 23:02:47.230675 [ 3 ] {} <Debug> HTTP-Session: 0dec54cd-e06b-4832-a2c0-d9c92c97b11b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1214 | 2024.07.10 23:02:47.230688 [ 3 ] {} <Debug> HTTP-Session: 0dec54cd-e06b-4832-a2c0-d9c92c97b11b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1215 | 2024.07.10 23:02:47.230720 [ 3 ] {} <Trace> HTTP-Session: 0dec54cd-e06b-4832-a2c0-d9c92c97b11b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1216 | 2024.07.10 23:02:47.230846 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1217 | 2024.07.10 23:02:47.231086 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1218 | 2024.07.10 23:02:47.231120 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
1219 | 2024.07.10 23:02:47.231327 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1220 | 2024.07.10 23:02:47.231389 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1221 | 2024.07.10 23:02:47.231524 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1222 | 2024.07.10 23:02:47.231555 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1223 | 2024.07.10 23:02:47.231576 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (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 | ||
1224 | 2024.07.10 23:02:47.231592 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1225 | 2024.07.10 23:02:47.231631 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
1226 | 2024.07.10 23:02:47.231650 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1227 | 2024.07.10 23:02:47.232516 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001721 sec., 2905.2876234747237 rows/sec., 129.94 KiB/sec. | ||
1228 | 2024.07.10 23:02:47.232735 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Debug> DynamicQueryHandler: Done processing query | ||
1229 | 2024.07.10 23:02:47.232759 [ 3 ] {7a8d5109-8e6b-44da-bca1-dd71827b1e2b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1230 | 2024.07.10 23:02:47.232775 [ 3 ] {} <Debug> HTTP-Session: 0dec54cd-e06b-4832-a2c0-d9c92c97b11b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1231 | 2024.07.10 23:02:47.232986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1232 | 2024.07.10 23:02:47.233032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1233 | 2024.07.10 23:02:47.233051 [ 3 ] {} <Debug> HTTP-Session: 57718667-c4b3-441a-890e-2a1a9811b4ad Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1234 | 2024.07.10 23:02:47.233068 [ 3 ] {} <Debug> HTTP-Session: 57718667-c4b3-441a-890e-2a1a9811b4ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1235 | 2024.07.10 23:02:47.233082 [ 3 ] {} <Debug> HTTP-Session: 57718667-c4b3-441a-890e-2a1a9811b4ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1236 | 2024.07.10 23:02:47.233113 [ 3 ] {} <Trace> HTTP-Session: 57718667-c4b3-441a-890e-2a1a9811b4ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1237 | 2024.07.10 23:02:47.233237 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1238 | 2024.07.10 23:02:47.233470 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1239 | 2024.07.10 23:02:47.233503 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
1240 | 2024.07.10 23:02:47.233710 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1241 | 2024.07.10 23:02:47.233773 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1242 | 2024.07.10 23:02:47.233907 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1243 | 2024.07.10 23:02:47.233937 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1244 | 2024.07.10 23:02:47.233959 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (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 | ||
1245 | 2024.07.10 23:02:47.233975 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1246 | 2024.07.10 23:02:47.234014 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
1247 | 2024.07.10 23:02:47.234033 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1248 | 2024.07.10 23:02:47.234873 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001688 sec., 2962.085308056872 rows/sec., 132.48 KiB/sec. | ||
1249 | 2024.07.10 23:02:47.235100 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Debug> DynamicQueryHandler: Done processing query | ||
1250 | 2024.07.10 23:02:47.235123 [ 3 ] {0cd47972-bb2d-46e0-bb80-203785cd7e6d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1251 | 2024.07.10 23:02:47.235140 [ 3 ] {} <Debug> HTTP-Session: 57718667-c4b3-441a-890e-2a1a9811b4ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1252 | 2024.07.10 23:02:47.235355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1253 | 2024.07.10 23:02:47.235401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1254 | 2024.07.10 23:02:47.235419 [ 3 ] {} <Debug> HTTP-Session: 2c633776-d485-4cbb-a835-9aceecffff59 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1255 | 2024.07.10 23:02:47.235435 [ 3 ] {} <Debug> HTTP-Session: 2c633776-d485-4cbb-a835-9aceecffff59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1256 | 2024.07.10 23:02:47.235449 [ 3 ] {} <Debug> HTTP-Session: 2c633776-d485-4cbb-a835-9aceecffff59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1257 | 2024.07.10 23:02:47.235479 [ 3 ] {} <Trace> HTTP-Session: 2c633776-d485-4cbb-a835-9aceecffff59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1258 | 2024.07.10 23:02:47.235603 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
1259 | 2024.07.10 23:02:47.235838 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1260 | 2024.07.10 23:02:47.235872 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
1261 | 2024.07.10 23:02:47.236084 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1262 | 2024.07.10 23:02:47.236147 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1263 | 2024.07.10 23:02:47.236288 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1264 | 2024.07.10 23:02:47.236319 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1265 | 2024.07.10 23:02:47.236341 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (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 | ||
1266 | 2024.07.10 23:02:47.236358 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1267 | 2024.07.10 23:02:47.236396 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
1268 | 2024.07.10 23:02:47.236416 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1269 | 2024.07.10 23:02:47.237189 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001637 sec., 3054.3677458766037 rows/sec., 136.61 KiB/sec. | ||
1270 | 2024.07.10 23:02:47.237425 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Debug> DynamicQueryHandler: Done processing query | ||
1271 | 2024.07.10 23:02:47.237450 [ 3 ] {0b5e77b8-b035-4607-8ed3-9e6e9bfe9f42} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1272 | 2024.07.10 23:02:47.237466 [ 3 ] {} <Debug> HTTP-Session: 2c633776-d485-4cbb-a835-9aceecffff59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1273 | 2024.07.10 23:02:47.237727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1274 | 2024.07.10 23:02:47.237773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1275 | 2024.07.10 23:02:47.237791 [ 3 ] {} <Debug> HTTP-Session: 6693a37a-b4d1-4054-9e79-4a36dd35dd6e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1276 | 2024.07.10 23:02:47.237808 [ 3 ] {} <Debug> HTTP-Session: 6693a37a-b4d1-4054-9e79-4a36dd35dd6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1277 | 2024.07.10 23:02:47.237821 [ 3 ] {} <Debug> HTTP-Session: 6693a37a-b4d1-4054-9e79-4a36dd35dd6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1278 | 2024.07.10 23:02:47.237851 [ 3 ] {} <Trace> HTTP-Session: 6693a37a-b4d1-4054-9e79-4a36dd35dd6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1279 | 2024.07.10 23:02:47.237979 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
1280 | 2024.07.10 23:02:47.238214 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1281 | 2024.07.10 23:02:47.238248 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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 | ||
1282 | 2024.07.10 23:02:47.238463 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1283 | 2024.07.10 23:02:47.238525 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1284 | 2024.07.10 23:02:47.238656 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1285 | 2024.07.10 23:02:47.238687 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1286 | 2024.07.10 23:02:47.238708 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (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 | ||
1287 | 2024.07.10 23:02:47.238724 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1288 | 2024.07.10 23:02:47.238763 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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'))" | ||
1289 | 2024.07.10 23:02:47.238784 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1290 | 2024.07.10 23:02:47.239648 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001723 sec., 2901.915264074289 rows/sec., 129.79 KiB/sec. | ||
1291 | 2024.07.10 23:02:47.239867 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Debug> DynamicQueryHandler: Done processing query | ||
1292 | 2024.07.10 23:02:47.239891 [ 3 ] {f81afa64-8cb5-41cf-8548-3e10a1f13eea} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1293 | 2024.07.10 23:02:47.239906 [ 3 ] {} <Debug> HTTP-Session: 6693a37a-b4d1-4054-9e79-4a36dd35dd6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1294 | 2024.07.10 23:02:47.254406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1295 | 2024.07.10 23:02:47.254497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1296 | 2024.07.10 23:02:47.254534 [ 3 ] {} <Debug> HTTP-Session: 246c90e8-093e-4d10-9a7e-3b54b7ffb02b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1297 | 2024.07.10 23:02:47.254567 [ 3 ] {} <Debug> HTTP-Session: 246c90e8-093e-4d10-9a7e-3b54b7ffb02b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1298 | 2024.07.10 23:02:47.254594 [ 3 ] {} <Debug> HTTP-Session: 246c90e8-093e-4d10-9a7e-3b54b7ffb02b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1299 | 2024.07.10 23:02:47.254654 [ 3 ] {} <Trace> HTTP-Session: 246c90e8-093e-4d10-9a7e-3b54b7ffb02b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1300 | 2024.07.10 23:02:47.254805 [ 3 ] {63642bbe-57b4-4fa2-b776-02c93355bb4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1301 | 2024.07.10 23:02:47.254850 [ 3 ] {63642bbe-57b4-4fa2-b776-02c93355bb4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1302 | 2024.07.10 23:02:47.255012 [ 3 ] {63642bbe-57b4-4fa2-b776-02c93355bb4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1303 | 2024.07.10 23:02:47.255349 [ 3 ] {63642bbe-57b4-4fa2-b776-02c93355bb4c} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1304 | 2024.07.10 23:02:47.255388 [ 3 ] {63642bbe-57b4-4fa2-b776-02c93355bb4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1305 | 2024.07.10 23:02:47.255887 [ 3 ] {63642bbe-57b4-4fa2-b776-02c93355bb4c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1306 | 2024.07.10 23:02:47.256252 [ 3 ] {63642bbe-57b4-4fa2-b776-02c93355bb4c} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1307 | 2024.07.10 23:02:47.256416 [ 3 ] {63642bbe-57b4-4fa2-b776-02c93355bb4c} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001662 sec., 3610.1083032490974 rows/sec., 585.23 KiB/sec. | ||
1308 | 2024.07.10 23:02:47.256617 [ 3 ] {63642bbe-57b4-4fa2-b776-02c93355bb4c} <Debug> DynamicQueryHandler: Done processing query | ||
1309 | 2024.07.10 23:02:47.256639 [ 3 ] {63642bbe-57b4-4fa2-b776-02c93355bb4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1310 | 2024.07.10 23:02:47.256654 [ 3 ] {} <Debug> HTTP-Session: 246c90e8-093e-4d10-9a7e-3b54b7ffb02b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1311 | 2024.07.10 23:02:47.256761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 3491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1312 | 2024.07.10 23:02:47.256805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1313 | 2024.07.10 23:02:47.256822 [ 3 ] {} <Debug> HTTP-Session: 615bf2e0-6f32-4daa-9b44-35f54ee7c399 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1314 | 2024.07.10 23:02:47.256838 [ 3 ] {} <Debug> HTTP-Session: 615bf2e0-6f32-4daa-9b44-35f54ee7c399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1315 | 2024.07.10 23:02:47.256851 [ 3 ] {} <Debug> HTTP-Session: 615bf2e0-6f32-4daa-9b44-35f54ee7c399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1316 | 2024.07.10 23:02:47.256879 [ 3 ] {} <Trace> HTTP-Session: 615bf2e0-6f32-4daa-9b44-35f54ee7c399 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1317 | 2024.07.10 23:02:47.256971 [ 3 ] {5d52eacd-fc59-4ff2-b49f-0c38df8ce74c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1318 | 2024.07.10 23:02:47.257010 [ 3 ] {5d52eacd-fc59-4ff2-b49f-0c38df8ce74c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1319 | 2024.07.10 23:02:47.257128 [ 3 ] {5d52eacd-fc59-4ff2-b49f-0c38df8ce74c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1320 | 2024.07.10 23:02:47.257490 [ 3 ] {5d52eacd-fc59-4ff2-b49f-0c38df8ce74c} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1321 | 2024.07.10 23:02:47.257525 [ 3 ] {5d52eacd-fc59-4ff2-b49f-0c38df8ce74c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1322 | 2024.07.10 23:02:47.257842 [ 3 ] {5d52eacd-fc59-4ff2-b49f-0c38df8ce74c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1323 | 2024.07.10 23:02:47.258143 [ 3 ] {5d52eacd-fc59-4ff2-b49f-0c38df8ce74c} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1324 | 2024.07.10 23:02:47.258304 [ 3 ] {5d52eacd-fc59-4ff2-b49f-0c38df8ce74c} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001305 sec., 18390.80459770115 rows/sec., 1.46 MiB/sec. | ||
1325 | 2024.07.10 23:02:47.258588 [ 3 ] {5d52eacd-fc59-4ff2-b49f-0c38df8ce74c} <Debug> DynamicQueryHandler: Done processing query | ||
1326 | 2024.07.10 23:02:47.258611 [ 3 ] {5d52eacd-fc59-4ff2-b49f-0c38df8ce74c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1327 | 2024.07.10 23:02:47.258627 [ 3 ] {} <Debug> HTTP-Session: 615bf2e0-6f32-4daa-9b44-35f54ee7c399 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1328 | 2024.07.10 23:02:47.258774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 15827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1329 | 2024.07.10 23:02:47.258822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1330 | 2024.07.10 23:02:47.258840 [ 3 ] {} <Debug> HTTP-Session: 35cd2812-ca59-40ba-abdf-5af36cbceb23 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1331 | 2024.07.10 23:02:47.258856 [ 3 ] {} <Debug> HTTP-Session: 35cd2812-ca59-40ba-abdf-5af36cbceb23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1332 | 2024.07.10 23:02:47.258870 [ 3 ] {} <Debug> HTTP-Session: 35cd2812-ca59-40ba-abdf-5af36cbceb23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1333 | 2024.07.10 23:02:47.258900 [ 3 ] {} <Trace> HTTP-Session: 35cd2812-ca59-40ba-abdf-5af36cbceb23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1334 | 2024.07.10 23:02:47.259022 [ 3 ] {4bbbb07c-5b15-457d-9440-9796a0bcb122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1335 | 2024.07.10 23:02:47.259064 [ 3 ] {4bbbb07c-5b15-457d-9440-9796a0bcb122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1336 | 2024.07.10 23:02:47.259208 [ 3 ] {4bbbb07c-5b15-457d-9440-9796a0bcb122} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1337 | 2024.07.10 23:02:47.259547 [ 3 ] {4bbbb07c-5b15-457d-9440-9796a0bcb122} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1338 | 2024.07.10 23:02:47.259583 [ 3 ] {4bbbb07c-5b15-457d-9440-9796a0bcb122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1339 | 2024.07.10 23:02:47.259891 [ 3 ] {4bbbb07c-5b15-457d-9440-9796a0bcb122} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1340 | 2024.07.10 23:02:47.260186 [ 3 ] {4bbbb07c-5b15-457d-9440-9796a0bcb122} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1341 | 2024.07.10 23:02:47.260336 [ 3 ] {4bbbb07c-5b15-457d-9440-9796a0bcb122} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00136 sec., 79411.76470588235 rows/sec., 6.64 MiB/sec. | ||
1342 | 2024.07.10 23:02:47.260543 [ 3 ] {4bbbb07c-5b15-457d-9440-9796a0bcb122} <Debug> DynamicQueryHandler: Done processing query | ||
1343 | 2024.07.10 23:02:47.260567 [ 3 ] {4bbbb07c-5b15-457d-9440-9796a0bcb122} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1344 | 2024.07.10 23:02:47.260583 [ 3 ] {} <Debug> HTTP-Session: 35cd2812-ca59-40ba-abdf-5af36cbceb23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1345 | 2024.07.10 23:02:47.260700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1346 | 2024.07.10 23:02:47.260748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1347 | 2024.07.10 23:02:47.260766 [ 3 ] {} <Debug> HTTP-Session: 2571dba9-f4aa-4efb-b5ae-f23f824ca379 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1348 | 2024.07.10 23:02:47.260782 [ 3 ] {} <Debug> HTTP-Session: 2571dba9-f4aa-4efb-b5ae-f23f824ca379 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1349 | 2024.07.10 23:02:47.260796 [ 3 ] {} <Debug> HTTP-Session: 2571dba9-f4aa-4efb-b5ae-f23f824ca379 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1350 | 2024.07.10 23:02:47.260827 [ 3 ] {} <Trace> HTTP-Session: 2571dba9-f4aa-4efb-b5ae-f23f824ca379 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1351 | 2024.07.10 23:02:47.260934 [ 3 ] {7d151c49-4f45-4f0a-88d2-b6fcb1e562d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1352 | 2024.07.10 23:02:47.260975 [ 3 ] {7d151c49-4f45-4f0a-88d2-b6fcb1e562d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1353 | 2024.07.10 23:02:47.261098 [ 3 ] {7d151c49-4f45-4f0a-88d2-b6fcb1e562d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1354 | 2024.07.10 23:02:47.261407 [ 3 ] {7d151c49-4f45-4f0a-88d2-b6fcb1e562d8} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1355 | 2024.07.10 23:02:47.261442 [ 3 ] {7d151c49-4f45-4f0a-88d2-b6fcb1e562d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1356 | 2024.07.10 23:02:47.261741 [ 3 ] {7d151c49-4f45-4f0a-88d2-b6fcb1e562d8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1357 | 2024.07.10 23:02:47.262041 [ 3 ] {7d151c49-4f45-4f0a-88d2-b6fcb1e562d8} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1358 | 2024.07.10 23:02:47.262188 [ 3 ] {7d151c49-4f45-4f0a-88d2-b6fcb1e562d8} <Debug> executeQuery: Read 48 rows, 3.82 KiB in 0.00129 sec., 37209.3023255814 rows/sec., 2.89 MiB/sec. | ||
1359 | 2024.07.10 23:02:47.262348 [ 3 ] {7d151c49-4f45-4f0a-88d2-b6fcb1e562d8} <Debug> DynamicQueryHandler: Done processing query | ||
1360 | 2024.07.10 23:02:47.262371 [ 3 ] {7d151c49-4f45-4f0a-88d2-b6fcb1e562d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1361 | 2024.07.10 23:02:47.262387 [ 3 ] {} <Debug> HTTP-Session: 2571dba9-f4aa-4efb-b5ae-f23f824ca379 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1362 | 2024.07.10 23:02:47.262557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 78614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1363 | 2024.07.10 23:02:47.262605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1364 | 2024.07.10 23:02:47.262623 [ 3 ] {} <Debug> HTTP-Session: 00fe51a9-b4ae-4091-a39e-8714b09f0ea1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1365 | 2024.07.10 23:02:47.262640 [ 3 ] {} <Debug> HTTP-Session: 00fe51a9-b4ae-4091-a39e-8714b09f0ea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1366 | 2024.07.10 23:02:47.262654 [ 3 ] {} <Debug> HTTP-Session: 00fe51a9-b4ae-4091-a39e-8714b09f0ea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1367 | 2024.07.10 23:02:47.262685 [ 3 ] {} <Trace> HTTP-Session: 00fe51a9-b4ae-4091-a39e-8714b09f0ea1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1368 | 2024.07.10 23:02:47.262935 [ 3 ] {eef1b1c0-73a0-41a8-bda7-22adb487aab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1369 | 2024.07.10 23:02:47.262981 [ 3 ] {eef1b1c0-73a0-41a8-bda7-22adb487aab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1370 | 2024.07.10 23:02:47.263124 [ 3 ] {eef1b1c0-73a0-41a8-bda7-22adb487aab8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1371 | 2024.07.10 23:02:47.263629 [ 3 ] {eef1b1c0-73a0-41a8-bda7-22adb487aab8} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1372 | 2024.07.10 23:02:47.263665 [ 3 ] {eef1b1c0-73a0-41a8-bda7-22adb487aab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1373 | 2024.07.10 23:02:47.264154 [ 3 ] {eef1b1c0-73a0-41a8-bda7-22adb487aab8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1374 | 2024.07.10 23:02:47.264486 [ 3 ] {eef1b1c0-73a0-41a8-bda7-22adb487aab8} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1375 | 2024.07.10 23:02:47.264640 [ 3 ] {eef1b1c0-73a0-41a8-bda7-22adb487aab8} <Debug> executeQuery: Read 408 rows, 29.48 KiB in 0.001858 sec., 219590.95801937566 rows/sec., 15.50 MiB/sec. | ||
1376 | 2024.07.10 23:02:47.264807 [ 3 ] {eef1b1c0-73a0-41a8-bda7-22adb487aab8} <Debug> DynamicQueryHandler: Done processing query | ||
1377 | 2024.07.10 23:02:47.264832 [ 3 ] {eef1b1c0-73a0-41a8-bda7-22adb487aab8} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
1378 | 2024.07.10 23:02:47.264847 [ 3 ] {} <Debug> HTTP-Session: 00fe51a9-b4ae-4091-a39e-8714b09f0ea1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1379 | 2024.07.10 23:02:47.265025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 38252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1380 | 2024.07.10 23:02:47.265073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1381 | 2024.07.10 23:02:47.265092 [ 3 ] {} <Debug> HTTP-Session: ce8b1991-3b0a-451a-abea-00e9359c45d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1382 | 2024.07.10 23:02:47.265108 [ 3 ] {} <Debug> HTTP-Session: ce8b1991-3b0a-451a-abea-00e9359c45d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1383 | 2024.07.10 23:02:47.265122 [ 3 ] {} <Debug> HTTP-Session: ce8b1991-3b0a-451a-abea-00e9359c45d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1384 | 2024.07.10 23:02:47.265151 [ 3 ] {} <Trace> HTTP-Session: ce8b1991-3b0a-451a-abea-00e9359c45d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1385 | 2024.07.10 23:02:47.265460 [ 3 ] {f1c5330e-6b24-4425-a155-300e89e7ad89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1386 | 2024.07.10 23:02:47.265523 [ 3 ] {f1c5330e-6b24-4425-a155-300e89e7ad89} <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 | ||
1387 | 2024.07.10 23:02:47.265908 [ 3 ] {f1c5330e-6b24-4425-a155-300e89e7ad89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1388 | 2024.07.10 23:02:47.266565 [ 3 ] {f1c5330e-6b24-4425-a155-300e89e7ad89} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1389 | 2024.07.10 23:02:47.266600 [ 3 ] {f1c5330e-6b24-4425-a155-300e89e7ad89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1390 | 2024.07.10 23:02:47.267214 [ 3 ] {f1c5330e-6b24-4425-a155-300e89e7ad89} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1391 | 2024.07.10 23:02:47.267609 [ 3 ] {f1c5330e-6b24-4425-a155-300e89e7ad89} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1392 | 2024.07.10 23:02:47.267791 [ 3 ] {f1c5330e-6b24-4425-a155-300e89e7ad89} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002558 sec., 9382.329945269743 rows/sec., 16.81 MiB/sec. | ||
1393 | 2024.07.10 23:02:47.268011 [ 3 ] {f1c5330e-6b24-4425-a155-300e89e7ad89} <Debug> DynamicQueryHandler: Done processing query | ||
1394 | 2024.07.10 23:02:47.268035 [ 3 ] {f1c5330e-6b24-4425-a155-300e89e7ad89} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1395 | 2024.07.10 23:02:47.268050 [ 3 ] {} <Debug> HTTP-Session: ce8b1991-3b0a-451a-abea-00e9359c45d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1396 | 2024.07.10 23:02:57.186088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 3491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1397 | 2024.07.10 23:02:57.186224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1398 | 2024.07.10 23:02:57.186248 [ 3 ] {} <Debug> HTTP-Session: b9f11599-7e64-4891-8147-acf4bb5ecf63 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1399 | 2024.07.10 23:02:57.186274 [ 3 ] {} <Debug> HTTP-Session: b9f11599-7e64-4891-8147-acf4bb5ecf63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1400 | 2024.07.10 23:02:57.186288 [ 3 ] {} <Debug> HTTP-Session: b9f11599-7e64-4891-8147-acf4bb5ecf63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1401 | 2024.07.10 23:02:57.186337 [ 3 ] {} <Trace> HTTP-Session: b9f11599-7e64-4891-8147-acf4bb5ecf63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1402 | 2024.07.10 23:02:57.186524 [ 3 ] {d4a2d456-0475-4dac-9a8d-cca66d6f26a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1403 | 2024.07.10 23:02:57.186589 [ 3 ] {d4a2d456-0475-4dac-9a8d-cca66d6f26a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1404 | 2024.07.10 23:02:57.186774 [ 3 ] {d4a2d456-0475-4dac-9a8d-cca66d6f26a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1405 | 2024.07.10 23:02:57.187207 [ 3 ] {d4a2d456-0475-4dac-9a8d-cca66d6f26a0} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1406 | 2024.07.10 23:02:57.187248 [ 3 ] {d4a2d456-0475-4dac-9a8d-cca66d6f26a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1407 | 2024.07.10 23:02:57.187607 [ 3 ] {d4a2d456-0475-4dac-9a8d-cca66d6f26a0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1408 | 2024.07.10 23:02:57.187943 [ 3 ] {d4a2d456-0475-4dac-9a8d-cca66d6f26a0} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1409 | 2024.07.10 23:02:57.188092 [ 3 ] {d4a2d456-0475-4dac-9a8d-cca66d6f26a0} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001626 sec., 14760.147601476014 rows/sec., 1.17 MiB/sec. | ||
1410 | 2024.07.10 23:02:57.188324 [ 3 ] {d4a2d456-0475-4dac-9a8d-cca66d6f26a0} <Debug> DynamicQueryHandler: Done processing query | ||
1411 | 2024.07.10 23:02:57.188350 [ 3 ] {d4a2d456-0475-4dac-9a8d-cca66d6f26a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1412 | 2024.07.10 23:02:57.188367 [ 3 ] {} <Debug> HTTP-Session: b9f11599-7e64-4891-8147-acf4bb5ecf63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1413 | 2024.07.10 23:02:57.188498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1414 | 2024.07.10 23:02:57.188547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1415 | 2024.07.10 23:02:57.188566 [ 3 ] {} <Debug> HTTP-Session: df8492ec-5cf5-4af5-80cd-60fd0e57c860 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1416 | 2024.07.10 23:02:57.188583 [ 3 ] {} <Debug> HTTP-Session: df8492ec-5cf5-4af5-80cd-60fd0e57c860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1417 | 2024.07.10 23:02:57.188598 [ 3 ] {} <Debug> HTTP-Session: df8492ec-5cf5-4af5-80cd-60fd0e57c860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1418 | 2024.07.10 23:02:57.188630 [ 3 ] {} <Trace> HTTP-Session: df8492ec-5cf5-4af5-80cd-60fd0e57c860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1419 | 2024.07.10 23:02:57.188748 [ 3 ] {26277bfd-2f8e-4ec6-a7d9-3ea272b40925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1420 | 2024.07.10 23:02:57.188790 [ 3 ] {26277bfd-2f8e-4ec6-a7d9-3ea272b40925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1421 | 2024.07.10 23:02:57.188920 [ 3 ] {26277bfd-2f8e-4ec6-a7d9-3ea272b40925} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1422 | 2024.07.10 23:02:57.189303 [ 3 ] {26277bfd-2f8e-4ec6-a7d9-3ea272b40925} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1423 | 2024.07.10 23:02:57.189339 [ 3 ] {26277bfd-2f8e-4ec6-a7d9-3ea272b40925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1424 | 2024.07.10 23:02:57.189638 [ 3 ] {26277bfd-2f8e-4ec6-a7d9-3ea272b40925} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1425 | 2024.07.10 23:02:57.189933 [ 3 ] {26277bfd-2f8e-4ec6-a7d9-3ea272b40925} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1426 | 2024.07.10 23:02:57.190081 [ 3 ] {26277bfd-2f8e-4ec6-a7d9-3ea272b40925} <Debug> executeQuery: Read 72 rows, 6.43 KiB in 0.001364 sec., 52785.92375366569 rows/sec., 4.61 MiB/sec. | ||
1427 | 2024.07.10 23:02:57.190246 [ 3 ] {26277bfd-2f8e-4ec6-a7d9-3ea272b40925} <Debug> DynamicQueryHandler: Done processing query | ||
1428 | 2024.07.10 23:02:57.190271 [ 3 ] {26277bfd-2f8e-4ec6-a7d9-3ea272b40925} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1429 | 2024.07.10 23:02:57.190286 [ 3 ] {} <Debug> HTTP-Session: df8492ec-5cf5-4af5-80cd-60fd0e57c860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1430 | 2024.07.10 23:02:57.190436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4116, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1431 | 2024.07.10 23:02:57.190484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1432 | 2024.07.10 23:02:57.190529 [ 3 ] {} <Debug> HTTP-Session: f4ec89b8-2a94-41ac-b313-806299122f08 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1433 | 2024.07.10 23:02:57.190546 [ 3 ] {} <Debug> HTTP-Session: f4ec89b8-2a94-41ac-b313-806299122f08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1434 | 2024.07.10 23:02:57.190561 [ 3 ] {} <Debug> HTTP-Session: f4ec89b8-2a94-41ac-b313-806299122f08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1435 | 2024.07.10 23:02:57.190591 [ 3 ] {} <Trace> HTTP-Session: f4ec89b8-2a94-41ac-b313-806299122f08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1436 | 2024.07.10 23:02:57.190691 [ 3 ] {22cb22ca-0190-476b-a816-2368abe2300d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1437 | 2024.07.10 23:02:57.190733 [ 3 ] {22cb22ca-0190-476b-a816-2368abe2300d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1438 | 2024.07.10 23:02:57.190857 [ 3 ] {22cb22ca-0190-476b-a816-2368abe2300d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1439 | 2024.07.10 23:02:57.191184 [ 3 ] {22cb22ca-0190-476b-a816-2368abe2300d} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1440 | 2024.07.10 23:02:57.191225 [ 3 ] {22cb22ca-0190-476b-a816-2368abe2300d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1441 | 2024.07.10 23:02:57.191573 [ 3 ] {22cb22ca-0190-476b-a816-2368abe2300d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1442 | 2024.07.10 23:02:57.191913 [ 3 ] {22cb22ca-0190-476b-a816-2368abe2300d} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1443 | 2024.07.10 23:02:57.192067 [ 3 ] {22cb22ca-0190-476b-a816-2368abe2300d} <Debug> executeQuery: Read 24 rows, 1.92 KiB in 0.0014 sec., 17142.85714285714 rows/sec., 1.34 MiB/sec. | ||
1444 | 2024.07.10 23:02:57.192259 [ 3 ] {22cb22ca-0190-476b-a816-2368abe2300d} <Debug> DynamicQueryHandler: Done processing query | ||
1445 | 2024.07.10 23:02:57.192283 [ 3 ] {22cb22ca-0190-476b-a816-2368abe2300d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1446 | 2024.07.10 23:02:57.192299 [ 3 ] {} <Debug> HTTP-Session: f4ec89b8-2a94-41ac-b313-806299122f08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.07.10 23:02:57.192474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 38255, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1448 | 2024.07.10 23:02:57.192521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1449 | 2024.07.10 23:02:57.192540 [ 3 ] {} <Debug> HTTP-Session: 39ca4cd1-e683-47e4-9ad6-5b899a941aca Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1450 | 2024.07.10 23:02:57.192557 [ 3 ] {} <Debug> HTTP-Session: 39ca4cd1-e683-47e4-9ad6-5b899a941aca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1451 | 2024.07.10 23:02:57.192571 [ 3 ] {} <Debug> HTTP-Session: 39ca4cd1-e683-47e4-9ad6-5b899a941aca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1452 | 2024.07.10 23:02:57.192601 [ 3 ] {} <Trace> HTTP-Session: 39ca4cd1-e683-47e4-9ad6-5b899a941aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1453 | 2024.07.10 23:02:57.192875 [ 3 ] {0472e87c-d56b-4d66-98d5-1ce5f28cf1c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1454 | 2024.07.10 23:02:57.192939 [ 3 ] {0472e87c-d56b-4d66-98d5-1ce5f28cf1c9} <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 | ||
1455 | 2024.07.10 23:02:57.193339 [ 3 ] {0472e87c-d56b-4d66-98d5-1ce5f28cf1c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1456 | 2024.07.10 23:02:57.193998 [ 3 ] {0472e87c-d56b-4d66-98d5-1ce5f28cf1c9} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1457 | 2024.07.10 23:02:57.194040 [ 3 ] {0472e87c-d56b-4d66-98d5-1ce5f28cf1c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1458 | 2024.07.10 23:02:57.194678 [ 3 ] {0472e87c-d56b-4d66-98d5-1ce5f28cf1c9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1459 | 2024.07.10 23:02:57.195095 [ 3 ] {0472e87c-d56b-4d66-98d5-1ce5f28cf1c9} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1460 | 2024.07.10 23:02:57.195315 [ 3 ] {0472e87c-d56b-4d66-98d5-1ce5f28cf1c9} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002625 sec., 9142.857142857143 rows/sec., 16.38 MiB/sec. | ||
1461 | 2024.07.10 23:02:57.195731 [ 3 ] {0472e87c-d56b-4d66-98d5-1ce5f28cf1c9} <Debug> DynamicQueryHandler: Done processing query | ||
1462 | 2024.07.10 23:02:57.195756 [ 3 ] {0472e87c-d56b-4d66-98d5-1ce5f28cf1c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1463 | 2024.07.10 23:02:57.195771 [ 3 ] {} <Debug> HTTP-Session: 39ca4cd1-e683-47e4-9ad6-5b899a941aca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1464 | 2024.07.10 23:02:57.549780 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1465 | 2024.07.10 23:02:57.549841 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1466 | 2024.07.10 23:03:02.184794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1467 | 2024.07.10 23:03:02.184920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1468 | 2024.07.10 23:03:02.184945 [ 3 ] {} <Debug> HTTP-Session: cbd0ad06-c0ca-4f7b-8790-d0ec57d59af5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1469 | 2024.07.10 23:03:02.184969 [ 3 ] {} <Debug> HTTP-Session: cbd0ad06-c0ca-4f7b-8790-d0ec57d59af5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1470 | 2024.07.10 23:03:02.184984 [ 3 ] {} <Debug> HTTP-Session: cbd0ad06-c0ca-4f7b-8790-d0ec57d59af5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1471 | 2024.07.10 23:03:02.185034 [ 3 ] {} <Trace> HTTP-Session: cbd0ad06-c0ca-4f7b-8790-d0ec57d59af5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1472 | 2024.07.10 23:03:02.185254 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
1473 | 2024.07.10 23:03:02.185609 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1474 | 2024.07.10 23:03:02.185648 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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 | ||
1475 | 2024.07.10 23:03:02.185917 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1476 | 2024.07.10 23:03:02.185998 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1477 | 2024.07.10 23:03:02.186170 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1478 | 2024.07.10 23:03:02.186353 [ 251 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1479 | 2024.07.10 23:03:02.186362 [ 250 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1480 | 2024.07.10 23:03:02.186552 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1481 | 2024.07.10 23:03:02.186585 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1482 | 2024.07.10 23:03:02.186776 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1483 | 2024.07.10 23:03:02.188750 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1484 | 2024.07.10 23:03:02.188833 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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'))" | ||
1485 | 2024.07.10 23:03:02.188886 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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'))" | ||
1486 | 2024.07.10 23:03:02.190689 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.005526 sec., 1990.5899384726747 rows/sec., 83.94 KiB/sec. | ||
1487 | 2024.07.10 23:03:02.191053 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Debug> DynamicQueryHandler: Done processing query | ||
1488 | 2024.07.10 23:03:02.191082 [ 3 ] {83d1a9fd-b359-439d-b232-b51c0ef6a0c5} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1489 | 2024.07.10 23:03:02.191099 [ 3 ] {} <Debug> HTTP-Session: cbd0ad06-c0ca-4f7b-8790-d0ec57d59af5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1490 | 2024.07.10 23:03:02.191321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 553, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1491 | 2024.07.10 23:03:02.191375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1492 | 2024.07.10 23:03:02.191395 [ 3 ] {} <Debug> HTTP-Session: 38e6b924-1b5e-4bf8-8aac-92184abdd5b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1493 | 2024.07.10 23:03:02.191414 [ 3 ] {} <Debug> HTTP-Session: 38e6b924-1b5e-4bf8-8aac-92184abdd5b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1494 | 2024.07.10 23:03:02.191428 [ 3 ] {} <Debug> HTTP-Session: 38e6b924-1b5e-4bf8-8aac-92184abdd5b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1495 | 2024.07.10 23:03:02.191466 [ 3 ] {} <Trace> HTTP-Session: 38e6b924-1b5e-4bf8-8aac-92184abdd5b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1496 | 2024.07.10 23:03:02.191613 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', '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) | ||
1497 | 2024.07.10 23:03:02.191869 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1498 | 2024.07.10 23:03:02.191907 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', '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 | ||
1499 | 2024.07.10 23:03:02.192136 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1500 | 2024.07.10 23:03:02.192202 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1501 | 2024.07.10 23:03:02.192344 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
1502 | 2024.07.10 23:03:02.192444 [ 256 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1503 | 2024.07.10 23:03:02.192459 [ 257 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1504 | 2024.07.10 23:03:02.192569 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1505 | 2024.07.10 23:03:02.192592 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1506 | 2024.07.10 23:03:02.192668 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1507 | 2024.07.10 23:03:02.192690 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1508 | 2024.07.10 23:03:02.192728 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', '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'))" | ||
1509 | 2024.07.10 23:03:02.192765 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', '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'))" | ||
1510 | 2024.07.10 23:03:02.194039 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.002491 sec., 4415.897230028101 rows/sec., 186.22 KiB/sec. | ||
1511 | 2024.07.10 23:03:02.194325 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Debug> DynamicQueryHandler: Done processing query | ||
1512 | 2024.07.10 23:03:02.194350 [ 3 ] {7912f13b-91c9-4109-ace0-114c4c55e360} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1513 | 2024.07.10 23:03:02.194366 [ 3 ] {} <Debug> HTTP-Session: 38e6b924-1b5e-4bf8-8aac-92184abdd5b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1514 | 2024.07.10 23:03:02.194701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1515 | 2024.07.10 23:03:02.194749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1516 | 2024.07.10 23:03:02.194769 [ 3 ] {} <Debug> HTTP-Session: 64069f18-7822-4a66-bf66-fe1626e4c5f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1517 | 2024.07.10 23:03:02.194786 [ 3 ] {} <Debug> HTTP-Session: 64069f18-7822-4a66-bf66-fe1626e4c5f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1518 | 2024.07.10 23:03:02.194800 [ 3 ] {} <Debug> HTTP-Session: 64069f18-7822-4a66-bf66-fe1626e4c5f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1519 | 2024.07.10 23:03:02.194833 [ 3 ] {} <Trace> HTTP-Session: 64069f18-7822-4a66-bf66-fe1626e4c5f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1520 | 2024.07.10 23:03:02.194967 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', '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) | ||
1521 | 2024.07.10 23:03:02.195212 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1522 | 2024.07.10 23:03:02.195249 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', '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 | ||
1523 | 2024.07.10 23:03:02.195478 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1524 | 2024.07.10 23:03:02.195541 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1525 | 2024.07.10 23:03:02.195681 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
1526 | 2024.07.10 23:03:02.195779 [ 251 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1527 | 2024.07.10 23:03:02.195799 [ 255 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1528 | 2024.07.10 23:03:02.195920 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1529 | 2024.07.10 23:03:02.195949 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1530 | 2024.07.10 23:03:02.196024 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1531 | 2024.07.10 23:03:02.196043 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1532 | 2024.07.10 23:03:02.196082 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', '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'))" | ||
1533 | 2024.07.10 23:03:02.196120 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', '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'))" | ||
1534 | 2024.07.10 23:03:02.197478 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.002566 sec., 4286.827747466874 rows/sec., 180.77 KiB/sec. | ||
1535 | 2024.07.10 23:03:02.197775 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Debug> DynamicQueryHandler: Done processing query | ||
1536 | 2024.07.10 23:03:02.197800 [ 3 ] {80a541c9-3e5d-4c8c-9b0d-6c34f64b4be6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1537 | 2024.07.10 23:03:02.197817 [ 3 ] {} <Debug> HTTP-Session: 64069f18-7822-4a66-bf66-fe1626e4c5f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1538 | 2024.07.10 23:03:02.198036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1539 | 2024.07.10 23:03:02.198083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1540 | 2024.07.10 23:03:02.198102 [ 3 ] {} <Debug> HTTP-Session: 20c4a247-3cf4-40b0-9b3a-69e500323815 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1541 | 2024.07.10 23:03:02.198119 [ 3 ] {} <Debug> HTTP-Session: 20c4a247-3cf4-40b0-9b3a-69e500323815 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1542 | 2024.07.10 23:03:02.198134 [ 3 ] {} <Debug> HTTP-Session: 20c4a247-3cf4-40b0-9b3a-69e500323815 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.07.10 23:03:02.198165 [ 3 ] {} <Trace> HTTP-Session: 20c4a247-3cf4-40b0-9b3a-69e500323815 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1544 | 2024.07.10 23:03:02.198296 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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) | ||
1545 | 2024.07.10 23:03:02.198545 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1546 | 2024.07.10 23:03:02.198583 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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 | ||
1547 | 2024.07.10 23:03:02.198816 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1548 | 2024.07.10 23:03:02.198880 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1549 | 2024.07.10 23:03:02.199017 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1550 | 2024.07.10 23:03:02.199119 [ 256 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1551 | 2024.07.10 23:03:02.199124 [ 257 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1552 | 2024.07.10 23:03:02.199228 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1553 | 2024.07.10 23:03:02.199251 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1554 | 2024.07.10 23:03:02.199327 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1555 | 2024.07.10 23:03:02.199346 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1556 | 2024.07.10 23:03:02.199383 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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'))" | ||
1557 | 2024.07.10 23:03:02.199421 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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'))" | ||
1558 | 2024.07.10 23:03:02.200721 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.002481 sec., 4433.696090286175 rows/sec., 186.97 KiB/sec. | ||
1559 | 2024.07.10 23:03:02.201016 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Debug> DynamicQueryHandler: Done processing query | ||
1560 | 2024.07.10 23:03:02.201041 [ 3 ] {e1f579a6-7b23-4820-af4a-efc0e879d059} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1561 | 2024.07.10 23:03:02.201057 [ 3 ] {} <Debug> HTTP-Session: 20c4a247-3cf4-40b0-9b3a-69e500323815 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1562 | 2024.07.10 23:03:02.201303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1563 | 2024.07.10 23:03:02.201351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1564 | 2024.07.10 23:03:02.201370 [ 3 ] {} <Debug> HTTP-Session: 5358001c-502e-4526-9eee-be8763219f55 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1565 | 2024.07.10 23:03:02.201387 [ 3 ] {} <Debug> HTTP-Session: 5358001c-502e-4526-9eee-be8763219f55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1566 | 2024.07.10 23:03:02.201402 [ 3 ] {} <Debug> HTTP-Session: 5358001c-502e-4526-9eee-be8763219f55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1567 | 2024.07.10 23:03:02.201433 [ 3 ] {} <Trace> HTTP-Session: 5358001c-502e-4526-9eee-be8763219f55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1568 | 2024.07.10 23:03:02.201563 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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) | ||
1569 | 2024.07.10 23:03:02.201815 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1570 | 2024.07.10 23:03:02.201854 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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 | ||
1571 | 2024.07.10 23:03:02.202092 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1572 | 2024.07.10 23:03:02.202156 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1573 | 2024.07.10 23:03:02.202293 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1574 | 2024.07.10 23:03:02.202354 [ 257 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1575 | 2024.07.10 23:03:02.202377 [ 251 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1576 | 2024.07.10 23:03:02.202466 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1577 | 2024.07.10 23:03:02.202493 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1578 | 2024.07.10 23:03:02.202570 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1579 | 2024.07.10 23:03:02.202593 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1580 | 2024.07.10 23:03:02.202628 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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'))" | ||
1581 | 2024.07.10 23:03:02.202663 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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'))" | ||
1582 | 2024.07.10 23:03:02.203959 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.002453 sec., 4484.3049327354265 rows/sec., 189.10 KiB/sec. | ||
1583 | 2024.07.10 23:03:02.204236 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Debug> DynamicQueryHandler: Done processing query | ||
1584 | 2024.07.10 23:03:02.204261 [ 3 ] {36e2a523-9c9f-4c9b-a5ae-8dcbbe416eb0} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1585 | 2024.07.10 23:03:02.204277 [ 3 ] {} <Debug> HTTP-Session: 5358001c-502e-4526-9eee-be8763219f55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1586 | 2024.07.10 23:03:02.204504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 702, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1587 | 2024.07.10 23:03:02.204550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1588 | 2024.07.10 23:03:02.204569 [ 3 ] {} <Debug> HTTP-Session: 319acca6-1b0e-44c0-b8b2-e853bef190d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1589 | 2024.07.10 23:03:02.204587 [ 3 ] {} <Debug> HTTP-Session: 319acca6-1b0e-44c0-b8b2-e853bef190d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1590 | 2024.07.10 23:03:02.204602 [ 3 ] {} <Debug> HTTP-Session: 319acca6-1b0e-44c0-b8b2-e853bef190d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1591 | 2024.07.10 23:03:02.204633 [ 3 ] {} <Trace> HTTP-Session: 319acca6-1b0e-44c0-b8b2-e853bef190d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1592 | 2024.07.10 23:03:02.204766 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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) | ||
1593 | 2024.07.10 23:03:02.205016 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1594 | 2024.07.10 23:03:02.205054 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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 | ||
1595 | 2024.07.10 23:03:02.205294 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1596 | 2024.07.10 23:03:02.205357 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1597 | 2024.07.10 23:03:02.205493 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1598 | 2024.07.10 23:03:02.205589 [ 250 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1599 | 2024.07.10 23:03:02.205603 [ 253 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1600 | 2024.07.10 23:03:02.205710 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1601 | 2024.07.10 23:03:02.205737 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1602 | 2024.07.10 23:03:02.205814 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1603 | 2024.07.10 23:03:02.205834 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1604 | 2024.07.10 23:03:02.205872 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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'))" | ||
1605 | 2024.07.10 23:03:02.205910 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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'))" | ||
1606 | 2024.07.10 23:03:02.207089 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.00238 sec., 4621.848739495798 rows/sec., 194.90 KiB/sec. | ||
1607 | 2024.07.10 23:03:02.207375 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Debug> DynamicQueryHandler: Done processing query | ||
1608 | 2024.07.10 23:03:02.207400 [ 3 ] {f7dfc6b9-c15d-4ee7-9b21-e932f1855168} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1609 | 2024.07.10 23:03:02.207417 [ 3 ] {} <Debug> HTTP-Session: 319acca6-1b0e-44c0-b8b2-e853bef190d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1610 | 2024.07.10 23:03:02.207657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1611 | 2024.07.10 23:03:02.207704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1612 | 2024.07.10 23:03:02.207723 [ 3 ] {} <Debug> HTTP-Session: a200c623-1e1e-4b46-ba25-b8094090c089 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1613 | 2024.07.10 23:03:02.207741 [ 3 ] {} <Debug> HTTP-Session: a200c623-1e1e-4b46-ba25-b8094090c089 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1614 | 2024.07.10 23:03:02.207755 [ 3 ] {} <Debug> HTTP-Session: a200c623-1e1e-4b46-ba25-b8094090c089 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1615 | 2024.07.10 23:03:02.207787 [ 3 ] {} <Trace> HTTP-Session: a200c623-1e1e-4b46-ba25-b8094090c089 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1616 | 2024.07.10 23:03:02.207923 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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) | ||
1617 | 2024.07.10 23:03:02.208174 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1618 | 2024.07.10 23:03:02.208213 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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 | ||
1619 | 2024.07.10 23:03:02.208460 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1620 | 2024.07.10 23:03:02.208524 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1621 | 2024.07.10 23:03:02.208661 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1622 | 2024.07.10 23:03:02.208767 [ 250 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1623 | 2024.07.10 23:03:02.208774 [ 257 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1624 | 2024.07.10 23:03:02.208876 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1625 | 2024.07.10 23:03:02.208899 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1626 | 2024.07.10 23:03:02.208972 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1627 | 2024.07.10 23:03:02.208991 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1628 | 2024.07.10 23:03:02.209028 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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'))" | ||
1629 | 2024.07.10 23:03:02.209065 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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'))" | ||
1630 | 2024.07.10 23:03:02.210302 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.00244 sec., 4508.196721311476 rows/sec., 190.11 KiB/sec. | ||
1631 | 2024.07.10 23:03:02.210592 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Debug> DynamicQueryHandler: Done processing query | ||
1632 | 2024.07.10 23:03:02.210616 [ 3 ] {c2069e47-c096-425f-ad63-96b08ec24d5e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1633 | 2024.07.10 23:03:02.210633 [ 3 ] {} <Debug> HTTP-Session: a200c623-1e1e-4b46-ba25-b8094090c089 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1634 | 2024.07.10 23:03:02.210820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1635 | 2024.07.10 23:03:02.210868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1636 | 2024.07.10 23:03:02.210887 [ 3 ] {} <Debug> HTTP-Session: 13ea42f8-e106-4f30-b9a7-2654d58f078e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1637 | 2024.07.10 23:03:02.210904 [ 3 ] {} <Debug> HTTP-Session: 13ea42f8-e106-4f30-b9a7-2654d58f078e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1638 | 2024.07.10 23:03:02.210918 [ 3 ] {} <Debug> HTTP-Session: 13ea42f8-e106-4f30-b9a7-2654d58f078e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1639 | 2024.07.10 23:03:02.210949 [ 3 ] {} <Trace> HTTP-Session: 13ea42f8-e106-4f30-b9a7-2654d58f078e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1640 | 2024.07.10 23:03:02.211085 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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) | ||
1641 | 2024.07.10 23:03:02.211337 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1642 | 2024.07.10 23:03:02.211376 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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 | ||
1643 | 2024.07.10 23:03:02.211625 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1644 | 2024.07.10 23:03:02.211688 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1645 | 2024.07.10 23:03:02.211824 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1646 | 2024.07.10 23:03:02.211904 [ 250 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1647 | 2024.07.10 23:03:02.211905 [ 256 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1648 | 2024.07.10 23:03:02.211995 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1649 | 2024.07.10 23:03:02.212023 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1650 | 2024.07.10 23:03:02.212100 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1651 | 2024.07.10 23:03:02.212119 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1652 | 2024.07.10 23:03:02.212157 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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'))" | ||
1653 | 2024.07.10 23:03:02.212195 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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'))" | ||
1654 | 2024.07.10 23:03:02.213466 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.002443 sec., 4502.660663119116 rows/sec., 189.88 KiB/sec. | ||
1655 | 2024.07.10 23:03:02.213770 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Debug> DynamicQueryHandler: Done processing query | ||
1656 | 2024.07.10 23:03:02.213794 [ 3 ] {292fec7f-2472-42cd-85f5-677972871bfe} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1657 | 2024.07.10 23:03:02.213811 [ 3 ] {} <Debug> HTTP-Session: 13ea42f8-e106-4f30-b9a7-2654d58f078e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1658 | 2024.07.10 23:03:02.214046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1659 | 2024.07.10 23:03:02.214092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1660 | 2024.07.10 23:03:02.214111 [ 3 ] {} <Debug> HTTP-Session: 7d86b9ba-c4ac-4998-bc92-043de14856bc Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1661 | 2024.07.10 23:03:02.214128 [ 3 ] {} <Debug> HTTP-Session: 7d86b9ba-c4ac-4998-bc92-043de14856bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1662 | 2024.07.10 23:03:02.214142 [ 3 ] {} <Debug> HTTP-Session: 7d86b9ba-c4ac-4998-bc92-043de14856bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1663 | 2024.07.10 23:03:02.214172 [ 3 ] {} <Trace> HTTP-Session: 7d86b9ba-c4ac-4998-bc92-043de14856bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1664 | 2024.07.10 23:03:02.214307 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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) | ||
1665 | 2024.07.10 23:03:02.214563 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1666 | 2024.07.10 23:03:02.214606 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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 | ||
1667 | 2024.07.10 23:03:02.214856 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1668 | 2024.07.10 23:03:02.214919 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1669 | 2024.07.10 23:03:02.215055 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1670 | 2024.07.10 23:03:02.215159 [ 250 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1671 | 2024.07.10 23:03:02.215160 [ 251 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1672 | 2024.07.10 23:03:02.215267 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1673 | 2024.07.10 23:03:02.215294 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1674 | 2024.07.10 23:03:02.215370 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1675 | 2024.07.10 23:03:02.215389 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1676 | 2024.07.10 23:03:02.215426 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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'))" | ||
1677 | 2024.07.10 23:03:02.215468 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', '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'))" | ||
1678 | 2024.07.10 23:03:02.216781 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.002535 sec., 4339.250493096647 rows/sec., 182.99 KiB/sec. | ||
1679 | 2024.07.10 23:03:02.217084 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Debug> DynamicQueryHandler: Done processing query | ||
1680 | 2024.07.10 23:03:02.217108 [ 3 ] {0e6b18b4-6009-4308-a2b4-3feda539b626} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1681 | 2024.07.10 23:03:02.217125 [ 3 ] {} <Debug> HTTP-Session: 7d86b9ba-c4ac-4998-bc92-043de14856bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1682 | 2024.07.10 23:03:02.217334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1683 | 2024.07.10 23:03:02.217381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1684 | 2024.07.10 23:03:02.217400 [ 3 ] {} <Debug> HTTP-Session: b64621ad-7fcc-42e7-90fd-d793b8f55bba Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1685 | 2024.07.10 23:03:02.217417 [ 3 ] {} <Debug> HTTP-Session: b64621ad-7fcc-42e7-90fd-d793b8f55bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1686 | 2024.07.10 23:03:02.217431 [ 3 ] {} <Debug> HTTP-Session: b64621ad-7fcc-42e7-90fd-d793b8f55bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1687 | 2024.07.10 23:03:02.217462 [ 3 ] {} <Trace> HTTP-Session: b64621ad-7fcc-42e7-90fd-d793b8f55bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1688 | 2024.07.10 23:03:02.217597 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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) | ||
1689 | 2024.07.10 23:03:02.217856 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1690 | 2024.07.10 23:03:02.217896 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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 | ||
1691 | 2024.07.10 23:03:02.218154 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1692 | 2024.07.10 23:03:02.218218 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1693 | 2024.07.10 23:03:02.218352 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1694 | 2024.07.10 23:03:02.218432 [ 250 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1695 | 2024.07.10 23:03:02.218433 [ 256 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1696 | 2024.07.10 23:03:02.218530 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1697 | 2024.07.10 23:03:02.218556 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1698 | 2024.07.10 23:03:02.218637 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1699 | 2024.07.10 23:03:02.218657 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1700 | 2024.07.10 23:03:02.218696 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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'))" | ||
1701 | 2024.07.10 23:03:02.218736 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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'))" | ||
1702 | 2024.07.10 23:03:02.220027 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.002489 sec., 4419.445560466051 rows/sec., 186.37 KiB/sec. | ||
1703 | 2024.07.10 23:03:02.220339 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Debug> DynamicQueryHandler: Done processing query | ||
1704 | 2024.07.10 23:03:02.220364 [ 3 ] {cdd4a1ff-9f80-4227-b839-ed5e92ca1b80} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1705 | 2024.07.10 23:03:02.220380 [ 3 ] {} <Debug> HTTP-Session: b64621ad-7fcc-42e7-90fd-d793b8f55bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1706 | 2024.07.10 23:03:02.220614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 878, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1707 | 2024.07.10 23:03:02.220662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1708 | 2024.07.10 23:03:02.220682 [ 3 ] {} <Debug> HTTP-Session: a6e6a17f-6102-4b97-a928-a3a5b633d8fc Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1709 | 2024.07.10 23:03:02.220699 [ 3 ] {} <Debug> HTTP-Session: a6e6a17f-6102-4b97-a928-a3a5b633d8fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1710 | 2024.07.10 23:03:02.220713 [ 3 ] {} <Debug> HTTP-Session: a6e6a17f-6102-4b97-a928-a3a5b633d8fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1711 | 2024.07.10 23:03:02.220745 [ 3 ] {} <Trace> HTTP-Session: a6e6a17f-6102-4b97-a928-a3a5b633d8fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1712 | 2024.07.10 23:03:02.220882 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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) | ||
1713 | 2024.07.10 23:03:02.221142 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1714 | 2024.07.10 23:03:02.221182 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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 | ||
1715 | 2024.07.10 23:03:02.221442 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1716 | 2024.07.10 23:03:02.221505 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1717 | 2024.07.10 23:03:02.221641 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1718 | 2024.07.10 23:03:02.221749 [ 251 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1719 | 2024.07.10 23:03:02.221745 [ 250 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1720 | 2024.07.10 23:03:02.221862 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1721 | 2024.07.10 23:03:02.221890 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1722 | 2024.07.10 23:03:02.221967 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1723 | 2024.07.10 23:03:02.221987 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1724 | 2024.07.10 23:03:02.222025 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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'))" | ||
1725 | 2024.07.10 23:03:02.222063 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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'))" | ||
1726 | 2024.07.10 23:03:02.223234 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.002414 sec., 4556.75227837614 rows/sec., 192.16 KiB/sec. | ||
1727 | 2024.07.10 23:03:02.223517 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Debug> DynamicQueryHandler: Done processing query | ||
1728 | 2024.07.10 23:03:02.223541 [ 3 ] {d95e652c-f764-41fb-8c46-7a25578c4be8} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1729 | 2024.07.10 23:03:02.223557 [ 3 ] {} <Debug> HTTP-Session: a6e6a17f-6102-4b97-a928-a3a5b633d8fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1730 | 2024.07.10 23:03:02.223767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1731 | 2024.07.10 23:03:02.223814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1732 | 2024.07.10 23:03:02.223833 [ 3 ] {} <Debug> HTTP-Session: a867d544-4573-4473-8fa1-ad740635cde8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1733 | 2024.07.10 23:03:02.223850 [ 3 ] {} <Debug> HTTP-Session: a867d544-4573-4473-8fa1-ad740635cde8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1734 | 2024.07.10 23:03:02.223864 [ 3 ] {} <Debug> HTTP-Session: a867d544-4573-4473-8fa1-ad740635cde8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1735 | 2024.07.10 23:03:02.223896 [ 3 ] {} <Trace> HTTP-Session: a867d544-4573-4473-8fa1-ad740635cde8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1736 | 2024.07.10 23:03:02.224032 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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) | ||
1737 | 2024.07.10 23:03:02.224292 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1738 | 2024.07.10 23:03:02.224333 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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 | ||
1739 | 2024.07.10 23:03:02.224594 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1740 | 2024.07.10 23:03:02.224657 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1741 | 2024.07.10 23:03:02.224792 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1742 | 2024.07.10 23:03:02.224884 [ 250 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1743 | 2024.07.10 23:03:02.224899 [ 253 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1744 | 2024.07.10 23:03:02.224999 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1745 | 2024.07.10 23:03:02.225027 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1746 | 2024.07.10 23:03:02.225103 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1747 | 2024.07.10 23:03:02.225122 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1748 | 2024.07.10 23:03:02.225160 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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'))" | ||
1749 | 2024.07.10 23:03:02.225198 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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'))" | ||
1750 | 2024.07.10 23:03:02.226438 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.002468 sec., 4457.050243111831 rows/sec., 187.95 KiB/sec. | ||
1751 | 2024.07.10 23:03:02.226732 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Debug> DynamicQueryHandler: Done processing query | ||
1752 | 2024.07.10 23:03:02.226757 [ 3 ] {d2d6ed6d-8fae-46b5-9538-808328c4667d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1753 | 2024.07.10 23:03:02.226773 [ 3 ] {} <Debug> HTTP-Session: a867d544-4573-4473-8fa1-ad740635cde8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1754 | 2024.07.10 23:03:02.226998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1755 | 2024.07.10 23:03:02.227046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1756 | 2024.07.10 23:03:02.227065 [ 3 ] {} <Debug> HTTP-Session: b919c78f-c06b-43be-b185-b25349db4223 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1757 | 2024.07.10 23:03:02.227082 [ 3 ] {} <Debug> HTTP-Session: b919c78f-c06b-43be-b185-b25349db4223 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1758 | 2024.07.10 23:03:02.227096 [ 3 ] {} <Debug> HTTP-Session: b919c78f-c06b-43be-b185-b25349db4223 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1759 | 2024.07.10 23:03:02.227127 [ 3 ] {} <Trace> HTTP-Session: b919c78f-c06b-43be-b185-b25349db4223 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1760 | 2024.07.10 23:03:02.227265 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
1761 | 2024.07.10 23:03:02.227527 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1762 | 2024.07.10 23:03:02.227569 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
1763 | 2024.07.10 23:03:02.227834 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1764 | 2024.07.10 23:03:02.227896 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1765 | 2024.07.10 23:03:02.228031 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1766 | 2024.07.10 23:03:02.228139 [ 251 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1767 | 2024.07.10 23:03:02.228143 [ 250 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1768 | 2024.07.10 23:03:02.228255 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1769 | 2024.07.10 23:03:02.228283 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1770 | 2024.07.10 23:03:02.228363 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1771 | 2024.07.10 23:03:02.228382 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1772 | 2024.07.10 23:03:02.228421 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
1773 | 2024.07.10 23:03:02.228460 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
1774 | 2024.07.10 23:03:02.229658 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.002458 sec., 4475.183075671277 rows/sec., 188.72 KiB/sec. | ||
1775 | 2024.07.10 23:03:02.229942 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Debug> DynamicQueryHandler: Done processing query | ||
1776 | 2024.07.10 23:03:02.229967 [ 3 ] {e845baa0-42f5-4632-abac-e30278f8ef40} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1777 | 2024.07.10 23:03:02.229983 [ 3 ] {} <Debug> HTTP-Session: b919c78f-c06b-43be-b185-b25349db4223 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1778 | 2024.07.10 23:03:02.230182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 984, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1779 | 2024.07.10 23:03:02.230230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1780 | 2024.07.10 23:03:02.230248 [ 3 ] {} <Debug> HTTP-Session: 52fe0ab5-ad75-4dd9-8f78-4a450f03f97f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1781 | 2024.07.10 23:03:02.230266 [ 3 ] {} <Debug> HTTP-Session: 52fe0ab5-ad75-4dd9-8f78-4a450f03f97f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1782 | 2024.07.10 23:03:02.230279 [ 3 ] {} <Debug> HTTP-Session: 52fe0ab5-ad75-4dd9-8f78-4a450f03f97f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1783 | 2024.07.10 23:03:02.230311 [ 3 ] {} <Trace> HTTP-Session: 52fe0ab5-ad75-4dd9-8f78-4a450f03f97f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1784 | 2024.07.10 23:03:02.230447 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
1785 | 2024.07.10 23:03:02.230711 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1786 | 2024.07.10 23:03:02.230753 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
1787 | 2024.07.10 23:03:02.231019 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1788 | 2024.07.10 23:03:02.231082 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1789 | 2024.07.10 23:03:02.231218 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1790 | 2024.07.10 23:03:02.231317 [ 250 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1791 | 2024.07.10 23:03:02.231325 [ 251 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1792 | 2024.07.10 23:03:02.231424 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1793 | 2024.07.10 23:03:02.231451 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1794 | 2024.07.10 23:03:02.231527 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1795 | 2024.07.10 23:03:02.231547 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1796 | 2024.07.10 23:03:02.231585 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
1797 | 2024.07.10 23:03:02.231624 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
1798 | 2024.07.10 23:03:02.232663 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Debug> executeQuery: Read 11 rows, 475.00 B in 0.00228 sec., 4824.561403508772 rows/sec., 203.45 KiB/sec. | ||
1799 | 2024.07.10 23:03:02.232960 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Debug> DynamicQueryHandler: Done processing query | ||
1800 | 2024.07.10 23:03:02.232984 [ 3 ] {c38ccd07-513e-4ddc-8f47-c4e185ee292c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1801 | 2024.07.10 23:03:02.233001 [ 3 ] {} <Debug> HTTP-Session: 52fe0ab5-ad75-4dd9-8f78-4a450f03f97f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1802 | 2024.07.10 23:03:02.234626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1803 | 2024.07.10 23:03:02.234684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1804 | 2024.07.10 23:03:02.234707 [ 3 ] {} <Debug> HTTP-Session: 041b53fb-8fcb-4f76-9056-0dc08a48494b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1805 | 2024.07.10 23:03:02.234728 [ 3 ] {} <Debug> HTTP-Session: 041b53fb-8fcb-4f76-9056-0dc08a48494b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1806 | 2024.07.10 23:03:02.234746 [ 3 ] {} <Debug> HTTP-Session: 041b53fb-8fcb-4f76-9056-0dc08a48494b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1807 | 2024.07.10 23:03:02.234784 [ 3 ] {} <Trace> HTTP-Session: 041b53fb-8fcb-4f76-9056-0dc08a48494b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1808 | 2024.07.10 23:03:02.234926 [ 3 ] {15fb4f51-74ea-411a-8456-116f906a345f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1809 | 2024.07.10 23:03:02.234980 [ 3 ] {15fb4f51-74ea-411a-8456-116f906a345f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1810 | 2024.07.10 23:03:02.235177 [ 3 ] {15fb4f51-74ea-411a-8456-116f906a345f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1811 | 2024.07.10 23:03:02.235543 [ 3 ] {15fb4f51-74ea-411a-8456-116f906a345f} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1812 | 2024.07.10 23:03:02.235580 [ 3 ] {15fb4f51-74ea-411a-8456-116f906a345f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1813 | 2024.07.10 23:03:02.236058 [ 3 ] {15fb4f51-74ea-411a-8456-116f906a345f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1814 | 2024.07.10 23:03:02.236383 [ 3 ] {15fb4f51-74ea-411a-8456-116f906a345f} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1815 | 2024.07.10 23:03:02.236517 [ 3 ] {15fb4f51-74ea-411a-8456-116f906a345f} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001644 sec., 8515.81508515815 rows/sec., 1.19 MiB/sec. | ||
1816 | 2024.07.10 23:03:02.236797 [ 3 ] {15fb4f51-74ea-411a-8456-116f906a345f} <Debug> DynamicQueryHandler: Done processing query | ||
1817 | 2024.07.10 23:03:02.236822 [ 3 ] {15fb4f51-74ea-411a-8456-116f906a345f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1818 | 2024.07.10 23:03:02.236838 [ 3 ] {} <Debug> HTTP-Session: 041b53fb-8fcb-4f76-9056-0dc08a48494b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1819 | 2024.07.10 23:03:02.236958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 3630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1820 | 2024.07.10 23:03:02.237005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1821 | 2024.07.10 23:03:02.237023 [ 3 ] {} <Debug> HTTP-Session: 4ccd2e5e-75b4-44f2-9095-f89fb29b21fe Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1822 | 2024.07.10 23:03:02.237040 [ 3 ] {} <Debug> HTTP-Session: 4ccd2e5e-75b4-44f2-9095-f89fb29b21fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1823 | 2024.07.10 23:03:02.237055 [ 3 ] {} <Debug> HTTP-Session: 4ccd2e5e-75b4-44f2-9095-f89fb29b21fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1824 | 2024.07.10 23:03:02.237086 [ 3 ] {} <Trace> HTTP-Session: 4ccd2e5e-75b4-44f2-9095-f89fb29b21fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1825 | 2024.07.10 23:03:02.237186 [ 3 ] {8f535bc3-5417-4b32-89a3-e941e485a0e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1826 | 2024.07.10 23:03:02.237229 [ 3 ] {8f535bc3-5417-4b32-89a3-e941e485a0e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1827 | 2024.07.10 23:03:02.237352 [ 3 ] {8f535bc3-5417-4b32-89a3-e941e485a0e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1828 | 2024.07.10 23:03:02.237638 [ 3 ] {8f535bc3-5417-4b32-89a3-e941e485a0e0} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1829 | 2024.07.10 23:03:02.237674 [ 3 ] {8f535bc3-5417-4b32-89a3-e941e485a0e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1830 | 2024.07.10 23:03:02.237980 [ 3 ] {8f535bc3-5417-4b32-89a3-e941e485a0e0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1831 | 2024.07.10 23:03:02.238285 [ 3 ] {8f535bc3-5417-4b32-89a3-e941e485a0e0} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1832 | 2024.07.10 23:03:02.238401 [ 68 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1833 | 2024.07.10 23:03:02.238410 [ 3 ] {8f535bc3-5417-4b32-89a3-e941e485a0e0} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001251 sec., 20783.373301358915 rows/sec., 1.57 MiB/sec. | ||
1834 | 2024.07.10 23:03:02.238453 [ 68 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1835 | 2024.07.10 23:03:02.238493 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1836 | 2024.07.10 23:03:02.238633 [ 3 ] {8f535bc3-5417-4b32-89a3-e941e485a0e0} <Debug> DynamicQueryHandler: Done processing query | ||
1837 | 2024.07.10 23:03:02.238724 [ 3 ] {8f535bc3-5417-4b32-89a3-e941e485a0e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1838 | 2024.07.10 23:03:02.238811 [ 3 ] {} <Debug> HTTP-Session: 4ccd2e5e-75b4-44f2-9095-f89fb29b21fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1839 | 2024.07.10 23:03:02.238959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1840 | 2024.07.10 23:03:02.239008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1841 | 2024.07.10 23:03:02.239027 [ 3 ] {} <Debug> HTTP-Session: 2c029d4a-be8f-4e87-b370-d7d276731ffe Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1842 | 2024.07.10 23:03:02.239044 [ 3 ] {} <Debug> HTTP-Session: 2c029d4a-be8f-4e87-b370-d7d276731ffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1843 | 2024.07.10 23:03:02.239059 [ 3 ] {} <Debug> HTTP-Session: 2c029d4a-be8f-4e87-b370-d7d276731ffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1844 | 2024.07.10 23:03:02.239091 [ 3 ] {} <Trace> HTTP-Session: 2c029d4a-be8f-4e87-b370-d7d276731ffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1845 | 2024.07.10 23:03:02.239196 [ 3 ] {f16e8d5b-5278-498e-8d64-44f26c02a158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1846 | 2024.07.10 23:03:02.239239 [ 3 ] {f16e8d5b-5278-498e-8d64-44f26c02a158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1847 | 2024.07.10 23:03:02.239367 [ 3 ] {f16e8d5b-5278-498e-8d64-44f26c02a158} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1848 | 2024.07.10 23:03:02.239672 [ 3 ] {f16e8d5b-5278-498e-8d64-44f26c02a158} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1849 | 2024.07.10 23:03:02.239708 [ 3 ] {f16e8d5b-5278-498e-8d64-44f26c02a158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1850 | 2024.07.10 23:03:02.240012 [ 3 ] {f16e8d5b-5278-498e-8d64-44f26c02a158} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1851 | 2024.07.10 23:03:02.240314 [ 3 ] {f16e8d5b-5278-498e-8d64-44f26c02a158} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1852 | 2024.07.10 23:03:02.240426 [ 68 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1853 | 2024.07.10 23:03:02.240437 [ 3 ] {f16e8d5b-5278-498e-8d64-44f26c02a158} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001272 sec., 22012.578616352203 rows/sec., 1.72 MiB/sec. | ||
1854 | 2024.07.10 23:03:02.240454 [ 68 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1855 | 2024.07.10 23:03:02.240492 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1856 | 2024.07.10 23:03:02.240648 [ 3 ] {f16e8d5b-5278-498e-8d64-44f26c02a158} <Debug> DynamicQueryHandler: Done processing query | ||
1857 | 2024.07.10 23:03:02.240673 [ 3 ] {f16e8d5b-5278-498e-8d64-44f26c02a158} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1858 | 2024.07.10 23:03:02.240689 [ 3 ] {} <Debug> HTTP-Session: 2c029d4a-be8f-4e87-b370-d7d276731ffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1859 | 2024.07.10 23:03:02.240831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1860 | 2024.07.10 23:03:02.240934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1861 | 2024.07.10 23:03:02.241004 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::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 | ||
1862 | 2024.07.10 23:03:02.241023 [ 3 ] {} <Debug> HTTP-Session: ddea9c43-91e6-41d9-9d4d-4ce27b932cf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1863 | 2024.07.10 23:03:02.241056 [ 198 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::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 | ||
1864 | 2024.07.10 23:03:02.241105 [ 3 ] {} <Debug> HTTP-Session: ddea9c43-91e6-41d9-9d4d-4ce27b932cf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1865 | 2024.07.10 23:03:02.241181 [ 3 ] {} <Debug> HTTP-Session: ddea9c43-91e6-41d9-9d4d-4ce27b932cf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1866 | 2024.07.10 23:03:02.241368 [ 3 ] {} <Trace> HTTP-Session: ddea9c43-91e6-41d9-9d4d-4ce27b932cf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1867 | 2024.07.10 23:03:02.241517 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1868 | 2024.07.10 23:03:02.241536 [ 198 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1869 | 2024.07.10 23:03:02.241630 [ 3 ] {199a598e-ac7f-4bab-98c3-a69d2b4bca60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1870 | 2024.07.10 23:03:02.241656 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 70 rows starting from the beginning of the part | ||
1871 | 2024.07.10 23:03:02.241674 [ 198 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 33 rows starting from the beginning of the part | ||
1872 | 2024.07.10 23:03:02.241766 [ 3 ] {199a598e-ac7f-4bab-98c3-a69d2b4bca60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1873 | 2024.07.10 23:03:02.242271 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 69 rows starting from the beginning of the part | ||
1874 | 2024.07.10 23:03:02.242275 [ 198 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
1875 | 2024.07.10 23:03:02.242801 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part | ||
1876 | 2024.07.10 23:03:02.242857 [ 198 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
1877 | 2024.07.10 23:03:02.243442 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 108 rows starting from the beginning of the part | ||
1878 | 2024.07.10 23:03:02.243521 [ 198 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 48 rows starting from the beginning of the part | ||
1879 | 2024.07.10 23:03:02.244019 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
1880 | 2024.07.10 23:03:02.244204 [ 3 ] {199a598e-ac7f-4bab-98c3-a69d2b4bca60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1881 | 2024.07.10 23:03:02.244291 [ 198 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
1882 | 2024.07.10 23:03:02.244863 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
1883 | 2024.07.10 23:03:02.245180 [ 198 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
1884 | 2024.07.10 23:03:02.247108 [ 3 ] {199a598e-ac7f-4bab-98c3-a69d2b4bca60} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1885 | 2024.07.10 23:03:02.247229 [ 3 ] {199a598e-ac7f-4bab-98c3-a69d2b4bca60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1886 | 2024.07.10 23:03:02.249894 [ 3 ] {199a598e-ac7f-4bab-98c3-a69d2b4bca60} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1887 | 2024.07.10 23:03:02.250916 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 417 rows, containing 4 columns (4 merged, 0 gathered) in 0.012323847 sec., 33836.83682538415 rows/sec., 2.90 MiB/sec. | ||
1888 | 2024.07.10 23:03:02.251322 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.010484887 sec., 17167.56699428425 rows/sec., 1.34 MiB/sec. | ||
1889 | 2024.07.10 23:03:02.251342 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1890 | 2024.07.10 23:03:02.251665 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1891 | 2024.07.10 23:03:02.251998 [ 3 ] {199a598e-ac7f-4bab-98c3-a69d2b4bca60} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1892 | 2024.07.10 23:03:02.253050 [ 3 ] {199a598e-ac7f-4bab-98c3-a69d2b4bca60} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.011413 sec., 3504.775256286691 rows/sec., 248.83 KiB/sec. | ||
1893 | 2024.07.10 23:03:02.253659 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_6_1} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1894 | 2024.07.10 23:03:02.253889 [ 3 ] {199a598e-ac7f-4bab-98c3-a69d2b4bca60} <Debug> DynamicQueryHandler: Done processing query | ||
1895 | 2024.07.10 23:03:02.253940 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_6_1} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1896 | 2024.07.10 23:03:02.253963 [ 3 ] {199a598e-ac7f-4bab-98c3-a69d2b4bca60} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1897 | 2024.07.10 23:03:02.254012 [ 3 ] {} <Debug> HTTP-Session: ddea9c43-91e6-41d9-9d4d-4ce27b932cf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1898 | 2024.07.10 23:03:02.254128 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_6_1} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1899 | 2024.07.10 23:03:02.254197 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
1900 | 2024.07.10 23:03:02.254270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1901 | 2024.07.10 23:03:02.254308 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_6_1} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1902 | 2024.07.10 23:03:02.254336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1903 | 2024.07.10 23:03:02.254377 [ 3 ] {} <Debug> HTTP-Session: 54430101-3f2b-435b-88d7-e124f04ab0fc Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1904 | 2024.07.10 23:03:02.254401 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1905 | 2024.07.10 23:03:02.254404 [ 3 ] {} <Debug> HTTP-Session: 54430101-3f2b-435b-88d7-e124f04ab0fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1906 | 2024.07.10 23:03:02.254433 [ 3 ] {} <Debug> HTTP-Session: 54430101-3f2b-435b-88d7-e124f04ab0fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1907 | 2024.07.10 23:03:02.254466 [ 3 ] {} <Trace> HTTP-Session: 54430101-3f2b-435b-88d7-e124f04ab0fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1908 | 2024.07.10 23:03:02.254568 [ 3 ] {f0638bd2-d58f-456c-b457-e779b19c6959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1909 | 2024.07.10 23:03:02.254615 [ 3 ] {f0638bd2-d58f-456c-b457-e779b19c6959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1910 | 2024.07.10 23:03:02.254753 [ 3 ] {f0638bd2-d58f-456c-b457-e779b19c6959} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1911 | 2024.07.10 23:03:02.255040 [ 3 ] {f0638bd2-d58f-456c-b457-e779b19c6959} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1912 | 2024.07.10 23:03:02.255075 [ 3 ] {f0638bd2-d58f-456c-b457-e779b19c6959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1913 | 2024.07.10 23:03:02.255452 [ 3 ] {f0638bd2-d58f-456c-b457-e779b19c6959} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1914 | 2024.07.10 23:03:02.255785 [ 3 ] {f0638bd2-d58f-456c-b457-e779b19c6959} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1915 | 2024.07.10 23:03:02.255916 [ 3 ] {f0638bd2-d58f-456c-b457-e779b19c6959} <Debug> executeQuery: Read 12 rows, 862.00 B in 0.00137 sec., 8759.12408759124 rows/sec., 614.45 KiB/sec. | ||
1916 | 2024.07.10 23:03:02.256308 [ 3 ] {f0638bd2-d58f-456c-b457-e779b19c6959} <Debug> DynamicQueryHandler: Done processing query | ||
1917 | 2024.07.10 23:03:02.256334 [ 3 ] {f0638bd2-d58f-456c-b457-e779b19c6959} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1918 | 2024.07.10 23:03:02.256349 [ 3 ] {} <Debug> HTTP-Session: 54430101-3f2b-435b-88d7-e124f04ab0fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1919 | 2024.07.10 23:03:07.187206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1025, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1920 | 2024.07.10 23:03:07.187400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1921 | 2024.07.10 23:03:07.187491 [ 3 ] {} <Debug> HTTP-Session: 88393440-66fb-482f-a804-22fed7058b9d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1922 | 2024.07.10 23:03:07.187535 [ 3 ] {} <Debug> HTTP-Session: 88393440-66fb-482f-a804-22fed7058b9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1923 | 2024.07.10 23:03:07.187565 [ 3 ] {} <Debug> HTTP-Session: 88393440-66fb-482f-a804-22fed7058b9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1924 | 2024.07.10 23:03:07.187645 [ 3 ] {} <Trace> HTTP-Session: 88393440-66fb-482f-a804-22fed7058b9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1925 | 2024.07.10 23:03:07.187986 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
1926 | 2024.07.10 23:03:07.188463 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1927 | 2024.07.10 23:03:07.188509 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
1928 | 2024.07.10 23:03:07.188832 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1929 | 2024.07.10 23:03:07.188913 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1930 | 2024.07.10 23:03:07.189082 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1931 | 2024.07.10 23:03:07.189225 [ 258 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1932 | 2024.07.10 23:03:07.189326 [ 260 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1933 | 2024.07.10 23:03:07.189312 [ 259 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1934 | 2024.07.10 23:03:07.189474 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
1935 | 2024.07.10 23:03:07.189509 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1936 | 2024.07.10 23:03:07.189625 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1937 | 2024.07.10 23:03:07.189648 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
1938 | 2024.07.10 23:03:07.189690 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
1939 | 2024.07.10 23:03:07.189736 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
1940 | 2024.07.10 23:03:07.189780 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
1941 | 2024.07.10 23:03:07.191955 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Debug> executeQuery: Read 25 rows, 1.04 KiB in 0.004089 sec., 6113.96429444852 rows/sec., 253.16 KiB/sec. | ||
1942 | 2024.07.10 23:03:07.192364 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Debug> DynamicQueryHandler: Done processing query | ||
1943 | 2024.07.10 23:03:07.192392 [ 3 ] {32f556c5-649c-4a33-8b58-659dc2a70777} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1944 | 2024.07.10 23:03:07.192409 [ 3 ] {} <Debug> HTTP-Session: 88393440-66fb-482f-a804-22fed7058b9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1945 | 2024.07.10 23:03:07.197226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1946 | 2024.07.10 23:03:07.197327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1947 | 2024.07.10 23:03:07.197365 [ 3 ] {} <Debug> HTTP-Session: d4b31cae-bd4b-413a-9e14-9b419facc2c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1948 | 2024.07.10 23:03:07.197402 [ 3 ] {} <Debug> HTTP-Session: d4b31cae-bd4b-413a-9e14-9b419facc2c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1949 | 2024.07.10 23:03:07.197430 [ 3 ] {} <Debug> HTTP-Session: d4b31cae-bd4b-413a-9e14-9b419facc2c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1950 | 2024.07.10 23:03:07.197495 [ 3 ] {} <Trace> HTTP-Session: d4b31cae-bd4b-413a-9e14-9b419facc2c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1951 | 2024.07.10 23:03:07.197712 [ 3 ] {dec466f3-f35b-4d31-ad7f-42cf578619d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1952 | 2024.07.10 23:03:07.197802 [ 3 ] {dec466f3-f35b-4d31-ad7f-42cf578619d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1953 | 2024.07.10 23:03:07.197980 [ 3 ] {dec466f3-f35b-4d31-ad7f-42cf578619d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1954 | 2024.07.10 23:03:07.198377 [ 3 ] {dec466f3-f35b-4d31-ad7f-42cf578619d7} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1955 | 2024.07.10 23:03:07.198415 [ 3 ] {dec466f3-f35b-4d31-ad7f-42cf578619d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1956 | 2024.07.10 23:03:07.198923 [ 3 ] {dec466f3-f35b-4d31-ad7f-42cf578619d7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1957 | 2024.07.10 23:03:07.199250 [ 3 ] {dec466f3-f35b-4d31-ad7f-42cf578619d7} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1958 | 2024.07.10 23:03:07.199410 [ 3 ] {dec466f3-f35b-4d31-ad7f-42cf578619d7} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001765 sec., 566.5722379603399 rows/sec., 128.36 KiB/sec. | ||
1959 | 2024.07.10 23:03:07.199710 [ 3 ] {dec466f3-f35b-4d31-ad7f-42cf578619d7} <Debug> DynamicQueryHandler: Done processing query | ||
1960 | 2024.07.10 23:03:07.199736 [ 3 ] {dec466f3-f35b-4d31-ad7f-42cf578619d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1961 | 2024.07.10 23:03:07.199752 [ 3 ] {} <Debug> HTTP-Session: d4b31cae-bd4b-413a-9e14-9b419facc2c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1962 | 2024.07.10 23:03:07.199898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1963 | 2024.07.10 23:03:07.199947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1964 | 2024.07.10 23:03:07.199967 [ 3 ] {} <Debug> HTTP-Session: 41156014-f954-4840-9483-4a695f96a6b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1965 | 2024.07.10 23:03:07.199985 [ 3 ] {} <Debug> HTTP-Session: 41156014-f954-4840-9483-4a695f96a6b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1966 | 2024.07.10 23:03:07.199999 [ 3 ] {} <Debug> HTTP-Session: 41156014-f954-4840-9483-4a695f96a6b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1967 | 2024.07.10 23:03:07.200032 [ 3 ] {} <Trace> HTTP-Session: 41156014-f954-4840-9483-4a695f96a6b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1968 | 2024.07.10 23:03:07.200145 [ 3 ] {9d56dd48-74df-4142-94ac-8eb58d140831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1969 | 2024.07.10 23:03:07.200190 [ 3 ] {9d56dd48-74df-4142-94ac-8eb58d140831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1970 | 2024.07.10 23:03:07.200337 [ 3 ] {9d56dd48-74df-4142-94ac-8eb58d140831} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1971 | 2024.07.10 23:03:07.200649 [ 3 ] {9d56dd48-74df-4142-94ac-8eb58d140831} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1972 | 2024.07.10 23:03:07.200687 [ 3 ] {9d56dd48-74df-4142-94ac-8eb58d140831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1973 | 2024.07.10 23:03:07.201013 [ 3 ] {9d56dd48-74df-4142-94ac-8eb58d140831} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1974 | 2024.07.10 23:03:07.201303 [ 3 ] {9d56dd48-74df-4142-94ac-8eb58d140831} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1975 | 2024.07.10 23:03:07.201446 [ 66 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1976 | 2024.07.10 23:03:07.201461 [ 3 ] {9d56dd48-74df-4142-94ac-8eb58d140831} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001399 sec., 22158.68477483917 rows/sec., 1.75 MiB/sec. | ||
1977 | 2024.07.10 23:03:07.201517 [ 66 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1978 | 2024.07.10 23:03:07.201581 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
1979 | 2024.07.10 23:03:07.201867 [ 3 ] {9d56dd48-74df-4142-94ac-8eb58d140831} <Debug> DynamicQueryHandler: Done processing query | ||
1980 | 2024.07.10 23:03:07.201948 [ 3 ] {9d56dd48-74df-4142-94ac-8eb58d140831} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1981 | 2024.07.10 23:03:07.202015 [ 3 ] {} <Debug> HTTP-Session: 41156014-f954-4840-9483-4a695f96a6b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1982 | 2024.07.10 23:03:07.202008 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::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 | ||
1983 | 2024.07.10 23:03:07.202325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1984 | 2024.07.10 23:03:07.202389 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1985 | 2024.07.10 23:03:07.202413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1986 | 2024.07.10 23:03:07.202458 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part | ||
1987 | 2024.07.10 23:03:07.202466 [ 3 ] {} <Debug> HTTP-Session: 7bf1651d-617a-4b98-a356-93f4d10e080c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
1988 | 2024.07.10 23:03:07.202506 [ 3 ] {} <Debug> HTTP-Session: 7bf1651d-617a-4b98-a356-93f4d10e080c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1989 | 2024.07.10 23:03:07.202537 [ 3 ] {} <Debug> HTTP-Session: 7bf1651d-617a-4b98-a356-93f4d10e080c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1990 | 2024.07.10 23:03:07.202656 [ 3 ] {} <Trace> HTTP-Session: 7bf1651d-617a-4b98-a356-93f4d10e080c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1991 | 2024.07.10 23:03:07.202656 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
1992 | 2024.07.10 23:03:07.202972 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
1993 | 2024.07.10 23:03:07.203083 [ 3 ] {c895c21b-2b39-4339-b549-c7c5f91a9f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1994 | 2024.07.10 23:03:07.203307 [ 3 ] {c895c21b-2b39-4339-b549-c7c5f91a9f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1995 | 2024.07.10 23:03:07.203350 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
1996 | 2024.07.10 23:03:07.203643 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
1997 | 2024.07.10 23:03:07.204087 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
1998 | 2024.07.10 23:03:07.204999 [ 3 ] {c895c21b-2b39-4339-b549-c7c5f91a9f99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1999 | 2024.07.10 23:03:07.205741 [ 3 ] {c895c21b-2b39-4339-b549-c7c5f91a9f99} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2000 | 2024.07.10 23:03:07.205810 [ 3 ] {c895c21b-2b39-4339-b549-c7c5f91a9f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2001 | 2024.07.10 23:03:07.206763 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 149 rows, containing 4 columns (4 merged, 0 gathered) in 0.005002248 sec., 29786.607941069695 rows/sec., 2.36 MiB/sec. | ||
2002 | 2024.07.10 23:03:07.206820 [ 3 ] {c895c21b-2b39-4339-b549-c7c5f91a9f99} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2003 | 2024.07.10 23:03:07.206936 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2004 | 2024.07.10 23:03:07.207683 [ 3 ] {c895c21b-2b39-4339-b549-c7c5f91a9f99} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2005 | 2024.07.10 23:03:07.207863 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_6_1} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2006 | 2024.07.10 23:03:07.208025 [ 3 ] {c895c21b-2b39-4339-b549-c7c5f91a9f99} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005117 sec., 390.85401602501463 rows/sec., 31.87 KiB/sec. | ||
2007 | 2024.07.10 23:03:07.208186 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_6_1} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2008 | 2024.07.10 23:03:07.208525 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2009 | 2024.07.10 23:03:07.208620 [ 3 ] {c895c21b-2b39-4339-b549-c7c5f91a9f99} <Debug> DynamicQueryHandler: Done processing query | ||
2010 | 2024.07.10 23:03:07.208650 [ 3 ] {c895c21b-2b39-4339-b549-c7c5f91a9f99} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2011 | 2024.07.10 23:03:07.208667 [ 3 ] {} <Debug> HTTP-Session: 7bf1651d-617a-4b98-a356-93f4d10e080c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2012 | 2024.07.10 23:03:07.208827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 17961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2013 | 2024.07.10 23:03:07.208875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2014 | 2024.07.10 23:03:07.208893 [ 3 ] {} <Debug> HTTP-Session: c96371f6-fda3-4b29-92d7-082adb1b01db Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2015 | 2024.07.10 23:03:07.208911 [ 3 ] {} <Debug> HTTP-Session: c96371f6-fda3-4b29-92d7-082adb1b01db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2016 | 2024.07.10 23:03:07.208925 [ 3 ] {} <Debug> HTTP-Session: c96371f6-fda3-4b29-92d7-082adb1b01db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2017 | 2024.07.10 23:03:07.208957 [ 3 ] {} <Trace> HTTP-Session: c96371f6-fda3-4b29-92d7-082adb1b01db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2018 | 2024.07.10 23:03:07.209134 [ 3 ] {99183d7f-148d-4934-9484-410e2c44f32a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2019 | 2024.07.10 23:03:07.209178 [ 3 ] {99183d7f-148d-4934-9484-410e2c44f32a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2020 | 2024.07.10 23:03:07.209326 [ 3 ] {99183d7f-148d-4934-9484-410e2c44f32a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2021 | 2024.07.10 23:03:07.209731 [ 3 ] {99183d7f-148d-4934-9484-410e2c44f32a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2022 | 2024.07.10 23:03:07.209768 [ 3 ] {99183d7f-148d-4934-9484-410e2c44f32a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2023 | 2024.07.10 23:03:07.210098 [ 3 ] {99183d7f-148d-4934-9484-410e2c44f32a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2024 | 2024.07.10 23:03:07.210418 [ 3 ] {99183d7f-148d-4934-9484-410e2c44f32a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2025 | 2024.07.10 23:03:07.210576 [ 3 ] {99183d7f-148d-4934-9484-410e2c44f32a} <Debug> executeQuery: Read 121 rows, 10.58 KiB in 0.00154 sec., 78571.42857142858 rows/sec., 6.71 MiB/sec. | ||
2026 | 2024.07.10 23:03:07.210744 [ 3 ] {99183d7f-148d-4934-9484-410e2c44f32a} <Debug> DynamicQueryHandler: Done processing query | ||
2027 | 2024.07.10 23:03:07.210769 [ 3 ] {99183d7f-148d-4934-9484-410e2c44f32a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2028 | 2024.07.10 23:03:07.210785 [ 3 ] {} <Debug> HTTP-Session: c96371f6-fda3-4b29-92d7-082adb1b01db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2029 | 2024.07.10 23:03:07.210906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2030 | 2024.07.10 23:03:07.210953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2031 | 2024.07.10 23:03:07.210971 [ 3 ] {} <Debug> HTTP-Session: 2a334779-50bc-436e-8579-f1ba7460302e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2032 | 2024.07.10 23:03:07.210987 [ 3 ] {} <Debug> HTTP-Session: 2a334779-50bc-436e-8579-f1ba7460302e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2033 | 2024.07.10 23:03:07.211001 [ 3 ] {} <Debug> HTTP-Session: 2a334779-50bc-436e-8579-f1ba7460302e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2034 | 2024.07.10 23:03:07.211032 [ 3 ] {} <Trace> HTTP-Session: 2a334779-50bc-436e-8579-f1ba7460302e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2035 | 2024.07.10 23:03:07.211124 [ 3 ] {41b5e1a9-efca-4d14-9452-4466dc7f508d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2036 | 2024.07.10 23:03:07.211167 [ 3 ] {41b5e1a9-efca-4d14-9452-4466dc7f508d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2037 | 2024.07.10 23:03:07.211293 [ 3 ] {41b5e1a9-efca-4d14-9452-4466dc7f508d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2038 | 2024.07.10 23:03:07.211595 [ 3 ] {41b5e1a9-efca-4d14-9452-4466dc7f508d} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2039 | 2024.07.10 23:03:07.211631 [ 3 ] {41b5e1a9-efca-4d14-9452-4466dc7f508d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2040 | 2024.07.10 23:03:07.211946 [ 3 ] {41b5e1a9-efca-4d14-9452-4466dc7f508d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2041 | 2024.07.10 23:03:07.212264 [ 3 ] {41b5e1a9-efca-4d14-9452-4466dc7f508d} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2042 | 2024.07.10 23:03:07.212408 [ 3 ] {41b5e1a9-efca-4d14-9452-4466dc7f508d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001307 sec., 1530.221882172915 rows/sec., 106.85 KiB/sec. | ||
2043 | 2024.07.10 23:03:07.212572 [ 3 ] {41b5e1a9-efca-4d14-9452-4466dc7f508d} <Debug> DynamicQueryHandler: Done processing query | ||
2044 | 2024.07.10 23:03:07.212596 [ 3 ] {41b5e1a9-efca-4d14-9452-4466dc7f508d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2045 | 2024.07.10 23:03:07.212611 [ 3 ] {} <Debug> HTTP-Session: 2a334779-50bc-436e-8579-f1ba7460302e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2046 | 2024.07.10 23:03:07.212721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2047 | 2024.07.10 23:03:07.212768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2048 | 2024.07.10 23:03:07.212787 [ 3 ] {} <Debug> HTTP-Session: 960b081c-578b-4d09-9a37-298540093118 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2049 | 2024.07.10 23:03:07.212805 [ 3 ] {} <Debug> HTTP-Session: 960b081c-578b-4d09-9a37-298540093118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2050 | 2024.07.10 23:03:07.212819 [ 3 ] {} <Debug> HTTP-Session: 960b081c-578b-4d09-9a37-298540093118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2051 | 2024.07.10 23:03:07.212849 [ 3 ] {} <Trace> HTTP-Session: 960b081c-578b-4d09-9a37-298540093118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2052 | 2024.07.10 23:03:07.212939 [ 3 ] {5bff38aa-ca0a-4ed0-b740-e20a1bbf123a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2053 | 2024.07.10 23:03:07.212982 [ 3 ] {5bff38aa-ca0a-4ed0-b740-e20a1bbf123a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2054 | 2024.07.10 23:03:07.213107 [ 3 ] {5bff38aa-ca0a-4ed0-b740-e20a1bbf123a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2055 | 2024.07.10 23:03:07.213369 [ 3 ] {5bff38aa-ca0a-4ed0-b740-e20a1bbf123a} <Trace> oximeter.fields_u32 (7e12a19a-f598-42dd-8636-b90d2e153d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2056 | 2024.07.10 23:03:07.213405 [ 3 ] {5bff38aa-ca0a-4ed0-b740-e20a1bbf123a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2057 | 2024.07.10 23:03:07.213699 [ 3 ] {5bff38aa-ca0a-4ed0-b740-e20a1bbf123a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2058 | 2024.07.10 23:03:07.214012 [ 3 ] {5bff38aa-ca0a-4ed0-b740-e20a1bbf123a} <Trace> oximeter.fields_u32 (7e12a19a-f598-42dd-8636-b90d2e153d1a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2059 | 2024.07.10 23:03:07.214185 [ 3 ] {5bff38aa-ca0a-4ed0-b740-e20a1bbf123a} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001247 sec., 801.924619085806 rows/sec., 53.25 KiB/sec. | ||
2060 | 2024.07.10 23:03:07.214580 [ 3 ] {5bff38aa-ca0a-4ed0-b740-e20a1bbf123a} <Debug> DynamicQueryHandler: Done processing query | ||
2061 | 2024.07.10 23:03:07.214604 [ 3 ] {5bff38aa-ca0a-4ed0-b740-e20a1bbf123a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2062 | 2024.07.10 23:03:07.214619 [ 3 ] {} <Debug> HTTP-Session: 960b081c-578b-4d09-9a37-298540093118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2063 | 2024.07.10 23:03:07.214754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2064 | 2024.07.10 23:03:07.214802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2065 | 2024.07.10 23:03:07.214821 [ 3 ] {} <Debug> HTTP-Session: 8bdc8c85-8f25-477b-bfe6-9a942945d160 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2066 | 2024.07.10 23:03:07.214838 [ 3 ] {} <Debug> HTTP-Session: 8bdc8c85-8f25-477b-bfe6-9a942945d160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2067 | 2024.07.10 23:03:07.214852 [ 3 ] {} <Debug> HTTP-Session: 8bdc8c85-8f25-477b-bfe6-9a942945d160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2068 | 2024.07.10 23:03:07.214882 [ 3 ] {} <Trace> HTTP-Session: 8bdc8c85-8f25-477b-bfe6-9a942945d160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2069 | 2024.07.10 23:03:07.214998 [ 3 ] {6cdba047-fe30-419d-8d37-551b943ccab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2070 | 2024.07.10 23:03:07.215043 [ 3 ] {6cdba047-fe30-419d-8d37-551b943ccab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2071 | 2024.07.10 23:03:07.215191 [ 3 ] {6cdba047-fe30-419d-8d37-551b943ccab9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2072 | 2024.07.10 23:03:07.215532 [ 3 ] {6cdba047-fe30-419d-8d37-551b943ccab9} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2073 | 2024.07.10 23:03:07.215568 [ 3 ] {6cdba047-fe30-419d-8d37-551b943ccab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2074 | 2024.07.10 23:03:07.215881 [ 3 ] {6cdba047-fe30-419d-8d37-551b943ccab9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2075 | 2024.07.10 23:03:07.216197 [ 3 ] {6cdba047-fe30-419d-8d37-551b943ccab9} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2076 | 2024.07.10 23:03:07.216347 [ 3 ] {6cdba047-fe30-419d-8d37-551b943ccab9} <Debug> executeQuery: Read 70 rows, 5.61 KiB in 0.001392 sec., 50287.35632183908 rows/sec., 3.93 MiB/sec. | ||
2077 | 2024.07.10 23:03:07.216512 [ 3 ] {6cdba047-fe30-419d-8d37-551b943ccab9} <Debug> DynamicQueryHandler: Done processing query | ||
2078 | 2024.07.10 23:03:07.216536 [ 3 ] {6cdba047-fe30-419d-8d37-551b943ccab9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2079 | 2024.07.10 23:03:07.216552 [ 3 ] {} <Debug> HTTP-Session: 8bdc8c85-8f25-477b-bfe6-9a942945d160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2080 | 2024.07.10 23:03:07.216681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2081 | 2024.07.10 23:03:07.216729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2082 | 2024.07.10 23:03:07.216747 [ 3 ] {} <Debug> HTTP-Session: d8e951b3-c818-49cd-a00b-d6456c4a27eb Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2083 | 2024.07.10 23:03:07.216764 [ 3 ] {} <Debug> HTTP-Session: d8e951b3-c818-49cd-a00b-d6456c4a27eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2084 | 2024.07.10 23:03:07.216778 [ 3 ] {} <Debug> HTTP-Session: d8e951b3-c818-49cd-a00b-d6456c4a27eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2085 | 2024.07.10 23:03:07.216808 [ 3 ] {} <Trace> HTTP-Session: d8e951b3-c818-49cd-a00b-d6456c4a27eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2086 | 2024.07.10 23:03:07.216952 [ 3 ] {1349b4d0-8d8b-4584-874b-cc9a1b74ad19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2087 | 2024.07.10 23:03:07.216999 [ 3 ] {1349b4d0-8d8b-4584-874b-cc9a1b74ad19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2088 | 2024.07.10 23:03:07.217143 [ 3 ] {1349b4d0-8d8b-4584-874b-cc9a1b74ad19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2089 | 2024.07.10 23:03:07.217511 [ 3 ] {1349b4d0-8d8b-4584-874b-cc9a1b74ad19} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2090 | 2024.07.10 23:03:07.217547 [ 3 ] {1349b4d0-8d8b-4584-874b-cc9a1b74ad19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2091 | 2024.07.10 23:03:07.217931 [ 3 ] {1349b4d0-8d8b-4584-874b-cc9a1b74ad19} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2092 | 2024.07.10 23:03:07.218280 [ 3 ] {1349b4d0-8d8b-4584-874b-cc9a1b74ad19} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2093 | 2024.07.10 23:03:07.218436 [ 3 ] {1349b4d0-8d8b-4584-874b-cc9a1b74ad19} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001541 sec., 65541.85593770279 rows/sec., 4.54 MiB/sec. | ||
2094 | 2024.07.10 23:03:07.218639 [ 3 ] {1349b4d0-8d8b-4584-874b-cc9a1b74ad19} <Debug> DynamicQueryHandler: Done processing query | ||
2095 | 2024.07.10 23:03:07.218663 [ 3 ] {1349b4d0-8d8b-4584-874b-cc9a1b74ad19} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2096 | 2024.07.10 23:03:07.218679 [ 3 ] {} <Debug> HTTP-Session: d8e951b3-c818-49cd-a00b-d6456c4a27eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2097 | 2024.07.10 23:03:07.218791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2098 | 2024.07.10 23:03:07.218837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2099 | 2024.07.10 23:03:07.218857 [ 3 ] {} <Debug> HTTP-Session: dee7693b-304e-459b-af74-0f54d4fc0e26 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2100 | 2024.07.10 23:03:07.218873 [ 3 ] {} <Debug> HTTP-Session: dee7693b-304e-459b-af74-0f54d4fc0e26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2101 | 2024.07.10 23:03:07.218887 [ 3 ] {} <Debug> HTTP-Session: dee7693b-304e-459b-af74-0f54d4fc0e26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2102 | 2024.07.10 23:03:07.218918 [ 3 ] {} <Trace> HTTP-Session: dee7693b-304e-459b-af74-0f54d4fc0e26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2103 | 2024.07.10 23:03:07.219008 [ 3 ] {6df357b7-38ab-4b67-a728-79097c6619cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2104 | 2024.07.10 23:03:07.219053 [ 3 ] {6df357b7-38ab-4b67-a728-79097c6619cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2105 | 2024.07.10 23:03:07.219182 [ 3 ] {6df357b7-38ab-4b67-a728-79097c6619cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2106 | 2024.07.10 23:03:07.219442 [ 3 ] {6df357b7-38ab-4b67-a728-79097c6619cf} <Trace> oximeter.measurements_f64 (1b3e6486-5154-4222-90e4-78553db03e8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2107 | 2024.07.10 23:03:07.219477 [ 3 ] {6df357b7-38ab-4b67-a728-79097c6619cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2108 | 2024.07.10 23:03:07.219824 [ 3 ] {6df357b7-38ab-4b67-a728-79097c6619cf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2109 | 2024.07.10 23:03:07.220153 [ 3 ] {6df357b7-38ab-4b67-a728-79097c6619cf} <Trace> oximeter.measurements_f64 (1b3e6486-5154-4222-90e4-78553db03e8d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2110 | 2024.07.10 23:03:07.220320 [ 3 ] {6df357b7-38ab-4b67-a728-79097c6619cf} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 48.05 KiB/sec. | ||
2111 | 2024.07.10 23:03:07.220688 [ 3 ] {6df357b7-38ab-4b67-a728-79097c6619cf} <Debug> DynamicQueryHandler: Done processing query | ||
2112 | 2024.07.10 23:03:07.220712 [ 3 ] {6df357b7-38ab-4b67-a728-79097c6619cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2113 | 2024.07.10 23:03:07.220728 [ 3 ] {} <Debug> HTTP-Session: dee7693b-304e-459b-af74-0f54d4fc0e26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2114 | 2024.07.10 23:03:07.221015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2115 | 2024.07.10 23:03:07.221065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2116 | 2024.07.10 23:03:07.221083 [ 3 ] {} <Debug> HTTP-Session: 956cd27a-d496-49d6-8bfb-73807d219622 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2117 | 2024.07.10 23:03:07.221099 [ 3 ] {} <Debug> HTTP-Session: 956cd27a-d496-49d6-8bfb-73807d219622 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2118 | 2024.07.10 23:03:07.221114 [ 3 ] {} <Debug> HTTP-Session: 956cd27a-d496-49d6-8bfb-73807d219622 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2119 | 2024.07.10 23:03:07.221144 [ 3 ] {} <Trace> HTTP-Session: 956cd27a-d496-49d6-8bfb-73807d219622 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2120 | 2024.07.10 23:03:07.221865 [ 3 ] {5fc8ecdf-6e87-4b2a-a7ea-4c8ef3b3ee52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2121 | 2024.07.10 23:03:07.221932 [ 3 ] {5fc8ecdf-6e87-4b2a-a7ea-4c8ef3b3ee52} <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 | ||
2122 | 2024.07.10 23:03:07.222348 [ 3 ] {5fc8ecdf-6e87-4b2a-a7ea-4c8ef3b3ee52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2123 | 2024.07.10 23:03:07.223085 [ 3 ] {5fc8ecdf-6e87-4b2a-a7ea-4c8ef3b3ee52} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2124 | 2024.07.10 23:03:07.223120 [ 3 ] {5fc8ecdf-6e87-4b2a-a7ea-4c8ef3b3ee52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2125 | 2024.07.10 23:03:07.223745 [ 3 ] {5fc8ecdf-6e87-4b2a-a7ea-4c8ef3b3ee52} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2126 | 2024.07.10 23:03:07.224163 [ 3 ] {5fc8ecdf-6e87-4b2a-a7ea-4c8ef3b3ee52} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2127 | 2024.07.10 23:03:07.224329 [ 3 ] {5fc8ecdf-6e87-4b2a-a7ea-4c8ef3b3ee52} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003092 sec., 10025.873221216041 rows/sec., 17.97 MiB/sec. | ||
2128 | 2024.07.10 23:03:07.224337 [ 63 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2129 | 2024.07.10 23:03:07.224416 [ 63 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2130 | 2024.07.10 23:03:07.224484 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2131 | 2024.07.10 23:03:07.224786 [ 190 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::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 | ||
2132 | 2024.07.10 23:03:07.224868 [ 3 ] {5fc8ecdf-6e87-4b2a-a7ea-4c8ef3b3ee52} <Debug> DynamicQueryHandler: Done processing query | ||
2133 | 2024.07.10 23:03:07.224922 [ 3 ] {5fc8ecdf-6e87-4b2a-a7ea-4c8ef3b3ee52} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2134 | 2024.07.10 23:03:07.224957 [ 3 ] {} <Debug> HTTP-Session: 956cd27a-d496-49d6-8bfb-73807d219622 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2135 | 2024.07.10 23:03:07.225151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2136 | 2024.07.10 23:03:07.225267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2137 | 2024.07.10 23:03:07.225329 [ 3 ] {} <Debug> HTTP-Session: a33f0ccd-8b88-4393-b6f6-52fc3b7ccdc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2138 | 2024.07.10 23:03:07.225378 [ 3 ] {} <Debug> HTTP-Session: a33f0ccd-8b88-4393-b6f6-52fc3b7ccdc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2139 | 2024.07.10 23:03:07.225422 [ 3 ] {} <Debug> HTTP-Session: a33f0ccd-8b88-4393-b6f6-52fc3b7ccdc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2140 | 2024.07.10 23:03:07.225482 [ 190 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2141 | 2024.07.10 23:03:07.225500 [ 3 ] {} <Trace> HTTP-Session: a33f0ccd-8b88-4393-b6f6-52fc3b7ccdc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2142 | 2024.07.10 23:03:07.225611 [ 190 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part | ||
2143 | 2024.07.10 23:03:07.225735 [ 3 ] {6ef0513b-6390-49aa-9753-a65954bf86ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2144 | 2024.07.10 23:03:07.225911 [ 3 ] {6ef0513b-6390-49aa-9753-a65954bf86ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2145 | 2024.07.10 23:03:07.226401 [ 190 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
2146 | 2024.07.10 23:03:07.226889 [ 3 ] {6ef0513b-6390-49aa-9753-a65954bf86ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2147 | 2024.07.10 23:03:07.227289 [ 190 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
2148 | 2024.07.10 23:03:07.227957 [ 190 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
2149 | 2024.07.10 23:03:07.228108 [ 3 ] {6ef0513b-6390-49aa-9753-a65954bf86ae} <Trace> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2150 | 2024.07.10 23:03:07.228190 [ 3 ] {6ef0513b-6390-49aa-9753-a65954bf86ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2151 | 2024.07.10 23:03:07.228641 [ 190 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
2152 | 2024.07.10 23:03:07.229344 [ 190 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
2153 | 2024.07.10 23:03:07.229627 [ 3 ] {6ef0513b-6390-49aa-9753-a65954bf86ae} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2154 | 2024.07.10 23:03:07.230527 [ 3 ] {6ef0513b-6390-49aa-9753-a65954bf86ae} <Trace> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2155 | 2024.07.10 23:03:07.230843 [ 3 ] {6ef0513b-6390-49aa-9753-a65954bf86ae} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.005164 sec., 1742.8350116189001 rows/sec., 123.11 KiB/sec. | ||
2156 | 2024.07.10 23:03:07.231447 [ 3 ] {6ef0513b-6390-49aa-9753-a65954bf86ae} <Debug> DynamicQueryHandler: Done processing query | ||
2157 | 2024.07.10 23:03:07.231504 [ 3 ] {6ef0513b-6390-49aa-9753-a65954bf86ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2158 | 2024.07.10 23:03:07.231543 [ 3 ] {} <Debug> HTTP-Session: a33f0ccd-8b88-4393-b6f6-52fc3b7ccdc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2159 | 2024.07.10 23:03:07.231735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2160 | 2024.07.10 23:03:07.231853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2161 | 2024.07.10 23:03:07.231904 [ 3 ] {} <Debug> HTTP-Session: b9d94b7c-c3e0-4972-9eee-26fc84510566 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2162 | 2024.07.10 23:03:07.231957 [ 3 ] {} <Debug> HTTP-Session: b9d94b7c-c3e0-4972-9eee-26fc84510566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2163 | 2024.07.10 23:03:07.231991 [ 3 ] {} <Debug> HTTP-Session: b9d94b7c-c3e0-4972-9eee-26fc84510566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2164 | 2024.07.10 23:03:07.232068 [ 3 ] {} <Trace> HTTP-Session: b9d94b7c-c3e0-4972-9eee-26fc84510566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2165 | 2024.07.10 23:03:07.232346 [ 3 ] {fc44c79c-739b-4ff1-9086-3f40e950ca5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2166 | 2024.07.10 23:03:07.232475 [ 3 ] {fc44c79c-739b-4ff1-9086-3f40e950ca5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2167 | 2024.07.10 23:03:07.233151 [ 3 ] {fc44c79c-739b-4ff1-9086-3f40e950ca5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2168 | 2024.07.10 23:03:07.234147 [ 3 ] {fc44c79c-739b-4ff1-9086-3f40e950ca5e} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2169 | 2024.07.10 23:03:07.234223 [ 3 ] {fc44c79c-739b-4ff1-9086-3f40e950ca5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2170 | 2024.07.10 23:03:07.235394 [ 3 ] {fc44c79c-739b-4ff1-9086-3f40e950ca5e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2171 | 2024.07.10 23:03:07.236229 [ 3 ] {fc44c79c-739b-4ff1-9086-3f40e950ca5e} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2172 | 2024.07.10 23:03:07.236512 [ 3 ] {fc44c79c-739b-4ff1-9086-3f40e950ca5e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004288 sec., 6996.268656716417 rows/sec., 490.79 KiB/sec. | ||
2173 | 2024.07.10 23:03:07.236698 [ 3 ] {fc44c79c-739b-4ff1-9086-3f40e950ca5e} <Debug> DynamicQueryHandler: Done processing query | ||
2174 | 2024.07.10 23:03:07.236761 [ 3 ] {fc44c79c-739b-4ff1-9086-3f40e950ca5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2175 | 2024.07.10 23:03:07.236821 [ 3 ] {} <Debug> HTTP-Session: b9d94b7c-c3e0-4972-9eee-26fc84510566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2176 | 2024.07.10 23:03:07.237169 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 149 rows, containing 19 columns (19 merged, 0 gathered) in 0.012545042 sec., 11877.20216480742 rows/sec., 21.28 MiB/sec. | ||
2177 | 2024.07.10 23:03:07.237608 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2178 | 2024.07.10 23:03:07.238204 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2179 | 2024.07.10 23:03:07.238278 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2180 | 2024.07.10 23:03:07.238419 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. | ||
2181 | 2024.07.10 23:03:12.189674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 3630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2182 | 2024.07.10 23:03:12.189861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2183 | 2024.07.10 23:03:12.189907 [ 3 ] {} <Debug> HTTP-Session: 57d07a25-7d2d-4001-a0ea-2d5c89320bc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2184 | 2024.07.10 23:03:12.189949 [ 3 ] {} <Debug> HTTP-Session: 57d07a25-7d2d-4001-a0ea-2d5c89320bc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2185 | 2024.07.10 23:03:12.189979 [ 3 ] {} <Debug> HTTP-Session: 57d07a25-7d2d-4001-a0ea-2d5c89320bc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2186 | 2024.07.10 23:03:12.190050 [ 3 ] {} <Trace> HTTP-Session: 57d07a25-7d2d-4001-a0ea-2d5c89320bc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2187 | 2024.07.10 23:03:12.190235 [ 3 ] {97e8040b-fd4f-4857-8109-aa79df3e5269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2188 | 2024.07.10 23:03:12.190305 [ 3 ] {97e8040b-fd4f-4857-8109-aa79df3e5269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2189 | 2024.07.10 23:03:12.190496 [ 3 ] {97e8040b-fd4f-4857-8109-aa79df3e5269} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2190 | 2024.07.10 23:03:12.190995 [ 3 ] {97e8040b-fd4f-4857-8109-aa79df3e5269} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2191 | 2024.07.10 23:03:12.191039 [ 3 ] {97e8040b-fd4f-4857-8109-aa79df3e5269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2192 | 2024.07.10 23:03:12.191431 [ 3 ] {97e8040b-fd4f-4857-8109-aa79df3e5269} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2193 | 2024.07.10 23:03:12.191790 [ 3 ] {97e8040b-fd4f-4857-8109-aa79df3e5269} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2194 | 2024.07.10 23:03:12.191972 [ 3 ] {97e8040b-fd4f-4857-8109-aa79df3e5269} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001788 sec., 14541.3870246085 rows/sec., 1.10 MiB/sec. | ||
2195 | 2024.07.10 23:03:12.192190 [ 3 ] {97e8040b-fd4f-4857-8109-aa79df3e5269} <Debug> DynamicQueryHandler: Done processing query | ||
2196 | 2024.07.10 23:03:12.192219 [ 3 ] {97e8040b-fd4f-4857-8109-aa79df3e5269} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2197 | 2024.07.10 23:03:12.192235 [ 3 ] {} <Debug> HTTP-Session: 57d07a25-7d2d-4001-a0ea-2d5c89320bc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2198 | 2024.07.10 23:03:12.192406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2199 | 2024.07.10 23:03:12.192463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2200 | 2024.07.10 23:03:12.192483 [ 3 ] {} <Debug> HTTP-Session: e14f845a-c683-4bb5-9868-374c12f3328d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2201 | 2024.07.10 23:03:12.192503 [ 3 ] {} <Debug> HTTP-Session: e14f845a-c683-4bb5-9868-374c12f3328d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2202 | 2024.07.10 23:03:12.192517 [ 3 ] {} <Debug> HTTP-Session: e14f845a-c683-4bb5-9868-374c12f3328d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2203 | 2024.07.10 23:03:12.192552 [ 3 ] {} <Trace> HTTP-Session: e14f845a-c683-4bb5-9868-374c12f3328d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2204 | 2024.07.10 23:03:12.192667 [ 3 ] {79531534-b277-4472-a529-f5177c87808e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2205 | 2024.07.10 23:03:12.192714 [ 3 ] {79531534-b277-4472-a529-f5177c87808e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2206 | 2024.07.10 23:03:12.192849 [ 3 ] {79531534-b277-4472-a529-f5177c87808e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2207 | 2024.07.10 23:03:12.193181 [ 3 ] {79531534-b277-4472-a529-f5177c87808e} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2208 | 2024.07.10 23:03:12.193218 [ 3 ] {79531534-b277-4472-a529-f5177c87808e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2209 | 2024.07.10 23:03:12.193535 [ 3 ] {79531534-b277-4472-a529-f5177c87808e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2210 | 2024.07.10 23:03:12.193849 [ 3 ] {79531534-b277-4472-a529-f5177c87808e} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2211 | 2024.07.10 23:03:12.194002 [ 3 ] {79531534-b277-4472-a529-f5177c87808e} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001365 sec., 20512.820512820515 rows/sec., 1.60 MiB/sec. | ||
2212 | 2024.07.10 23:03:12.194171 [ 3 ] {79531534-b277-4472-a529-f5177c87808e} <Debug> DynamicQueryHandler: Done processing query | ||
2213 | 2024.07.10 23:03:12.194196 [ 3 ] {79531534-b277-4472-a529-f5177c87808e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2214 | 2024.07.10 23:03:12.194211 [ 3 ] {} <Debug> HTTP-Session: e14f845a-c683-4bb5-9868-374c12f3328d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2215 | 2024.07.10 23:03:12.194354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2216 | 2024.07.10 23:03:12.194405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2217 | 2024.07.10 23:03:12.194424 [ 3 ] {} <Debug> HTTP-Session: 592eedb3-a7fb-4332-a573-f02ebd4fe576 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2218 | 2024.07.10 23:03:12.194441 [ 3 ] {} <Debug> HTTP-Session: 592eedb3-a7fb-4332-a573-f02ebd4fe576 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2219 | 2024.07.10 23:03:12.194456 [ 3 ] {} <Debug> HTTP-Session: 592eedb3-a7fb-4332-a573-f02ebd4fe576 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2220 | 2024.07.10 23:03:12.194488 [ 3 ] {} <Trace> HTTP-Session: 592eedb3-a7fb-4332-a573-f02ebd4fe576 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2221 | 2024.07.10 23:03:12.194620 [ 3 ] {b1a7b899-5e09-4c83-bcc2-84cf91c15330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2222 | 2024.07.10 23:03:12.194669 [ 3 ] {b1a7b899-5e09-4c83-bcc2-84cf91c15330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2223 | 2024.07.10 23:03:12.194816 [ 3 ] {b1a7b899-5e09-4c83-bcc2-84cf91c15330} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2224 | 2024.07.10 23:03:12.195162 [ 3 ] {b1a7b899-5e09-4c83-bcc2-84cf91c15330} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2225 | 2024.07.10 23:03:12.195198 [ 3 ] {b1a7b899-5e09-4c83-bcc2-84cf91c15330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2226 | 2024.07.10 23:03:12.195591 [ 3 ] {b1a7b899-5e09-4c83-bcc2-84cf91c15330} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2227 | 2024.07.10 23:03:12.195942 [ 3 ] {b1a7b899-5e09-4c83-bcc2-84cf91c15330} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2228 | 2024.07.10 23:03:12.196100 [ 3 ] {b1a7b899-5e09-4c83-bcc2-84cf91c15330} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001526 sec., 65530.79947575361 rows/sec., 4.54 MiB/sec. | ||
2229 | 2024.07.10 23:03:12.196368 [ 3 ] {b1a7b899-5e09-4c83-bcc2-84cf91c15330} <Debug> DynamicQueryHandler: Done processing query | ||
2230 | 2024.07.10 23:03:12.196394 [ 3 ] {b1a7b899-5e09-4c83-bcc2-84cf91c15330} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2231 | 2024.07.10 23:03:12.196410 [ 3 ] {} <Debug> HTTP-Session: 592eedb3-a7fb-4332-a573-f02ebd4fe576 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2232 | 2024.07.10 23:03:12.196532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2233 | 2024.07.10 23:03:12.196581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2234 | 2024.07.10 23:03:12.196600 [ 3 ] {} <Debug> HTTP-Session: b215d82f-85ff-41cd-8bc2-73fede1f85ab Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2235 | 2024.07.10 23:03:12.196617 [ 3 ] {} <Debug> HTTP-Session: b215d82f-85ff-41cd-8bc2-73fede1f85ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2236 | 2024.07.10 23:03:12.196632 [ 3 ] {} <Debug> HTTP-Session: b215d82f-85ff-41cd-8bc2-73fede1f85ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2237 | 2024.07.10 23:03:12.196662 [ 3 ] {} <Trace> HTTP-Session: b215d82f-85ff-41cd-8bc2-73fede1f85ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2238 | 2024.07.10 23:03:12.196769 [ 3 ] {7580084f-8a34-4ef1-8290-8802da07151f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2239 | 2024.07.10 23:03:12.196819 [ 3 ] {7580084f-8a34-4ef1-8290-8802da07151f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2240 | 2024.07.10 23:03:12.196961 [ 3 ] {7580084f-8a34-4ef1-8290-8802da07151f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2241 | 2024.07.10 23:03:12.197250 [ 3 ] {7580084f-8a34-4ef1-8290-8802da07151f} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2242 | 2024.07.10 23:03:12.197286 [ 3 ] {7580084f-8a34-4ef1-8290-8802da07151f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
2243 | 2024.07.10 23:03:12.197650 [ 3 ] {7580084f-8a34-4ef1-8290-8802da07151f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2244 | 2024.07.10 23:03:12.197981 [ 3 ] {7580084f-8a34-4ef1-8290-8802da07151f} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2245 | 2024.07.10 23:03:12.198107 [ 3 ] {7580084f-8a34-4ef1-8290-8802da07151f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001365 sec., 21978.02197802198 rows/sec., 1.51 MiB/sec. | ||
2246 | 2024.07.10 23:03:12.198302 [ 3 ] {7580084f-8a34-4ef1-8290-8802da07151f} <Debug> DynamicQueryHandler: Done processing query | ||
2247 | 2024.07.10 23:03:12.198326 [ 3 ] {7580084f-8a34-4ef1-8290-8802da07151f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2248 | 2024.07.10 23:03:12.198342 [ 3 ] {} <Debug> HTTP-Session: b215d82f-85ff-41cd-8bc2-73fede1f85ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2249 | 2024.07.10 23:03:12.549893 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2250 | 2024.07.10 23:03:12.549972 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2251 | 2024.07.10 23:03:17.192454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2252 | 2024.07.10 23:03:17.192593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2253 | 2024.07.10 23:03:17.192623 [ 3 ] {} <Debug> HTTP-Session: 9a6ff94c-6ed0-4fc4-aa69-1ec5e475438d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2254 | 2024.07.10 23:03:17.192651 [ 3 ] {} <Debug> HTTP-Session: 9a6ff94c-6ed0-4fc4-aa69-1ec5e475438d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2255 | 2024.07.10 23:03:17.192670 [ 3 ] {} <Debug> HTTP-Session: 9a6ff94c-6ed0-4fc4-aa69-1ec5e475438d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2256 | 2024.07.10 23:03:17.192726 [ 3 ] {} <Trace> HTTP-Session: 9a6ff94c-6ed0-4fc4-aa69-1ec5e475438d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2257 | 2024.07.10 23:03:17.192936 [ 3 ] {a9b7f9d9-c108-4065-89e3-c68a55f3eaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2258 | 2024.07.10 23:03:17.193011 [ 3 ] {a9b7f9d9-c108-4065-89e3-c68a55f3eaf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2259 | 2024.07.10 23:03:17.193229 [ 3 ] {a9b7f9d9-c108-4065-89e3-c68a55f3eaf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2260 | 2024.07.10 23:03:17.193763 [ 3 ] {a9b7f9d9-c108-4065-89e3-c68a55f3eaf0} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2261 | 2024.07.10 23:03:17.193806 [ 3 ] {a9b7f9d9-c108-4065-89e3-c68a55f3eaf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2262 | 2024.07.10 23:03:17.194181 [ 3 ] {a9b7f9d9-c108-4065-89e3-c68a55f3eaf0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2263 | 2024.07.10 23:03:17.194535 [ 3 ] {a9b7f9d9-c108-4065-89e3-c68a55f3eaf0} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2264 | 2024.07.10 23:03:17.194704 [ 3 ] {a9b7f9d9-c108-4065-89e3-c68a55f3eaf0} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.00183 sec., 16939.890710382515 rows/sec., 1.34 MiB/sec. | ||
2265 | 2024.07.10 23:03:17.194909 [ 3 ] {a9b7f9d9-c108-4065-89e3-c68a55f3eaf0} <Debug> DynamicQueryHandler: Done processing query | ||
2266 | 2024.07.10 23:03:17.194936 [ 3 ] {a9b7f9d9-c108-4065-89e3-c68a55f3eaf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2267 | 2024.07.10 23:03:17.194953 [ 3 ] {} <Debug> HTTP-Session: 9a6ff94c-6ed0-4fc4-aa69-1ec5e475438d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2268 | 2024.07.10 23:03:17.195100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2269 | 2024.07.10 23:03:17.195153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2270 | 2024.07.10 23:03:17.195173 [ 3 ] {} <Debug> HTTP-Session: 0125d53b-9507-4924-a679-46111818d6d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2271 | 2024.07.10 23:03:17.195190 [ 3 ] {} <Debug> HTTP-Session: 0125d53b-9507-4924-a679-46111818d6d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2272 | 2024.07.10 23:03:17.195204 [ 3 ] {} <Debug> HTTP-Session: 0125d53b-9507-4924-a679-46111818d6d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2273 | 2024.07.10 23:03:17.195236 [ 3 ] {} <Trace> HTTP-Session: 0125d53b-9507-4924-a679-46111818d6d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2274 | 2024.07.10 23:03:17.195331 [ 3 ] {eeaa9e86-9202-4a8e-89b4-574a9c0ef12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2275 | 2024.07.10 23:03:17.195375 [ 3 ] {eeaa9e86-9202-4a8e-89b4-574a9c0ef12b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2276 | 2024.07.10 23:03:17.195502 [ 3 ] {eeaa9e86-9202-4a8e-89b4-574a9c0ef12b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2277 | 2024.07.10 23:03:17.195879 [ 3 ] {eeaa9e86-9202-4a8e-89b4-574a9c0ef12b} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2278 | 2024.07.10 23:03:17.195947 [ 3 ] {eeaa9e86-9202-4a8e-89b4-574a9c0ef12b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2279 | 2024.07.10 23:03:17.196322 [ 3 ] {eeaa9e86-9202-4a8e-89b4-574a9c0ef12b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2280 | 2024.07.10 23:03:17.196684 [ 3 ] {eeaa9e86-9202-4a8e-89b4-574a9c0ef12b} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2281 | 2024.07.10 23:03:17.196851 [ 3 ] {eeaa9e86-9202-4a8e-89b4-574a9c0ef12b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00154 sec., 1298.7012987012988 rows/sec., 105.90 KiB/sec. | ||
2282 | 2024.07.10 23:03:17.197125 [ 3 ] {eeaa9e86-9202-4a8e-89b4-574a9c0ef12b} <Debug> DynamicQueryHandler: Done processing query | ||
2283 | 2024.07.10 23:03:17.197152 [ 3 ] {eeaa9e86-9202-4a8e-89b4-574a9c0ef12b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2284 | 2024.07.10 23:03:17.197168 [ 3 ] {} <Debug> HTTP-Session: 0125d53b-9507-4924-a679-46111818d6d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2285 | 2024.07.10 23:03:17.197328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 22793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2286 | 2024.07.10 23:03:17.197380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2287 | 2024.07.10 23:03:17.197401 [ 3 ] {} <Debug> HTTP-Session: 8cb40b73-2497-4483-ad40-f0fecd365c9a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2288 | 2024.07.10 23:03:17.197419 [ 3 ] {} <Debug> HTTP-Session: 8cb40b73-2497-4483-ad40-f0fecd365c9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2289 | 2024.07.10 23:03:17.197433 [ 3 ] {} <Debug> HTTP-Session: 8cb40b73-2497-4483-ad40-f0fecd365c9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2290 | 2024.07.10 23:03:17.197464 [ 3 ] {} <Trace> HTTP-Session: 8cb40b73-2497-4483-ad40-f0fecd365c9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2291 | 2024.07.10 23:03:17.197607 [ 3 ] {86a37d17-9fe2-488a-a5e0-234086abc20a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2292 | 2024.07.10 23:03:17.197652 [ 3 ] {86a37d17-9fe2-488a-a5e0-234086abc20a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2293 | 2024.07.10 23:03:17.197795 [ 3 ] {86a37d17-9fe2-488a-a5e0-234086abc20a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2294 | 2024.07.10 23:03:17.198229 [ 3 ] {86a37d17-9fe2-488a-a5e0-234086abc20a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2295 | 2024.07.10 23:03:17.198268 [ 3 ] {86a37d17-9fe2-488a-a5e0-234086abc20a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2296 | 2024.07.10 23:03:17.198599 [ 3 ] {86a37d17-9fe2-488a-a5e0-234086abc20a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2297 | 2024.07.10 23:03:17.198965 [ 3 ] {86a37d17-9fe2-488a-a5e0-234086abc20a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2298 | 2024.07.10 23:03:17.199163 [ 3 ] {86a37d17-9fe2-488a-a5e0-234086abc20a} <Debug> executeQuery: Read 156 rows, 13.30 KiB in 0.001616 sec., 96534.65346534654 rows/sec., 8.04 MiB/sec. | ||
2299 | 2024.07.10 23:03:17.199375 [ 3 ] {86a37d17-9fe2-488a-a5e0-234086abc20a} <Debug> DynamicQueryHandler: Done processing query | ||
2300 | 2024.07.10 23:03:17.199409 [ 3 ] {86a37d17-9fe2-488a-a5e0-234086abc20a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2301 | 2024.07.10 23:03:17.199435 [ 3 ] {} <Debug> HTTP-Session: 8cb40b73-2497-4483-ad40-f0fecd365c9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2302 | 2024.07.10 23:03:17.199595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2303 | 2024.07.10 23:03:17.199664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2304 | 2024.07.10 23:03:17.199694 [ 3 ] {} <Debug> HTTP-Session: 2cd9dcd2-497e-46dc-ae2e-d2c8cc34bc20 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2305 | 2024.07.10 23:03:17.199721 [ 3 ] {} <Debug> HTTP-Session: 2cd9dcd2-497e-46dc-ae2e-d2c8cc34bc20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2306 | 2024.07.10 23:03:17.199744 [ 3 ] {} <Debug> HTTP-Session: 2cd9dcd2-497e-46dc-ae2e-d2c8cc34bc20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2307 | 2024.07.10 23:03:17.199778 [ 3 ] {} <Trace> HTTP-Session: 2cd9dcd2-497e-46dc-ae2e-d2c8cc34bc20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2308 | 2024.07.10 23:03:17.199881 [ 3 ] {cc2796b1-300f-40c4-ab2e-0fdc825a321a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2309 | 2024.07.10 23:03:17.199938 [ 3 ] {cc2796b1-300f-40c4-ab2e-0fdc825a321a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2310 | 2024.07.10 23:03:17.200126 [ 3 ] {cc2796b1-300f-40c4-ab2e-0fdc825a321a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2311 | 2024.07.10 23:03:17.200475 [ 3 ] {cc2796b1-300f-40c4-ab2e-0fdc825a321a} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2312 | 2024.07.10 23:03:17.200522 [ 3 ] {cc2796b1-300f-40c4-ab2e-0fdc825a321a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2313 | 2024.07.10 23:03:17.200968 [ 3 ] {cc2796b1-300f-40c4-ab2e-0fdc825a321a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2314 | 2024.07.10 23:03:17.201465 [ 3 ] {cc2796b1-300f-40c4-ab2e-0fdc825a321a} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2315 | 2024.07.10 23:03:17.201679 [ 3 ] {cc2796b1-300f-40c4-ab2e-0fdc825a321a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001808 sec., 1106.1946902654868 rows/sec., 77.24 KiB/sec. | ||
2316 | 2024.07.10 23:03:17.202018 [ 3 ] {cc2796b1-300f-40c4-ab2e-0fdc825a321a} <Debug> DynamicQueryHandler: Done processing query | ||
2317 | 2024.07.10 23:03:17.202054 [ 3 ] {cc2796b1-300f-40c4-ab2e-0fdc825a321a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2318 | 2024.07.10 23:03:17.202079 [ 3 ] {} <Debug> HTTP-Session: 2cd9dcd2-497e-46dc-ae2e-d2c8cc34bc20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2319 | 2024.07.10 23:03:17.202234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 14429, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2320 | 2024.07.10 23:03:17.202302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2321 | 2024.07.10 23:03:17.202331 [ 3 ] {} <Debug> HTTP-Session: 295988bc-16fd-4a95-979a-5569ed9097c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2322 | 2024.07.10 23:03:17.202356 [ 3 ] {} <Debug> HTTP-Session: 295988bc-16fd-4a95-979a-5569ed9097c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2323 | 2024.07.10 23:03:17.202379 [ 3 ] {} <Debug> HTTP-Session: 295988bc-16fd-4a95-979a-5569ed9097c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2324 | 2024.07.10 23:03:17.202422 [ 3 ] {} <Trace> HTTP-Session: 295988bc-16fd-4a95-979a-5569ed9097c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2325 | 2024.07.10 23:03:17.202596 [ 3 ] {5e62ad48-71da-4b79-8dc3-657ff92f1827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2326 | 2024.07.10 23:03:17.202657 [ 3 ] {5e62ad48-71da-4b79-8dc3-657ff92f1827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2327 | 2024.07.10 23:03:17.202869 [ 3 ] {5e62ad48-71da-4b79-8dc3-657ff92f1827} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2328 | 2024.07.10 23:03:17.203309 [ 3 ] {5e62ad48-71da-4b79-8dc3-657ff92f1827} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2329 | 2024.07.10 23:03:17.203348 [ 3 ] {5e62ad48-71da-4b79-8dc3-657ff92f1827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2330 | 2024.07.10 23:03:17.203680 [ 3 ] {5e62ad48-71da-4b79-8dc3-657ff92f1827} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2331 | 2024.07.10 23:03:17.204015 [ 3 ] {5e62ad48-71da-4b79-8dc3-657ff92f1827} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2332 | 2024.07.10 23:03:17.204182 [ 3 ] {5e62ad48-71da-4b79-8dc3-657ff92f1827} <Debug> executeQuery: Read 85 rows, 6.78 KiB in 0.00166 sec., 51204.819277108436 rows/sec., 3.99 MiB/sec. | ||
2333 | 2024.07.10 23:03:17.204364 [ 3 ] {5e62ad48-71da-4b79-8dc3-657ff92f1827} <Debug> DynamicQueryHandler: Done processing query | ||
2334 | 2024.07.10 23:03:17.204393 [ 3 ] {5e62ad48-71da-4b79-8dc3-657ff92f1827} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2335 | 2024.07.10 23:03:17.204413 [ 3 ] {} <Debug> HTTP-Session: 295988bc-16fd-4a95-979a-5569ed9097c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2336 | 2024.07.10 23:03:17.204626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 26292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2337 | 2024.07.10 23:03:17.204680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2338 | 2024.07.10 23:03:17.204702 [ 3 ] {} <Debug> HTTP-Session: 5c4035de-9d63-4030-816a-0273cfad63db Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2339 | 2024.07.10 23:03:17.204719 [ 3 ] {} <Debug> HTTP-Session: 5c4035de-9d63-4030-816a-0273cfad63db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2340 | 2024.07.10 23:03:17.204733 [ 3 ] {} <Debug> HTTP-Session: 5c4035de-9d63-4030-816a-0273cfad63db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2341 | 2024.07.10 23:03:17.204769 [ 3 ] {} <Trace> HTTP-Session: 5c4035de-9d63-4030-816a-0273cfad63db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2342 | 2024.07.10 23:03:17.204919 [ 3 ] {2a1d1bfd-b50d-4d50-8afc-df00a2c2b92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2343 | 2024.07.10 23:03:17.204972 [ 3 ] {2a1d1bfd-b50d-4d50-8afc-df00a2c2b92a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2344 | 2024.07.10 23:03:17.205134 [ 3 ] {2a1d1bfd-b50d-4d50-8afc-df00a2c2b92a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2345 | 2024.07.10 23:03:17.205523 [ 3 ] {2a1d1bfd-b50d-4d50-8afc-df00a2c2b92a} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2346 | 2024.07.10 23:03:17.205558 [ 3 ] {2a1d1bfd-b50d-4d50-8afc-df00a2c2b92a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2347 | 2024.07.10 23:03:17.206003 [ 3 ] {2a1d1bfd-b50d-4d50-8afc-df00a2c2b92a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2348 | 2024.07.10 23:03:17.206521 [ 3 ] {2a1d1bfd-b50d-4d50-8afc-df00a2c2b92a} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2349 | 2024.07.10 23:03:17.206758 [ 3 ] {2a1d1bfd-b50d-4d50-8afc-df00a2c2b92a} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.001896 sec., 72257.38396624473 rows/sec., 5.03 MiB/sec. | ||
2350 | 2024.07.10 23:03:17.207075 [ 3 ] {2a1d1bfd-b50d-4d50-8afc-df00a2c2b92a} <Debug> DynamicQueryHandler: Done processing query | ||
2351 | 2024.07.10 23:03:17.207100 [ 3 ] {2a1d1bfd-b50d-4d50-8afc-df00a2c2b92a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2352 | 2024.07.10 23:03:17.207116 [ 3 ] {} <Debug> HTTP-Session: 5c4035de-9d63-4030-816a-0273cfad63db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2353 | 2024.07.10 23:03:17.207272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2354 | 2024.07.10 23:03:17.207321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2355 | 2024.07.10 23:03:17.207340 [ 3 ] {} <Debug> HTTP-Session: 3cc2f924-89c3-405d-a62f-5b198834a678 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2356 | 2024.07.10 23:03:17.207357 [ 3 ] {} <Debug> HTTP-Session: 3cc2f924-89c3-405d-a62f-5b198834a678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2357 | 2024.07.10 23:03:17.207371 [ 3 ] {} <Debug> HTTP-Session: 3cc2f924-89c3-405d-a62f-5b198834a678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2358 | 2024.07.10 23:03:17.207402 [ 3 ] {} <Trace> HTTP-Session: 3cc2f924-89c3-405d-a62f-5b198834a678 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2359 | 2024.07.10 23:03:17.207967 [ 3 ] {4a88c616-4821-4a18-9c2b-a69abef77352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2360 | 2024.07.10 23:03:17.208036 [ 3 ] {4a88c616-4821-4a18-9c2b-a69abef77352} <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 | ||
2361 | 2024.07.10 23:03:17.208453 [ 3 ] {4a88c616-4821-4a18-9c2b-a69abef77352} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2362 | 2024.07.10 23:03:17.209129 [ 3 ] {4a88c616-4821-4a18-9c2b-a69abef77352} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2363 | 2024.07.10 23:03:17.209164 [ 3 ] {4a88c616-4821-4a18-9c2b-a69abef77352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2364 | 2024.07.10 23:03:17.209784 [ 3 ] {4a88c616-4821-4a18-9c2b-a69abef77352} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2365 | 2024.07.10 23:03:17.210217 [ 3 ] {4a88c616-4821-4a18-9c2b-a69abef77352} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2366 | 2024.07.10 23:03:17.210393 [ 3 ] {4a88c616-4821-4a18-9c2b-a69abef77352} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002914 sec., 10638.297872340427 rows/sec., 19.06 MiB/sec. | ||
2367 | 2024.07.10 23:03:17.210613 [ 3 ] {4a88c616-4821-4a18-9c2b-a69abef77352} <Debug> DynamicQueryHandler: Done processing query | ||
2368 | 2024.07.10 23:03:17.210638 [ 3 ] {4a88c616-4821-4a18-9c2b-a69abef77352} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2369 | 2024.07.10 23:03:17.210653 [ 3 ] {} <Debug> HTTP-Session: 3cc2f924-89c3-405d-a62f-5b198834a678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2370 | 2024.07.10 23:03:17.210782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2371 | 2024.07.10 23:03:17.210830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2372 | 2024.07.10 23:03:17.210848 [ 3 ] {} <Debug> HTTP-Session: 43bde932-c107-4e15-bf12-07d32b3be9a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2373 | 2024.07.10 23:03:17.210865 [ 3 ] {} <Debug> HTTP-Session: 43bde932-c107-4e15-bf12-07d32b3be9a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2374 | 2024.07.10 23:03:17.210879 [ 3 ] {} <Debug> HTTP-Session: 43bde932-c107-4e15-bf12-07d32b3be9a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2375 | 2024.07.10 23:03:17.210912 [ 3 ] {} <Trace> HTTP-Session: 43bde932-c107-4e15-bf12-07d32b3be9a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2376 | 2024.07.10 23:03:17.211015 [ 3 ] {68446e75-1f55-4815-b0af-dc650f5e92c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2377 | 2024.07.10 23:03:17.211059 [ 3 ] {68446e75-1f55-4815-b0af-dc650f5e92c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2378 | 2024.07.10 23:03:17.211184 [ 3 ] {68446e75-1f55-4815-b0af-dc650f5e92c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2379 | 2024.07.10 23:03:17.211519 [ 3 ] {68446e75-1f55-4815-b0af-dc650f5e92c5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2380 | 2024.07.10 23:03:17.211554 [ 3 ] {68446e75-1f55-4815-b0af-dc650f5e92c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2381 | 2024.07.10 23:03:17.211916 [ 3 ] {68446e75-1f55-4815-b0af-dc650f5e92c5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2382 | 2024.07.10 23:03:17.212245 [ 3 ] {68446e75-1f55-4815-b0af-dc650f5e92c5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2383 | 2024.07.10 23:03:17.212372 [ 3 ] {68446e75-1f55-4815-b0af-dc650f5e92c5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001386 sec., 21645.021645021643 rows/sec., 1.48 MiB/sec. | ||
2384 | 2024.07.10 23:03:17.212566 [ 3 ] {68446e75-1f55-4815-b0af-dc650f5e92c5} <Debug> DynamicQueryHandler: Done processing query | ||
2385 | 2024.07.10 23:03:17.212590 [ 3 ] {68446e75-1f55-4815-b0af-dc650f5e92c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2386 | 2024.07.10 23:03:17.212606 [ 3 ] {} <Debug> HTTP-Session: 43bde932-c107-4e15-bf12-07d32b3be9a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2387 | 2024.07.10 23:03:22.190023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 3630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2388 | 2024.07.10 23:03:22.190153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2389 | 2024.07.10 23:03:22.190179 [ 3 ] {} <Debug> HTTP-Session: e8e08d56-0352-4bf7-bcb5-38a589742173 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2390 | 2024.07.10 23:03:22.190205 [ 3 ] {} <Debug> HTTP-Session: e8e08d56-0352-4bf7-bcb5-38a589742173 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2391 | 2024.07.10 23:03:22.190221 [ 3 ] {} <Debug> HTTP-Session: e8e08d56-0352-4bf7-bcb5-38a589742173 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2392 | 2024.07.10 23:03:22.190272 [ 3 ] {} <Trace> HTTP-Session: e8e08d56-0352-4bf7-bcb5-38a589742173 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2393 | 2024.07.10 23:03:22.190455 [ 3 ] {3892f335-9ee5-4201-a2e9-d4bc93a21b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2394 | 2024.07.10 23:03:22.190522 [ 3 ] {3892f335-9ee5-4201-a2e9-d4bc93a21b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2395 | 2024.07.10 23:03:22.190712 [ 3 ] {3892f335-9ee5-4201-a2e9-d4bc93a21b33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2396 | 2024.07.10 23:03:22.191154 [ 3 ] {3892f335-9ee5-4201-a2e9-d4bc93a21b33} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2397 | 2024.07.10 23:03:22.191196 [ 3 ] {3892f335-9ee5-4201-a2e9-d4bc93a21b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2398 | 2024.07.10 23:03:22.191564 [ 3 ] {3892f335-9ee5-4201-a2e9-d4bc93a21b33} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2399 | 2024.07.10 23:03:22.191905 [ 3 ] {3892f335-9ee5-4201-a2e9-d4bc93a21b33} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2400 | 2024.07.10 23:03:22.192072 [ 3 ] {3892f335-9ee5-4201-a2e9-d4bc93a21b33} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001669 sec., 15578.190533253446 rows/sec., 1.17 MiB/sec. | ||
2401 | 2024.07.10 23:03:22.192323 [ 3 ] {3892f335-9ee5-4201-a2e9-d4bc93a21b33} <Debug> DynamicQueryHandler: Done processing query | ||
2402 | 2024.07.10 23:03:22.192350 [ 3 ] {3892f335-9ee5-4201-a2e9-d4bc93a21b33} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2403 | 2024.07.10 23:03:22.192367 [ 3 ] {} <Debug> HTTP-Session: e8e08d56-0352-4bf7-bcb5-38a589742173 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2404 | 2024.07.10 23:03:22.192503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2405 | 2024.07.10 23:03:22.192553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2406 | 2024.07.10 23:03:22.192574 [ 3 ] {} <Debug> HTTP-Session: bc67ae20-98e4-4846-bb6c-d7ba48ecd808 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2407 | 2024.07.10 23:03:22.192591 [ 3 ] {} <Debug> HTTP-Session: bc67ae20-98e4-4846-bb6c-d7ba48ecd808 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2408 | 2024.07.10 23:03:22.192606 [ 3 ] {} <Debug> HTTP-Session: bc67ae20-98e4-4846-bb6c-d7ba48ecd808 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2409 | 2024.07.10 23:03:22.192638 [ 3 ] {} <Trace> HTTP-Session: bc67ae20-98e4-4846-bb6c-d7ba48ecd808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2410 | 2024.07.10 23:03:22.192743 [ 3 ] {6cac0063-930e-4a0d-bbef-9d1816be0e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2411 | 2024.07.10 23:03:22.192785 [ 3 ] {6cac0063-930e-4a0d-bbef-9d1816be0e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2412 | 2024.07.10 23:03:22.192913 [ 3 ] {6cac0063-930e-4a0d-bbef-9d1816be0e19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2413 | 2024.07.10 23:03:22.193243 [ 3 ] {6cac0063-930e-4a0d-bbef-9d1816be0e19} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2414 | 2024.07.10 23:03:22.193280 [ 3 ] {6cac0063-930e-4a0d-bbef-9d1816be0e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2415 | 2024.07.10 23:03:22.193593 [ 3 ] {6cac0063-930e-4a0d-bbef-9d1816be0e19} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2416 | 2024.07.10 23:03:22.193914 [ 3 ] {6cac0063-930e-4a0d-bbef-9d1816be0e19} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2417 | 2024.07.10 23:03:22.194135 [ 3 ] {6cac0063-930e-4a0d-bbef-9d1816be0e19} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001406 sec., 19914.651493598863 rows/sec., 1.55 MiB/sec. | ||
2418 | 2024.07.10 23:03:22.194486 [ 3 ] {6cac0063-930e-4a0d-bbef-9d1816be0e19} <Debug> DynamicQueryHandler: Done processing query | ||
2419 | 2024.07.10 23:03:22.194518 [ 3 ] {6cac0063-930e-4a0d-bbef-9d1816be0e19} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2420 | 2024.07.10 23:03:22.194539 [ 3 ] {} <Debug> HTTP-Session: bc67ae20-98e4-4846-bb6c-d7ba48ecd808 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2421 | 2024.07.10 23:03:22.194676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2422 | 2024.07.10 23:03:22.194725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2423 | 2024.07.10 23:03:22.194745 [ 3 ] {} <Debug> HTTP-Session: 28020eac-edcd-49ae-903e-51003db9fb2c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2424 | 2024.07.10 23:03:22.194762 [ 3 ] {} <Debug> HTTP-Session: 28020eac-edcd-49ae-903e-51003db9fb2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2425 | 2024.07.10 23:03:22.194776 [ 3 ] {} <Debug> HTTP-Session: 28020eac-edcd-49ae-903e-51003db9fb2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2426 | 2024.07.10 23:03:22.194808 [ 3 ] {} <Trace> HTTP-Session: 28020eac-edcd-49ae-903e-51003db9fb2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2427 | 2024.07.10 23:03:22.194945 [ 3 ] {e7384c6d-25cb-4e5a-b173-80830f9bf6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2428 | 2024.07.10 23:03:22.194996 [ 3 ] {e7384c6d-25cb-4e5a-b173-80830f9bf6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2429 | 2024.07.10 23:03:22.195177 [ 3 ] {e7384c6d-25cb-4e5a-b173-80830f9bf6a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2430 | 2024.07.10 23:03:22.195549 [ 3 ] {e7384c6d-25cb-4e5a-b173-80830f9bf6a1} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2431 | 2024.07.10 23:03:22.195587 [ 3 ] {e7384c6d-25cb-4e5a-b173-80830f9bf6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2432 | 2024.07.10 23:03:22.195985 [ 3 ] {e7384c6d-25cb-4e5a-b173-80830f9bf6a1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2433 | 2024.07.10 23:03:22.196331 [ 3 ] {e7384c6d-25cb-4e5a-b173-80830f9bf6a1} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2434 | 2024.07.10 23:03:22.196487 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2435 | 2024.07.10 23:03:22.196503 [ 3 ] {e7384c6d-25cb-4e5a-b173-80830f9bf6a1} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001607 sec., 62227.753578095835 rows/sec., 4.31 MiB/sec. | ||
2436 | 2024.07.10 23:03:22.196607 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2437 | 2024.07.10 23:03:22.196695 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2438 | 2024.07.10 23:03:22.196882 [ 3 ] {e7384c6d-25cb-4e5a-b173-80830f9bf6a1} <Debug> DynamicQueryHandler: Done processing query | ||
2439 | 2024.07.10 23:03:22.196990 [ 3 ] {e7384c6d-25cb-4e5a-b173-80830f9bf6a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2440 | 2024.07.10 23:03:22.197080 [ 3 ] {} <Debug> HTTP-Session: 28020eac-edcd-49ae-903e-51003db9fb2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2441 | 2024.07.10 23:03:22.197166 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::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 | ||
2442 | 2024.07.10 23:03:22.197320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2443 | 2024.07.10 23:03:22.197431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2444 | 2024.07.10 23:03:22.197492 [ 3 ] {} <Debug> HTTP-Session: a4e7f1db-f67a-4982-ab41-15aadb79157a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2445 | 2024.07.10 23:03:22.197506 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2446 | 2024.07.10 23:03:22.197524 [ 3 ] {} <Debug> HTTP-Session: a4e7f1db-f67a-4982-ab41-15aadb79157a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2447 | 2024.07.10 23:03:22.197585 [ 3 ] {} <Debug> HTTP-Session: a4e7f1db-f67a-4982-ab41-15aadb79157a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2448 | 2024.07.10 23:03:22.197590 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 408 rows starting from the beginning of the part | ||
2449 | 2024.07.10 23:03:22.197635 [ 3 ] {} <Trace> HTTP-Session: a4e7f1db-f67a-4982-ab41-15aadb79157a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2450 | 2024.07.10 23:03:22.197822 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part | ||
2451 | 2024.07.10 23:03:22.197924 [ 3 ] {9fd7602e-c287-46f1-a234-36a8de116a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2452 | 2024.07.10 23:03:22.198120 [ 3 ] {9fd7602e-c287-46f1-a234-36a8de116a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2453 | 2024.07.10 23:03:22.198155 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 101 rows starting from the beginning of the part | ||
2454 | 2024.07.10 23:03:22.198554 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part | ||
2455 | 2024.07.10 23:03:22.199062 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 137 rows starting from the beginning of the part | ||
2456 | 2024.07.10 23:03:22.199351 [ 3 ] {9fd7602e-c287-46f1-a234-36a8de116a96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2457 | 2024.07.10 23:03:22.199397 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
2458 | 2024.07.10 23:03:22.200252 [ 3 ] {9fd7602e-c287-46f1-a234-36a8de116a96} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2459 | 2024.07.10 23:03:22.200326 [ 3 ] {9fd7602e-c287-46f1-a234-36a8de116a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2460 | 2024.07.10 23:03:22.201312 [ 3 ] {9fd7602e-c287-46f1-a234-36a8de116a96} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2461 | 2024.07.10 23:03:22.202264 [ 3 ] {9fd7602e-c287-46f1-a234-36a8de116a96} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2462 | 2024.07.10 23:03:22.202331 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 886 rows, containing 5 columns (5 merged, 0 gathered) in 0.005498329 sec., 161139.86631211048 rows/sec., 11.27 MiB/sec. | ||
2463 | 2024.07.10 23:03:22.202546 [ 3 ] {9fd7602e-c287-46f1-a234-36a8de116a96} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004739 sec., 6330.449461911796 rows/sec., 444.08 KiB/sec. | ||
2464 | 2024.07.10 23:03:22.202654 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2465 | 2024.07.10 23:03:22.202871 [ 3 ] {9fd7602e-c287-46f1-a234-36a8de116a96} <Debug> DynamicQueryHandler: Done processing query | ||
2466 | 2024.07.10 23:03:22.202926 [ 3 ] {9fd7602e-c287-46f1-a234-36a8de116a96} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2467 | 2024.07.10 23:03:22.202958 [ 3 ] {} <Debug> HTTP-Session: a4e7f1db-f67a-4982-ab41-15aadb79157a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2468 | 2024.07.10 23:03:22.203257 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2469 | 2024.07.10 23:03:22.203341 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2470 | 2024.07.10 23:03:22.203428 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
2471 | 2024.07.10 23:03:27.191380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2472 | 2024.07.10 23:03:27.191521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2473 | 2024.07.10 23:03:27.191553 [ 3 ] {} <Debug> HTTP-Session: 8e9df2ca-742f-4bba-a5e6-d9809d6b7545 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2474 | 2024.07.10 23:03:27.191581 [ 3 ] {} <Debug> HTTP-Session: 8e9df2ca-742f-4bba-a5e6-d9809d6b7545 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2475 | 2024.07.10 23:03:27.191600 [ 3 ] {} <Debug> HTTP-Session: 8e9df2ca-742f-4bba-a5e6-d9809d6b7545 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2476 | 2024.07.10 23:03:27.191657 [ 3 ] {} <Trace> HTTP-Session: 8e9df2ca-742f-4bba-a5e6-d9809d6b7545 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2477 | 2024.07.10 23:03:27.191867 [ 3 ] {a553d504-5d25-41a6-9708-27927d65007a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2478 | 2024.07.10 23:03:27.191936 [ 3 ] {a553d504-5d25-41a6-9708-27927d65007a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2479 | 2024.07.10 23:03:27.192130 [ 3 ] {a553d504-5d25-41a6-9708-27927d65007a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2480 | 2024.07.10 23:03:27.192594 [ 3 ] {a553d504-5d25-41a6-9708-27927d65007a} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2481 | 2024.07.10 23:03:27.192638 [ 3 ] {a553d504-5d25-41a6-9708-27927d65007a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2482 | 2024.07.10 23:03:27.193019 [ 3 ] {a553d504-5d25-41a6-9708-27927d65007a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2483 | 2024.07.10 23:03:27.193373 [ 3 ] {a553d504-5d25-41a6-9708-27927d65007a} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2484 | 2024.07.10 23:03:27.193543 [ 3 ] {a553d504-5d25-41a6-9708-27927d65007a} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001735 sec., 17867.43515850144 rows/sec., 1.41 MiB/sec. | ||
2485 | 2024.07.10 23:03:27.193763 [ 3 ] {a553d504-5d25-41a6-9708-27927d65007a} <Debug> DynamicQueryHandler: Done processing query | ||
2486 | 2024.07.10 23:03:27.193792 [ 3 ] {a553d504-5d25-41a6-9708-27927d65007a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2487 | 2024.07.10 23:03:27.193808 [ 3 ] {} <Debug> HTTP-Session: 8e9df2ca-742f-4bba-a5e6-d9809d6b7545 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2488 | 2024.07.10 23:03:27.193992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 17674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2489 | 2024.07.10 23:03:27.194047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2490 | 2024.07.10 23:03:27.194069 [ 3 ] {} <Debug> HTTP-Session: 4e7c6340-e984-4f1f-b470-7babd1a9a068 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2491 | 2024.07.10 23:03:27.194087 [ 3 ] {} <Debug> HTTP-Session: 4e7c6340-e984-4f1f-b470-7babd1a9a068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2492 | 2024.07.10 23:03:27.194101 [ 3 ] {} <Debug> HTTP-Session: 4e7c6340-e984-4f1f-b470-7babd1a9a068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2493 | 2024.07.10 23:03:27.194138 [ 3 ] {} <Trace> HTTP-Session: 4e7c6340-e984-4f1f-b470-7babd1a9a068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2494 | 2024.07.10 23:03:27.194328 [ 3 ] {2ab3ae7b-4d88-4ef9-ad9b-7d66a495de9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2495 | 2024.07.10 23:03:27.194378 [ 3 ] {2ab3ae7b-4d88-4ef9-ad9b-7d66a495de9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2496 | 2024.07.10 23:03:27.194514 [ 3 ] {2ab3ae7b-4d88-4ef9-ad9b-7d66a495de9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2497 | 2024.07.10 23:03:27.194944 [ 3 ] {2ab3ae7b-4d88-4ef9-ad9b-7d66a495de9e} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2498 | 2024.07.10 23:03:27.194983 [ 3 ] {2ab3ae7b-4d88-4ef9-ad9b-7d66a495de9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2499 | 2024.07.10 23:03:27.195307 [ 3 ] {2ab3ae7b-4d88-4ef9-ad9b-7d66a495de9e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2500 | 2024.07.10 23:03:27.195615 [ 3 ] {2ab3ae7b-4d88-4ef9-ad9b-7d66a495de9e} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2501 | 2024.07.10 23:03:27.195775 [ 46 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2502 | 2024.07.10 23:03:27.195785 [ 3 ] {2ab3ae7b-4d88-4ef9-ad9b-7d66a495de9e} <Debug> executeQuery: Read 119 rows, 10.42 KiB in 0.001501 sec., 79280.47968021319 rows/sec., 6.78 MiB/sec. | ||
2503 | 2024.07.10 23:03:27.195863 [ 46 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2504 | 2024.07.10 23:03:27.195927 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2505 | 2024.07.10 23:03:27.196083 [ 3 ] {2ab3ae7b-4d88-4ef9-ad9b-7d66a495de9e} <Debug> DynamicQueryHandler: Done processing query | ||
2506 | 2024.07.10 23:03:27.196099 [ 196 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::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 | ||
2507 | 2024.07.10 23:03:27.196114 [ 3 ] {2ab3ae7b-4d88-4ef9-ad9b-7d66a495de9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2508 | 2024.07.10 23:03:27.196147 [ 3 ] {} <Debug> HTTP-Session: 4e7c6340-e984-4f1f-b470-7babd1a9a068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2509 | 2024.07.10 23:03:27.196246 [ 196 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2510 | 2024.07.10 23:03:27.196282 [ 196 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 135 rows starting from the beginning of the part | ||
2511 | 2024.07.10 23:03:27.196305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2512 | 2024.07.10 23:03:27.196362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2513 | 2024.07.10 23:03:27.196407 [ 3 ] {} <Debug> HTTP-Session: 85558ed2-8f4d-4c2e-a499-9f754fffde82 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2514 | 2024.07.10 23:03:27.196444 [ 196 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 121 rows starting from the beginning of the part | ||
2515 | 2024.07.10 23:03:27.196455 [ 3 ] {} <Debug> HTTP-Session: 85558ed2-8f4d-4c2e-a499-9f754fffde82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2516 | 2024.07.10 23:03:27.196498 [ 3 ] {} <Debug> HTTP-Session: 85558ed2-8f4d-4c2e-a499-9f754fffde82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2517 | 2024.07.10 23:03:27.196576 [ 3 ] {} <Trace> HTTP-Session: 85558ed2-8f4d-4c2e-a499-9f754fffde82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2518 | 2024.07.10 23:03:27.196680 [ 196 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
2519 | 2024.07.10 23:03:27.197031 [ 196 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 156 rows starting from the beginning of the part | ||
2520 | 2024.07.10 23:03:27.197034 [ 3 ] {104bff2e-7d84-46ab-82d9-18f46b5b0960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2521 | 2024.07.10 23:03:27.197166 [ 3 ] {104bff2e-7d84-46ab-82d9-18f46b5b0960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2522 | 2024.07.10 23:03:27.197169 [ 196 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
2523 | 2024.07.10 23:03:27.197530 [ 196 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 119 rows starting from the beginning of the part | ||
2524 | 2024.07.10 23:03:27.198074 [ 3 ] {104bff2e-7d84-46ab-82d9-18f46b5b0960} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2525 | 2024.07.10 23:03:27.198603 [ 3 ] {104bff2e-7d84-46ab-82d9-18f46b5b0960} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2526 | 2024.07.10 23:03:27.198646 [ 3 ] {104bff2e-7d84-46ab-82d9-18f46b5b0960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2527 | 2024.07.10 23:03:27.199146 [ 3 ] {104bff2e-7d84-46ab-82d9-18f46b5b0960} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2528 | 2024.07.10 23:03:27.199424 [ 196 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 583 rows, containing 4 columns (4 merged, 0 gathered) in 0.003386233 sec., 172167.71557066508 rows/sec., 14.32 MiB/sec. | ||
2529 | 2024.07.10 23:03:27.199572 [ 196 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2530 | 2024.07.10 23:03:27.199668 [ 3 ] {104bff2e-7d84-46ab-82d9-18f46b5b0960} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2531 | 2024.07.10 23:03:27.199889 [ 46 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2532 | 2024.07.10 23:03:27.199991 [ 3 ] {104bff2e-7d84-46ab-82d9-18f46b5b0960} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.00318 sec., 18553.459119496856 rows/sec., 1.45 MiB/sec. | ||
2533 | 2024.07.10 23:03:27.200015 [ 46 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2534 | 2024.07.10 23:03:27.200129 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2535 | 2024.07.10 23:03:27.200550 [ 3 ] {104bff2e-7d84-46ab-82d9-18f46b5b0960} <Debug> DynamicQueryHandler: Done processing query | ||
2536 | 2024.07.10 23:03:27.200560 [ 196 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_11_2} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2537 | 2024.07.10 23:03:27.200593 [ 3 ] {104bff2e-7d84-46ab-82d9-18f46b5b0960} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2538 | 2024.07.10 23:03:27.200592 [ 194 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::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 | ||
2539 | 2024.07.10 23:03:27.200631 [ 3 ] {} <Debug> HTTP-Session: 85558ed2-8f4d-4c2e-a499-9f754fffde82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2540 | 2024.07.10 23:03:27.200723 [ 196 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_11_2} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2541 | 2024.07.10 23:03:27.200927 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2542 | 2024.07.10 23:03:27.200935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2543 | 2024.07.10 23:03:27.201096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2544 | 2024.07.10 23:03:27.201104 [ 194 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2545 | 2024.07.10 23:03:27.201132 [ 3 ] {} <Debug> HTTP-Session: efd0719e-5762-4994-9419-c59ef0786406 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2546 | 2024.07.10 23:03:27.201185 [ 3 ] {} <Debug> HTTP-Session: efd0719e-5762-4994-9419-c59ef0786406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2547 | 2024.07.10 23:03:27.201197 [ 194 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 86 rows starting from the beginning of the part | ||
2548 | 2024.07.10 23:03:27.201216 [ 3 ] {} <Debug> HTTP-Session: efd0719e-5762-4994-9419-c59ef0786406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2549 | 2024.07.10 23:03:27.201283 [ 3 ] {} <Trace> HTTP-Session: efd0719e-5762-4994-9419-c59ef0786406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2550 | 2024.07.10 23:03:27.201535 [ 194 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 70 rows starting from the beginning of the part | ||
2551 | 2024.07.10 23:03:27.201632 [ 3 ] {a408c9b3-d0a7-40b4-849d-ec589c410e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2552 | 2024.07.10 23:03:27.201822 [ 3 ] {a408c9b3-d0a7-40b4-849d-ec589c410e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2553 | 2024.07.10 23:03:27.201886 [ 194 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
2554 | 2024.07.10 23:03:27.202212 [ 194 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 85 rows starting from the beginning of the part | ||
2555 | 2024.07.10 23:03:27.202452 [ 194 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 28 rows starting from the beginning of the part | ||
2556 | 2024.07.10 23:03:27.202835 [ 194 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 59 rows starting from the beginning of the part | ||
2557 | 2024.07.10 23:03:27.203009 [ 3 ] {a408c9b3-d0a7-40b4-849d-ec589c410e10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2558 | 2024.07.10 23:03:27.204113 [ 3 ] {a408c9b3-d0a7-40b4-849d-ec589c410e10} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2559 | 2024.07.10 23:03:27.204172 [ 3 ] {a408c9b3-d0a7-40b4-849d-ec589c410e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2560 | 2024.07.10 23:03:27.205258 [ 3 ] {a408c9b3-d0a7-40b4-849d-ec589c410e10} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2561 | 2024.07.10 23:03:27.205710 [ 194 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 356 rows, containing 4 columns (4 merged, 0 gathered) in 0.005387807 sec., 66075.12110214787 rows/sec., 5.16 MiB/sec. | ||
2562 | 2024.07.10 23:03:27.205939 [ 194 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2563 | 2024.07.10 23:03:27.206143 [ 3 ] {a408c9b3-d0a7-40b4-849d-ec589c410e10} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2564 | 2024.07.10 23:03:27.206630 [ 3 ] {a408c9b3-d0a7-40b4-849d-ec589c410e10} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005175 sec., 19323.671497584543 rows/sec., 1.34 MiB/sec. | ||
2565 | 2024.07.10 23:03:27.207021 [ 194 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_11_2} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2566 | 2024.07.10 23:03:27.207137 [ 3 ] {a408c9b3-d0a7-40b4-849d-ec589c410e10} <Debug> DynamicQueryHandler: Done processing query | ||
2567 | 2024.07.10 23:03:27.207153 [ 194 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_11_2} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2568 | 2024.07.10 23:03:27.207184 [ 3 ] {a408c9b3-d0a7-40b4-849d-ec589c410e10} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2569 | 2024.07.10 23:03:27.207215 [ 3 ] {} <Debug> HTTP-Session: efd0719e-5762-4994-9419-c59ef0786406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2570 | 2024.07.10 23:03:27.207340 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2571 | 2024.07.10 23:03:27.207499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2572 | 2024.07.10 23:03:27.207556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2573 | 2024.07.10 23:03:27.207575 [ 3 ] {} <Debug> HTTP-Session: 37f96614-9deb-4fff-9c45-ab3e38f0606a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2574 | 2024.07.10 23:03:27.207592 [ 3 ] {} <Debug> HTTP-Session: 37f96614-9deb-4fff-9c45-ab3e38f0606a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2575 | 2024.07.10 23:03:27.207607 [ 3 ] {} <Debug> HTTP-Session: 37f96614-9deb-4fff-9c45-ab3e38f0606a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2576 | 2024.07.10 23:03:27.207639 [ 3 ] {} <Trace> HTTP-Session: 37f96614-9deb-4fff-9c45-ab3e38f0606a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2577 | 2024.07.10 23:03:27.207969 [ 3 ] {26066f3e-275d-4667-afba-5f41545028e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2578 | 2024.07.10 23:03:27.208041 [ 3 ] {26066f3e-275d-4667-afba-5f41545028e0} <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 | ||
2579 | 2024.07.10 23:03:27.208487 [ 3 ] {26066f3e-275d-4667-afba-5f41545028e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2580 | 2024.07.10 23:03:27.209263 [ 3 ] {26066f3e-275d-4667-afba-5f41545028e0} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2581 | 2024.07.10 23:03:27.209299 [ 3 ] {26066f3e-275d-4667-afba-5f41545028e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2582 | 2024.07.10 23:03:27.209948 [ 3 ] {26066f3e-275d-4667-afba-5f41545028e0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2583 | 2024.07.10 23:03:27.210362 [ 3 ] {26066f3e-275d-4667-afba-5f41545028e0} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2584 | 2024.07.10 23:03:27.210581 [ 3 ] {26066f3e-275d-4667-afba-5f41545028e0} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002837 sec., 10927.035600986957 rows/sec., 19.58 MiB/sec. | ||
2585 | 2024.07.10 23:03:27.211052 [ 3 ] {26066f3e-275d-4667-afba-5f41545028e0} <Debug> DynamicQueryHandler: Done processing query | ||
2586 | 2024.07.10 23:03:27.211076 [ 3 ] {26066f3e-275d-4667-afba-5f41545028e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2587 | 2024.07.10 23:03:27.211092 [ 3 ] {} <Debug> HTTP-Session: 37f96614-9deb-4fff-9c45-ab3e38f0606a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2588 | 2024.07.10 23:03:27.211218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2589 | 2024.07.10 23:03:27.211266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2590 | 2024.07.10 23:03:27.211285 [ 3 ] {} <Debug> HTTP-Session: b0fa00a5-26be-42e5-af00-fc33b0955377 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2591 | 2024.07.10 23:03:27.211301 [ 3 ] {} <Debug> HTTP-Session: b0fa00a5-26be-42e5-af00-fc33b0955377 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2592 | 2024.07.10 23:03:27.211315 [ 3 ] {} <Debug> HTTP-Session: b0fa00a5-26be-42e5-af00-fc33b0955377 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2593 | 2024.07.10 23:03:27.211345 [ 3 ] {} <Trace> HTTP-Session: b0fa00a5-26be-42e5-af00-fc33b0955377 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2594 | 2024.07.10 23:03:27.211452 [ 3 ] {b7ec7b70-d39e-49b1-a457-54418294a8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2595 | 2024.07.10 23:03:27.211498 [ 3 ] {b7ec7b70-d39e-49b1-a457-54418294a8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2596 | 2024.07.10 23:03:27.211632 [ 3 ] {b7ec7b70-d39e-49b1-a457-54418294a8f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2597 | 2024.07.10 23:03:27.211923 [ 3 ] {b7ec7b70-d39e-49b1-a457-54418294a8f3} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2598 | 2024.07.10 23:03:27.211959 [ 3 ] {b7ec7b70-d39e-49b1-a457-54418294a8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2599 | 2024.07.10 23:03:27.212319 [ 3 ] {b7ec7b70-d39e-49b1-a457-54418294a8f3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2600 | 2024.07.10 23:03:27.212642 [ 3 ] {b7ec7b70-d39e-49b1-a457-54418294a8f3} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2601 | 2024.07.10 23:03:27.212791 [ 46 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2602 | 2024.07.10 23:03:27.212808 [ 3 ] {b7ec7b70-d39e-49b1-a457-54418294a8f3} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001386 sec., 21645.021645021643 rows/sec., 1.48 MiB/sec. | ||
2603 | 2024.07.10 23:03:27.212846 [ 46 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2604 | 2024.07.10 23:03:27.212917 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2605 | 2024.07.10 23:03:27.213069 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
2606 | 2024.07.10 23:03:27.213094 [ 3 ] {b7ec7b70-d39e-49b1-a457-54418294a8f3} <Debug> DynamicQueryHandler: Done processing query | ||
2607 | 2024.07.10 23:03:27.213124 [ 3 ] {b7ec7b70-d39e-49b1-a457-54418294a8f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2608 | 2024.07.10 23:03:27.213150 [ 3 ] {} <Debug> HTTP-Session: b0fa00a5-26be-42e5-af00-fc33b0955377 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2609 | 2024.07.10 23:03:27.213233 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2610 | 2024.07.10 23:03:27.213267 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
2611 | 2024.07.10 23:03:27.213369 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
2612 | 2024.07.10 23:03:27.213576 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
2613 | 2024.07.10 23:03:27.213738 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
2614 | 2024.07.10 23:03:27.213856 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
2615 | 2024.07.10 23:03:27.214045 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
2616 | 2024.07.10 23:03:27.215102 [ 194 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 4 columns (4 merged, 0 gathered) in 0.002083775 sec., 77743.5183741047 rows/sec., 5.33 MiB/sec. | ||
2617 | 2024.07.10 23:03:27.215246 [ 194 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2618 | 2024.07.10 23:03:27.215635 [ 194 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_6_1} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2619 | 2024.07.10 23:03:27.215711 [ 194 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_6_1} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2620 | 2024.07.10 23:03:27.215829 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2621 | 2024.07.10 23:03:27.550231 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2622 | 2024.07.10 23:03:27.550273 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2623 | 2024.07.10 23:03:32.189822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 3630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2624 | 2024.07.10 23:03:32.190024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2625 | 2024.07.10 23:03:32.190070 [ 3 ] {} <Debug> HTTP-Session: 35e3d0c5-b89c-4980-8847-ec2a78d6dce1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2626 | 2024.07.10 23:03:32.190112 [ 3 ] {} <Debug> HTTP-Session: 35e3d0c5-b89c-4980-8847-ec2a78d6dce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2627 | 2024.07.10 23:03:32.190142 [ 3 ] {} <Debug> HTTP-Session: 35e3d0c5-b89c-4980-8847-ec2a78d6dce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2628 | 2024.07.10 23:03:32.190198 [ 3 ] {} <Trace> HTTP-Session: 35e3d0c5-b89c-4980-8847-ec2a78d6dce1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2629 | 2024.07.10 23:03:32.190393 [ 3 ] {41d696aa-2edd-4526-b3f1-50251a3e0aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2630 | 2024.07.10 23:03:32.190463 [ 3 ] {41d696aa-2edd-4526-b3f1-50251a3e0aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2631 | 2024.07.10 23:03:32.190656 [ 3 ] {41d696aa-2edd-4526-b3f1-50251a3e0aff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2632 | 2024.07.10 23:03:32.191070 [ 3 ] {41d696aa-2edd-4526-b3f1-50251a3e0aff} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2633 | 2024.07.10 23:03:32.191114 [ 3 ] {41d696aa-2edd-4526-b3f1-50251a3e0aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2634 | 2024.07.10 23:03:32.191486 [ 3 ] {41d696aa-2edd-4526-b3f1-50251a3e0aff} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2635 | 2024.07.10 23:03:32.191840 [ 3 ] {41d696aa-2edd-4526-b3f1-50251a3e0aff} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2636 | 2024.07.10 23:03:32.192007 [ 3 ] {41d696aa-2edd-4526-b3f1-50251a3e0aff} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001668 sec., 15587.529976019185 rows/sec., 1.17 MiB/sec. | ||
2637 | 2024.07.10 23:03:32.192322 [ 3 ] {41d696aa-2edd-4526-b3f1-50251a3e0aff} <Debug> DynamicQueryHandler: Done processing query | ||
2638 | 2024.07.10 23:03:32.192370 [ 3 ] {41d696aa-2edd-4526-b3f1-50251a3e0aff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2639 | 2024.07.10 23:03:32.192387 [ 3 ] {} <Debug> HTTP-Session: 35e3d0c5-b89c-4980-8847-ec2a78d6dce1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2640 | 2024.07.10 23:03:32.192530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2641 | 2024.07.10 23:03:32.192577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2642 | 2024.07.10 23:03:32.192595 [ 3 ] {} <Debug> HTTP-Session: 283d0c86-30bf-4b95-930d-dfb8a9a80c6d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2643 | 2024.07.10 23:03:32.192610 [ 3 ] {} <Debug> HTTP-Session: 283d0c86-30bf-4b95-930d-dfb8a9a80c6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2644 | 2024.07.10 23:03:32.192624 [ 3 ] {} <Debug> HTTP-Session: 283d0c86-30bf-4b95-930d-dfb8a9a80c6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2645 | 2024.07.10 23:03:32.192654 [ 3 ] {} <Trace> HTTP-Session: 283d0c86-30bf-4b95-930d-dfb8a9a80c6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2646 | 2024.07.10 23:03:32.192759 [ 3 ] {c11b25e4-cbdf-45a3-9c81-bdb78e5e2ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2647 | 2024.07.10 23:03:32.192801 [ 3 ] {c11b25e4-cbdf-45a3-9c81-bdb78e5e2ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2648 | 2024.07.10 23:03:32.192944 [ 3 ] {c11b25e4-cbdf-45a3-9c81-bdb78e5e2ffb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2649 | 2024.07.10 23:03:32.193310 [ 3 ] {c11b25e4-cbdf-45a3-9c81-bdb78e5e2ffb} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2650 | 2024.07.10 23:03:32.193346 [ 3 ] {c11b25e4-cbdf-45a3-9c81-bdb78e5e2ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2651 | 2024.07.10 23:03:32.193655 [ 3 ] {c11b25e4-cbdf-45a3-9c81-bdb78e5e2ffb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2652 | 2024.07.10 23:03:32.193963 [ 3 ] {c11b25e4-cbdf-45a3-9c81-bdb78e5e2ffb} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2653 | 2024.07.10 23:03:32.194122 [ 3 ] {c11b25e4-cbdf-45a3-9c81-bdb78e5e2ffb} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001356 sec., 20648.96755162242 rows/sec., 1.61 MiB/sec. | ||
2654 | 2024.07.10 23:03:32.194440 [ 3 ] {c11b25e4-cbdf-45a3-9c81-bdb78e5e2ffb} <Debug> DynamicQueryHandler: Done processing query | ||
2655 | 2024.07.10 23:03:32.194473 [ 3 ] {c11b25e4-cbdf-45a3-9c81-bdb78e5e2ffb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2656 | 2024.07.10 23:03:32.194491 [ 3 ] {} <Debug> HTTP-Session: 283d0c86-30bf-4b95-930d-dfb8a9a80c6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2657 | 2024.07.10 23:03:32.194739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2658 | 2024.07.10 23:03:32.194789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2659 | 2024.07.10 23:03:32.194807 [ 3 ] {} <Debug> HTTP-Session: 9a83902f-0ad0-44f5-8539-6c57fcc7d819 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2660 | 2024.07.10 23:03:32.194824 [ 3 ] {} <Debug> HTTP-Session: 9a83902f-0ad0-44f5-8539-6c57fcc7d819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2661 | 2024.07.10 23:03:32.194839 [ 3 ] {} <Debug> HTTP-Session: 9a83902f-0ad0-44f5-8539-6c57fcc7d819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2662 | 2024.07.10 23:03:32.194870 [ 3 ] {} <Trace> HTTP-Session: 9a83902f-0ad0-44f5-8539-6c57fcc7d819 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2663 | 2024.07.10 23:03:32.195008 [ 3 ] {0a420ebb-f53e-49b5-8840-84d94111ac44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2664 | 2024.07.10 23:03:32.195060 [ 3 ] {0a420ebb-f53e-49b5-8840-84d94111ac44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2665 | 2024.07.10 23:03:32.195226 [ 3 ] {0a420ebb-f53e-49b5-8840-84d94111ac44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2666 | 2024.07.10 23:03:32.195563 [ 3 ] {0a420ebb-f53e-49b5-8840-84d94111ac44} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2667 | 2024.07.10 23:03:32.195598 [ 3 ] {0a420ebb-f53e-49b5-8840-84d94111ac44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2668 | 2024.07.10 23:03:32.195986 [ 3 ] {0a420ebb-f53e-49b5-8840-84d94111ac44} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2669 | 2024.07.10 23:03:32.196322 [ 3 ] {0a420ebb-f53e-49b5-8840-84d94111ac44} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2670 | 2024.07.10 23:03:32.196476 [ 3 ] {0a420ebb-f53e-49b5-8840-84d94111ac44} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001524 sec., 65616.79790026246 rows/sec., 4.55 MiB/sec. | ||
2671 | 2024.07.10 23:03:32.196684 [ 3 ] {0a420ebb-f53e-49b5-8840-84d94111ac44} <Debug> DynamicQueryHandler: Done processing query | ||
2672 | 2024.07.10 23:03:32.196708 [ 3 ] {0a420ebb-f53e-49b5-8840-84d94111ac44} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2673 | 2024.07.10 23:03:32.196724 [ 3 ] {} <Debug> HTTP-Session: 9a83902f-0ad0-44f5-8539-6c57fcc7d819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2674 | 2024.07.10 23:03:32.196868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2675 | 2024.07.10 23:03:32.196915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2676 | 2024.07.10 23:03:32.196934 [ 3 ] {} <Debug> HTTP-Session: 068247e5-4eb8-4f32-be14-a68c1698dc94 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2677 | 2024.07.10 23:03:32.196950 [ 3 ] {} <Debug> HTTP-Session: 068247e5-4eb8-4f32-be14-a68c1698dc94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2678 | 2024.07.10 23:03:32.196965 [ 3 ] {} <Debug> HTTP-Session: 068247e5-4eb8-4f32-be14-a68c1698dc94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2679 | 2024.07.10 23:03:32.196996 [ 3 ] {} <Trace> HTTP-Session: 068247e5-4eb8-4f32-be14-a68c1698dc94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2680 | 2024.07.10 23:03:32.197101 [ 3 ] {c9241c0c-bed3-4a03-a2b1-4525e3e74d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2681 | 2024.07.10 23:03:32.197147 [ 3 ] {c9241c0c-bed3-4a03-a2b1-4525e3e74d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2682 | 2024.07.10 23:03:32.197275 [ 3 ] {c9241c0c-bed3-4a03-a2b1-4525e3e74d9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2683 | 2024.07.10 23:03:32.197548 [ 3 ] {c9241c0c-bed3-4a03-a2b1-4525e3e74d9f} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2684 | 2024.07.10 23:03:32.197583 [ 3 ] {c9241c0c-bed3-4a03-a2b1-4525e3e74d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2685 | 2024.07.10 23:03:32.197946 [ 3 ] {c9241c0c-bed3-4a03-a2b1-4525e3e74d9f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2686 | 2024.07.10 23:03:32.198265 [ 3 ] {c9241c0c-bed3-4a03-a2b1-4525e3e74d9f} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2687 | 2024.07.10 23:03:32.198434 [ 3 ] {c9241c0c-bed3-4a03-a2b1-4525e3e74d9f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001363 sec., 22010.271460014672 rows/sec., 1.51 MiB/sec. | ||
2688 | 2024.07.10 23:03:32.198602 [ 3 ] {c9241c0c-bed3-4a03-a2b1-4525e3e74d9f} <Debug> DynamicQueryHandler: Done processing query | ||
2689 | 2024.07.10 23:03:32.198627 [ 3 ] {c9241c0c-bed3-4a03-a2b1-4525e3e74d9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2690 | 2024.07.10 23:03:32.198643 [ 3 ] {} <Debug> HTTP-Session: 068247e5-4eb8-4f32-be14-a68c1698dc94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2691 | 2024.07.10 23:03:37.191109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2692 | 2024.07.10 23:03:37.191261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2693 | 2024.07.10 23:03:37.191294 [ 3 ] {} <Debug> HTTP-Session: 6d7ecc6a-a149-417e-b60e-449b8426095c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2694 | 2024.07.10 23:03:37.191330 [ 3 ] {} <Debug> HTTP-Session: 6d7ecc6a-a149-417e-b60e-449b8426095c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2695 | 2024.07.10 23:03:37.191349 [ 3 ] {} <Debug> HTTP-Session: 6d7ecc6a-a149-417e-b60e-449b8426095c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2696 | 2024.07.10 23:03:37.191410 [ 3 ] {} <Trace> HTTP-Session: 6d7ecc6a-a149-417e-b60e-449b8426095c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2697 | 2024.07.10 23:03:37.191604 [ 3 ] {af522ce0-36db-4c9b-b24f-9e40b52fb2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2698 | 2024.07.10 23:03:37.191672 [ 3 ] {af522ce0-36db-4c9b-b24f-9e40b52fb2af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2699 | 2024.07.10 23:03:37.191866 [ 3 ] {af522ce0-36db-4c9b-b24f-9e40b52fb2af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2700 | 2024.07.10 23:03:37.192277 [ 3 ] {af522ce0-36db-4c9b-b24f-9e40b52fb2af} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2701 | 2024.07.10 23:03:37.192323 [ 3 ] {af522ce0-36db-4c9b-b24f-9e40b52fb2af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2702 | 2024.07.10 23:03:37.192693 [ 3 ] {af522ce0-36db-4c9b-b24f-9e40b52fb2af} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2703 | 2024.07.10 23:03:37.193023 [ 3 ] {af522ce0-36db-4c9b-b24f-9e40b52fb2af} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2704 | 2024.07.10 23:03:37.193186 [ 3 ] {af522ce0-36db-4c9b-b24f-9e40b52fb2af} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001637 sec., 18937.08002443494 rows/sec., 1.50 MiB/sec. | ||
2705 | 2024.07.10 23:03:37.193495 [ 3 ] {af522ce0-36db-4c9b-b24f-9e40b52fb2af} <Debug> DynamicQueryHandler: Done processing query | ||
2706 | 2024.07.10 23:03:37.193522 [ 3 ] {af522ce0-36db-4c9b-b24f-9e40b52fb2af} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2707 | 2024.07.10 23:03:37.193538 [ 3 ] {} <Debug> HTTP-Session: 6d7ecc6a-a149-417e-b60e-449b8426095c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2708 | 2024.07.10 23:03:37.193716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 17674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2709 | 2024.07.10 23:03:37.193766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2710 | 2024.07.10 23:03:37.193785 [ 3 ] {} <Debug> HTTP-Session: 2cf105ef-2150-41e1-922e-d36d971beeeb Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2711 | 2024.07.10 23:03:37.193802 [ 3 ] {} <Debug> HTTP-Session: 2cf105ef-2150-41e1-922e-d36d971beeeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2712 | 2024.07.10 23:03:37.193815 [ 3 ] {} <Debug> HTTP-Session: 2cf105ef-2150-41e1-922e-d36d971beeeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2713 | 2024.07.10 23:03:37.193848 [ 3 ] {} <Trace> HTTP-Session: 2cf105ef-2150-41e1-922e-d36d971beeeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2714 | 2024.07.10 23:03:37.193992 [ 3 ] {cb011bff-4c8e-4b8c-9298-720531611d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2715 | 2024.07.10 23:03:37.194037 [ 3 ] {cb011bff-4c8e-4b8c-9298-720531611d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2716 | 2024.07.10 23:03:37.194175 [ 3 ] {cb011bff-4c8e-4b8c-9298-720531611d95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2717 | 2024.07.10 23:03:37.194619 [ 3 ] {cb011bff-4c8e-4b8c-9298-720531611d95} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2718 | 2024.07.10 23:03:37.194656 [ 3 ] {cb011bff-4c8e-4b8c-9298-720531611d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2719 | 2024.07.10 23:03:37.194976 [ 3 ] {cb011bff-4c8e-4b8c-9298-720531611d95} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2720 | 2024.07.10 23:03:37.195281 [ 3 ] {cb011bff-4c8e-4b8c-9298-720531611d95} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2721 | 2024.07.10 23:03:37.195432 [ 3 ] {cb011bff-4c8e-4b8c-9298-720531611d95} <Debug> executeQuery: Read 119 rows, 10.42 KiB in 0.001461 sec., 81451.06091718002 rows/sec., 6.96 MiB/sec. | ||
2722 | 2024.07.10 23:03:37.195746 [ 3 ] {cb011bff-4c8e-4b8c-9298-720531611d95} <Debug> DynamicQueryHandler: Done processing query | ||
2723 | 2024.07.10 23:03:37.195771 [ 3 ] {cb011bff-4c8e-4b8c-9298-720531611d95} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2724 | 2024.07.10 23:03:37.195788 [ 3 ] {} <Debug> HTTP-Session: 2cf105ef-2150-41e1-922e-d36d971beeeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2725 | 2024.07.10 23:03:37.195920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2726 | 2024.07.10 23:03:37.195969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2727 | 2024.07.10 23:03:37.195987 [ 3 ] {} <Debug> HTTP-Session: a05a855a-19b5-4e89-8f72-987946e69e2b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2728 | 2024.07.10 23:03:37.196003 [ 3 ] {} <Debug> HTTP-Session: a05a855a-19b5-4e89-8f72-987946e69e2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2729 | 2024.07.10 23:03:37.196017 [ 3 ] {} <Debug> HTTP-Session: a05a855a-19b5-4e89-8f72-987946e69e2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2730 | 2024.07.10 23:03:37.196048 [ 3 ] {} <Trace> HTTP-Session: a05a855a-19b5-4e89-8f72-987946e69e2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2731 | 2024.07.10 23:03:37.196163 [ 3 ] {e0ccda79-6c44-4fe8-ba2c-d120d613846b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2732 | 2024.07.10 23:03:37.196206 [ 3 ] {e0ccda79-6c44-4fe8-ba2c-d120d613846b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2733 | 2024.07.10 23:03:37.196353 [ 3 ] {e0ccda79-6c44-4fe8-ba2c-d120d613846b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2734 | 2024.07.10 23:03:37.196668 [ 3 ] {e0ccda79-6c44-4fe8-ba2c-d120d613846b} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2735 | 2024.07.10 23:03:37.196705 [ 3 ] {e0ccda79-6c44-4fe8-ba2c-d120d613846b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2736 | 2024.07.10 23:03:37.197033 [ 3 ] {e0ccda79-6c44-4fe8-ba2c-d120d613846b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2737 | 2024.07.10 23:03:37.197343 [ 3 ] {e0ccda79-6c44-4fe8-ba2c-d120d613846b} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2738 | 2024.07.10 23:03:37.197496 [ 3 ] {e0ccda79-6c44-4fe8-ba2c-d120d613846b} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.001368 sec., 43128.65497076023 rows/sec., 3.37 MiB/sec. | ||
2739 | 2024.07.10 23:03:37.197653 [ 3 ] {e0ccda79-6c44-4fe8-ba2c-d120d613846b} <Debug> DynamicQueryHandler: Done processing query | ||
2740 | 2024.07.10 23:03:37.197677 [ 3 ] {e0ccda79-6c44-4fe8-ba2c-d120d613846b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2741 | 2024.07.10 23:03:37.197693 [ 3 ] {} <Debug> HTTP-Session: a05a855a-19b5-4e89-8f72-987946e69e2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2742 | 2024.07.10 23:03:37.197854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2743 | 2024.07.10 23:03:37.197900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2744 | 2024.07.10 23:03:37.197919 [ 3 ] {} <Debug> HTTP-Session: 4298be25-58c9-4243-9af4-48fa010a270e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2745 | 2024.07.10 23:03:37.197936 [ 3 ] {} <Debug> HTTP-Session: 4298be25-58c9-4243-9af4-48fa010a270e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2746 | 2024.07.10 23:03:37.197950 [ 3 ] {} <Debug> HTTP-Session: 4298be25-58c9-4243-9af4-48fa010a270e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2747 | 2024.07.10 23:03:37.197981 [ 3 ] {} <Trace> HTTP-Session: 4298be25-58c9-4243-9af4-48fa010a270e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2748 | 2024.07.10 23:03:37.198113 [ 3 ] {c6fc4dff-3d64-438c-aea4-2cf426456b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2749 | 2024.07.10 23:03:37.198160 [ 3 ] {c6fc4dff-3d64-438c-aea4-2cf426456b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2750 | 2024.07.10 23:03:37.198307 [ 3 ] {c6fc4dff-3d64-438c-aea4-2cf426456b00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2751 | 2024.07.10 23:03:37.198646 [ 3 ] {c6fc4dff-3d64-438c-aea4-2cf426456b00} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2752 | 2024.07.10 23:03:37.198680 [ 3 ] {c6fc4dff-3d64-438c-aea4-2cf426456b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2753 | 2024.07.10 23:03:37.199070 [ 3 ] {c6fc4dff-3d64-438c-aea4-2cf426456b00} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2754 | 2024.07.10 23:03:37.199398 [ 3 ] {c6fc4dff-3d64-438c-aea4-2cf426456b00} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2755 | 2024.07.10 23:03:37.199561 [ 3 ] {c6fc4dff-3d64-438c-aea4-2cf426456b00} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001496 sec., 66844.91978609626 rows/sec., 4.63 MiB/sec. | ||
2756 | 2024.07.10 23:03:37.199736 [ 3 ] {c6fc4dff-3d64-438c-aea4-2cf426456b00} <Debug> DynamicQueryHandler: Done processing query | ||
2757 | 2024.07.10 23:03:37.199760 [ 3 ] {c6fc4dff-3d64-438c-aea4-2cf426456b00} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2758 | 2024.07.10 23:03:37.199776 [ 3 ] {} <Debug> HTTP-Session: 4298be25-58c9-4243-9af4-48fa010a270e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2759 | 2024.07.10 23:03:37.199933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2760 | 2024.07.10 23:03:37.199980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2761 | 2024.07.10 23:03:37.199999 [ 3 ] {} <Debug> HTTP-Session: 45aa8faa-94b3-4969-a7f8-0dafaa31c336 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2762 | 2024.07.10 23:03:37.200016 [ 3 ] {} <Debug> HTTP-Session: 45aa8faa-94b3-4969-a7f8-0dafaa31c336 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2763 | 2024.07.10 23:03:37.200030 [ 3 ] {} <Debug> HTTP-Session: 45aa8faa-94b3-4969-a7f8-0dafaa31c336 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2764 | 2024.07.10 23:03:37.200061 [ 3 ] {} <Trace> HTTP-Session: 45aa8faa-94b3-4969-a7f8-0dafaa31c336 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2765 | 2024.07.10 23:03:37.200370 [ 3 ] {6c4f6a7b-7200-440c-a077-d1f4c26170ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2766 | 2024.07.10 23:03:37.200435 [ 3 ] {6c4f6a7b-7200-440c-a077-d1f4c26170ca} <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 | ||
2767 | 2024.07.10 23:03:37.200836 [ 3 ] {6c4f6a7b-7200-440c-a077-d1f4c26170ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2768 | 2024.07.10 23:03:37.201610 [ 3 ] {6c4f6a7b-7200-440c-a077-d1f4c26170ca} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2769 | 2024.07.10 23:03:37.201647 [ 3 ] {6c4f6a7b-7200-440c-a077-d1f4c26170ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2770 | 2024.07.10 23:03:37.202263 [ 3 ] {6c4f6a7b-7200-440c-a077-d1f4c26170ca} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2771 | 2024.07.10 23:03:37.202677 [ 3 ] {6c4f6a7b-7200-440c-a077-d1f4c26170ca} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2772 | 2024.07.10 23:03:37.202858 [ 3 ] {6c4f6a7b-7200-440c-a077-d1f4c26170ca} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002713 sec., 11426.46516771102 rows/sec., 20.48 MiB/sec. | ||
2773 | 2024.07.10 23:03:37.203078 [ 3 ] {6c4f6a7b-7200-440c-a077-d1f4c26170ca} <Debug> DynamicQueryHandler: Done processing query | ||
2774 | 2024.07.10 23:03:37.203102 [ 3 ] {6c4f6a7b-7200-440c-a077-d1f4c26170ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2775 | 2024.07.10 23:03:37.203118 [ 3 ] {} <Debug> HTTP-Session: 45aa8faa-94b3-4969-a7f8-0dafaa31c336 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2776 | 2024.07.10 23:03:37.203245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2777 | 2024.07.10 23:03:37.203293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2778 | 2024.07.10 23:03:37.203312 [ 3 ] {} <Debug> HTTP-Session: b3f78af9-d113-4a18-b7d4-3d09aa81f971 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2779 | 2024.07.10 23:03:37.203330 [ 3 ] {} <Debug> HTTP-Session: b3f78af9-d113-4a18-b7d4-3d09aa81f971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2780 | 2024.07.10 23:03:37.203343 [ 3 ] {} <Debug> HTTP-Session: b3f78af9-d113-4a18-b7d4-3d09aa81f971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2781 | 2024.07.10 23:03:37.203374 [ 3 ] {} <Trace> HTTP-Session: b3f78af9-d113-4a18-b7d4-3d09aa81f971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2782 | 2024.07.10 23:03:37.203479 [ 3 ] {437ce4ea-bdbf-410e-aeca-6bfa16d13fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2783 | 2024.07.10 23:03:37.203522 [ 3 ] {437ce4ea-bdbf-410e-aeca-6bfa16d13fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2784 | 2024.07.10 23:03:37.203648 [ 3 ] {437ce4ea-bdbf-410e-aeca-6bfa16d13fc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2785 | 2024.07.10 23:03:37.203971 [ 3 ] {437ce4ea-bdbf-410e-aeca-6bfa16d13fc5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2786 | 2024.07.10 23:03:37.204007 [ 3 ] {437ce4ea-bdbf-410e-aeca-6bfa16d13fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2787 | 2024.07.10 23:03:37.204365 [ 3 ] {437ce4ea-bdbf-410e-aeca-6bfa16d13fc5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2788 | 2024.07.10 23:03:37.204737 [ 3 ] {437ce4ea-bdbf-410e-aeca-6bfa16d13fc5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2789 | 2024.07.10 23:03:37.204899 [ 3 ] {437ce4ea-bdbf-410e-aeca-6bfa16d13fc5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001444 sec., 20775.623268698062 rows/sec., 1.42 MiB/sec. | ||
2790 | 2024.07.10 23:03:37.205182 [ 3 ] {437ce4ea-bdbf-410e-aeca-6bfa16d13fc5} <Debug> DynamicQueryHandler: Done processing query | ||
2791 | 2024.07.10 23:03:37.205208 [ 3 ] {437ce4ea-bdbf-410e-aeca-6bfa16d13fc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2792 | 2024.07.10 23:03:37.205224 [ 3 ] {} <Debug> HTTP-Session: b3f78af9-d113-4a18-b7d4-3d09aa81f971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2793 | 2024.07.10 23:03:42.189971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 3630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2794 | 2024.07.10 23:03:42.190098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2795 | 2024.07.10 23:03:42.190123 [ 3 ] {} <Debug> HTTP-Session: ca4f1463-2014-4f29-bc96-2a4eaea31ce0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2796 | 2024.07.10 23:03:42.190149 [ 3 ] {} <Debug> HTTP-Session: ca4f1463-2014-4f29-bc96-2a4eaea31ce0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2797 | 2024.07.10 23:03:42.190165 [ 3 ] {} <Debug> HTTP-Session: ca4f1463-2014-4f29-bc96-2a4eaea31ce0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2798 | 2024.07.10 23:03:42.190214 [ 3 ] {} <Trace> HTTP-Session: ca4f1463-2014-4f29-bc96-2a4eaea31ce0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2799 | 2024.07.10 23:03:42.190396 [ 3 ] {93646d59-cc6a-4bb6-8923-2d01bdd236bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2800 | 2024.07.10 23:03:42.190463 [ 3 ] {93646d59-cc6a-4bb6-8923-2d01bdd236bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2801 | 2024.07.10 23:03:42.190657 [ 3 ] {93646d59-cc6a-4bb6-8923-2d01bdd236bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2802 | 2024.07.10 23:03:42.191064 [ 3 ] {93646d59-cc6a-4bb6-8923-2d01bdd236bd} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2803 | 2024.07.10 23:03:42.191108 [ 3 ] {93646d59-cc6a-4bb6-8923-2d01bdd236bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2804 | 2024.07.10 23:03:42.191474 [ 3 ] {93646d59-cc6a-4bb6-8923-2d01bdd236bd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2805 | 2024.07.10 23:03:42.191823 [ 3 ] {93646d59-cc6a-4bb6-8923-2d01bdd236bd} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2806 | 2024.07.10 23:03:42.191998 [ 3 ] {93646d59-cc6a-4bb6-8923-2d01bdd236bd} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001654 sec., 15719.467956469165 rows/sec., 1.18 MiB/sec. | ||
2807 | 2024.07.10 23:03:42.192351 [ 3 ] {93646d59-cc6a-4bb6-8923-2d01bdd236bd} <Debug> DynamicQueryHandler: Done processing query | ||
2808 | 2024.07.10 23:03:42.192380 [ 3 ] {93646d59-cc6a-4bb6-8923-2d01bdd236bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2809 | 2024.07.10 23:03:42.192396 [ 3 ] {} <Debug> HTTP-Session: ca4f1463-2014-4f29-bc96-2a4eaea31ce0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2810 | 2024.07.10 23:03:42.192561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2811 | 2024.07.10 23:03:42.192619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2812 | 2024.07.10 23:03:42.192639 [ 3 ] {} <Debug> HTTP-Session: c55ea99b-99fb-41f4-b30f-47c059f2fab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2813 | 2024.07.10 23:03:42.192658 [ 3 ] {} <Debug> HTTP-Session: c55ea99b-99fb-41f4-b30f-47c059f2fab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2814 | 2024.07.10 23:03:42.192673 [ 3 ] {} <Debug> HTTP-Session: c55ea99b-99fb-41f4-b30f-47c059f2fab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2815 | 2024.07.10 23:03:42.192707 [ 3 ] {} <Trace> HTTP-Session: c55ea99b-99fb-41f4-b30f-47c059f2fab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2816 | 2024.07.10 23:03:42.192822 [ 3 ] {a378b5f3-1bd8-4534-ba58-77572ccd3951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2817 | 2024.07.10 23:03:42.192870 [ 3 ] {a378b5f3-1bd8-4534-ba58-77572ccd3951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2818 | 2024.07.10 23:03:42.193021 [ 3 ] {a378b5f3-1bd8-4534-ba58-77572ccd3951} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2819 | 2024.07.10 23:03:42.193328 [ 3 ] {a378b5f3-1bd8-4534-ba58-77572ccd3951} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2820 | 2024.07.10 23:03:42.193365 [ 3 ] {a378b5f3-1bd8-4534-ba58-77572ccd3951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2821 | 2024.07.10 23:03:42.193683 [ 3 ] {a378b5f3-1bd8-4534-ba58-77572ccd3951} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2822 | 2024.07.10 23:03:42.194000 [ 3 ] {a378b5f3-1bd8-4534-ba58-77572ccd3951} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2823 | 2024.07.10 23:03:42.194159 [ 3 ] {a378b5f3-1bd8-4534-ba58-77572ccd3951} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001373 sec., 20393.29934450109 rows/sec., 1.59 MiB/sec. | ||
2824 | 2024.07.10 23:03:42.194330 [ 3 ] {a378b5f3-1bd8-4534-ba58-77572ccd3951} <Debug> DynamicQueryHandler: Done processing query | ||
2825 | 2024.07.10 23:03:42.194355 [ 3 ] {a378b5f3-1bd8-4534-ba58-77572ccd3951} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2826 | 2024.07.10 23:03:42.194371 [ 3 ] {} <Debug> HTTP-Session: c55ea99b-99fb-41f4-b30f-47c059f2fab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2827 | 2024.07.10 23:03:42.194509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2828 | 2024.07.10 23:03:42.194559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2829 | 2024.07.10 23:03:42.194577 [ 3 ] {} <Debug> HTTP-Session: d9e24ee2-a4ff-4f65-866f-5cee73088b88 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2830 | 2024.07.10 23:03:42.194593 [ 3 ] {} <Debug> HTTP-Session: d9e24ee2-a4ff-4f65-866f-5cee73088b88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2831 | 2024.07.10 23:03:42.194607 [ 3 ] {} <Debug> HTTP-Session: d9e24ee2-a4ff-4f65-866f-5cee73088b88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2832 | 2024.07.10 23:03:42.194638 [ 3 ] {} <Trace> HTTP-Session: d9e24ee2-a4ff-4f65-866f-5cee73088b88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2833 | 2024.07.10 23:03:42.194765 [ 3 ] {6ccba0cf-648c-4e76-9819-841942ab609b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2834 | 2024.07.10 23:03:42.194811 [ 3 ] {6ccba0cf-648c-4e76-9819-841942ab609b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2835 | 2024.07.10 23:03:42.194949 [ 3 ] {6ccba0cf-648c-4e76-9819-841942ab609b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2836 | 2024.07.10 23:03:42.195263 [ 3 ] {6ccba0cf-648c-4e76-9819-841942ab609b} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2837 | 2024.07.10 23:03:42.195298 [ 3 ] {6ccba0cf-648c-4e76-9819-841942ab609b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2838 | 2024.07.10 23:03:42.195737 [ 3 ] {6ccba0cf-648c-4e76-9819-841942ab609b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2839 | 2024.07.10 23:03:42.196081 [ 3 ] {6ccba0cf-648c-4e76-9819-841942ab609b} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2840 | 2024.07.10 23:03:42.196239 [ 3 ] {6ccba0cf-648c-4e76-9819-841942ab609b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001516 sec., 65963.06068601583 rows/sec., 4.57 MiB/sec. | ||
2841 | 2024.07.10 23:03:42.196409 [ 3 ] {6ccba0cf-648c-4e76-9819-841942ab609b} <Debug> DynamicQueryHandler: Done processing query | ||
2842 | 2024.07.10 23:03:42.196434 [ 3 ] {6ccba0cf-648c-4e76-9819-841942ab609b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2843 | 2024.07.10 23:03:42.196450 [ 3 ] {} <Debug> HTTP-Session: d9e24ee2-a4ff-4f65-866f-5cee73088b88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2844 | 2024.07.10 23:03:42.196569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2845 | 2024.07.10 23:03:42.196618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2846 | 2024.07.10 23:03:42.196639 [ 3 ] {} <Debug> HTTP-Session: 5dce563c-fca1-438e-b335-f60deed43be7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2847 | 2024.07.10 23:03:42.196656 [ 3 ] {} <Debug> HTTP-Session: 5dce563c-fca1-438e-b335-f60deed43be7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2848 | 2024.07.10 23:03:42.196671 [ 3 ] {} <Debug> HTTP-Session: 5dce563c-fca1-438e-b335-f60deed43be7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2849 | 2024.07.10 23:03:42.196702 [ 3 ] {} <Trace> HTTP-Session: 5dce563c-fca1-438e-b335-f60deed43be7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2850 | 2024.07.10 23:03:42.196814 [ 3 ] {eab9db2b-0188-4ee4-83b4-581c19b5ec0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2851 | 2024.07.10 23:03:42.196859 [ 3 ] {eab9db2b-0188-4ee4-83b4-581c19b5ec0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2852 | 2024.07.10 23:03:42.196986 [ 3 ] {eab9db2b-0188-4ee4-83b4-581c19b5ec0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2853 | 2024.07.10 23:03:42.197255 [ 3 ] {eab9db2b-0188-4ee4-83b4-581c19b5ec0a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2854 | 2024.07.10 23:03:42.197291 [ 3 ] {eab9db2b-0188-4ee4-83b4-581c19b5ec0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2855 | 2024.07.10 23:03:42.197645 [ 3 ] {eab9db2b-0188-4ee4-83b4-581c19b5ec0a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2856 | 2024.07.10 23:03:42.197978 [ 3 ] {eab9db2b-0188-4ee4-83b4-581c19b5ec0a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2857 | 2024.07.10 23:03:42.198130 [ 3 ] {eab9db2b-0188-4ee4-83b4-581c19b5ec0a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001354 sec., 22156.573116691285 rows/sec., 1.52 MiB/sec. | ||
2858 | 2024.07.10 23:03:42.198296 [ 3 ] {eab9db2b-0188-4ee4-83b4-581c19b5ec0a} <Debug> DynamicQueryHandler: Done processing query | ||
2859 | 2024.07.10 23:03:42.198321 [ 3 ] {eab9db2b-0188-4ee4-83b4-581c19b5ec0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2860 | 2024.07.10 23:03:42.198337 [ 3 ] {} <Debug> HTTP-Session: 5dce563c-fca1-438e-b335-f60deed43be7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2861 | 2024.07.10 23:03:42.550315 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2862 | 2024.07.10 23:03:42.550367 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2863 | 2024.07.10 23:03:47.193510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2864 | 2024.07.10 23:03:47.193700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2865 | 2024.07.10 23:03:47.193747 [ 3 ] {} <Debug> HTTP-Session: e0ef5dff-d493-4a0b-8ec8-43cedc4b23dc Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2866 | 2024.07.10 23:03:47.193789 [ 3 ] {} <Debug> HTTP-Session: e0ef5dff-d493-4a0b-8ec8-43cedc4b23dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2867 | 2024.07.10 23:03:47.193819 [ 3 ] {} <Debug> HTTP-Session: e0ef5dff-d493-4a0b-8ec8-43cedc4b23dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2868 | 2024.07.10 23:03:47.193899 [ 3 ] {} <Trace> HTTP-Session: e0ef5dff-d493-4a0b-8ec8-43cedc4b23dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2869 | 2024.07.10 23:03:47.194136 [ 3 ] {dab9cd24-a826-4931-8c18-5815443942bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2870 | 2024.07.10 23:03:47.194203 [ 3 ] {dab9cd24-a826-4931-8c18-5815443942bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2871 | 2024.07.10 23:03:47.194392 [ 3 ] {dab9cd24-a826-4931-8c18-5815443942bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2872 | 2024.07.10 23:03:47.194817 [ 3 ] {dab9cd24-a826-4931-8c18-5815443942bb} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2873 | 2024.07.10 23:03:47.194857 [ 3 ] {dab9cd24-a826-4931-8c18-5815443942bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2874 | 2024.07.10 23:03:47.195225 [ 3 ] {dab9cd24-a826-4931-8c18-5815443942bb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2875 | 2024.07.10 23:03:47.195561 [ 3 ] {dab9cd24-a826-4931-8c18-5815443942bb} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2876 | 2024.07.10 23:03:47.195701 [ 3 ] {dab9cd24-a826-4931-8c18-5815443942bb} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001628 sec., 19041.76904176904 rows/sec., 1.51 MiB/sec. | ||
2877 | 2024.07.10 23:03:47.195706 [ 32 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
2878 | 2024.07.10 23:03:47.195767 [ 32 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2879 | 2024.07.10 23:03:47.195801 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2880 | 2024.07.10 23:03:47.195951 [ 3 ] {dab9cd24-a826-4931-8c18-5815443942bb} <Debug> DynamicQueryHandler: Done processing query | ||
2881 | 2024.07.10 23:03:47.196052 [ 3 ] {dab9cd24-a826-4931-8c18-5815443942bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2882 | 2024.07.10 23:03:47.196063 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::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 | ||
2883 | 2024.07.10 23:03:47.196115 [ 3 ] {} <Debug> HTTP-Session: e0ef5dff-d493-4a0b-8ec8-43cedc4b23dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2884 | 2024.07.10 23:03:47.196299 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2885 | 2024.07.10 23:03:47.196365 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 31 rows starting from the beginning of the part | ||
2886 | 2024.07.10 23:03:47.196385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 22660, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2887 | 2024.07.10 23:03:47.196532 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part | ||
2888 | 2024.07.10 23:03:47.196550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2889 | 2024.07.10 23:03:47.196710 [ 3 ] {} <Debug> HTTP-Session: 5b154a40-0264-4cf1-b022-1cbcd37919b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2890 | 2024.07.10 23:03:47.196808 [ 3 ] {} <Debug> HTTP-Session: 5b154a40-0264-4cf1-b022-1cbcd37919b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2891 | 2024.07.10 23:03:47.196866 [ 3 ] {} <Debug> HTTP-Session: 5b154a40-0264-4cf1-b022-1cbcd37919b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2892 | 2024.07.10 23:03:47.196885 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
2893 | 2024.07.10 23:03:47.196985 [ 3 ] {} <Trace> HTTP-Session: 5b154a40-0264-4cf1-b022-1cbcd37919b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2894 | 2024.07.10 23:03:47.197245 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part | ||
2895 | 2024.07.10 23:03:47.197505 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
2896 | 2024.07.10 23:03:47.197542 [ 3 ] {f4cf80ee-bad2-48b2-9670-966c976704e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2897 | 2024.07.10 23:03:47.197757 [ 3 ] {f4cf80ee-bad2-48b2-9670-966c976704e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2898 | 2024.07.10 23:03:47.198250 [ 3 ] {f4cf80ee-bad2-48b2-9670-966c976704e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2899 | 2024.07.10 23:03:47.199279 [ 3 ] {f4cf80ee-bad2-48b2-9670-966c976704e5} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2900 | 2024.07.10 23:03:47.199351 [ 3 ] {f4cf80ee-bad2-48b2-9670-966c976704e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2901 | 2024.07.10 23:03:47.199861 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.003952046 sec., 39220.19126295595 rows/sec., 3.10 MiB/sec. | ||
2902 | 2024.07.10 23:03:47.200045 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
2903 | 2024.07.10 23:03:47.200154 [ 3 ] {f4cf80ee-bad2-48b2-9670-966c976704e5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2904 | 2024.07.10 23:03:47.200891 [ 196 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_10_2} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2905 | 2024.07.10 23:03:47.200948 [ 3 ] {f4cf80ee-bad2-48b2-9670-966c976704e5} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2906 | 2024.07.10 23:03:47.201017 [ 196 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_10_2} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
2907 | 2024.07.10 23:03:47.201148 [ 3 ] {f4cf80ee-bad2-48b2-9670-966c976704e5} <Debug> executeQuery: Read 155 rows, 13.23 KiB in 0.003838 sec., 40385.617509119336 rows/sec., 3.37 MiB/sec. | ||
2908 | 2024.07.10 23:03:47.201198 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2909 | 2024.07.10 23:03:47.201633 [ 3 ] {f4cf80ee-bad2-48b2-9670-966c976704e5} <Debug> DynamicQueryHandler: Done processing query | ||
2910 | 2024.07.10 23:03:47.201670 [ 3 ] {f4cf80ee-bad2-48b2-9670-966c976704e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2911 | 2024.07.10 23:03:47.201687 [ 3 ] {} <Debug> HTTP-Session: 5b154a40-0264-4cf1-b022-1cbcd37919b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2912 | 2024.07.10 23:03:47.201828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 14088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2913 | 2024.07.10 23:03:47.201879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2914 | 2024.07.10 23:03:47.201899 [ 3 ] {} <Debug> HTTP-Session: 2df9a441-0833-433a-a526-da895d435571 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2915 | 2024.07.10 23:03:47.201917 [ 3 ] {} <Debug> HTTP-Session: 2df9a441-0833-433a-a526-da895d435571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2916 | 2024.07.10 23:03:47.201931 [ 3 ] {} <Debug> HTTP-Session: 2df9a441-0833-433a-a526-da895d435571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2917 | 2024.07.10 23:03:47.201962 [ 3 ] {} <Trace> HTTP-Session: 2df9a441-0833-433a-a526-da895d435571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2918 | 2024.07.10 23:03:47.202094 [ 3 ] {9d11e72b-5640-4752-aa99-98dd0c36dade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2919 | 2024.07.10 23:03:47.202139 [ 3 ] {9d11e72b-5640-4752-aa99-98dd0c36dade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2920 | 2024.07.10 23:03:47.202286 [ 3 ] {9d11e72b-5640-4752-aa99-98dd0c36dade} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2921 | 2024.07.10 23:03:47.202655 [ 3 ] {9d11e72b-5640-4752-aa99-98dd0c36dade} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2922 | 2024.07.10 23:03:47.202693 [ 3 ] {9d11e72b-5640-4752-aa99-98dd0c36dade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2923 | 2024.07.10 23:03:47.203008 [ 3 ] {9d11e72b-5640-4752-aa99-98dd0c36dade} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2924 | 2024.07.10 23:03:47.203339 [ 3 ] {9d11e72b-5640-4752-aa99-98dd0c36dade} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2925 | 2024.07.10 23:03:47.203465 [ 3 ] {9d11e72b-5640-4752-aa99-98dd0c36dade} <Debug> executeQuery: Read 83 rows, 6.62 KiB in 0.001421 sec., 58409.570724841666 rows/sec., 4.55 MiB/sec. | ||
2926 | 2024.07.10 23:03:47.203765 [ 3 ] {9d11e72b-5640-4752-aa99-98dd0c36dade} <Debug> DynamicQueryHandler: Done processing query | ||
2927 | 2024.07.10 23:03:47.203790 [ 3 ] {9d11e72b-5640-4752-aa99-98dd0c36dade} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2928 | 2024.07.10 23:03:47.203806 [ 3 ] {} <Debug> HTTP-Session: 2df9a441-0833-433a-a526-da895d435571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2929 | 2024.07.10 23:03:47.203945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 26106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2930 | 2024.07.10 23:03:47.203994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2931 | 2024.07.10 23:03:47.204013 [ 3 ] {} <Debug> HTTP-Session: ad79abcc-0d3d-4bf2-a893-4aa9a55b32b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2932 | 2024.07.10 23:03:47.204031 [ 3 ] {} <Debug> HTTP-Session: ad79abcc-0d3d-4bf2-a893-4aa9a55b32b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2933 | 2024.07.10 23:03:47.204045 [ 3 ] {} <Debug> HTTP-Session: ad79abcc-0d3d-4bf2-a893-4aa9a55b32b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2934 | 2024.07.10 23:03:47.204077 [ 3 ] {} <Trace> HTTP-Session: ad79abcc-0d3d-4bf2-a893-4aa9a55b32b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2935 | 2024.07.10 23:03:47.204215 [ 3 ] {24002041-25b9-47c1-9956-449de503de08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2936 | 2024.07.10 23:03:47.204265 [ 3 ] {24002041-25b9-47c1-9956-449de503de08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2937 | 2024.07.10 23:03:47.204428 [ 3 ] {24002041-25b9-47c1-9956-449de503de08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2938 | 2024.07.10 23:03:47.204831 [ 3 ] {24002041-25b9-47c1-9956-449de503de08} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2939 | 2024.07.10 23:03:47.204867 [ 3 ] {24002041-25b9-47c1-9956-449de503de08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2940 | 2024.07.10 23:03:47.205268 [ 3 ] {24002041-25b9-47c1-9956-449de503de08} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2941 | 2024.07.10 23:03:47.205608 [ 3 ] {24002041-25b9-47c1-9956-449de503de08} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2942 | 2024.07.10 23:03:47.205724 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2943 | 2024.07.10 23:03:47.205734 [ 3 ] {24002041-25b9-47c1-9956-449de503de08} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.00158 sec., 86075.9493670886 rows/sec., 6.00 MiB/sec. | ||
2944 | 2024.07.10 23:03:47.205755 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2945 | 2024.07.10 23:03:47.205790 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2946 | 2024.07.10 23:03:47.205963 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::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 | ||
2947 | 2024.07.10 23:03:47.205999 [ 3 ] {24002041-25b9-47c1-9956-449de503de08} <Debug> DynamicQueryHandler: Done processing query | ||
2948 | 2024.07.10 23:03:47.206046 [ 3 ] {24002041-25b9-47c1-9956-449de503de08} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2949 | 2024.07.10 23:03:47.206090 [ 3 ] {} <Debug> HTTP-Session: ad79abcc-0d3d-4bf2-a893-4aa9a55b32b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2950 | 2024.07.10 23:03:47.206193 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2951 | 2024.07.10 23:03:47.206230 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 886 rows starting from the beginning of the part | ||
2952 | 2024.07.10 23:03:47.206374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2953 | 2024.07.10 23:03:47.206445 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 100 rows starting from the beginning of the part | ||
2954 | 2024.07.10 23:03:47.206539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2955 | 2024.07.10 23:03:47.206634 [ 3 ] {} <Debug> HTTP-Session: 18264027-9fc2-453a-97bd-f05fa4f17279 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2956 | 2024.07.10 23:03:47.206710 [ 3 ] {} <Debug> HTTP-Session: 18264027-9fc2-453a-97bd-f05fa4f17279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2957 | 2024.07.10 23:03:47.206728 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part | ||
2958 | 2024.07.10 23:03:47.206774 [ 3 ] {} <Debug> HTTP-Session: 18264027-9fc2-453a-97bd-f05fa4f17279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2959 | 2024.07.10 23:03:47.206890 [ 3 ] {} <Trace> HTTP-Session: 18264027-9fc2-453a-97bd-f05fa4f17279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2960 | 2024.07.10 23:03:47.207036 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part | ||
2961 | 2024.07.10 23:03:47.207220 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 100 rows starting from the beginning of the part | ||
2962 | 2024.07.10 23:03:47.207464 [ 3 ] {bb600f1a-1527-4f6d-84bb-9dd5fd6972a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2963 | 2024.07.10 23:03:47.207493 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 136 rows starting from the beginning of the part | ||
2964 | 2024.07.10 23:03:47.207762 [ 3 ] {bb600f1a-1527-4f6d-84bb-9dd5fd6972a4} <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 | ||
2965 | 2024.07.10 23:03:47.209655 [ 3 ] {bb600f1a-1527-4f6d-84bb-9dd5fd6972a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2966 | 2024.07.10 23:03:47.210755 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1422 rows, containing 5 columns (5 merged, 0 gathered) in 0.004872846 sec., 291821.24778825353 rows/sec., 20.35 MiB/sec. | ||
2967 | 2024.07.10 23:03:47.211040 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2968 | 2024.07.10 23:03:47.211273 [ 3 ] {bb600f1a-1527-4f6d-84bb-9dd5fd6972a4} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2969 | 2024.07.10 23:03:47.211325 [ 3 ] {bb600f1a-1527-4f6d-84bb-9dd5fd6972a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2970 | 2024.07.10 23:03:47.211664 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2971 | 2024.07.10 23:03:47.211779 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2972 | 2024.07.10 23:03:47.211874 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
2973 | 2024.07.10 23:03:47.212180 [ 3 ] {bb600f1a-1527-4f6d-84bb-9dd5fd6972a4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2974 | 2024.07.10 23:03:47.212603 [ 3 ] {bb600f1a-1527-4f6d-84bb-9dd5fd6972a4} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2975 | 2024.07.10 23:03:47.212754 [ 3 ] {bb600f1a-1527-4f6d-84bb-9dd5fd6972a4} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005655 sec., 5481.874447391689 rows/sec., 9.82 MiB/sec. | ||
2976 | 2024.07.10 23:03:47.212999 [ 3 ] {bb600f1a-1527-4f6d-84bb-9dd5fd6972a4} <Debug> DynamicQueryHandler: Done processing query | ||
2977 | 2024.07.10 23:03:47.213024 [ 3 ] {bb600f1a-1527-4f6d-84bb-9dd5fd6972a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2978 | 2024.07.10 23:03:47.213041 [ 3 ] {} <Debug> HTTP-Session: 18264027-9fc2-453a-97bd-f05fa4f17279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2979 | 2024.07.10 23:03:47.213158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2980 | 2024.07.10 23:03:47.213208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2981 | 2024.07.10 23:03:47.213227 [ 3 ] {} <Debug> HTTP-Session: 2ad09d6d-6218-40ab-a9c4-389658855415 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2982 | 2024.07.10 23:03:47.213243 [ 3 ] {} <Debug> HTTP-Session: 2ad09d6d-6218-40ab-a9c4-389658855415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2983 | 2024.07.10 23:03:47.213258 [ 3 ] {} <Debug> HTTP-Session: 2ad09d6d-6218-40ab-a9c4-389658855415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2984 | 2024.07.10 23:03:47.213290 [ 3 ] {} <Trace> HTTP-Session: 2ad09d6d-6218-40ab-a9c4-389658855415 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2985 | 2024.07.10 23:03:47.213394 [ 3 ] {1fb90787-454c-4c50-9ae4-b5a4eef5e510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2986 | 2024.07.10 23:03:47.213438 [ 3 ] {1fb90787-454c-4c50-9ae4-b5a4eef5e510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2987 | 2024.07.10 23:03:47.213568 [ 3 ] {1fb90787-454c-4c50-9ae4-b5a4eef5e510} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2988 | 2024.07.10 23:03:47.213855 [ 3 ] {1fb90787-454c-4c50-9ae4-b5a4eef5e510} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2989 | 2024.07.10 23:03:47.213891 [ 3 ] {1fb90787-454c-4c50-9ae4-b5a4eef5e510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
2990 | 2024.07.10 23:03:47.214244 [ 3 ] {1fb90787-454c-4c50-9ae4-b5a4eef5e510} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2991 | 2024.07.10 23:03:47.214576 [ 3 ] {1fb90787-454c-4c50-9ae4-b5a4eef5e510} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2992 | 2024.07.10 23:03:47.214702 [ 3 ] {1fb90787-454c-4c50-9ae4-b5a4eef5e510} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001342 sec., 22354.694485842025 rows/sec., 1.53 MiB/sec. | ||
2993 | 2024.07.10 23:03:47.214985 [ 3 ] {1fb90787-454c-4c50-9ae4-b5a4eef5e510} <Debug> DynamicQueryHandler: Done processing query | ||
2994 | 2024.07.10 23:03:47.215010 [ 3 ] {1fb90787-454c-4c50-9ae4-b5a4eef5e510} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2995 | 2024.07.10 23:03:47.215026 [ 3 ] {} <Debug> HTTP-Session: 2ad09d6d-6218-40ab-a9c4-389658855415 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2996 | 2024.07.10 23:03:52.190363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 3630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2997 | 2024.07.10 23:03:52.190494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2998 | 2024.07.10 23:03:52.190518 [ 3 ] {} <Debug> HTTP-Session: d59fce39-5d81-459f-8867-73b0bcbae35d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
2999 | 2024.07.10 23:03:52.190543 [ 3 ] {} <Debug> HTTP-Session: d59fce39-5d81-459f-8867-73b0bcbae35d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3000 | 2024.07.10 23:03:52.190558 [ 3 ] {} <Debug> HTTP-Session: d59fce39-5d81-459f-8867-73b0bcbae35d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3001 | 2024.07.10 23:03:52.190607 [ 3 ] {} <Trace> HTTP-Session: d59fce39-5d81-459f-8867-73b0bcbae35d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3002 | 2024.07.10 23:03:52.190796 [ 3 ] {31b8f58e-1aa8-46aa-8e8c-9e98bb1b0a00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3003 | 2024.07.10 23:03:52.190867 [ 3 ] {31b8f58e-1aa8-46aa-8e8c-9e98bb1b0a00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3004 | 2024.07.10 23:03:52.191083 [ 3 ] {31b8f58e-1aa8-46aa-8e8c-9e98bb1b0a00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3005 | 2024.07.10 23:03:52.191524 [ 3 ] {31b8f58e-1aa8-46aa-8e8c-9e98bb1b0a00} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3006 | 2024.07.10 23:03:52.191568 [ 3 ] {31b8f58e-1aa8-46aa-8e8c-9e98bb1b0a00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3007 | 2024.07.10 23:03:52.191941 [ 3 ] {31b8f58e-1aa8-46aa-8e8c-9e98bb1b0a00} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3008 | 2024.07.10 23:03:52.192294 [ 3 ] {31b8f58e-1aa8-46aa-8e8c-9e98bb1b0a00} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3009 | 2024.07.10 23:03:52.192441 [ 3 ] {31b8f58e-1aa8-46aa-8e8c-9e98bb1b0a00} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001706 sec., 15240.328253223915 rows/sec., 1.15 MiB/sec. | ||
3010 | 2024.07.10 23:03:52.192454 [ 28 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3011 | 2024.07.10 23:03:52.192500 [ 28 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3012 | 2024.07.10 23:03:52.192528 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3013 | 2024.07.10 23:03:52.192703 [ 3 ] {31b8f58e-1aa8-46aa-8e8c-9e98bb1b0a00} <Debug> DynamicQueryHandler: Done processing query | ||
3014 | 2024.07.10 23:03:52.192718 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::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 | ||
3015 | 2024.07.10 23:03:52.192739 [ 3 ] {31b8f58e-1aa8-46aa-8e8c-9e98bb1b0a00} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3016 | 2024.07.10 23:03:52.192797 [ 3 ] {} <Debug> HTTP-Session: d59fce39-5d81-459f-8867-73b0bcbae35d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3017 | 2024.07.10 23:03:52.192950 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3018 | 2024.07.10 23:03:52.192967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3019 | 2024.07.10 23:03:52.193009 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 158 rows starting from the beginning of the part | ||
3020 | 2024.07.10 23:03:52.193052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3021 | 2024.07.10 23:03:52.193095 [ 3 ] {} <Debug> HTTP-Session: a68b31dc-9b10-4fd6-8bde-1db18e79e3d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3022 | 2024.07.10 23:03:52.193183 [ 3 ] {} <Debug> HTTP-Session: a68b31dc-9b10-4fd6-8bde-1db18e79e3d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3023 | 2024.07.10 23:03:52.193232 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
3024 | 2024.07.10 23:03:52.193269 [ 3 ] {} <Debug> HTTP-Session: a68b31dc-9b10-4fd6-8bde-1db18e79e3d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3025 | 2024.07.10 23:03:52.193420 [ 3 ] {} <Trace> HTTP-Session: a68b31dc-9b10-4fd6-8bde-1db18e79e3d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3026 | 2024.07.10 23:03:52.193496 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 119 rows starting from the beginning of the part | ||
3027 | 2024.07.10 23:03:52.193826 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
3028 | 2024.07.10 23:03:52.193907 [ 3 ] {175b9370-9021-4c25-86b6-fe411c33e7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3029 | 2024.07.10 23:03:52.194101 [ 3 ] {175b9370-9021-4c25-86b6-fe411c33e7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3030 | 2024.07.10 23:03:52.194115 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 155 rows starting from the beginning of the part | ||
3031 | 2024.07.10 23:03:52.194416 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part | ||
3032 | 2024.07.10 23:03:52.195095 [ 3 ] {175b9370-9021-4c25-86b6-fe411c33e7a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3033 | 2024.07.10 23:03:52.195870 [ 3 ] {175b9370-9021-4c25-86b6-fe411c33e7a1} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3034 | 2024.07.10 23:03:52.195937 [ 3 ] {175b9370-9021-4c25-86b6-fe411c33e7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3035 | 2024.07.10 23:03:52.196785 [ 3 ] {175b9370-9021-4c25-86b6-fe411c33e7a1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3036 | 2024.07.10 23:03:52.197216 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 4 columns (4 merged, 0 gathered) in 0.0046179 sec., 110439.81030338464 rows/sec., 9.12 MiB/sec. | ||
3037 | 2024.07.10 23:03:52.197442 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3038 | 2024.07.10 23:03:52.197598 [ 3 ] {175b9370-9021-4c25-86b6-fe411c33e7a1} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3039 | 2024.07.10 23:03:52.197960 [ 28 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3040 | 2024.07.10 23:03:52.198042 [ 28 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3041 | 2024.07.10 23:03:52.198058 [ 3 ] {175b9370-9021-4c25-86b6-fe411c33e7a1} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004354 sec., 6430.868167202572 rows/sec., 513.63 KiB/sec. | ||
3042 | 2024.07.10 23:03:52.198109 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3043 | 2024.07.10 23:03:52.198585 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::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 | ||
3044 | 2024.07.10 23:03:52.198628 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_16_3} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3045 | 2024.07.10 23:03:52.198652 [ 3 ] {175b9370-9021-4c25-86b6-fe411c33e7a1} <Debug> DynamicQueryHandler: Done processing query | ||
3046 | 2024.07.10 23:03:52.198725 [ 3 ] {175b9370-9021-4c25-86b6-fe411c33e7a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3047 | 2024.07.10 23:03:52.198794 [ 3 ] {} <Debug> HTTP-Session: a68b31dc-9b10-4fd6-8bde-1db18e79e3d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3048 | 2024.07.10 23:03:52.198915 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_16_3} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3049 | 2024.07.10 23:03:52.199032 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3050 | 2024.07.10 23:03:52.199061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3051 | 2024.07.10 23:03:52.199152 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 105 rows starting from the beginning of the part | ||
3052 | 2024.07.10 23:03:52.199176 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
3053 | 2024.07.10 23:03:52.199197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3054 | 2024.07.10 23:03:52.199263 [ 3 ] {} <Debug> HTTP-Session: 37f943d4-1da0-4b2f-8199-81350f7da9c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3055 | 2024.07.10 23:03:52.199319 [ 3 ] {} <Debug> HTTP-Session: 37f943d4-1da0-4b2f-8199-81350f7da9c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3056 | 2024.07.10 23:03:52.199391 [ 3 ] {} <Debug> HTTP-Session: 37f943d4-1da0-4b2f-8199-81350f7da9c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3057 | 2024.07.10 23:03:52.199524 [ 3 ] {} <Trace> HTTP-Session: 37f943d4-1da0-4b2f-8199-81350f7da9c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3058 | 2024.07.10 23:03:52.199536 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 28 rows starting from the beginning of the part | ||
3059 | 2024.07.10 23:03:52.199778 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 59 rows starting from the beginning of the part | ||
3060 | 2024.07.10 23:03:52.199909 [ 3 ] {9b641b91-b24b-41c5-8f64-586df1901324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3061 | 2024.07.10 23:03:52.199984 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 28 rows starting from the beginning of the part | ||
3062 | 2024.07.10 23:03:52.200116 [ 3 ] {9b641b91-b24b-41c5-8f64-586df1901324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3063 | 2024.07.10 23:03:52.200265 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 83 rows starting from the beginning of the part | ||
3064 | 2024.07.10 23:03:52.200586 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 28 rows starting from the beginning of the part | ||
3065 | 2024.07.10 23:03:52.201404 [ 3 ] {9b641b91-b24b-41c5-8f64-586df1901324} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3066 | 2024.07.10 23:03:52.202293 [ 3 ] {9b641b91-b24b-41c5-8f64-586df1901324} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3067 | 2024.07.10 23:03:52.202361 [ 3 ] {9b641b91-b24b-41c5-8f64-586df1901324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3068 | 2024.07.10 23:03:52.203378 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 331 rows, containing 4 columns (4 merged, 0 gathered) in 0.00508951 sec., 65035.730355181535 rows/sec., 5.07 MiB/sec. | ||
3069 | 2024.07.10 23:03:52.203492 [ 3 ] {9b641b91-b24b-41c5-8f64-586df1901324} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3070 | 2024.07.10 23:03:52.203575 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3071 | 2024.07.10 23:03:52.204316 [ 3 ] {9b641b91-b24b-41c5-8f64-586df1901324} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3072 | 2024.07.10 23:03:52.204394 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_16_3} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3073 | 2024.07.10 23:03:52.204641 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_16_3} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3074 | 2024.07.10 23:03:52.204653 [ 3 ] {9b641b91-b24b-41c5-8f64-586df1901324} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004914 sec., 20350.02035002035 rows/sec., 1.41 MiB/sec. | ||
3075 | 2024.07.10 23:03:52.204994 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
3076 | 2024.07.10 23:03:52.205235 [ 3 ] {9b641b91-b24b-41c5-8f64-586df1901324} <Debug> DynamicQueryHandler: Done processing query | ||
3077 | 2024.07.10 23:03:52.205269 [ 3 ] {9b641b91-b24b-41c5-8f64-586df1901324} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3078 | 2024.07.10 23:03:52.205287 [ 3 ] {} <Debug> HTTP-Session: 37f943d4-1da0-4b2f-8199-81350f7da9c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3079 | 2024.07.10 23:03:52.205410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3080 | 2024.07.10 23:03:52.205462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3081 | 2024.07.10 23:03:52.205484 [ 3 ] {} <Debug> HTTP-Session: c86adac5-73f3-416f-9f3e-82158d5114aa Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3082 | 2024.07.10 23:03:52.205503 [ 3 ] {} <Debug> HTTP-Session: c86adac5-73f3-416f-9f3e-82158d5114aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3083 | 2024.07.10 23:03:52.205519 [ 3 ] {} <Debug> HTTP-Session: c86adac5-73f3-416f-9f3e-82158d5114aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3084 | 2024.07.10 23:03:52.205554 [ 3 ] {} <Trace> HTTP-Session: c86adac5-73f3-416f-9f3e-82158d5114aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3085 | 2024.07.10 23:03:52.205678 [ 3 ] {f2cc4bc8-e88b-403d-991d-8c70ed23e5a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3086 | 2024.07.10 23:03:52.205725 [ 3 ] {f2cc4bc8-e88b-403d-991d-8c70ed23e5a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3087 | 2024.07.10 23:03:52.205869 [ 3 ] {f2cc4bc8-e88b-403d-991d-8c70ed23e5a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3088 | 2024.07.10 23:03:52.206175 [ 3 ] {f2cc4bc8-e88b-403d-991d-8c70ed23e5a9} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3089 | 2024.07.10 23:03:52.206211 [ 3 ] {f2cc4bc8-e88b-403d-991d-8c70ed23e5a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3090 | 2024.07.10 23:03:52.206596 [ 3 ] {f2cc4bc8-e88b-403d-991d-8c70ed23e5a9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3091 | 2024.07.10 23:03:52.206940 [ 3 ] {f2cc4bc8-e88b-403d-991d-8c70ed23e5a9} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3092 | 2024.07.10 23:03:52.207063 [ 28 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3093 | 2024.07.10 23:03:52.207068 [ 3 ] {f2cc4bc8-e88b-403d-991d-8c70ed23e5a9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001423 sec., 21082.220660576248 rows/sec., 1.44 MiB/sec. | ||
3094 | 2024.07.10 23:03:52.207097 [ 28 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3095 | 2024.07.10 23:03:52.207132 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3096 | 2024.07.10 23:03:52.207416 [ 3 ] {f2cc4bc8-e88b-403d-991d-8c70ed23e5a9} <Debug> DynamicQueryHandler: Done processing query | ||
3097 | 2024.07.10 23:03:52.207458 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
3098 | 2024.07.10 23:03:52.207493 [ 3 ] {f2cc4bc8-e88b-403d-991d-8c70ed23e5a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3099 | 2024.07.10 23:03:52.207581 [ 3 ] {} <Debug> HTTP-Session: c86adac5-73f3-416f-9f3e-82158d5114aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3100 | 2024.07.10 23:03:52.207749 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3101 | 2024.07.10 23:03:52.207788 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 162 rows starting from the beginning of the part | ||
3102 | 2024.07.10 23:03:52.207869 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
3103 | 2024.07.10 23:03:52.208094 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
3104 | 2024.07.10 23:03:52.208227 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
3105 | 2024.07.10 23:03:52.208331 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
3106 | 2024.07.10 23:03:52.208466 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
3107 | 2024.07.10 23:03:52.209481 [ 199 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 4 columns (4 merged, 0 gathered) in 0.00225346 sec., 138453.7555581195 rows/sec., 9.48 MiB/sec. | ||
3108 | 2024.07.10 23:03:52.209702 [ 197 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3109 | 2024.07.10 23:03:52.210168 [ 197 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_11_2} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3110 | 2024.07.10 23:03:52.210255 [ 197 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_11_2} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3111 | 2024.07.10 23:03:52.210354 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3112 | 2024.07.10 23:03:57.191743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3113 | 2024.07.10 23:03:57.191894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3114 | 2024.07.10 23:03:57.191927 [ 3 ] {} <Debug> HTTP-Session: 9355f5a4-487e-4586-a22a-77d0a0b28dd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3115 | 2024.07.10 23:03:57.191956 [ 3 ] {} <Debug> HTTP-Session: 9355f5a4-487e-4586-a22a-77d0a0b28dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3116 | 2024.07.10 23:03:57.191974 [ 3 ] {} <Debug> HTTP-Session: 9355f5a4-487e-4586-a22a-77d0a0b28dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3117 | 2024.07.10 23:03:57.192034 [ 3 ] {} <Trace> HTTP-Session: 9355f5a4-487e-4586-a22a-77d0a0b28dd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3118 | 2024.07.10 23:03:57.192258 [ 3 ] {74f5fb10-039f-493b-a04c-fe08e0f87ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3119 | 2024.07.10 23:03:57.192338 [ 3 ] {74f5fb10-039f-493b-a04c-fe08e0f87ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3120 | 2024.07.10 23:03:57.192565 [ 3 ] {74f5fb10-039f-493b-a04c-fe08e0f87ce9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3121 | 2024.07.10 23:03:57.193030 [ 3 ] {74f5fb10-039f-493b-a04c-fe08e0f87ce9} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3122 | 2024.07.10 23:03:57.193078 [ 3 ] {74f5fb10-039f-493b-a04c-fe08e0f87ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3123 | 2024.07.10 23:03:57.193470 [ 3 ] {74f5fb10-039f-493b-a04c-fe08e0f87ce9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3124 | 2024.07.10 23:03:57.193818 [ 3 ] {74f5fb10-039f-493b-a04c-fe08e0f87ce9} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3125 | 2024.07.10 23:03:57.193975 [ 3 ] {74f5fb10-039f-493b-a04c-fe08e0f87ce9} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001789 sec., 17328.11626607043 rows/sec., 1.37 MiB/sec. | ||
3126 | 2024.07.10 23:03:57.194197 [ 3 ] {74f5fb10-039f-493b-a04c-fe08e0f87ce9} <Debug> DynamicQueryHandler: Done processing query | ||
3127 | 2024.07.10 23:03:57.194225 [ 3 ] {74f5fb10-039f-493b-a04c-fe08e0f87ce9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3128 | 2024.07.10 23:03:57.194243 [ 3 ] {} <Debug> HTTP-Session: 9355f5a4-487e-4586-a22a-77d0a0b28dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3129 | 2024.07.10 23:03:57.194403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3130 | 2024.07.10 23:03:57.194463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3131 | 2024.07.10 23:03:57.194483 [ 3 ] {} <Debug> HTTP-Session: ed6536f3-c420-4756-84ac-82259b32068f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3132 | 2024.07.10 23:03:57.194502 [ 3 ] {} <Debug> HTTP-Session: ed6536f3-c420-4756-84ac-82259b32068f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3133 | 2024.07.10 23:03:57.194516 [ 3 ] {} <Debug> HTTP-Session: ed6536f3-c420-4756-84ac-82259b32068f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3134 | 2024.07.10 23:03:57.194554 [ 3 ] {} <Trace> HTTP-Session: ed6536f3-c420-4756-84ac-82259b32068f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3135 | 2024.07.10 23:03:57.194664 [ 3 ] {9909be2f-68b0-4327-a3c5-2e741e43e242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3136 | 2024.07.10 23:03:57.194711 [ 3 ] {9909be2f-68b0-4327-a3c5-2e741e43e242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3137 | 2024.07.10 23:03:57.194845 [ 3 ] {9909be2f-68b0-4327-a3c5-2e741e43e242} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3138 | 2024.07.10 23:03:57.195213 [ 3 ] {9909be2f-68b0-4327-a3c5-2e741e43e242} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3139 | 2024.07.10 23:03:57.195250 [ 3 ] {9909be2f-68b0-4327-a3c5-2e741e43e242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3140 | 2024.07.10 23:03:57.195555 [ 3 ] {9909be2f-68b0-4327-a3c5-2e741e43e242} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3141 | 2024.07.10 23:03:57.195876 [ 3 ] {9909be2f-68b0-4327-a3c5-2e741e43e242} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3142 | 2024.07.10 23:03:57.196007 [ 3 ] {9909be2f-68b0-4327-a3c5-2e741e43e242} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001375 sec., 2909.0909090909095 rows/sec., 237.22 KiB/sec. | ||
3143 | 2024.07.10 23:03:57.196173 [ 3 ] {9909be2f-68b0-4327-a3c5-2e741e43e242} <Debug> DynamicQueryHandler: Done processing query | ||
3144 | 2024.07.10 23:03:57.196197 [ 3 ] {9909be2f-68b0-4327-a3c5-2e741e43e242} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3145 | 2024.07.10 23:03:57.196213 [ 3 ] {} <Debug> HTTP-Session: ed6536f3-c420-4756-84ac-82259b32068f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3146 | 2024.07.10 23:03:57.196354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 17941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3147 | 2024.07.10 23:03:57.196405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3148 | 2024.07.10 23:03:57.196426 [ 3 ] {} <Debug> HTTP-Session: 70aa98db-dde6-4932-8ba9-bf7c01b7298e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3149 | 2024.07.10 23:03:57.196444 [ 3 ] {} <Debug> HTTP-Session: 70aa98db-dde6-4932-8ba9-bf7c01b7298e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3150 | 2024.07.10 23:03:57.196459 [ 3 ] {} <Debug> HTTP-Session: 70aa98db-dde6-4932-8ba9-bf7c01b7298e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3151 | 2024.07.10 23:03:57.196492 [ 3 ] {} <Trace> HTTP-Session: 70aa98db-dde6-4932-8ba9-bf7c01b7298e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3152 | 2024.07.10 23:03:57.196624 [ 3 ] {cda8cd1b-14d8-4927-b6be-65ab5ba43d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3153 | 2024.07.10 23:03:57.196667 [ 3 ] {cda8cd1b-14d8-4927-b6be-65ab5ba43d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3154 | 2024.07.10 23:03:57.196790 [ 3 ] {cda8cd1b-14d8-4927-b6be-65ab5ba43d1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3155 | 2024.07.10 23:03:57.197167 [ 3 ] {cda8cd1b-14d8-4927-b6be-65ab5ba43d1c} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3156 | 2024.07.10 23:03:57.197203 [ 3 ] {cda8cd1b-14d8-4927-b6be-65ab5ba43d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3157 | 2024.07.10 23:03:57.197515 [ 3 ] {cda8cd1b-14d8-4927-b6be-65ab5ba43d1c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3158 | 2024.07.10 23:03:57.197822 [ 3 ] {cda8cd1b-14d8-4927-b6be-65ab5ba43d1c} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3159 | 2024.07.10 23:03:57.197950 [ 3 ] {cda8cd1b-14d8-4927-b6be-65ab5ba43d1c} <Debug> executeQuery: Read 121 rows, 10.56 KiB in 0.001384 sec., 87427.74566473988 rows/sec., 7.45 MiB/sec. | ||
3160 | 2024.07.10 23:03:57.198101 [ 3 ] {cda8cd1b-14d8-4927-b6be-65ab5ba43d1c} <Debug> DynamicQueryHandler: Done processing query | ||
3161 | 2024.07.10 23:03:57.198125 [ 3 ] {cda8cd1b-14d8-4927-b6be-65ab5ba43d1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3162 | 2024.07.10 23:03:57.198139 [ 3 ] {} <Debug> HTTP-Session: 70aa98db-dde6-4932-8ba9-bf7c01b7298e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3163 | 2024.07.10 23:03:57.198251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3164 | 2024.07.10 23:03:57.198297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3165 | 2024.07.10 23:03:57.198315 [ 3 ] {} <Debug> HTTP-Session: 64102cf0-4b9a-434d-a964-7c5b20a8ccac Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3166 | 2024.07.10 23:03:57.198331 [ 3 ] {} <Debug> HTTP-Session: 64102cf0-4b9a-434d-a964-7c5b20a8ccac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3167 | 2024.07.10 23:03:57.198344 [ 3 ] {} <Debug> HTTP-Session: 64102cf0-4b9a-434d-a964-7c5b20a8ccac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3168 | 2024.07.10 23:03:57.198374 [ 3 ] {} <Trace> HTTP-Session: 64102cf0-4b9a-434d-a964-7c5b20a8ccac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3169 | 2024.07.10 23:03:57.198463 [ 3 ] {9fb92b71-2026-4c85-beb4-85d47698105e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3170 | 2024.07.10 23:03:57.198502 [ 3 ] {9fb92b71-2026-4c85-beb4-85d47698105e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3171 | 2024.07.10 23:03:57.198619 [ 3 ] {9fb92b71-2026-4c85-beb4-85d47698105e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3172 | 2024.07.10 23:03:57.199096 [ 3 ] {9fb92b71-2026-4c85-beb4-85d47698105e} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3173 | 2024.07.10 23:03:57.199131 [ 3 ] {9fb92b71-2026-4c85-beb4-85d47698105e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3174 | 2024.07.10 23:03:57.199429 [ 3 ] {9fb92b71-2026-4c85-beb4-85d47698105e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3175 | 2024.07.10 23:03:57.199745 [ 3 ] {9fb92b71-2026-4c85-beb4-85d47698105e} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3176 | 2024.07.10 23:03:57.199871 [ 3 ] {9fb92b71-2026-4c85-beb4-85d47698105e} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001395 sec., 2867.383512544803 rows/sec., 200.21 KiB/sec. | ||
3177 | 2024.07.10 23:03:57.200064 [ 3 ] {9fb92b71-2026-4c85-beb4-85d47698105e} <Debug> DynamicQueryHandler: Done processing query | ||
3178 | 2024.07.10 23:03:57.200089 [ 3 ] {9fb92b71-2026-4c85-beb4-85d47698105e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3179 | 2024.07.10 23:03:57.200105 [ 3 ] {} <Debug> HTTP-Session: 64102cf0-4b9a-434d-a964-7c5b20a8ccac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3180 | 2024.07.10 23:03:57.200239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10728, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3181 | 2024.07.10 23:03:57.200288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3182 | 2024.07.10 23:03:57.200307 [ 3 ] {} <Debug> HTTP-Session: fe289c84-561a-4111-bb23-45311d87c294 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3183 | 2024.07.10 23:03:57.200324 [ 3 ] {} <Debug> HTTP-Session: fe289c84-561a-4111-bb23-45311d87c294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3184 | 2024.07.10 23:03:57.200338 [ 3 ] {} <Debug> HTTP-Session: fe289c84-561a-4111-bb23-45311d87c294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3185 | 2024.07.10 23:03:57.200370 [ 3 ] {} <Trace> HTTP-Session: fe289c84-561a-4111-bb23-45311d87c294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3186 | 2024.07.10 23:03:57.200487 [ 3 ] {9747800e-3d6e-42aa-b8de-8f660bb7d0f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3187 | 2024.07.10 23:03:57.200529 [ 3 ] {9747800e-3d6e-42aa-b8de-8f660bb7d0f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3188 | 2024.07.10 23:03:57.200653 [ 3 ] {9747800e-3d6e-42aa-b8de-8f660bb7d0f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3189 | 2024.07.10 23:03:57.200969 [ 3 ] {9747800e-3d6e-42aa-b8de-8f660bb7d0f5} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3190 | 2024.07.10 23:03:57.201004 [ 3 ] {9747800e-3d6e-42aa-b8de-8f660bb7d0f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3191 | 2024.07.10 23:03:57.201313 [ 3 ] {9747800e-3d6e-42aa-b8de-8f660bb7d0f5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3192 | 2024.07.10 23:03:57.201625 [ 3 ] {9747800e-3d6e-42aa-b8de-8f660bb7d0f5} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3193 | 2024.07.10 23:03:57.201755 [ 3 ] {9747800e-3d6e-42aa-b8de-8f660bb7d0f5} <Debug> executeQuery: Read 63 rows, 5.04 KiB in 0.001312 sec., 48018.292682926825 rows/sec., 3.76 MiB/sec. | ||
3194 | 2024.07.10 23:03:57.201914 [ 3 ] {9747800e-3d6e-42aa-b8de-8f660bb7d0f5} <Debug> DynamicQueryHandler: Done processing query | ||
3195 | 2024.07.10 23:03:57.201939 [ 3 ] {9747800e-3d6e-42aa-b8de-8f660bb7d0f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3196 | 2024.07.10 23:03:57.201955 [ 3 ] {} <Debug> HTTP-Session: fe289c84-561a-4111-bb23-45311d87c294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3197 | 2024.07.10 23:03:57.202103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3198 | 2024.07.10 23:03:57.202151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3199 | 2024.07.10 23:03:57.202170 [ 3 ] {} <Debug> HTTP-Session: ce29140f-5e5b-4293-a0e7-65058900b8f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3200 | 2024.07.10 23:03:57.202187 [ 3 ] {} <Debug> HTTP-Session: ce29140f-5e5b-4293-a0e7-65058900b8f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3201 | 2024.07.10 23:03:57.202201 [ 3 ] {} <Debug> HTTP-Session: ce29140f-5e5b-4293-a0e7-65058900b8f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3202 | 2024.07.10 23:03:57.202232 [ 3 ] {} <Trace> HTTP-Session: ce29140f-5e5b-4293-a0e7-65058900b8f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3203 | 2024.07.10 23:03:57.202360 [ 3 ] {696c62a2-64cc-4af5-9174-e6b04d4305c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3204 | 2024.07.10 23:03:57.202408 [ 3 ] {696c62a2-64cc-4af5-9174-e6b04d4305c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3205 | 2024.07.10 23:03:57.202550 [ 3 ] {696c62a2-64cc-4af5-9174-e6b04d4305c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3206 | 2024.07.10 23:03:57.202911 [ 3 ] {696c62a2-64cc-4af5-9174-e6b04d4305c3} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3207 | 2024.07.10 23:03:57.202948 [ 3 ] {696c62a2-64cc-4af5-9174-e6b04d4305c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3208 | 2024.07.10 23:03:57.203321 [ 3 ] {696c62a2-64cc-4af5-9174-e6b04d4305c3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3209 | 2024.07.10 23:03:57.203657 [ 3 ] {696c62a2-64cc-4af5-9174-e6b04d4305c3} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3210 | 2024.07.10 23:03:57.203789 [ 3 ] {696c62a2-64cc-4af5-9174-e6b04d4305c3} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001478 sec., 69012.17861975644 rows/sec., 4.78 MiB/sec. | ||
3211 | 2024.07.10 23:03:57.204095 [ 3 ] {696c62a2-64cc-4af5-9174-e6b04d4305c3} <Debug> DynamicQueryHandler: Done processing query | ||
3212 | 2024.07.10 23:03:57.204120 [ 3 ] {696c62a2-64cc-4af5-9174-e6b04d4305c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3213 | 2024.07.10 23:03:57.204137 [ 3 ] {} <Debug> HTTP-Session: ce29140f-5e5b-4293-a0e7-65058900b8f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3214 | 2024.07.10 23:03:57.204309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3215 | 2024.07.10 23:03:57.204359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3216 | 2024.07.10 23:03:57.204377 [ 3 ] {} <Debug> HTTP-Session: 1b4343d5-25f3-4ad5-8751-74c2cf943a30 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3217 | 2024.07.10 23:03:57.204394 [ 3 ] {} <Debug> HTTP-Session: 1b4343d5-25f3-4ad5-8751-74c2cf943a30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3218 | 2024.07.10 23:03:57.204408 [ 3 ] {} <Debug> HTTP-Session: 1b4343d5-25f3-4ad5-8751-74c2cf943a30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3219 | 2024.07.10 23:03:57.204439 [ 3 ] {} <Trace> HTTP-Session: 1b4343d5-25f3-4ad5-8751-74c2cf943a30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3220 | 2024.07.10 23:03:57.205016 [ 3 ] {6760f065-539d-4af0-b9b6-ef106cb8b6d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3221 | 2024.07.10 23:03:57.205098 [ 3 ] {6760f065-539d-4af0-b9b6-ef106cb8b6d6} <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 | ||
3222 | 2024.07.10 23:03:57.205548 [ 3 ] {6760f065-539d-4af0-b9b6-ef106cb8b6d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3223 | 2024.07.10 23:03:57.206241 [ 3 ] {6760f065-539d-4af0-b9b6-ef106cb8b6d6} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3224 | 2024.07.10 23:03:57.206276 [ 3 ] {6760f065-539d-4af0-b9b6-ef106cb8b6d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3225 | 2024.07.10 23:03:57.206901 [ 3 ] {6760f065-539d-4af0-b9b6-ef106cb8b6d6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3226 | 2024.07.10 23:03:57.207314 [ 3 ] {6760f065-539d-4af0-b9b6-ef106cb8b6d6} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3227 | 2024.07.10 23:03:57.207442 [ 24 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3228 | 2024.07.10 23:03:57.207461 [ 3 ] {6760f065-539d-4af0-b9b6-ef106cb8b6d6} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002933 sec., 10569.382884418685 rows/sec., 18.94 MiB/sec. | ||
3229 | 2024.07.10 23:03:57.207492 [ 24 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3230 | 2024.07.10 23:03:57.207541 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3231 | 2024.07.10 23:03:57.207834 [ 186 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::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 | ||
3232 | 2024.07.10 23:03:57.207895 [ 3 ] {6760f065-539d-4af0-b9b6-ef106cb8b6d6} <Debug> DynamicQueryHandler: Done processing query | ||
3233 | 2024.07.10 23:03:57.207936 [ 3 ] {6760f065-539d-4af0-b9b6-ef106cb8b6d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3234 | 2024.07.10 23:03:57.207972 [ 3 ] {} <Debug> HTTP-Session: 1b4343d5-25f3-4ad5-8751-74c2cf943a30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3235 | 2024.07.10 23:03:57.208193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3236 | 2024.07.10 23:03:57.208315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3237 | 2024.07.10 23:03:57.208378 [ 3 ] {} <Debug> HTTP-Session: 1975bfb3-bef1-4efc-b06c-8bbf1aeb79f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3238 | 2024.07.10 23:03:57.208428 [ 3 ] {} <Debug> HTTP-Session: 1975bfb3-bef1-4efc-b06c-8bbf1aeb79f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3239 | 2024.07.10 23:03:57.208474 [ 3 ] {} <Debug> HTTP-Session: 1975bfb3-bef1-4efc-b06c-8bbf1aeb79f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3240 | 2024.07.10 23:03:57.208574 [ 3 ] {} <Trace> HTTP-Session: 1975bfb3-bef1-4efc-b06c-8bbf1aeb79f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3241 | 2024.07.10 23:03:57.208663 [ 186 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3242 | 2024.07.10 23:03:57.208857 [ 186 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 149 rows starting from the beginning of the part | ||
3243 | 2024.07.10 23:03:57.208861 [ 3 ] {815df799-0472-419f-a712-78711449092b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3244 | 2024.07.10 23:03:57.208994 [ 3 ] {815df799-0472-419f-a712-78711449092b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3245 | 2024.07.10 23:03:57.209603 [ 186 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part | ||
3246 | 2024.07.10 23:03:57.209847 [ 3 ] {815df799-0472-419f-a712-78711449092b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3247 | 2024.07.10 23:03:57.210291 [ 186 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
3248 | 2024.07.10 23:03:57.210949 [ 186 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part | ||
3249 | 2024.07.10 23:03:57.211125 [ 3 ] {815df799-0472-419f-a712-78711449092b} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3250 | 2024.07.10 23:03:57.211223 [ 3 ] {815df799-0472-419f-a712-78711449092b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3251 | 2024.07.10 23:03:57.211538 [ 186 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
3252 | 2024.07.10 23:03:57.212092 [ 186 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part | ||
3253 | 2024.07.10 23:03:57.212728 [ 3 ] {815df799-0472-419f-a712-78711449092b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3254 | 2024.07.10 23:03:57.213570 [ 3 ] {815df799-0472-419f-a712-78711449092b} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3255 | 2024.07.10 23:03:57.213981 [ 3 ] {815df799-0472-419f-a712-78711449092b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005234 sec., 5731.75391669851 rows/sec., 402.08 KiB/sec. | ||
3256 | 2024.07.10 23:03:57.214305 [ 3 ] {815df799-0472-419f-a712-78711449092b} <Debug> DynamicQueryHandler: Done processing query | ||
3257 | 2024.07.10 23:03:57.214332 [ 3 ] {815df799-0472-419f-a712-78711449092b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3258 | 2024.07.10 23:03:57.214348 [ 3 ] {} <Debug> HTTP-Session: 1975bfb3-bef1-4efc-b06c-8bbf1aeb79f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3259 | 2024.07.10 23:03:57.217104 [ 199 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 304 rows, containing 19 columns (19 merged, 0 gathered) in 0.009450385 sec., 32168.001621097974 rows/sec., 57.64 MiB/sec. | ||
3260 | 2024.07.10 23:03:57.217812 [ 199 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3261 | 2024.07.10 23:03:57.218480 [ 199 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3262 | 2024.07.10 23:03:57.218582 [ 199 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3263 | 2024.07.10 23:03:57.218742 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. | ||
3264 | 2024.07.10 23:03:57.550409 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3265 | 2024.07.10 23:03:57.550453 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3266 | 2024.07.10 23:03:58.001428 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00092632 sec. | ||
3267 | 2024.07.10 23:04:02.190782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3268 | 2024.07.10 23:04:02.190977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3269 | 2024.07.10 23:04:02.191024 [ 3 ] {} <Debug> HTTP-Session: 9c981641-eb75-4bd2-be3a-cea58fcbb9bc Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3270 | 2024.07.10 23:04:02.191069 [ 3 ] {} <Debug> HTTP-Session: 9c981641-eb75-4bd2-be3a-cea58fcbb9bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3271 | 2024.07.10 23:04:02.191098 [ 3 ] {} <Debug> HTTP-Session: 9c981641-eb75-4bd2-be3a-cea58fcbb9bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3272 | 2024.07.10 23:04:02.191180 [ 3 ] {} <Trace> HTTP-Session: 9c981641-eb75-4bd2-be3a-cea58fcbb9bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3273 | 2024.07.10 23:04:02.191590 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
3274 | 2024.07.10 23:04:02.192302 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3275 | 2024.07.10 23:04:02.192350 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
3276 | 2024.07.10 23:04:02.192673 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3277 | 2024.07.10 23:04:02.192756 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3278 | 2024.07.10 23:04:02.192929 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
3279 | 2024.07.10 23:04:02.193121 [ 263 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3280 | 2024.07.10 23:04:02.193157 [ 260 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3281 | 2024.07.10 23:04:02.193199 [ 262 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3282 | 2024.07.10 23:04:02.193173 [ 258 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3283 | 2024.07.10 23:04:02.193383 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (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 | ||
3284 | 2024.07.10 23:04:02.193415 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3285 | 2024.07.10 23:04:02.193532 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3286 | 2024.07.10 23:04:02.193556 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
3287 | 2024.07.10 23:04:02.193598 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
3288 | 2024.07.10 23:04:02.193643 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
3289 | 2024.07.10 23:04:02.193683 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
3290 | 2024.07.10 23:04:02.195489 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Debug> executeQuery: Read 25 rows, 1.04 KiB in 0.004103 sec., 6093.102607847916 rows/sec., 252.29 KiB/sec. | ||
3291 | 2024.07.10 23:04:02.195877 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Debug> DynamicQueryHandler: Done processing query | ||
3292 | 2024.07.10 23:04:02.195905 [ 3 ] {89500091-393c-45bf-8c7f-8623487c4cc3} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3293 | 2024.07.10 23:04:02.195923 [ 3 ] {} <Debug> HTTP-Session: 9c981641-eb75-4bd2-be3a-cea58fcbb9bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3294 | 2024.07.10 23:04:02.196293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1098, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3295 | 2024.07.10 23:04:02.196349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3296 | 2024.07.10 23:04:02.196369 [ 3 ] {} <Debug> HTTP-Session: 70a4519e-055e-4558-9c05-781e3b4120dc Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3297 | 2024.07.10 23:04:02.196388 [ 3 ] {} <Debug> HTTP-Session: 70a4519e-055e-4558-9c05-781e3b4120dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3298 | 2024.07.10 23:04:02.196432 [ 3 ] {} <Debug> HTTP-Session: 70a4519e-055e-4558-9c05-781e3b4120dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3299 | 2024.07.10 23:04:02.196469 [ 3 ] {} <Trace> HTTP-Session: 70a4519e-055e-4558-9c05-781e3b4120dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3300 | 2024.07.10 23:04:02.196634 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
3301 | 2024.07.10 23:04:02.196921 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3302 | 2024.07.10 23:04:02.196992 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
3303 | 2024.07.10 23:04:02.197285 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3304 | 2024.07.10 23:04:02.197351 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3305 | 2024.07.10 23:04:02.197491 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
3306 | 2024.07.10 23:04:02.197641 [ 264 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3307 | 2024.07.10 23:04:02.197656 [ 259 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3308 | 2024.07.10 23:04:02.197702 [ 261 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3309 | 2024.07.10 23:04:02.197749 [ 262 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3310 | 2024.07.10 23:04:02.197861 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (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 | ||
3311 | 2024.07.10 23:04:02.197894 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3312 | 2024.07.10 23:04:02.198001 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3313 | 2024.07.10 23:04:02.198024 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
3314 | 2024.07.10 23:04:02.198067 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
3315 | 2024.07.10 23:04:02.198111 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
3316 | 2024.07.10 23:04:02.198150 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
3317 | 2024.07.10 23:04:02.199910 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Debug> executeQuery: Read 25 rows, 1.04 KiB in 0.003411 sec., 7329.22896511287 rows/sec., 303.48 KiB/sec. | ||
3318 | 2024.07.10 23:04:02.200318 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Debug> DynamicQueryHandler: Done processing query | ||
3319 | 2024.07.10 23:04:02.200344 [ 3 ] {3f73000b-9dfd-4f0a-acd0-452244980625} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3320 | 2024.07.10 23:04:02.200362 [ 3 ] {} <Debug> HTTP-Session: 70a4519e-055e-4558-9c05-781e3b4120dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3321 | 2024.07.10 23:04:02.200611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3322 | 2024.07.10 23:04:02.200661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3323 | 2024.07.10 23:04:02.200681 [ 3 ] {} <Debug> HTTP-Session: ca349e31-00b5-43a2-a77a-1b9b8ae61e31 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3324 | 2024.07.10 23:04:02.200698 [ 3 ] {} <Debug> HTTP-Session: ca349e31-00b5-43a2-a77a-1b9b8ae61e31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3325 | 2024.07.10 23:04:02.200713 [ 3 ] {} <Debug> HTTP-Session: ca349e31-00b5-43a2-a77a-1b9b8ae61e31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3326 | 2024.07.10 23:04:02.200745 [ 3 ] {} <Trace> HTTP-Session: ca349e31-00b5-43a2-a77a-1b9b8ae61e31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3327 | 2024.07.10 23:04:02.200895 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
3328 | 2024.07.10 23:04:02.201173 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3329 | 2024.07.10 23:04:02.201222 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
3330 | 2024.07.10 23:04:02.201507 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3331 | 2024.07.10 23:04:02.201572 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3332 | 2024.07.10 23:04:02.201710 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
3333 | 2024.07.10 23:04:02.201897 [ 263 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3334 | 2024.07.10 23:04:02.201915 [ 260 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3335 | 2024.07.10 23:04:02.201930 [ 261 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3336 | 2024.07.10 23:04:02.201917 [ 258 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3337 | 2024.07.10 23:04:02.202096 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (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 | ||
3338 | 2024.07.10 23:04:02.202125 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3339 | 2024.07.10 23:04:02.202227 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3340 | 2024.07.10 23:04:02.202248 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
3341 | 2024.07.10 23:04:02.202287 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
3342 | 2024.07.10 23:04:02.202328 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
3343 | 2024.07.10 23:04:02.202367 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
3344 | 2024.07.10 23:04:02.203924 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Debug> executeQuery: Read 25 rows, 1.04 KiB in 0.0031 sec., 8064.5161290322585 rows/sec., 333.92 KiB/sec. | ||
3345 | 2024.07.10 23:04:02.204247 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Debug> DynamicQueryHandler: Done processing query | ||
3346 | 2024.07.10 23:04:02.204272 [ 3 ] {550c6103-cf33-493e-8bd5-5c993a517670} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3347 | 2024.07.10 23:04:02.204289 [ 3 ] {} <Debug> HTTP-Session: ca349e31-00b5-43a2-a77a-1b9b8ae61e31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3348 | 2024.07.10 23:04:02.204519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3349 | 2024.07.10 23:04:02.204568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3350 | 2024.07.10 23:04:02.204587 [ 3 ] {} <Debug> HTTP-Session: a0f84fe6-e445-4e12-88b8-53ca3b4fa34e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3351 | 2024.07.10 23:04:02.204604 [ 3 ] {} <Debug> HTTP-Session: a0f84fe6-e445-4e12-88b8-53ca3b4fa34e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3352 | 2024.07.10 23:04:02.204619 [ 3 ] {} <Debug> HTTP-Session: a0f84fe6-e445-4e12-88b8-53ca3b4fa34e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3353 | 2024.07.10 23:04:02.204650 [ 3 ] {} <Trace> HTTP-Session: a0f84fe6-e445-4e12-88b8-53ca3b4fa34e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3354 | 2024.07.10 23:04:02.204797 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
3355 | 2024.07.10 23:04:02.205077 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3356 | 2024.07.10 23:04:02.205123 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
3357 | 2024.07.10 23:04:02.205411 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3358 | 2024.07.10 23:04:02.205476 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3359 | 2024.07.10 23:04:02.205612 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
3360 | 2024.07.10 23:04:02.205764 [ 264 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3361 | 2024.07.10 23:04:02.205775 [ 265 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3362 | 2024.07.10 23:04:02.205814 [ 259 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3363 | 2024.07.10 23:04:02.205830 [ 258 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3364 | 2024.07.10 23:04:02.205955 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (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 | ||
3365 | 2024.07.10 23:04:02.205984 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3366 | 2024.07.10 23:04:02.206089 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3367 | 2024.07.10 23:04:02.206110 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
3368 | 2024.07.10 23:04:02.206149 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
3369 | 2024.07.10 23:04:02.206191 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
3370 | 2024.07.10 23:04:02.206231 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
3371 | 2024.07.10 23:04:02.207831 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Debug> executeQuery: Read 25 rows, 1.04 KiB in 0.003105 sec., 8051.529790660225 rows/sec., 333.38 KiB/sec. | ||
3372 | 2024.07.10 23:04:02.208166 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Debug> DynamicQueryHandler: Done processing query | ||
3373 | 2024.07.10 23:04:02.208191 [ 3 ] {8a20fe0d-81b3-459b-a68f-79d029ec1b05} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3374 | 2024.07.10 23:04:02.208208 [ 3 ] {} <Debug> HTTP-Session: a0f84fe6-e445-4e12-88b8-53ca3b4fa34e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3375 | 2024.07.10 23:04:02.208980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3376 | 2024.07.10 23:04:02.209029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3377 | 2024.07.10 23:04:02.209050 [ 3 ] {} <Debug> HTTP-Session: caf0ade5-249e-42ad-a98b-1dcd59f96805 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3378 | 2024.07.10 23:04:02.209068 [ 3 ] {} <Debug> HTTP-Session: caf0ade5-249e-42ad-a98b-1dcd59f96805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3379 | 2024.07.10 23:04:02.209084 [ 3 ] {} <Debug> HTTP-Session: caf0ade5-249e-42ad-a98b-1dcd59f96805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3380 | 2024.07.10 23:04:02.209115 [ 3 ] {} <Trace> HTTP-Session: caf0ade5-249e-42ad-a98b-1dcd59f96805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3381 | 2024.07.10 23:04:02.209229 [ 3 ] {aec365f7-1f9e-4ca7-bce4-f17d8aa87994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3382 | 2024.07.10 23:04:02.209274 [ 3 ] {aec365f7-1f9e-4ca7-bce4-f17d8aa87994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3383 | 2024.07.10 23:04:02.209440 [ 3 ] {aec365f7-1f9e-4ca7-bce4-f17d8aa87994} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3384 | 2024.07.10 23:04:02.209741 [ 3 ] {aec365f7-1f9e-4ca7-bce4-f17d8aa87994} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3385 | 2024.07.10 23:04:02.209781 [ 3 ] {aec365f7-1f9e-4ca7-bce4-f17d8aa87994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3386 | 2024.07.10 23:04:02.210270 [ 3 ] {aec365f7-1f9e-4ca7-bce4-f17d8aa87994} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3387 | 2024.07.10 23:04:02.210596 [ 3 ] {aec365f7-1f9e-4ca7-bce4-f17d8aa87994} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3388 | 2024.07.10 23:04:02.210775 [ 3 ] {aec365f7-1f9e-4ca7-bce4-f17d8aa87994} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001582 sec., 2528.4450063211125 rows/sec., 321.61 KiB/sec. | ||
3389 | 2024.07.10 23:04:02.211083 [ 3 ] {aec365f7-1f9e-4ca7-bce4-f17d8aa87994} <Debug> DynamicQueryHandler: Done processing query | ||
3390 | 2024.07.10 23:04:02.211108 [ 3 ] {aec365f7-1f9e-4ca7-bce4-f17d8aa87994} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3391 | 2024.07.10 23:04:02.211124 [ 3 ] {} <Debug> HTTP-Session: caf0ade5-249e-42ad-a98b-1dcd59f96805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3392 | 2024.07.10 23:04:02.211235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3393 | 2024.07.10 23:04:02.211285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3394 | 2024.07.10 23:04:02.211304 [ 3 ] {} <Debug> HTTP-Session: f8d74248-68c2-4012-bb8c-c478d9bcb386 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3395 | 2024.07.10 23:04:02.211321 [ 3 ] {} <Debug> HTTP-Session: f8d74248-68c2-4012-bb8c-c478d9bcb386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3396 | 2024.07.10 23:04:02.211335 [ 3 ] {} <Debug> HTTP-Session: f8d74248-68c2-4012-bb8c-c478d9bcb386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3397 | 2024.07.10 23:04:02.211367 [ 3 ] {} <Trace> HTTP-Session: f8d74248-68c2-4012-bb8c-c478d9bcb386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3398 | 2024.07.10 23:04:02.211464 [ 3 ] {9d4c3509-0435-4f48-acd6-6c72f0140487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3399 | 2024.07.10 23:04:02.211507 [ 3 ] {9d4c3509-0435-4f48-acd6-6c72f0140487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3400 | 2024.07.10 23:04:02.211653 [ 3 ] {9d4c3509-0435-4f48-acd6-6c72f0140487} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3401 | 2024.07.10 23:04:02.211925 [ 3 ] {9d4c3509-0435-4f48-acd6-6c72f0140487} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3402 | 2024.07.10 23:04:02.211962 [ 3 ] {9d4c3509-0435-4f48-acd6-6c72f0140487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3403 | 2024.07.10 23:04:02.212269 [ 3 ] {9d4c3509-0435-4f48-acd6-6c72f0140487} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3404 | 2024.07.10 23:04:02.212587 [ 3 ] {9d4c3509-0435-4f48-acd6-6c72f0140487} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3405 | 2024.07.10 23:04:02.212740 [ 3 ] {9d4c3509-0435-4f48-acd6-6c72f0140487} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001302 sec., 1536.0983102918588 rows/sec., 125.26 KiB/sec. | ||
3406 | 2024.07.10 23:04:02.212910 [ 3 ] {9d4c3509-0435-4f48-acd6-6c72f0140487} <Debug> DynamicQueryHandler: Done processing query | ||
3407 | 2024.07.10 23:04:02.212935 [ 3 ] {9d4c3509-0435-4f48-acd6-6c72f0140487} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3408 | 2024.07.10 23:04:02.212951 [ 3 ] {} <Debug> HTTP-Session: f8d74248-68c2-4012-bb8c-c478d9bcb386 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3409 | 2024.07.10 23:04:02.213076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3410 | 2024.07.10 23:04:02.213124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3411 | 2024.07.10 23:04:02.213143 [ 3 ] {} <Debug> HTTP-Session: c8b99ac4-80f9-4292-b4a0-81314e5eb3f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3412 | 2024.07.10 23:04:02.213160 [ 3 ] {} <Debug> HTTP-Session: c8b99ac4-80f9-4292-b4a0-81314e5eb3f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3413 | 2024.07.10 23:04:02.213174 [ 3 ] {} <Debug> HTTP-Session: c8b99ac4-80f9-4292-b4a0-81314e5eb3f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3414 | 2024.07.10 23:04:02.213205 [ 3 ] {} <Trace> HTTP-Session: c8b99ac4-80f9-4292-b4a0-81314e5eb3f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3415 | 2024.07.10 23:04:02.213314 [ 3 ] {0944cc69-a902-445f-be06-9d97e58e54ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3416 | 2024.07.10 23:04:02.213357 [ 3 ] {0944cc69-a902-445f-be06-9d97e58e54ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3417 | 2024.07.10 23:04:02.213482 [ 3 ] {0944cc69-a902-445f-be06-9d97e58e54ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3418 | 2024.07.10 23:04:02.213786 [ 3 ] {0944cc69-a902-445f-be06-9d97e58e54ad} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3419 | 2024.07.10 23:04:02.213822 [ 3 ] {0944cc69-a902-445f-be06-9d97e58e54ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3420 | 2024.07.10 23:04:02.214133 [ 3 ] {0944cc69-a902-445f-be06-9d97e58e54ad} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3421 | 2024.07.10 23:04:02.214442 [ 3 ] {0944cc69-a902-445f-be06-9d97e58e54ad} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3422 | 2024.07.10 23:04:02.214606 [ 3 ] {0944cc69-a902-445f-be06-9d97e58e54ad} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001325 sec., 43018.8679245283 rows/sec., 3.30 MiB/sec. | ||
3423 | 2024.07.10 23:04:02.214774 [ 3 ] {0944cc69-a902-445f-be06-9d97e58e54ad} <Debug> DynamicQueryHandler: Done processing query | ||
3424 | 2024.07.10 23:04:02.214798 [ 3 ] {0944cc69-a902-445f-be06-9d97e58e54ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3425 | 2024.07.10 23:04:02.214814 [ 3 ] {} <Debug> HTTP-Session: c8b99ac4-80f9-4292-b4a0-81314e5eb3f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3426 | 2024.07.10 23:04:02.214965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3427 | 2024.07.10 23:04:02.215012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3428 | 2024.07.10 23:04:02.215033 [ 3 ] {} <Debug> HTTP-Session: d447ff93-d17d-4f83-ae63-e18539f1814f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3429 | 2024.07.10 23:04:02.215050 [ 3 ] {} <Debug> HTTP-Session: d447ff93-d17d-4f83-ae63-e18539f1814f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3430 | 2024.07.10 23:04:02.215065 [ 3 ] {} <Debug> HTTP-Session: d447ff93-d17d-4f83-ae63-e18539f1814f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3431 | 2024.07.10 23:04:02.215096 [ 3 ] {} <Trace> HTTP-Session: d447ff93-d17d-4f83-ae63-e18539f1814f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3432 | 2024.07.10 23:04:02.215189 [ 3 ] {d2b28ffd-399a-4929-a9d1-7866e2e71333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3433 | 2024.07.10 23:04:02.215232 [ 3 ] {d2b28ffd-399a-4929-a9d1-7866e2e71333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3434 | 2024.07.10 23:04:02.215361 [ 3 ] {d2b28ffd-399a-4929-a9d1-7866e2e71333} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3435 | 2024.07.10 23:04:02.215620 [ 3 ] {d2b28ffd-399a-4929-a9d1-7866e2e71333} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3436 | 2024.07.10 23:04:02.215657 [ 3 ] {d2b28ffd-399a-4929-a9d1-7866e2e71333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3437 | 2024.07.10 23:04:02.215956 [ 3 ] {d2b28ffd-399a-4929-a9d1-7866e2e71333} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3438 | 2024.07.10 23:04:02.216262 [ 3 ] {d2b28ffd-399a-4929-a9d1-7866e2e71333} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3439 | 2024.07.10 23:04:02.216417 [ 3 ] {d2b28ffd-399a-4929-a9d1-7866e2e71333} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001249 sec., 1601.281024819856 rows/sec., 111.81 KiB/sec. | ||
3440 | 2024.07.10 23:04:02.216687 [ 3 ] {d2b28ffd-399a-4929-a9d1-7866e2e71333} <Debug> DynamicQueryHandler: Done processing query | ||
3441 | 2024.07.10 23:04:02.216711 [ 3 ] {d2b28ffd-399a-4929-a9d1-7866e2e71333} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3442 | 2024.07.10 23:04:02.216728 [ 3 ] {} <Debug> HTTP-Session: d447ff93-d17d-4f83-ae63-e18539f1814f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3443 | 2024.07.10 23:04:02.216846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3444 | 2024.07.10 23:04:02.216895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3445 | 2024.07.10 23:04:02.216914 [ 3 ] {} <Debug> HTTP-Session: f8fe7337-fb65-400d-9d09-ad53486b4286 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3446 | 2024.07.10 23:04:02.216930 [ 3 ] {} <Debug> HTTP-Session: f8fe7337-fb65-400d-9d09-ad53486b4286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3447 | 2024.07.10 23:04:02.216944 [ 3 ] {} <Debug> HTTP-Session: f8fe7337-fb65-400d-9d09-ad53486b4286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3448 | 2024.07.10 23:04:02.216976 [ 3 ] {} <Trace> HTTP-Session: f8fe7337-fb65-400d-9d09-ad53486b4286 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3449 | 2024.07.10 23:04:02.217090 [ 3 ] {3d7bd844-d251-4f4d-820e-b059f1adcd02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3450 | 2024.07.10 23:04:02.217132 [ 3 ] {3d7bd844-d251-4f4d-820e-b059f1adcd02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3451 | 2024.07.10 23:04:02.217277 [ 3 ] {3d7bd844-d251-4f4d-820e-b059f1adcd02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3452 | 2024.07.10 23:04:02.217608 [ 3 ] {3d7bd844-d251-4f4d-820e-b059f1adcd02} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3453 | 2024.07.10 23:04:02.217645 [ 3 ] {3d7bd844-d251-4f4d-820e-b059f1adcd02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3454 | 2024.07.10 23:04:02.217958 [ 3 ] {3d7bd844-d251-4f4d-820e-b059f1adcd02} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3455 | 2024.07.10 23:04:02.218270 [ 3 ] {3d7bd844-d251-4f4d-820e-b059f1adcd02} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3456 | 2024.07.10 23:04:02.218424 [ 3 ] {3d7bd844-d251-4f4d-820e-b059f1adcd02} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001376 sec., 47965.11627906976 rows/sec., 3.75 MiB/sec. | ||
3457 | 2024.07.10 23:04:02.218590 [ 3 ] {3d7bd844-d251-4f4d-820e-b059f1adcd02} <Debug> DynamicQueryHandler: Done processing query | ||
3458 | 2024.07.10 23:04:02.218614 [ 3 ] {3d7bd844-d251-4f4d-820e-b059f1adcd02} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3459 | 2024.07.10 23:04:02.218631 [ 3 ] {} <Debug> HTTP-Session: f8fe7337-fb65-400d-9d09-ad53486b4286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3460 | 2024.07.10 23:04:02.218768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 21630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3461 | 2024.07.10 23:04:02.218817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3462 | 2024.07.10 23:04:02.218837 [ 3 ] {} <Debug> HTTP-Session: 41196a3a-7a33-4af4-8371-ad3fcc4f0a3d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3463 | 2024.07.10 23:04:02.218853 [ 3 ] {} <Debug> HTTP-Session: 41196a3a-7a33-4af4-8371-ad3fcc4f0a3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3464 | 2024.07.10 23:04:02.218868 [ 3 ] {} <Debug> HTTP-Session: 41196a3a-7a33-4af4-8371-ad3fcc4f0a3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3465 | 2024.07.10 23:04:02.218899 [ 3 ] {} <Trace> HTTP-Session: 41196a3a-7a33-4af4-8371-ad3fcc4f0a3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3466 | 2024.07.10 23:04:02.219036 [ 3 ] {614d45dd-80d2-4c75-a1db-38ade560cd25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3467 | 2024.07.10 23:04:02.219088 [ 3 ] {614d45dd-80d2-4c75-a1db-38ade560cd25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3468 | 2024.07.10 23:04:02.219232 [ 3 ] {614d45dd-80d2-4c75-a1db-38ade560cd25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3469 | 2024.07.10 23:04:02.219579 [ 3 ] {614d45dd-80d2-4c75-a1db-38ade560cd25} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3470 | 2024.07.10 23:04:02.219615 [ 3 ] {614d45dd-80d2-4c75-a1db-38ade560cd25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3471 | 2024.07.10 23:04:02.219996 [ 3 ] {614d45dd-80d2-4c75-a1db-38ade560cd25} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3472 | 2024.07.10 23:04:02.220331 [ 3 ] {614d45dd-80d2-4c75-a1db-38ade560cd25} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3473 | 2024.07.10 23:04:02.220483 [ 3 ] {614d45dd-80d2-4c75-a1db-38ade560cd25} <Debug> executeQuery: Read 113 rows, 8.03 KiB in 0.001506 sec., 75033.2005312085 rows/sec., 5.21 MiB/sec. | ||
3474 | 2024.07.10 23:04:02.220652 [ 3 ] {614d45dd-80d2-4c75-a1db-38ade560cd25} <Debug> DynamicQueryHandler: Done processing query | ||
3475 | 2024.07.10 23:04:02.220676 [ 3 ] {614d45dd-80d2-4c75-a1db-38ade560cd25} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3476 | 2024.07.10 23:04:02.220692 [ 3 ] {} <Debug> HTTP-Session: 41196a3a-7a33-4af4-8371-ad3fcc4f0a3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3477 | 2024.07.10 23:04:02.220809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 5527, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3478 | 2024.07.10 23:04:02.220858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3479 | 2024.07.10 23:04:02.220877 [ 3 ] {} <Debug> HTTP-Session: e84663bf-f19c-47dd-9247-0d43aba3f41a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3480 | 2024.07.10 23:04:02.220893 [ 3 ] {} <Debug> HTTP-Session: e84663bf-f19c-47dd-9247-0d43aba3f41a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3481 | 2024.07.10 23:04:02.220908 [ 3 ] {} <Debug> HTTP-Session: e84663bf-f19c-47dd-9247-0d43aba3f41a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3482 | 2024.07.10 23:04:02.220939 [ 3 ] {} <Trace> HTTP-Session: e84663bf-f19c-47dd-9247-0d43aba3f41a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3483 | 2024.07.10 23:04:02.221047 [ 3 ] {f7973360-a7af-4997-9d38-d019e9a2891c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3484 | 2024.07.10 23:04:02.221092 [ 3 ] {f7973360-a7af-4997-9d38-d019e9a2891c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3485 | 2024.07.10 23:04:02.221221 [ 3 ] {f7973360-a7af-4997-9d38-d019e9a2891c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3486 | 2024.07.10 23:04:02.221499 [ 3 ] {f7973360-a7af-4997-9d38-d019e9a2891c} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3487 | 2024.07.10 23:04:02.221535 [ 3 ] {f7973360-a7af-4997-9d38-d019e9a2891c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3488 | 2024.07.10 23:04:02.221889 [ 3 ] {f7973360-a7af-4997-9d38-d019e9a2891c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3489 | 2024.07.10 23:04:02.222210 [ 3 ] {f7973360-a7af-4997-9d38-d019e9a2891c} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3490 | 2024.07.10 23:04:02.222363 [ 3 ] {f7973360-a7af-4997-9d38-d019e9a2891c} <Debug> executeQuery: Read 36 rows, 2.51 KiB in 0.001353 sec., 26607.538802660754 rows/sec., 1.81 MiB/sec. | ||
3491 | 2024.07.10 23:04:02.222531 [ 3 ] {f7973360-a7af-4997-9d38-d019e9a2891c} <Debug> DynamicQueryHandler: Done processing query | ||
3492 | 2024.07.10 23:04:02.222555 [ 3 ] {f7973360-a7af-4997-9d38-d019e9a2891c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3493 | 2024.07.10 23:04:02.222571 [ 3 ] {} <Debug> HTTP-Session: e84663bf-f19c-47dd-9247-0d43aba3f41a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3494 | 2024.07.10 23:04:07.196024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3495 | 2024.07.10 23:04:07.196248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3496 | 2024.07.10 23:04:07.196279 [ 3 ] {} <Debug> HTTP-Session: 7d90fb34-fbf4-4ded-bf94-79e86c66472f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3497 | 2024.07.10 23:04:07.196307 [ 3 ] {} <Debug> HTTP-Session: 7d90fb34-fbf4-4ded-bf94-79e86c66472f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3498 | 2024.07.10 23:04:07.196324 [ 3 ] {} <Debug> HTTP-Session: 7d90fb34-fbf4-4ded-bf94-79e86c66472f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3499 | 2024.07.10 23:04:07.196375 [ 3 ] {} <Trace> HTTP-Session: 7d90fb34-fbf4-4ded-bf94-79e86c66472f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3500 | 2024.07.10 23:04:07.196573 [ 3 ] {4cbd03dd-15b4-4b68-91f4-39b802df494f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3501 | 2024.07.10 23:04:07.196642 [ 3 ] {4cbd03dd-15b4-4b68-91f4-39b802df494f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3502 | 2024.07.10 23:04:07.196839 [ 3 ] {4cbd03dd-15b4-4b68-91f4-39b802df494f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3503 | 2024.07.10 23:04:07.197281 [ 3 ] {4cbd03dd-15b4-4b68-91f4-39b802df494f} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3504 | 2024.07.10 23:04:07.197330 [ 3 ] {4cbd03dd-15b4-4b68-91f4-39b802df494f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3505 | 2024.07.10 23:04:07.197712 [ 3 ] {4cbd03dd-15b4-4b68-91f4-39b802df494f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3506 | 2024.07.10 23:04:07.198065 [ 3 ] {4cbd03dd-15b4-4b68-91f4-39b802df494f} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3507 | 2024.07.10 23:04:07.198230 [ 3 ] {4cbd03dd-15b4-4b68-91f4-39b802df494f} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001717 sec., 18054.7466511357 rows/sec., 1.43 MiB/sec. | ||
3508 | 2024.07.10 23:04:07.198554 [ 3 ] {4cbd03dd-15b4-4b68-91f4-39b802df494f} <Debug> DynamicQueryHandler: Done processing query | ||
3509 | 2024.07.10 23:04:07.198583 [ 3 ] {4cbd03dd-15b4-4b68-91f4-39b802df494f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3510 | 2024.07.10 23:04:07.198601 [ 3 ] {} <Debug> HTTP-Session: 7d90fb34-fbf4-4ded-bf94-79e86c66472f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3511 | 2024.07.10 23:04:07.198776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3512 | 2024.07.10 23:04:07.198836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3513 | 2024.07.10 23:04:07.198856 [ 3 ] {} <Debug> HTTP-Session: 2095e15c-bcfd-40ab-8861-1d1761f0ebe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3514 | 2024.07.10 23:04:07.198876 [ 3 ] {} <Debug> HTTP-Session: 2095e15c-bcfd-40ab-8861-1d1761f0ebe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3515 | 2024.07.10 23:04:07.198891 [ 3 ] {} <Debug> HTTP-Session: 2095e15c-bcfd-40ab-8861-1d1761f0ebe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3516 | 2024.07.10 23:04:07.198929 [ 3 ] {} <Trace> HTTP-Session: 2095e15c-bcfd-40ab-8861-1d1761f0ebe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3517 | 2024.07.10 23:04:07.199036 [ 3 ] {038a7fd1-d3f5-422e-9209-80da72ea472c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3518 | 2024.07.10 23:04:07.199084 [ 3 ] {038a7fd1-d3f5-422e-9209-80da72ea472c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3519 | 2024.07.10 23:04:07.199237 [ 3 ] {038a7fd1-d3f5-422e-9209-80da72ea472c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3520 | 2024.07.10 23:04:07.199519 [ 3 ] {038a7fd1-d3f5-422e-9209-80da72ea472c} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3521 | 2024.07.10 23:04:07.199557 [ 3 ] {038a7fd1-d3f5-422e-9209-80da72ea472c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3522 | 2024.07.10 23:04:07.199865 [ 3 ] {038a7fd1-d3f5-422e-9209-80da72ea472c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3523 | 2024.07.10 23:04:07.200171 [ 3 ] {038a7fd1-d3f5-422e-9209-80da72ea472c} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3524 | 2024.07.10 23:04:07.200337 [ 3 ] {038a7fd1-d3f5-422e-9209-80da72ea472c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001324 sec., 1510.5740181268882 rows/sec., 123.18 KiB/sec. | ||
3525 | 2024.07.10 23:04:07.200508 [ 3 ] {038a7fd1-d3f5-422e-9209-80da72ea472c} <Debug> DynamicQueryHandler: Done processing query | ||
3526 | 2024.07.10 23:04:07.200533 [ 3 ] {038a7fd1-d3f5-422e-9209-80da72ea472c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3527 | 2024.07.10 23:04:07.200549 [ 3 ] {} <Debug> HTTP-Session: 2095e15c-bcfd-40ab-8861-1d1761f0ebe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3528 | 2024.07.10 23:04:07.200694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 22023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3529 | 2024.07.10 23:04:07.200746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3530 | 2024.07.10 23:04:07.200766 [ 3 ] {} <Debug> HTTP-Session: 99bb6e85-95d6-404f-a1be-a2a47d075a06 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3531 | 2024.07.10 23:04:07.200782 [ 3 ] {} <Debug> HTTP-Session: 99bb6e85-95d6-404f-a1be-a2a47d075a06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3532 | 2024.07.10 23:04:07.200797 [ 3 ] {} <Debug> HTTP-Session: 99bb6e85-95d6-404f-a1be-a2a47d075a06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3533 | 2024.07.10 23:04:07.200829 [ 3 ] {} <Trace> HTTP-Session: 99bb6e85-95d6-404f-a1be-a2a47d075a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3534 | 2024.07.10 23:04:07.200965 [ 3 ] {bf581c89-08ac-496a-b403-5e454e447f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3535 | 2024.07.10 23:04:07.201006 [ 3 ] {bf581c89-08ac-496a-b403-5e454e447f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3536 | 2024.07.10 23:04:07.201133 [ 3 ] {bf581c89-08ac-496a-b403-5e454e447f71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3537 | 2024.07.10 23:04:07.201500 [ 3 ] {bf581c89-08ac-496a-b403-5e454e447f71} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3538 | 2024.07.10 23:04:07.201535 [ 3 ] {bf581c89-08ac-496a-b403-5e454e447f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3539 | 2024.07.10 23:04:07.201843 [ 3 ] {bf581c89-08ac-496a-b403-5e454e447f71} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3540 | 2024.07.10 23:04:07.202195 [ 3 ] {bf581c89-08ac-496a-b403-5e454e447f71} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3541 | 2024.07.10 23:04:07.202323 [ 3 ] {bf581c89-08ac-496a-b403-5e454e447f71} <Debug> executeQuery: Read 150 rows, 12.89 KiB in 0.001412 sec., 106232.29461756373 rows/sec., 8.91 MiB/sec. | ||
3542 | 2024.07.10 23:04:07.202607 [ 3 ] {bf581c89-08ac-496a-b403-5e454e447f71} <Debug> DynamicQueryHandler: Done processing query | ||
3543 | 2024.07.10 23:04:07.202682 [ 3 ] {bf581c89-08ac-496a-b403-5e454e447f71} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3544 | 2024.07.10 23:04:07.202744 [ 3 ] {} <Debug> HTTP-Session: 99bb6e85-95d6-404f-a1be-a2a47d075a06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3545 | 2024.07.10 23:04:07.202924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3546 | 2024.07.10 23:04:07.202980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3547 | 2024.07.10 23:04:07.203001 [ 3 ] {} <Debug> HTTP-Session: 3af6fb18-b492-41f7-910b-2813cf370f3e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3548 | 2024.07.10 23:04:07.203020 [ 3 ] {} <Debug> HTTP-Session: 3af6fb18-b492-41f7-910b-2813cf370f3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3549 | 2024.07.10 23:04:07.203035 [ 3 ] {} <Debug> HTTP-Session: 3af6fb18-b492-41f7-910b-2813cf370f3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3550 | 2024.07.10 23:04:07.203068 [ 3 ] {} <Trace> HTTP-Session: 3af6fb18-b492-41f7-910b-2813cf370f3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3551 | 2024.07.10 23:04:07.203169 [ 3 ] {5025db0c-4ff7-4a91-ae53-487461aeb9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3552 | 2024.07.10 23:04:07.203213 [ 3 ] {5025db0c-4ff7-4a91-ae53-487461aeb9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3553 | 2024.07.10 23:04:07.203358 [ 3 ] {5025db0c-4ff7-4a91-ae53-487461aeb9f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3554 | 2024.07.10 23:04:07.203620 [ 3 ] {5025db0c-4ff7-4a91-ae53-487461aeb9f7} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3555 | 2024.07.10 23:04:07.203658 [ 3 ] {5025db0c-4ff7-4a91-ae53-487461aeb9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3556 | 2024.07.10 23:04:07.203964 [ 3 ] {5025db0c-4ff7-4a91-ae53-487461aeb9f7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3557 | 2024.07.10 23:04:07.204285 [ 3 ] {5025db0c-4ff7-4a91-ae53-487461aeb9f7} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3558 | 2024.07.10 23:04:07.204445 [ 3 ] {5025db0c-4ff7-4a91-ae53-487461aeb9f7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001289 sec., 1551.5903801396432 rows/sec., 108.34 KiB/sec. | ||
3559 | 2024.07.10 23:04:07.204884 [ 3 ] {5025db0c-4ff7-4a91-ae53-487461aeb9f7} <Debug> DynamicQueryHandler: Done processing query | ||
3560 | 2024.07.10 23:04:07.204909 [ 3 ] {5025db0c-4ff7-4a91-ae53-487461aeb9f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3561 | 2024.07.10 23:04:07.204925 [ 3 ] {} <Debug> HTTP-Session: 3af6fb18-b492-41f7-910b-2813cf370f3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3562 | 2024.07.10 23:04:07.205066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 16489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3563 | 2024.07.10 23:04:07.205118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3564 | 2024.07.10 23:04:07.205137 [ 3 ] {} <Debug> HTTP-Session: 944de137-23d1-47e0-b094-9df08aad9e65 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3565 | 2024.07.10 23:04:07.205154 [ 3 ] {} <Debug> HTTP-Session: 944de137-23d1-47e0-b094-9df08aad9e65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3566 | 2024.07.10 23:04:07.205171 [ 3 ] {} <Debug> HTTP-Session: 944de137-23d1-47e0-b094-9df08aad9e65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3567 | 2024.07.10 23:04:07.205202 [ 3 ] {} <Trace> HTTP-Session: 944de137-23d1-47e0-b094-9df08aad9e65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3568 | 2024.07.10 23:04:07.205334 [ 3 ] {bae8d704-eb5f-4fdf-8b3f-2641cec25672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3569 | 2024.07.10 23:04:07.205375 [ 3 ] {bae8d704-eb5f-4fdf-8b3f-2641cec25672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3570 | 2024.07.10 23:04:07.205527 [ 3 ] {bae8d704-eb5f-4fdf-8b3f-2641cec25672} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3571 | 2024.07.10 23:04:07.205874 [ 3 ] {bae8d704-eb5f-4fdf-8b3f-2641cec25672} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3572 | 2024.07.10 23:04:07.205911 [ 3 ] {bae8d704-eb5f-4fdf-8b3f-2641cec25672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3573 | 2024.07.10 23:04:07.206227 [ 3 ] {bae8d704-eb5f-4fdf-8b3f-2641cec25672} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3574 | 2024.07.10 23:04:07.206534 [ 3 ] {bae8d704-eb5f-4fdf-8b3f-2641cec25672} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3575 | 2024.07.10 23:04:07.206689 [ 3 ] {bae8d704-eb5f-4fdf-8b3f-2641cec25672} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001407 sec., 68941.0092395167 rows/sec., 5.39 MiB/sec. | ||
3576 | 2024.07.10 23:04:07.206858 [ 3 ] {bae8d704-eb5f-4fdf-8b3f-2641cec25672} <Debug> DynamicQueryHandler: Done processing query | ||
3577 | 2024.07.10 23:04:07.206882 [ 3 ] {bae8d704-eb5f-4fdf-8b3f-2641cec25672} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3578 | 2024.07.10 23:04:07.206898 [ 3 ] {} <Debug> HTTP-Session: 944de137-23d1-47e0-b094-9df08aad9e65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3579 | 2024.07.10 23:04:07.207126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3580 | 2024.07.10 23:04:07.207175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3581 | 2024.07.10 23:04:07.207194 [ 3 ] {} <Debug> HTTP-Session: 61f976d2-1afe-4945-81eb-30a9e34839a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3582 | 2024.07.10 23:04:07.207210 [ 3 ] {} <Debug> HTTP-Session: 61f976d2-1afe-4945-81eb-30a9e34839a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3583 | 2024.07.10 23:04:07.207225 [ 3 ] {} <Debug> HTTP-Session: 61f976d2-1afe-4945-81eb-30a9e34839a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3584 | 2024.07.10 23:04:07.207256 [ 3 ] {} <Trace> HTTP-Session: 61f976d2-1afe-4945-81eb-30a9e34839a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3585 | 2024.07.10 23:04:07.207405 [ 3 ] {909e4f9a-ddc9-467e-93f8-d9bdc74d2610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3586 | 2024.07.10 23:04:07.207452 [ 3 ] {909e4f9a-ddc9-467e-93f8-d9bdc74d2610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3587 | 2024.07.10 23:04:07.207599 [ 3 ] {909e4f9a-ddc9-467e-93f8-d9bdc74d2610} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3588 | 2024.07.10 23:04:07.208012 [ 3 ] {909e4f9a-ddc9-467e-93f8-d9bdc74d2610} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3589 | 2024.07.10 23:04:07.208049 [ 3 ] {909e4f9a-ddc9-467e-93f8-d9bdc74d2610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3590 | 2024.07.10 23:04:07.208471 [ 3 ] {909e4f9a-ddc9-467e-93f8-d9bdc74d2610} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3591 | 2024.07.10 23:04:07.208816 [ 3 ] {909e4f9a-ddc9-467e-93f8-d9bdc74d2610} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3592 | 2024.07.10 23:04:07.208970 [ 3 ] {909e4f9a-ddc9-467e-93f8-d9bdc74d2610} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001628 sec., 98894.34889434889 rows/sec., 6.89 MiB/sec. | ||
3593 | 2024.07.10 23:04:07.209146 [ 3 ] {909e4f9a-ddc9-467e-93f8-d9bdc74d2610} <Debug> DynamicQueryHandler: Done processing query | ||
3594 | 2024.07.10 23:04:07.209172 [ 3 ] {909e4f9a-ddc9-467e-93f8-d9bdc74d2610} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3595 | 2024.07.10 23:04:07.209189 [ 3 ] {} <Debug> HTTP-Session: 61f976d2-1afe-4945-81eb-30a9e34839a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3596 | 2024.07.10 23:04:07.209367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3597 | 2024.07.10 23:04:07.209418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3598 | 2024.07.10 23:04:07.209439 [ 3 ] {} <Debug> HTTP-Session: 125a7003-182a-49f1-a27e-66733aca4cab Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3599 | 2024.07.10 23:04:07.209457 [ 3 ] {} <Debug> HTTP-Session: 125a7003-182a-49f1-a27e-66733aca4cab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3600 | 2024.07.10 23:04:07.209471 [ 3 ] {} <Debug> HTTP-Session: 125a7003-182a-49f1-a27e-66733aca4cab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3601 | 2024.07.10 23:04:07.209503 [ 3 ] {} <Trace> HTTP-Session: 125a7003-182a-49f1-a27e-66733aca4cab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3602 | 2024.07.10 23:04:07.210029 [ 3 ] {a96357c2-2728-469b-ad7f-7a40a532265b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3603 | 2024.07.10 23:04:07.210096 [ 3 ] {a96357c2-2728-469b-ad7f-7a40a532265b} <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 | ||
3604 | 2024.07.10 23:04:07.210507 [ 3 ] {a96357c2-2728-469b-ad7f-7a40a532265b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3605 | 2024.07.10 23:04:07.211196 [ 3 ] {a96357c2-2728-469b-ad7f-7a40a532265b} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3606 | 2024.07.10 23:04:07.211233 [ 3 ] {a96357c2-2728-469b-ad7f-7a40a532265b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3607 | 2024.07.10 23:04:07.211871 [ 3 ] {a96357c2-2728-469b-ad7f-7a40a532265b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3608 | 2024.07.10 23:04:07.212286 [ 3 ] {a96357c2-2728-469b-ad7f-7a40a532265b} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3609 | 2024.07.10 23:04:07.212498 [ 3 ] {a96357c2-2728-469b-ad7f-7a40a532265b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002893 sec., 10715.520221223642 rows/sec., 19.20 MiB/sec. | ||
3610 | 2024.07.10 23:04:07.213008 [ 3 ] {a96357c2-2728-469b-ad7f-7a40a532265b} <Debug> DynamicQueryHandler: Done processing query | ||
3611 | 2024.07.10 23:04:07.213033 [ 3 ] {a96357c2-2728-469b-ad7f-7a40a532265b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3612 | 2024.07.10 23:04:07.213050 [ 3 ] {} <Debug> HTTP-Session: 125a7003-182a-49f1-a27e-66733aca4cab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3613 | 2024.07.10 23:04:07.213189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3614 | 2024.07.10 23:04:07.213239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3615 | 2024.07.10 23:04:07.213259 [ 3 ] {} <Debug> HTTP-Session: 9546b99b-5fbe-437b-9d7a-d3742572fc84 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3616 | 2024.07.10 23:04:07.213277 [ 3 ] {} <Debug> HTTP-Session: 9546b99b-5fbe-437b-9d7a-d3742572fc84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3617 | 2024.07.10 23:04:07.213291 [ 3 ] {} <Debug> HTTP-Session: 9546b99b-5fbe-437b-9d7a-d3742572fc84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3618 | 2024.07.10 23:04:07.213321 [ 3 ] {} <Trace> HTTP-Session: 9546b99b-5fbe-437b-9d7a-d3742572fc84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3619 | 2024.07.10 23:04:07.213434 [ 3 ] {2ab557a6-362e-48b2-a19d-82c6f936e2d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3620 | 2024.07.10 23:04:07.213480 [ 3 ] {2ab557a6-362e-48b2-a19d-82c6f936e2d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3621 | 2024.07.10 23:04:07.213615 [ 3 ] {2ab557a6-362e-48b2-a19d-82c6f936e2d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3622 | 2024.07.10 23:04:07.213900 [ 3 ] {2ab557a6-362e-48b2-a19d-82c6f936e2d8} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3623 | 2024.07.10 23:04:07.213937 [ 3 ] {2ab557a6-362e-48b2-a19d-82c6f936e2d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3624 | 2024.07.10 23:04:07.214300 [ 3 ] {2ab557a6-362e-48b2-a19d-82c6f936e2d8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3625 | 2024.07.10 23:04:07.214628 [ 3 ] {2ab557a6-362e-48b2-a19d-82c6f936e2d8} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3626 | 2024.07.10 23:04:07.214782 [ 3 ] {2ab557a6-362e-48b2-a19d-82c6f936e2d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
3627 | 2024.07.10 23:04:07.215103 [ 3 ] {2ab557a6-362e-48b2-a19d-82c6f936e2d8} <Debug> DynamicQueryHandler: Done processing query | ||
3628 | 2024.07.10 23:04:07.215129 [ 3 ] {2ab557a6-362e-48b2-a19d-82c6f936e2d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3629 | 2024.07.10 23:04:07.215146 [ 3 ] {} <Debug> HTTP-Session: 9546b99b-5fbe-437b-9d7a-d3742572fc84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3630 | 2024.07.10 23:04:12.194359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3631 | 2024.07.10 23:04:12.194545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3632 | 2024.07.10 23:04:12.194593 [ 3 ] {} <Debug> HTTP-Session: ce436f46-f073-49a0-a416-0bbc8356f274 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3633 | 2024.07.10 23:04:12.194636 [ 3 ] {} <Debug> HTTP-Session: ce436f46-f073-49a0-a416-0bbc8356f274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3634 | 2024.07.10 23:04:12.194666 [ 3 ] {} <Debug> HTTP-Session: ce436f46-f073-49a0-a416-0bbc8356f274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3635 | 2024.07.10 23:04:12.194749 [ 3 ] {} <Trace> HTTP-Session: ce436f46-f073-49a0-a416-0bbc8356f274 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3636 | 2024.07.10 23:04:12.195058 [ 3 ] {24ef74c1-cabc-466d-b558-0783a6ee7223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3637 | 2024.07.10 23:04:12.195170 [ 3 ] {24ef74c1-cabc-466d-b558-0783a6ee7223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3638 | 2024.07.10 23:04:12.195477 [ 3 ] {24ef74c1-cabc-466d-b558-0783a6ee7223} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3639 | 2024.07.10 23:04:12.196014 [ 3 ] {24ef74c1-cabc-466d-b558-0783a6ee7223} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3640 | 2024.07.10 23:04:12.196062 [ 3 ] {24ef74c1-cabc-466d-b558-0783a6ee7223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3641 | 2024.07.10 23:04:12.196452 [ 3 ] {24ef74c1-cabc-466d-b558-0783a6ee7223} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3642 | 2024.07.10 23:04:12.196815 [ 3 ] {24ef74c1-cabc-466d-b558-0783a6ee7223} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3643 | 2024.07.10 23:04:12.196993 [ 3 ] {24ef74c1-cabc-466d-b558-0783a6ee7223} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002039 sec., 27464.443354585583 rows/sec., 2.11 MiB/sec. | ||
3644 | 2024.07.10 23:04:12.197201 [ 3 ] {24ef74c1-cabc-466d-b558-0783a6ee7223} <Debug> DynamicQueryHandler: Done processing query | ||
3645 | 2024.07.10 23:04:12.197228 [ 3 ] {24ef74c1-cabc-466d-b558-0783a6ee7223} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3646 | 2024.07.10 23:04:12.197246 [ 3 ] {} <Debug> HTTP-Session: ce436f46-f073-49a0-a416-0bbc8356f274 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3647 | 2024.07.10 23:04:12.197441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3648 | 2024.07.10 23:04:12.197498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3649 | 2024.07.10 23:04:12.197519 [ 3 ] {} <Debug> HTTP-Session: 219e9ab4-8f2e-4ef0-bd5c-47ee84777523 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3650 | 2024.07.10 23:04:12.197539 [ 3 ] {} <Debug> HTTP-Session: 219e9ab4-8f2e-4ef0-bd5c-47ee84777523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3651 | 2024.07.10 23:04:12.197554 [ 3 ] {} <Debug> HTTP-Session: 219e9ab4-8f2e-4ef0-bd5c-47ee84777523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3652 | 2024.07.10 23:04:12.197589 [ 3 ] {} <Trace> HTTP-Session: 219e9ab4-8f2e-4ef0-bd5c-47ee84777523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3653 | 2024.07.10 23:04:12.197725 [ 3 ] {d04e0779-43b0-4a63-802a-c81b191cbbda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3654 | 2024.07.10 23:04:12.197773 [ 3 ] {d04e0779-43b0-4a63-802a-c81b191cbbda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3655 | 2024.07.10 23:04:12.197908 [ 3 ] {d04e0779-43b0-4a63-802a-c81b191cbbda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3656 | 2024.07.10 23:04:12.198230 [ 3 ] {d04e0779-43b0-4a63-802a-c81b191cbbda} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3657 | 2024.07.10 23:04:12.198269 [ 3 ] {d04e0779-43b0-4a63-802a-c81b191cbbda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3658 | 2024.07.10 23:04:12.198590 [ 3 ] {d04e0779-43b0-4a63-802a-c81b191cbbda} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3659 | 2024.07.10 23:04:12.198903 [ 3 ] {d04e0779-43b0-4a63-802a-c81b191cbbda} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3660 | 2024.07.10 23:04:12.199058 [ 3 ] {d04e0779-43b0-4a63-802a-c81b191cbbda} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001369 sec., 46749.45215485756 rows/sec., 3.65 MiB/sec. | ||
3661 | 2024.07.10 23:04:12.199225 [ 3 ] {d04e0779-43b0-4a63-802a-c81b191cbbda} <Debug> DynamicQueryHandler: Done processing query | ||
3662 | 2024.07.10 23:04:12.199250 [ 3 ] {d04e0779-43b0-4a63-802a-c81b191cbbda} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3663 | 2024.07.10 23:04:12.199266 [ 3 ] {} <Debug> HTTP-Session: 219e9ab4-8f2e-4ef0-bd5c-47ee84777523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3664 | 2024.07.10 23:04:12.199440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3665 | 2024.07.10 23:04:12.199490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3666 | 2024.07.10 23:04:12.199510 [ 3 ] {} <Debug> HTTP-Session: babf06b4-26ab-48bb-a0f5-de86385d1806 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3667 | 2024.07.10 23:04:12.199528 [ 3 ] {} <Debug> HTTP-Session: babf06b4-26ab-48bb-a0f5-de86385d1806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3668 | 2024.07.10 23:04:12.199543 [ 3 ] {} <Debug> HTTP-Session: babf06b4-26ab-48bb-a0f5-de86385d1806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3669 | 2024.07.10 23:04:12.199575 [ 3 ] {} <Trace> HTTP-Session: babf06b4-26ab-48bb-a0f5-de86385d1806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3670 | 2024.07.10 23:04:12.199723 [ 3 ] {4fed978a-1813-4906-89d1-c41cd26fcb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3671 | 2024.07.10 23:04:12.199772 [ 3 ] {4fed978a-1813-4906-89d1-c41cd26fcb19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3672 | 2024.07.10 23:04:12.199918 [ 3 ] {4fed978a-1813-4906-89d1-c41cd26fcb19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3673 | 2024.07.10 23:04:12.200281 [ 3 ] {4fed978a-1813-4906-89d1-c41cd26fcb19} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3674 | 2024.07.10 23:04:12.200318 [ 3 ] {4fed978a-1813-4906-89d1-c41cd26fcb19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3675 | 2024.07.10 23:04:12.200713 [ 3 ] {4fed978a-1813-4906-89d1-c41cd26fcb19} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3676 | 2024.07.10 23:04:12.201052 [ 3 ] {4fed978a-1813-4906-89d1-c41cd26fcb19} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3677 | 2024.07.10 23:04:12.201211 [ 175 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3678 | 2024.07.10 23:04:12.201221 [ 3 ] {4fed978a-1813-4906-89d1-c41cd26fcb19} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
3679 | 2024.07.10 23:04:12.201296 [ 175 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3680 | 2024.07.10 23:04:12.201355 [ 175 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3681 | 2024.07.10 23:04:12.201556 [ 3 ] {4fed978a-1813-4906-89d1-c41cd26fcb19} <Debug> DynamicQueryHandler: Done processing query | ||
3682 | 2024.07.10 23:04:12.201641 [ 3 ] {4fed978a-1813-4906-89d1-c41cd26fcb19} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3683 | 2024.07.10 23:04:12.201755 [ 3 ] {} <Debug> HTTP-Session: babf06b4-26ab-48bb-a0f5-de86385d1806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3684 | 2024.07.10 23:04:12.202066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3685 | 2024.07.10 23:04:12.202127 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::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 | ||
3686 | 2024.07.10 23:04:12.202158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3687 | 2024.07.10 23:04:12.202257 [ 3 ] {} <Debug> HTTP-Session: c592a590-42b8-4da0-b22c-18587ace0c87 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3688 | 2024.07.10 23:04:12.202295 [ 3 ] {} <Debug> HTTP-Session: c592a590-42b8-4da0-b22c-18587ace0c87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3689 | 2024.07.10 23:04:12.202309 [ 3 ] {} <Debug> HTTP-Session: c592a590-42b8-4da0-b22c-18587ace0c87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3690 | 2024.07.10 23:04:12.202385 [ 3 ] {} <Trace> HTTP-Session: c592a590-42b8-4da0-b22c-18587ace0c87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3691 | 2024.07.10 23:04:12.202569 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3692 | 2024.07.10 23:04:12.202642 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1422 rows starting from the beginning of the part | ||
3693 | 2024.07.10 23:04:12.202658 [ 3 ] {ae118ae5-fc5d-4d87-a3b3-3daf6dd47a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3694 | 2024.07.10 23:04:12.202739 [ 3 ] {ae118ae5-fc5d-4d87-a3b3-3daf6dd47a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3695 | 2024.07.10 23:04:12.203036 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part | ||
3696 | 2024.07.10 23:04:12.203525 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 102 rows starting from the beginning of the part | ||
3697 | 2024.07.10 23:04:12.203674 [ 3 ] {ae118ae5-fc5d-4d87-a3b3-3daf6dd47a4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3698 | 2024.07.10 23:04:12.203779 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
3699 | 2024.07.10 23:04:12.204176 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 161 rows starting from the beginning of the part | ||
3700 | 2024.07.10 23:04:12.204415 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::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 | ||
3701 | 2024.07.10 23:04:12.205140 [ 3 ] {ae118ae5-fc5d-4d87-a3b3-3daf6dd47a4b} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3702 | 2024.07.10 23:04:12.205199 [ 3 ] {ae118ae5-fc5d-4d87-a3b3-3daf6dd47a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3703 | 2024.07.10 23:04:12.206077 [ 3 ] {ae118ae5-fc5d-4d87-a3b3-3daf6dd47a4b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3704 | 2024.07.10 23:04:12.207055 [ 3 ] {ae118ae5-fc5d-4d87-a3b3-3daf6dd47a4b} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3705 | 2024.07.10 23:04:12.207500 [ 3 ] {ae118ae5-fc5d-4d87-a3b3-3daf6dd47a4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004936 sec., 12155.591572123176 rows/sec., 838.86 KiB/sec. | ||
3706 | 2024.07.10 23:04:12.208080 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2058 rows, containing 5 columns (5 merged, 0 gathered) in 0.006556322 sec., 313895.504217151 rows/sec., 21.87 MiB/sec. | ||
3707 | 2024.07.10 23:04:12.208098 [ 3 ] {ae118ae5-fc5d-4d87-a3b3-3daf6dd47a4b} <Debug> DynamicQueryHandler: Done processing query | ||
3708 | 2024.07.10 23:04:12.208168 [ 3 ] {ae118ae5-fc5d-4d87-a3b3-3daf6dd47a4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3709 | 2024.07.10 23:04:12.208188 [ 3 ] {} <Debug> HTTP-Session: c592a590-42b8-4da0-b22c-18587ace0c87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3710 | 2024.07.10 23:04:12.208409 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3711 | 2024.07.10 23:04:12.208833 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3712 | 2024.07.10 23:04:12.208914 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3713 | 2024.07.10 23:04:12.208997 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
3714 | 2024.07.10 23:04:12.550525 [ 175 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3715 | 2024.07.10 23:04:12.550623 [ 175 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3716 | 2024.07.10 23:04:14.488235 [ 162 ] {} <Debug> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3717 | 2024.07.10 23:04:14.488324 [ 162 ] {} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3718 | 2024.07.10 23:04:14.488364 [ 162 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3719 | 2024.07.10 23:04:14.488700 [ 199 ] {5b942489-f23e-4713-beff-420008a82ba1::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 | ||
3720 | 2024.07.10 23:04:14.489202 [ 199 ] {5b942489-f23e-4713-beff-420008a82ba1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3721 | 2024.07.10 23:04:14.489251 [ 199 ] {5b942489-f23e-4713-beff-420008a82ba1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 5 rows starting from the beginning of the part | ||
3722 | 2024.07.10 23:04:14.489396 [ 199 ] {5b942489-f23e-4713-beff-420008a82ba1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
3723 | 2024.07.10 23:04:14.489593 [ 199 ] {5b942489-f23e-4713-beff-420008a82ba1::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 | ||
3724 | 2024.07.10 23:04:14.489693 [ 199 ] {5b942489-f23e-4713-beff-420008a82ba1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
3725 | 2024.07.10 23:04:14.489798 [ 199 ] {5b942489-f23e-4713-beff-420008a82ba1::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 | ||
3726 | 2024.07.10 23:04:14.492190 [ 193 ] {5b942489-f23e-4713-beff-420008a82ba1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 6 columns (6 merged, 0 gathered) in 0.00371081 sec., 8084.488292313537 rows/sec., 1.12 MiB/sec. | ||
3727 | 2024.07.10 23:04:14.492390 [ 193 ] {5b942489-f23e-4713-beff-420008a82ba1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3728 | 2024.07.10 23:04:14.492965 [ 193 ] {5b942489-f23e-4713-beff-420008a82ba1::all_1_5_1} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3729 | 2024.07.10 23:04:14.493050 [ 193 ] {5b942489-f23e-4713-beff-420008a82ba1::all_1_5_1} <Trace> oximeter.timeseries_schema (5b942489-f23e-4713-beff-420008a82ba1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3730 | 2024.07.10 23:04:14.493156 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3731 | 2024.07.10 23:04:17.198385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3732 | 2024.07.10 23:04:17.198514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3733 | 2024.07.10 23:04:17.198540 [ 3 ] {} <Debug> HTTP-Session: 930c8b60-1a80-4b61-bd4d-7577b7e9a40a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3734 | 2024.07.10 23:04:17.198565 [ 3 ] {} <Debug> HTTP-Session: 930c8b60-1a80-4b61-bd4d-7577b7e9a40a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3735 | 2024.07.10 23:04:17.198581 [ 3 ] {} <Debug> HTTP-Session: 930c8b60-1a80-4b61-bd4d-7577b7e9a40a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3736 | 2024.07.10 23:04:17.198629 [ 3 ] {} <Trace> HTTP-Session: 930c8b60-1a80-4b61-bd4d-7577b7e9a40a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3737 | 2024.07.10 23:04:17.198820 [ 3 ] {f6d430b6-755c-4ba6-9a84-0e4e720d0330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3738 | 2024.07.10 23:04:17.198888 [ 3 ] {f6d430b6-755c-4ba6-9a84-0e4e720d0330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3739 | 2024.07.10 23:04:17.199077 [ 3 ] {f6d430b6-755c-4ba6-9a84-0e4e720d0330} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3740 | 2024.07.10 23:04:17.199500 [ 3 ] {f6d430b6-755c-4ba6-9a84-0e4e720d0330} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3741 | 2024.07.10 23:04:17.199546 [ 3 ] {f6d430b6-755c-4ba6-9a84-0e4e720d0330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3742 | 2024.07.10 23:04:17.199924 [ 3 ] {f6d430b6-755c-4ba6-9a84-0e4e720d0330} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3743 | 2024.07.10 23:04:17.200265 [ 3 ] {f6d430b6-755c-4ba6-9a84-0e4e720d0330} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3744 | 2024.07.10 23:04:17.200440 [ 3 ] {f6d430b6-755c-4ba6-9a84-0e4e720d0330} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.00167 sec., 18562.874251497007 rows/sec., 1.47 MiB/sec. | ||
3745 | 2024.07.10 23:04:17.200701 [ 3 ] {f6d430b6-755c-4ba6-9a84-0e4e720d0330} <Debug> DynamicQueryHandler: Done processing query | ||
3746 | 2024.07.10 23:04:17.200729 [ 3 ] {f6d430b6-755c-4ba6-9a84-0e4e720d0330} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3747 | 2024.07.10 23:04:17.200746 [ 3 ] {} <Debug> HTTP-Session: 930c8b60-1a80-4b61-bd4d-7577b7e9a40a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3748 | 2024.07.10 23:04:17.200910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3749 | 2024.07.10 23:04:17.200970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3750 | 2024.07.10 23:04:17.200991 [ 3 ] {} <Debug> HTTP-Session: 523a6e62-3f2b-4e7b-843b-ca78711ba7e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3751 | 2024.07.10 23:04:17.201009 [ 3 ] {} <Debug> HTTP-Session: 523a6e62-3f2b-4e7b-843b-ca78711ba7e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3752 | 2024.07.10 23:04:17.201023 [ 3 ] {} <Debug> HTTP-Session: 523a6e62-3f2b-4e7b-843b-ca78711ba7e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3753 | 2024.07.10 23:04:17.201060 [ 3 ] {} <Trace> HTTP-Session: 523a6e62-3f2b-4e7b-843b-ca78711ba7e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3754 | 2024.07.10 23:04:17.201166 [ 3 ] {043fad8f-fa8b-4a00-873f-b4fda7a75b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3755 | 2024.07.10 23:04:17.201213 [ 3 ] {043fad8f-fa8b-4a00-873f-b4fda7a75b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3756 | 2024.07.10 23:04:17.201345 [ 3 ] {043fad8f-fa8b-4a00-873f-b4fda7a75b2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3757 | 2024.07.10 23:04:17.201685 [ 3 ] {043fad8f-fa8b-4a00-873f-b4fda7a75b2b} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3758 | 2024.07.10 23:04:17.201724 [ 3 ] {043fad8f-fa8b-4a00-873f-b4fda7a75b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3759 | 2024.07.10 23:04:17.202041 [ 3 ] {043fad8f-fa8b-4a00-873f-b4fda7a75b2b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3760 | 2024.07.10 23:04:17.202359 [ 3 ] {043fad8f-fa8b-4a00-873f-b4fda7a75b2b} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3761 | 2024.07.10 23:04:17.202515 [ 169 ] {} <Debug> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3762 | 2024.07.10 23:04:17.202524 [ 3 ] {043fad8f-fa8b-4a00-873f-b4fda7a75b2b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001378 sec., 1451.3788098693758 rows/sec., 118.35 KiB/sec. | ||
3763 | 2024.07.10 23:04:17.202606 [ 169 ] {} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3764 | 2024.07.10 23:04:17.202672 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3765 | 2024.07.10 23:04:17.202871 [ 3 ] {043fad8f-fa8b-4a00-873f-b4fda7a75b2b} <Debug> DynamicQueryHandler: Done processing query | ||
3766 | 2024.07.10 23:04:17.202894 [ 189 ] {c4817826-8c46-47f4-a150-00bb10db9e81::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 | ||
3767 | 2024.07.10 23:04:17.202906 [ 3 ] {043fad8f-fa8b-4a00-873f-b4fda7a75b2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3768 | 2024.07.10 23:04:17.202974 [ 3 ] {} <Debug> HTTP-Session: 523a6e62-3f2b-4e7b-843b-ca78711ba7e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3769 | 2024.07.10 23:04:17.203095 [ 189 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3770 | 2024.07.10 23:04:17.203132 [ 189 ] {c4817826-8c46-47f4-a150-00bb10db9e81::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 | ||
3771 | 2024.07.10 23:04:17.203219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 27008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3772 | 2024.07.10 23:04:17.203374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3773 | 2024.07.10 23:04:17.203369 [ 189 ] {c4817826-8c46-47f4-a150-00bb10db9e81::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 | ||
3774 | 2024.07.10 23:04:17.203448 [ 3 ] {} <Debug> HTTP-Session: 415fd7ed-ea3b-4fcf-870c-39815b725299 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3775 | 2024.07.10 23:04:17.203536 [ 3 ] {} <Debug> HTTP-Session: 415fd7ed-ea3b-4fcf-870c-39815b725299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3776 | 2024.07.10 23:04:17.203630 [ 3 ] {} <Debug> HTTP-Session: 415fd7ed-ea3b-4fcf-870c-39815b725299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3777 | 2024.07.10 23:04:17.203641 [ 189 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
3778 | 2024.07.10 23:04:17.203772 [ 3 ] {} <Trace> HTTP-Session: 415fd7ed-ea3b-4fcf-870c-39815b725299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3779 | 2024.07.10 23:04:17.203894 [ 189 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
3780 | 2024.07.10 23:04:17.204117 [ 189 ] {c4817826-8c46-47f4-a150-00bb10db9e81::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 | ||
3781 | 2024.07.10 23:04:17.204209 [ 3 ] {6ed70ff7-a40a-49e2-9aee-0f3b0ca5be1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3782 | 2024.07.10 23:04:17.204426 [ 189 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
3783 | 2024.07.10 23:04:17.204452 [ 3 ] {6ed70ff7-a40a-49e2-9aee-0f3b0ca5be1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3784 | 2024.07.10 23:04:17.205194 [ 3 ] {6ed70ff7-a40a-49e2-9aee-0f3b0ca5be1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3785 | 2024.07.10 23:04:17.206193 [ 3 ] {6ed70ff7-a40a-49e2-9aee-0f3b0ca5be1a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3786 | 2024.07.10 23:04:17.206272 [ 3 ] {6ed70ff7-a40a-49e2-9aee-0f3b0ca5be1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3787 | 2024.07.10 23:04:17.207069 [ 189 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.004280492 sec., 3270.6520652298846 rows/sec., 266.70 KiB/sec. | ||
3788 | 2024.07.10 23:04:17.207215 [ 3 ] {6ed70ff7-a40a-49e2-9aee-0f3b0ca5be1a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3789 | 2024.07.10 23:04:17.207285 [ 199 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3790 | 2024.07.10 23:04:17.207989 [ 3 ] {6ed70ff7-a40a-49e2-9aee-0f3b0ca5be1a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3791 | 2024.07.10 23:04:17.208284 [ 169 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3792 | 2024.07.10 23:04:17.208316 [ 3 ] {6ed70ff7-a40a-49e2-9aee-0f3b0ca5be1a} <Debug> executeQuery: Read 186 rows, 15.70 KiB in 0.004275 sec., 43508.77192982456 rows/sec., 3.59 MiB/sec. | ||
3793 | 2024.07.10 23:04:17.208303 [ 199 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_6_1} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3794 | 2024.07.10 23:04:17.208358 [ 169 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3795 | 2024.07.10 23:04:17.208493 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3796 | 2024.07.10 23:04:17.208761 [ 199 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_6_1} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3797 | 2024.07.10 23:04:17.208912 [ 3 ] {6ed70ff7-a40a-49e2-9aee-0f3b0ca5be1a} <Debug> DynamicQueryHandler: Done processing query | ||
3798 | 2024.07.10 23:04:17.208992 [ 3 ] {6ed70ff7-a40a-49e2-9aee-0f3b0ca5be1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3799 | 2024.07.10 23:04:17.209072 [ 3 ] {} <Debug> HTTP-Session: 415fd7ed-ea3b-4fcf-870c-39815b725299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3800 | 2024.07.10 23:04:17.209226 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3801 | 2024.07.10 23:04:17.209318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3802 | 2024.07.10 23:04:17.209373 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::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 | ||
3803 | 2024.07.10 23:04:17.209475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3804 | 2024.07.10 23:04:17.209535 [ 3 ] {} <Debug> HTTP-Session: ae42a60d-f36b-48f6-93ff-29a20f909633 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3805 | 2024.07.10 23:04:17.209588 [ 3 ] {} <Debug> HTTP-Session: ae42a60d-f36b-48f6-93ff-29a20f909633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3806 | 2024.07.10 23:04:17.209639 [ 3 ] {} <Debug> HTTP-Session: ae42a60d-f36b-48f6-93ff-29a20f909633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3807 | 2024.07.10 23:04:17.209703 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3808 | 2024.07.10 23:04:17.209724 [ 3 ] {} <Trace> HTTP-Session: ae42a60d-f36b-48f6-93ff-29a20f909633 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3809 | 2024.07.10 23:04:17.209757 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 158 rows starting from the beginning of the part | ||
3810 | 2024.07.10 23:04:17.209989 [ 3 ] {b4255441-f7ac-48cc-8542-2ed60d24f3e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3811 | 2024.07.10 23:04:17.210073 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 121 rows starting from the beginning of the part | ||
3812 | 2024.07.10 23:04:17.210141 [ 3 ] {b4255441-f7ac-48cc-8542-2ed60d24f3e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3813 | 2024.07.10 23:04:17.210355 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 57 rows starting from the beginning of the part | ||
3814 | 2024.07.10 23:04:17.210696 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 150 rows starting from the beginning of the part | ||
3815 | 2024.07.10 23:04:17.211059 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
3816 | 2024.07.10 23:04:17.211372 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 186 rows starting from the beginning of the part | ||
3817 | 2024.07.10 23:04:17.211464 [ 3 ] {b4255441-f7ac-48cc-8542-2ed60d24f3e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3818 | 2024.07.10 23:04:17.212523 [ 3 ] {b4255441-f7ac-48cc-8542-2ed60d24f3e6} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3819 | 2024.07.10 23:04:17.212582 [ 3 ] {b4255441-f7ac-48cc-8542-2ed60d24f3e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3820 | 2024.07.10 23:04:17.213459 [ 3 ] {b4255441-f7ac-48cc-8542-2ed60d24f3e6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3821 | 2024.07.10 23:04:17.214107 [ 189 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 728 rows, containing 4 columns (4 merged, 0 gathered) in 0.005417138 sec., 134388.30614985255 rows/sec., 11.09 MiB/sec. | ||
3822 | 2024.07.10 23:04:17.214229 [ 3 ] {b4255441-f7ac-48cc-8542-2ed60d24f3e6} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3823 | 2024.07.10 23:04:17.214344 [ 189 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3824 | 2024.07.10 23:04:17.214464 [ 169 ] {} <Debug> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3825 | 2024.07.10 23:04:17.214570 [ 169 ] {} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3826 | 2024.07.10 23:04:17.214584 [ 3 ] {b4255441-f7ac-48cc-8542-2ed60d24f3e6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004701 sec., 425.44139544777704 rows/sec., 29.71 KiB/sec. | ||
3827 | 2024.07.10 23:04:17.214610 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3828 | 2024.07.10 23:04:17.215217 [ 3 ] {b4255441-f7ac-48cc-8542-2ed60d24f3e6} <Debug> DynamicQueryHandler: Done processing query | ||
3829 | 2024.07.10 23:04:17.215225 [ 198 ] {48986285-592e-4dd3-94a5-580a2967e42b::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 | ||
3830 | 2024.07.10 23:04:17.215290 [ 3 ] {b4255441-f7ac-48cc-8542-2ed60d24f3e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3831 | 2024.07.10 23:04:17.215373 [ 3 ] {} <Debug> HTTP-Session: ae42a60d-f36b-48f6-93ff-29a20f909633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3832 | 2024.07.10 23:04:17.215643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 20531, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3833 | 2024.07.10 23:04:17.215779 [ 198 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3834 | 2024.07.10 23:04:17.215798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3835 | 2024.07.10 23:04:17.215867 [ 189 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_21_4} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3836 | 2024.07.10 23:04:17.215888 [ 3 ] {} <Debug> HTTP-Session: 598fe699-3993-4f83-b165-2f79b18c55c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3837 | 2024.07.10 23:04:17.215892 [ 198 ] {48986285-592e-4dd3-94a5-580a2967e42b::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 | ||
3838 | 2024.07.10 23:04:17.215962 [ 3 ] {} <Debug> HTTP-Session: 598fe699-3993-4f83-b165-2f79b18c55c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3839 | 2024.07.10 23:04:17.216022 [ 3 ] {} <Debug> HTTP-Session: 598fe699-3993-4f83-b165-2f79b18c55c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3840 | 2024.07.10 23:04:17.216179 [ 3 ] {} <Trace> HTTP-Session: 598fe699-3993-4f83-b165-2f79b18c55c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3841 | 2024.07.10 23:04:17.216209 [ 189 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_21_4} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3842 | 2024.07.10 23:04:17.216337 [ 198 ] {48986285-592e-4dd3-94a5-580a2967e42b::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 | ||
3843 | 2024.07.10 23:04:17.216726 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3844 | 2024.07.10 23:04:17.216741 [ 3 ] {ba9f1b7b-99b6-4c43-9fd9-fb071495780f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3845 | 2024.07.10 23:04:17.216883 [ 198 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
3846 | 2024.07.10 23:04:17.216943 [ 3 ] {ba9f1b7b-99b6-4c43-9fd9-fb071495780f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3847 | 2024.07.10 23:04:17.217198 [ 198 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
3848 | 2024.07.10 23:04:17.217527 [ 198 ] {48986285-592e-4dd3-94a5-580a2967e42b::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 | ||
3849 | 2024.07.10 23:04:17.217925 [ 198 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
3850 | 2024.07.10 23:04:17.218072 [ 3 ] {ba9f1b7b-99b6-4c43-9fd9-fb071495780f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3851 | 2024.07.10 23:04:17.219151 [ 3 ] {ba9f1b7b-99b6-4c43-9fd9-fb071495780f} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3852 | 2024.07.10 23:04:17.219216 [ 3 ] {ba9f1b7b-99b6-4c43-9fd9-fb071495780f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3853 | 2024.07.10 23:04:17.220102 [ 3 ] {ba9f1b7b-99b6-4c43-9fd9-fb071495780f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3854 | 2024.07.10 23:04:17.220385 [ 198 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.005591402 sec., 2503.844295223273 rows/sec., 174.83 KiB/sec. | ||
3855 | 2024.07.10 23:04:17.220641 [ 198 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3856 | 2024.07.10 23:04:17.220846 [ 3 ] {ba9f1b7b-99b6-4c43-9fd9-fb071495780f} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3857 | 2024.07.10 23:04:17.221282 [ 169 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3858 | 2024.07.10 23:04:17.221319 [ 3 ] {ba9f1b7b-99b6-4c43-9fd9-fb071495780f} <Debug> executeQuery: Read 121 rows, 9.66 KiB in 0.004795 sec., 25234.61939520334 rows/sec., 1.97 MiB/sec. | ||
3859 | 2024.07.10 23:04:17.221382 [ 169 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3860 | 2024.07.10 23:04:17.221498 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3861 | 2024.07.10 23:04:17.221731 [ 198 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_6_1} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3862 | 2024.07.10 23:04:17.221860 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::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 | ||
3863 | 2024.07.10 23:04:17.221883 [ 3 ] {ba9f1b7b-99b6-4c43-9fd9-fb071495780f} <Debug> DynamicQueryHandler: Done processing query | ||
3864 | 2024.07.10 23:04:17.221958 [ 3 ] {ba9f1b7b-99b6-4c43-9fd9-fb071495780f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3865 | 2024.07.10 23:04:17.221996 [ 3 ] {} <Debug> HTTP-Session: 598fe699-3993-4f83-b165-2f79b18c55c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3866 | 2024.07.10 23:04:17.222029 [ 198 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_6_1} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3867 | 2024.07.10 23:04:17.222221 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3868 | 2024.07.10 23:04:17.222227 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3869 | 2024.07.10 23:04:17.222261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 37810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3870 | 2024.07.10 23:04:17.222287 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 105 rows starting from the beginning of the part | ||
3871 | 2024.07.10 23:04:17.222349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3872 | 2024.07.10 23:04:17.222379 [ 3 ] {} <Debug> HTTP-Session: 98ea9495-4dbf-42b8-978b-c4762e173708 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3873 | 2024.07.10 23:04:17.222425 [ 3 ] {} <Debug> HTTP-Session: 98ea9495-4dbf-42b8-978b-c4762e173708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3874 | 2024.07.10 23:04:17.222426 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 63 rows starting from the beginning of the part | ||
3875 | 2024.07.10 23:04:17.222445 [ 3 ] {} <Debug> HTTP-Session: 98ea9495-4dbf-42b8-978b-c4762e173708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3876 | 2024.07.10 23:04:17.222545 [ 3 ] {} <Trace> HTTP-Session: 98ea9495-4dbf-42b8-978b-c4762e173708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3877 | 2024.07.10 23:04:17.222652 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 66 rows starting from the beginning of the part | ||
3878 | 2024.07.10 23:04:17.222948 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 97 rows starting from the beginning of the part | ||
3879 | 2024.07.10 23:04:17.223020 [ 3 ] {764281a7-307c-4967-9549-5c1eda739b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3880 | 2024.07.10 23:04:17.223233 [ 3 ] {764281a7-307c-4967-9549-5c1eda739b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3881 | 2024.07.10 23:04:17.223264 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
3882 | 2024.07.10 23:04:17.223648 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 121 rows starting from the beginning of the part | ||
3883 | 2024.07.10 23:04:17.224341 [ 3 ] {764281a7-307c-4967-9549-5c1eda739b38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3884 | 2024.07.10 23:04:17.225015 [ 3 ] {764281a7-307c-4967-9549-5c1eda739b38} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3885 | 2024.07.10 23:04:17.225057 [ 3 ] {764281a7-307c-4967-9549-5c1eda739b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3886 | 2024.07.10 23:04:17.225587 [ 189 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 4 columns (4 merged, 0 gathered) in 0.003948786 sec., 130673.07268613695 rows/sec., 10.20 MiB/sec. | ||
3887 | 2024.07.10 23:04:17.225690 [ 3 ] {764281a7-307c-4967-9549-5c1eda739b38} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3888 | 2024.07.10 23:04:17.225794 [ 189 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3889 | 2024.07.10 23:04:17.226500 [ 3 ] {764281a7-307c-4967-9549-5c1eda739b38} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3890 | 2024.07.10 23:04:17.226615 [ 189 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_21_4} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3891 | 2024.07.10 23:04:17.226812 [ 189 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_21_4} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3892 | 2024.07.10 23:04:17.226821 [ 3 ] {764281a7-307c-4967-9549-5c1eda739b38} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.004029 sec., 48895.50757011666 rows/sec., 3.41 MiB/sec. | ||
3893 | 2024.07.10 23:04:17.227069 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
3894 | 2024.07.10 23:04:17.227247 [ 3 ] {764281a7-307c-4967-9549-5c1eda739b38} <Debug> DynamicQueryHandler: Done processing query | ||
3895 | 2024.07.10 23:04:17.227277 [ 3 ] {764281a7-307c-4967-9549-5c1eda739b38} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3896 | 2024.07.10 23:04:17.227294 [ 3 ] {} <Debug> HTTP-Session: 98ea9495-4dbf-42b8-978b-c4762e173708 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3897 | 2024.07.10 23:04:17.227525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3898 | 2024.07.10 23:04:17.227575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3899 | 2024.07.10 23:04:17.227596 [ 3 ] {} <Debug> HTTP-Session: 3d34c44e-20aa-42ca-9845-0587636e0a35 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3900 | 2024.07.10 23:04:17.227614 [ 3 ] {} <Debug> HTTP-Session: 3d34c44e-20aa-42ca-9845-0587636e0a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3901 | 2024.07.10 23:04:17.227628 [ 3 ] {} <Debug> HTTP-Session: 3d34c44e-20aa-42ca-9845-0587636e0a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3902 | 2024.07.10 23:04:17.227660 [ 3 ] {} <Trace> HTTP-Session: 3d34c44e-20aa-42ca-9845-0587636e0a35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3903 | 2024.07.10 23:04:17.227995 [ 3 ] {9f7ef313-1e53-44a5-945e-da522bbb607f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3904 | 2024.07.10 23:04:17.228066 [ 3 ] {9f7ef313-1e53-44a5-945e-da522bbb607f} <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 | ||
3905 | 2024.07.10 23:04:17.228503 [ 3 ] {9f7ef313-1e53-44a5-945e-da522bbb607f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3906 | 2024.07.10 23:04:17.229231 [ 3 ] {9f7ef313-1e53-44a5-945e-da522bbb607f} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3907 | 2024.07.10 23:04:17.229269 [ 3 ] {9f7ef313-1e53-44a5-945e-da522bbb607f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3908 | 2024.07.10 23:04:17.229903 [ 3 ] {9f7ef313-1e53-44a5-945e-da522bbb607f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3909 | 2024.07.10 23:04:17.230318 [ 3 ] {9f7ef313-1e53-44a5-945e-da522bbb607f} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3910 | 2024.07.10 23:04:17.230502 [ 3 ] {9f7ef313-1e53-44a5-945e-da522bbb607f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002741 sec., 11309.740970448742 rows/sec., 20.27 MiB/sec. | ||
3911 | 2024.07.10 23:04:17.230730 [ 3 ] {9f7ef313-1e53-44a5-945e-da522bbb607f} <Debug> DynamicQueryHandler: Done processing query | ||
3912 | 2024.07.10 23:04:17.230756 [ 3 ] {9f7ef313-1e53-44a5-945e-da522bbb607f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3913 | 2024.07.10 23:04:17.230772 [ 3 ] {} <Debug> HTTP-Session: 3d34c44e-20aa-42ca-9845-0587636e0a35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3914 | 2024.07.10 23:04:17.230913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3915 | 2024.07.10 23:04:17.230963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3916 | 2024.07.10 23:04:17.230983 [ 3 ] {} <Debug> HTTP-Session: fc0ac82e-1075-4e72-9c8a-7c4da4b5db99 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3917 | 2024.07.10 23:04:17.231001 [ 3 ] {} <Debug> HTTP-Session: fc0ac82e-1075-4e72-9c8a-7c4da4b5db99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3918 | 2024.07.10 23:04:17.231016 [ 3 ] {} <Debug> HTTP-Session: fc0ac82e-1075-4e72-9c8a-7c4da4b5db99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3919 | 2024.07.10 23:04:17.231047 [ 3 ] {} <Trace> HTTP-Session: fc0ac82e-1075-4e72-9c8a-7c4da4b5db99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3920 | 2024.07.10 23:04:17.231165 [ 3 ] {11592c47-3286-41e8-9054-bf9971afa828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3921 | 2024.07.10 23:04:17.231238 [ 3 ] {11592c47-3286-41e8-9054-bf9971afa828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3922 | 2024.07.10 23:04:17.231364 [ 3 ] {11592c47-3286-41e8-9054-bf9971afa828} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3923 | 2024.07.10 23:04:17.231681 [ 3 ] {11592c47-3286-41e8-9054-bf9971afa828} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3924 | 2024.07.10 23:04:17.231718 [ 3 ] {11592c47-3286-41e8-9054-bf9971afa828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3925 | 2024.07.10 23:04:17.232079 [ 3 ] {11592c47-3286-41e8-9054-bf9971afa828} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3926 | 2024.07.10 23:04:17.232414 [ 3 ] {11592c47-3286-41e8-9054-bf9971afa828} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3927 | 2024.07.10 23:04:17.232570 [ 169 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3928 | 2024.07.10 23:04:17.232578 [ 3 ] {11592c47-3286-41e8-9054-bf9971afa828} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001446 sec., 41493.775933609955 rows/sec., 2.80 MiB/sec. | ||
3929 | 2024.07.10 23:04:17.232620 [ 169 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3930 | 2024.07.10 23:04:17.232681 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3931 | 2024.07.10 23:04:17.232872 [ 3 ] {11592c47-3286-41e8-9054-bf9971afa828} <Debug> DynamicQueryHandler: Done processing query | ||
3932 | 2024.07.10 23:04:17.232886 [ 198 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
3933 | 2024.07.10 23:04:17.232914 [ 3 ] {11592c47-3286-41e8-9054-bf9971afa828} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3934 | 2024.07.10 23:04:17.232969 [ 3 ] {} <Debug> HTTP-Session: fc0ac82e-1075-4e72-9c8a-7c4da4b5db99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3935 | 2024.07.10 23:04:17.233090 [ 198 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3936 | 2024.07.10 23:04:17.233126 [ 198 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 312 rows starting from the beginning of the part | ||
3937 | 2024.07.10 23:04:17.233209 [ 198 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
3938 | 2024.07.10 23:04:17.233381 [ 198 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part | ||
3939 | 2024.07.10 23:04:17.233631 [ 198 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
3940 | 2024.07.10 23:04:17.233770 [ 198 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
3941 | 2024.07.10 23:04:17.233951 [ 198 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
3942 | 2024.07.10 23:04:17.235108 [ 187 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 4 columns (4 merged, 0 gathered) in 0.00230408 sec., 242179.0910037846 rows/sec., 16.50 MiB/sec. | ||
3943 | 2024.07.10 23:04:17.235261 [ 198 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3944 | 2024.07.10 23:04:17.235713 [ 198 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_16_3} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3945 | 2024.07.10 23:04:17.235801 [ 198 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_16_3} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3946 | 2024.07.10 23:04:17.235875 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
3947 | 2024.07.10 23:04:22.193880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3948 | 2024.07.10 23:04:22.194020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3949 | 2024.07.10 23:04:22.194050 [ 3 ] {} <Debug> HTTP-Session: b7daa37d-6343-40bc-89d4-6603f8fd29ef Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3950 | 2024.07.10 23:04:22.194079 [ 3 ] {} <Debug> HTTP-Session: b7daa37d-6343-40bc-89d4-6603f8fd29ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3951 | 2024.07.10 23:04:22.194097 [ 3 ] {} <Debug> HTTP-Session: b7daa37d-6343-40bc-89d4-6603f8fd29ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3952 | 2024.07.10 23:04:22.194154 [ 3 ] {} <Trace> HTTP-Session: b7daa37d-6343-40bc-89d4-6603f8fd29ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3953 | 2024.07.10 23:04:22.194376 [ 3 ] {203a670a-95d4-49a4-90e2-a22b29b0c76b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3954 | 2024.07.10 23:04:22.194453 [ 3 ] {203a670a-95d4-49a4-90e2-a22b29b0c76b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3955 | 2024.07.10 23:04:22.194671 [ 3 ] {203a670a-95d4-49a4-90e2-a22b29b0c76b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3956 | 2024.07.10 23:04:22.195144 [ 3 ] {203a670a-95d4-49a4-90e2-a22b29b0c76b} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3957 | 2024.07.10 23:04:22.195192 [ 3 ] {203a670a-95d4-49a4-90e2-a22b29b0c76b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3958 | 2024.07.10 23:04:22.195575 [ 3 ] {203a670a-95d4-49a4-90e2-a22b29b0c76b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3959 | 2024.07.10 23:04:22.195896 [ 3 ] {203a670a-95d4-49a4-90e2-a22b29b0c76b} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3960 | 2024.07.10 23:04:22.196058 [ 3 ] {203a670a-95d4-49a4-90e2-a22b29b0c76b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001787 sec., 31337.437045327366 rows/sec., 2.41 MiB/sec. | ||
3961 | 2024.07.10 23:04:22.196266 [ 3 ] {203a670a-95d4-49a4-90e2-a22b29b0c76b} <Debug> DynamicQueryHandler: Done processing query | ||
3962 | 2024.07.10 23:04:22.196291 [ 3 ] {203a670a-95d4-49a4-90e2-a22b29b0c76b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3963 | 2024.07.10 23:04:22.196307 [ 3 ] {} <Debug> HTTP-Session: b7daa37d-6343-40bc-89d4-6603f8fd29ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3964 | 2024.07.10 23:04:22.196533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3965 | 2024.07.10 23:04:22.196591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3966 | 2024.07.10 23:04:22.196610 [ 3 ] {} <Debug> HTTP-Session: 3e3ed8a2-cf21-465a-aa39-9d2e2eb35683 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3967 | 2024.07.10 23:04:22.196630 [ 3 ] {} <Debug> HTTP-Session: 3e3ed8a2-cf21-465a-aa39-9d2e2eb35683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3968 | 2024.07.10 23:04:22.196644 [ 3 ] {} <Debug> HTTP-Session: 3e3ed8a2-cf21-465a-aa39-9d2e2eb35683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3969 | 2024.07.10 23:04:22.196682 [ 3 ] {} <Trace> HTTP-Session: 3e3ed8a2-cf21-465a-aa39-9d2e2eb35683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3970 | 2024.07.10 23:04:22.196813 [ 3 ] {5c96b8a4-a877-43d2-bd2e-83b6dc611504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3971 | 2024.07.10 23:04:22.196859 [ 3 ] {5c96b8a4-a877-43d2-bd2e-83b6dc611504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3972 | 2024.07.10 23:04:22.196993 [ 3 ] {5c96b8a4-a877-43d2-bd2e-83b6dc611504} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3973 | 2024.07.10 23:04:22.197371 [ 3 ] {5c96b8a4-a877-43d2-bd2e-83b6dc611504} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3974 | 2024.07.10 23:04:22.197409 [ 3 ] {5c96b8a4-a877-43d2-bd2e-83b6dc611504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3975 | 2024.07.10 23:04:22.197731 [ 3 ] {5c96b8a4-a877-43d2-bd2e-83b6dc611504} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3976 | 2024.07.10 23:04:22.198044 [ 3 ] {5c96b8a4-a877-43d2-bd2e-83b6dc611504} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3977 | 2024.07.10 23:04:22.198202 [ 3 ] {5c96b8a4-a877-43d2-bd2e-83b6dc611504} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001435 sec., 44599.3031358885 rows/sec., 3.48 MiB/sec. | ||
3978 | 2024.07.10 23:04:22.198376 [ 3 ] {5c96b8a4-a877-43d2-bd2e-83b6dc611504} <Debug> DynamicQueryHandler: Done processing query | ||
3979 | 2024.07.10 23:04:22.198401 [ 3 ] {5c96b8a4-a877-43d2-bd2e-83b6dc611504} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3980 | 2024.07.10 23:04:22.198417 [ 3 ] {} <Debug> HTTP-Session: 3e3ed8a2-cf21-465a-aa39-9d2e2eb35683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3981 | 2024.07.10 23:04:22.198677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3982 | 2024.07.10 23:04:22.198727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3983 | 2024.07.10 23:04:22.198746 [ 3 ] {} <Debug> HTTP-Session: 3ed065e0-7a03-4ccd-9ab7-2223597429c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
3984 | 2024.07.10 23:04:22.198764 [ 3 ] {} <Debug> HTTP-Session: 3ed065e0-7a03-4ccd-9ab7-2223597429c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3985 | 2024.07.10 23:04:22.198778 [ 3 ] {} <Debug> HTTP-Session: 3ed065e0-7a03-4ccd-9ab7-2223597429c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3986 | 2024.07.10 23:04:22.198811 [ 3 ] {} <Trace> HTTP-Session: 3ed065e0-7a03-4ccd-9ab7-2223597429c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3987 | 2024.07.10 23:04:22.198957 [ 3 ] {e4f3f12b-de87-4346-95f5-d53dfad500c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3988 | 2024.07.10 23:04:22.199006 [ 3 ] {e4f3f12b-de87-4346-95f5-d53dfad500c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3989 | 2024.07.10 23:04:22.199155 [ 3 ] {e4f3f12b-de87-4346-95f5-d53dfad500c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3990 | 2024.07.10 23:04:22.199592 [ 3 ] {e4f3f12b-de87-4346-95f5-d53dfad500c3} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3991 | 2024.07.10 23:04:22.199628 [ 3 ] {e4f3f12b-de87-4346-95f5-d53dfad500c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
3992 | 2024.07.10 23:04:22.200018 [ 3 ] {e4f3f12b-de87-4346-95f5-d53dfad500c3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3993 | 2024.07.10 23:04:22.200362 [ 3 ] {e4f3f12b-de87-4346-95f5-d53dfad500c3} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3994 | 2024.07.10 23:04:22.200531 [ 3 ] {e4f3f12b-de87-4346-95f5-d53dfad500c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec. | ||
3995 | 2024.07.10 23:04:22.200812 [ 3 ] {e4f3f12b-de87-4346-95f5-d53dfad500c3} <Debug> DynamicQueryHandler: Done processing query | ||
3996 | 2024.07.10 23:04:22.200837 [ 3 ] {e4f3f12b-de87-4346-95f5-d53dfad500c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3997 | 2024.07.10 23:04:22.200853 [ 3 ] {} <Debug> HTTP-Session: 3ed065e0-7a03-4ccd-9ab7-2223597429c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3998 | 2024.07.10 23:04:22.200984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3999 | 2024.07.10 23:04:22.201034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4000 | 2024.07.10 23:04:22.201053 [ 3 ] {} <Debug> HTTP-Session: 7b1b99fc-cc37-4b4e-8089-3d3f647b753a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4001 | 2024.07.10 23:04:22.201070 [ 3 ] {} <Debug> HTTP-Session: 7b1b99fc-cc37-4b4e-8089-3d3f647b753a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4002 | 2024.07.10 23:04:22.201085 [ 3 ] {} <Debug> HTTP-Session: 7b1b99fc-cc37-4b4e-8089-3d3f647b753a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4003 | 2024.07.10 23:04:22.201116 [ 3 ] {} <Trace> HTTP-Session: 7b1b99fc-cc37-4b4e-8089-3d3f647b753a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4004 | 2024.07.10 23:04:22.201257 [ 3 ] {f51e2a48-e165-4608-9952-35e92ade1d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4005 | 2024.07.10 23:04:22.201304 [ 3 ] {f51e2a48-e165-4608-9952-35e92ade1d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4006 | 2024.07.10 23:04:22.201451 [ 3 ] {f51e2a48-e165-4608-9952-35e92ade1d06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4007 | 2024.07.10 23:04:22.201769 [ 3 ] {f51e2a48-e165-4608-9952-35e92ade1d06} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4008 | 2024.07.10 23:04:22.201806 [ 3 ] {f51e2a48-e165-4608-9952-35e92ade1d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
4009 | 2024.07.10 23:04:22.202166 [ 3 ] {f51e2a48-e165-4608-9952-35e92ade1d06} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4010 | 2024.07.10 23:04:22.202494 [ 3 ] {f51e2a48-e165-4608-9952-35e92ade1d06} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4011 | 2024.07.10 23:04:22.202641 [ 3 ] {f51e2a48-e165-4608-9952-35e92ade1d06} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
4012 | 2024.07.10 23:04:22.202805 [ 3 ] {f51e2a48-e165-4608-9952-35e92ade1d06} <Debug> DynamicQueryHandler: Done processing query | ||
4013 | 2024.07.10 23:04:22.202830 [ 3 ] {f51e2a48-e165-4608-9952-35e92ade1d06} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4014 | 2024.07.10 23:04:22.202846 [ 3 ] {} <Debug> HTTP-Session: 7b1b99fc-cc37-4b4e-8089-3d3f647b753a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4015 | 2024.07.10 23:04:27.195598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4016 | 2024.07.10 23:04:27.195732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4017 | 2024.07.10 23:04:27.195758 [ 3 ] {} <Debug> HTTP-Session: 99f5b2e3-272a-49e9-8f51-5f073152d705 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4018 | 2024.07.10 23:04:27.195783 [ 3 ] {} <Debug> HTTP-Session: 99f5b2e3-272a-49e9-8f51-5f073152d705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4019 | 2024.07.10 23:04:27.195798 [ 3 ] {} <Debug> HTTP-Session: 99f5b2e3-272a-49e9-8f51-5f073152d705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4020 | 2024.07.10 23:04:27.195849 [ 3 ] {} <Trace> HTTP-Session: 99f5b2e3-272a-49e9-8f51-5f073152d705 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4021 | 2024.07.10 23:04:27.196040 [ 3 ] {3689c0f4-a357-423e-a5a0-b19b04524cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4022 | 2024.07.10 23:04:27.196110 [ 3 ] {3689c0f4-a357-423e-a5a0-b19b04524cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4023 | 2024.07.10 23:04:27.196304 [ 3 ] {3689c0f4-a357-423e-a5a0-b19b04524cf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4024 | 2024.07.10 23:04:27.196770 [ 3 ] {3689c0f4-a357-423e-a5a0-b19b04524cf3} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4025 | 2024.07.10 23:04:27.196819 [ 3 ] {3689c0f4-a357-423e-a5a0-b19b04524cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4026 | 2024.07.10 23:04:27.197200 [ 3 ] {3689c0f4-a357-423e-a5a0-b19b04524cf3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4027 | 2024.07.10 23:04:27.197540 [ 3 ] {3689c0f4-a357-423e-a5a0-b19b04524cf3} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4028 | 2024.07.10 23:04:27.197711 [ 3 ] {3689c0f4-a357-423e-a5a0-b19b04524cf3} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001724 sec., 17981.438515081205 rows/sec., 1.42 MiB/sec. | ||
4029 | 2024.07.10 23:04:27.197720 [ 154 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
4030 | 2024.07.10 23:04:27.197808 [ 154 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4031 | 2024.07.10 23:04:27.197857 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4032 | 2024.07.10 23:04:27.198003 [ 3 ] {3689c0f4-a357-423e-a5a0-b19b04524cf3} <Debug> DynamicQueryHandler: Done processing query | ||
4033 | 2024.07.10 23:04:27.198002 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::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 | ||
4034 | 2024.07.10 23:04:27.198038 [ 3 ] {3689c0f4-a357-423e-a5a0-b19b04524cf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4035 | 2024.07.10 23:04:27.198066 [ 3 ] {} <Debug> HTTP-Session: 99f5b2e3-272a-49e9-8f51-5f073152d705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4036 | 2024.07.10 23:04:27.198164 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4037 | 2024.07.10 23:04:27.198202 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 31 rows starting from the beginning of the part | ||
4038 | 2024.07.10 23:04:27.198228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 21889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4039 | 2024.07.10 23:04:27.198293 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part | ||
4040 | 2024.07.10 23:04:27.198334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4041 | 2024.07.10 23:04:27.198420 [ 3 ] {} <Debug> HTTP-Session: b5d97b00-0c24-4399-b94b-e20e2413af5e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4042 | 2024.07.10 23:04:27.198501 [ 3 ] {} <Debug> HTTP-Session: b5d97b00-0c24-4399-b94b-e20e2413af5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4043 | 2024.07.10 23:04:27.198598 [ 3 ] {} <Debug> HTTP-Session: b5d97b00-0c24-4399-b94b-e20e2413af5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4044 | 2024.07.10 23:04:27.198673 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
4045 | 2024.07.10 23:04:27.198786 [ 3 ] {} <Trace> HTTP-Session: b5d97b00-0c24-4399-b94b-e20e2413af5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4046 | 2024.07.10 23:04:27.199153 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part | ||
4047 | 2024.07.10 23:04:27.199277 [ 3 ] {1ecdc234-3afa-494b-8898-68aeb2cf3515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4048 | 2024.07.10 23:04:27.199426 [ 3 ] {1ecdc234-3afa-494b-8898-68aeb2cf3515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4049 | 2024.07.10 23:04:27.199474 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
4050 | 2024.07.10 23:04:27.200114 [ 3 ] {1ecdc234-3afa-494b-8898-68aeb2cf3515} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4051 | 2024.07.10 23:04:27.200755 [ 3 ] {1ecdc234-3afa-494b-8898-68aeb2cf3515} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4052 | 2024.07.10 23:04:27.200801 [ 3 ] {1ecdc234-3afa-494b-8898-68aeb2cf3515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4053 | 2024.07.10 23:04:27.201123 [ 190 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.003176639 sec., 48793.7093261148 rows/sec., 3.86 MiB/sec. | ||
4054 | 2024.07.10 23:04:27.201375 [ 3 ] {1ecdc234-3afa-494b-8898-68aeb2cf3515} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4055 | 2024.07.10 23:04:27.201403 [ 190 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
4056 | 2024.07.10 23:04:27.202065 [ 3 ] {1ecdc234-3afa-494b-8898-68aeb2cf3515} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4057 | 2024.07.10 23:04:27.202360 [ 3 ] {1ecdc234-3afa-494b-8898-68aeb2cf3515} <Debug> executeQuery: Read 149 rows, 12.81 KiB in 0.003289 sec., 45302.52356339313 rows/sec., 3.80 MiB/sec. | ||
4058 | 2024.07.10 23:04:27.202373 [ 190 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_14_3} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4059 | 2024.07.10 23:04:27.202789 [ 190 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_14_3} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
4060 | 2024.07.10 23:04:27.202905 [ 3 ] {1ecdc234-3afa-494b-8898-68aeb2cf3515} <Debug> DynamicQueryHandler: Done processing query | ||
4061 | 2024.07.10 23:04:27.202991 [ 3 ] {1ecdc234-3afa-494b-8898-68aeb2cf3515} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4062 | 2024.07.10 23:04:27.203016 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4063 | 2024.07.10 23:04:27.203025 [ 3 ] {} <Debug> HTTP-Session: b5d97b00-0c24-4399-b94b-e20e2413af5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4064 | 2024.07.10 23:04:27.203195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 16146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4065 | 2024.07.10 23:04:27.203244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4066 | 2024.07.10 23:04:27.203264 [ 3 ] {} <Debug> HTTP-Session: 8eae6f73-3b47-4848-b554-e63309a40355 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4067 | 2024.07.10 23:04:27.203281 [ 3 ] {} <Debug> HTTP-Session: 8eae6f73-3b47-4848-b554-e63309a40355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4068 | 2024.07.10 23:04:27.203295 [ 3 ] {} <Debug> HTTP-Session: 8eae6f73-3b47-4848-b554-e63309a40355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4069 | 2024.07.10 23:04:27.203326 [ 3 ] {} <Trace> HTTP-Session: 8eae6f73-3b47-4848-b554-e63309a40355 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4070 | 2024.07.10 23:04:27.203453 [ 3 ] {a1bff1d3-0359-4293-bf8e-8be1a07cb15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4071 | 2024.07.10 23:04:27.203497 [ 3 ] {a1bff1d3-0359-4293-bf8e-8be1a07cb15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4072 | 2024.07.10 23:04:27.203707 [ 3 ] {a1bff1d3-0359-4293-bf8e-8be1a07cb15d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4073 | 2024.07.10 23:04:27.204075 [ 3 ] {a1bff1d3-0359-4293-bf8e-8be1a07cb15d} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4074 | 2024.07.10 23:04:27.204114 [ 3 ] {a1bff1d3-0359-4293-bf8e-8be1a07cb15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4075 | 2024.07.10 23:04:27.204439 [ 3 ] {a1bff1d3-0359-4293-bf8e-8be1a07cb15d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4076 | 2024.07.10 23:04:27.204756 [ 3 ] {a1bff1d3-0359-4293-bf8e-8be1a07cb15d} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4077 | 2024.07.10 23:04:27.204909 [ 3 ] {a1bff1d3-0359-4293-bf8e-8be1a07cb15d} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.00144 sec., 65972.22222222222 rows/sec., 5.15 MiB/sec. | ||
4078 | 2024.07.10 23:04:27.205075 [ 3 ] {a1bff1d3-0359-4293-bf8e-8be1a07cb15d} <Debug> DynamicQueryHandler: Done processing query | ||
4079 | 2024.07.10 23:04:27.205100 [ 3 ] {a1bff1d3-0359-4293-bf8e-8be1a07cb15d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4080 | 2024.07.10 23:04:27.205116 [ 3 ] {} <Debug> HTTP-Session: 8eae6f73-3b47-4848-b554-e63309a40355 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4081 | 2024.07.10 23:04:27.205294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4082 | 2024.07.10 23:04:27.205344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4083 | 2024.07.10 23:04:27.205364 [ 3 ] {} <Debug> HTTP-Session: b9f45374-0155-4926-826a-67f31d13a7a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4084 | 2024.07.10 23:04:27.205381 [ 3 ] {} <Debug> HTTP-Session: b9f45374-0155-4926-826a-67f31d13a7a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4085 | 2024.07.10 23:04:27.205396 [ 3 ] {} <Debug> HTTP-Session: b9f45374-0155-4926-826a-67f31d13a7a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4086 | 2024.07.10 23:04:27.205428 [ 3 ] {} <Trace> HTTP-Session: b9f45374-0155-4926-826a-67f31d13a7a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4087 | 2024.07.10 23:04:27.205593 [ 3 ] {4ab471c7-807a-42c6-8dda-ee7378c2d4a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4088 | 2024.07.10 23:04:27.205642 [ 3 ] {4ab471c7-807a-42c6-8dda-ee7378c2d4a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4089 | 2024.07.10 23:04:27.205787 [ 3 ] {4ab471c7-807a-42c6-8dda-ee7378c2d4a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4090 | 2024.07.10 23:04:27.206169 [ 3 ] {4ab471c7-807a-42c6-8dda-ee7378c2d4a7} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4091 | 2024.07.10 23:04:27.206206 [ 3 ] {4ab471c7-807a-42c6-8dda-ee7378c2d4a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4092 | 2024.07.10 23:04:27.206601 [ 3 ] {4ab471c7-807a-42c6-8dda-ee7378c2d4a7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4093 | 2024.07.10 23:04:27.206953 [ 3 ] {4ab471c7-807a-42c6-8dda-ee7378c2d4a7} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4094 | 2024.07.10 23:04:27.207116 [ 3 ] {4ab471c7-807a-42c6-8dda-ee7378c2d4a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00161 sec., 99378.88198757764 rows/sec., 6.92 MiB/sec. | ||
4095 | 2024.07.10 23:04:27.207287 [ 3 ] {4ab471c7-807a-42c6-8dda-ee7378c2d4a7} <Debug> DynamicQueryHandler: Done processing query | ||
4096 | 2024.07.10 23:04:27.207311 [ 3 ] {4ab471c7-807a-42c6-8dda-ee7378c2d4a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4097 | 2024.07.10 23:04:27.207327 [ 3 ] {} <Debug> HTTP-Session: b9f45374-0155-4926-826a-67f31d13a7a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4098 | 2024.07.10 23:04:27.207488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4099 | 2024.07.10 23:04:27.207539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4100 | 2024.07.10 23:04:27.207558 [ 3 ] {} <Debug> HTTP-Session: 411dea53-6daf-48b1-82f3-effc81d80258 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4101 | 2024.07.10 23:04:27.207575 [ 3 ] {} <Debug> HTTP-Session: 411dea53-6daf-48b1-82f3-effc81d80258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4102 | 2024.07.10 23:04:27.207589 [ 3 ] {} <Debug> HTTP-Session: 411dea53-6daf-48b1-82f3-effc81d80258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4103 | 2024.07.10 23:04:27.207621 [ 3 ] {} <Trace> HTTP-Session: 411dea53-6daf-48b1-82f3-effc81d80258 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4104 | 2024.07.10 23:04:27.208073 [ 3 ] {22c00e4e-e6c9-47b4-b19f-7b1100ba773b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4105 | 2024.07.10 23:04:27.208140 [ 3 ] {22c00e4e-e6c9-47b4-b19f-7b1100ba773b} <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 | ||
4106 | 2024.07.10 23:04:27.208545 [ 3 ] {22c00e4e-e6c9-47b4-b19f-7b1100ba773b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4107 | 2024.07.10 23:04:27.209262 [ 3 ] {22c00e4e-e6c9-47b4-b19f-7b1100ba773b} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4108 | 2024.07.10 23:04:27.209300 [ 3 ] {22c00e4e-e6c9-47b4-b19f-7b1100ba773b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4109 | 2024.07.10 23:04:27.209994 [ 3 ] {22c00e4e-e6c9-47b4-b19f-7b1100ba773b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4110 | 2024.07.10 23:04:27.210427 [ 3 ] {22c00e4e-e6c9-47b4-b19f-7b1100ba773b} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4111 | 2024.07.10 23:04:27.210650 [ 3 ] {22c00e4e-e6c9-47b4-b19f-7b1100ba773b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002923 sec., 10605.542251111872 rows/sec., 19.00 MiB/sec. | ||
4112 | 2024.07.10 23:04:27.211248 [ 3 ] {22c00e4e-e6c9-47b4-b19f-7b1100ba773b} <Debug> DynamicQueryHandler: Done processing query | ||
4113 | 2024.07.10 23:04:27.211274 [ 3 ] {22c00e4e-e6c9-47b4-b19f-7b1100ba773b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4114 | 2024.07.10 23:04:27.211290 [ 3 ] {} <Debug> HTTP-Session: 411dea53-6daf-48b1-82f3-effc81d80258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4115 | 2024.07.10 23:04:27.211418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4116 | 2024.07.10 23:04:27.211468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4117 | 2024.07.10 23:04:27.211489 [ 3 ] {} <Debug> HTTP-Session: 552531d9-2227-4440-b9f6-2839f14fe9c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4118 | 2024.07.10 23:04:27.211506 [ 3 ] {} <Debug> HTTP-Session: 552531d9-2227-4440-b9f6-2839f14fe9c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4119 | 2024.07.10 23:04:27.211521 [ 3 ] {} <Debug> HTTP-Session: 552531d9-2227-4440-b9f6-2839f14fe9c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4120 | 2024.07.10 23:04:27.211553 [ 3 ] {} <Trace> HTTP-Session: 552531d9-2227-4440-b9f6-2839f14fe9c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4121 | 2024.07.10 23:04:27.211687 [ 3 ] {9492add1-7310-4f0c-b7d8-d7830898fad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4122 | 2024.07.10 23:04:27.211733 [ 3 ] {9492add1-7310-4f0c-b7d8-d7830898fad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4123 | 2024.07.10 23:04:27.211880 [ 3 ] {9492add1-7310-4f0c-b7d8-d7830898fad9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4124 | 2024.07.10 23:04:27.212205 [ 3 ] {9492add1-7310-4f0c-b7d8-d7830898fad9} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4125 | 2024.07.10 23:04:27.212241 [ 3 ] {9492add1-7310-4f0c-b7d8-d7830898fad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4126 | 2024.07.10 23:04:27.212613 [ 3 ] {9492add1-7310-4f0c-b7d8-d7830898fad9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4127 | 2024.07.10 23:04:27.212942 [ 3 ] {9492add1-7310-4f0c-b7d8-d7830898fad9} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4128 | 2024.07.10 23:04:27.213107 [ 3 ] {9492add1-7310-4f0c-b7d8-d7830898fad9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001475 sec., 40677.96610169492 rows/sec., 2.74 MiB/sec. | ||
4129 | 2024.07.10 23:04:27.213413 [ 3 ] {9492add1-7310-4f0c-b7d8-d7830898fad9} <Debug> DynamicQueryHandler: Done processing query | ||
4130 | 2024.07.10 23:04:27.213468 [ 3 ] {9492add1-7310-4f0c-b7d8-d7830898fad9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4131 | 2024.07.10 23:04:27.213510 [ 3 ] {} <Debug> HTTP-Session: 552531d9-2227-4440-b9f6-2839f14fe9c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4132 | 2024.07.10 23:04:27.550906 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4133 | 2024.07.10 23:04:27.550978 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4134 | 2024.07.10 23:04:32.193890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4135 | 2024.07.10 23:04:32.194038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4136 | 2024.07.10 23:04:32.194068 [ 3 ] {} <Debug> HTTP-Session: 40fb2e47-2329-4571-b7a9-6bf466b3848a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4137 | 2024.07.10 23:04:32.194097 [ 3 ] {} <Debug> HTTP-Session: 40fb2e47-2329-4571-b7a9-6bf466b3848a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4138 | 2024.07.10 23:04:32.194115 [ 3 ] {} <Debug> HTTP-Session: 40fb2e47-2329-4571-b7a9-6bf466b3848a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4139 | 2024.07.10 23:04:32.194173 [ 3 ] {} <Trace> HTTP-Session: 40fb2e47-2329-4571-b7a9-6bf466b3848a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4140 | 2024.07.10 23:04:32.194397 [ 3 ] {0de48889-a5b9-418c-bb3d-9e3ad9ecd791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4141 | 2024.07.10 23:04:32.194473 [ 3 ] {0de48889-a5b9-418c-bb3d-9e3ad9ecd791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4142 | 2024.07.10 23:04:32.194665 [ 3 ] {0de48889-a5b9-418c-bb3d-9e3ad9ecd791} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4143 | 2024.07.10 23:04:32.195108 [ 3 ] {0de48889-a5b9-418c-bb3d-9e3ad9ecd791} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4144 | 2024.07.10 23:04:32.195156 [ 3 ] {0de48889-a5b9-418c-bb3d-9e3ad9ecd791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4145 | 2024.07.10 23:04:32.195537 [ 3 ] {0de48889-a5b9-418c-bb3d-9e3ad9ecd791} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4146 | 2024.07.10 23:04:32.195880 [ 3 ] {0de48889-a5b9-418c-bb3d-9e3ad9ecd791} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4147 | 2024.07.10 23:04:32.196064 [ 3 ] {0de48889-a5b9-418c-bb3d-9e3ad9ecd791} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001733 sec., 32313.90652048471 rows/sec., 2.48 MiB/sec. | ||
4148 | 2024.07.10 23:04:32.196432 [ 3 ] {0de48889-a5b9-418c-bb3d-9e3ad9ecd791} <Debug> DynamicQueryHandler: Done processing query | ||
4149 | 2024.07.10 23:04:32.196461 [ 3 ] {0de48889-a5b9-418c-bb3d-9e3ad9ecd791} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4150 | 2024.07.10 23:04:32.196477 [ 3 ] {} <Debug> HTTP-Session: 40fb2e47-2329-4571-b7a9-6bf466b3848a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4151 | 2024.07.10 23:04:32.196627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4152 | 2024.07.10 23:04:32.196683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4153 | 2024.07.10 23:04:32.196704 [ 3 ] {} <Debug> HTTP-Session: 9acaa44c-92b8-4e22-bb07-e6cab6d0b438 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4154 | 2024.07.10 23:04:32.196723 [ 3 ] {} <Debug> HTTP-Session: 9acaa44c-92b8-4e22-bb07-e6cab6d0b438 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4155 | 2024.07.10 23:04:32.196737 [ 3 ] {} <Debug> HTTP-Session: 9acaa44c-92b8-4e22-bb07-e6cab6d0b438 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4156 | 2024.07.10 23:04:32.196772 [ 3 ] {} <Trace> HTTP-Session: 9acaa44c-92b8-4e22-bb07-e6cab6d0b438 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4157 | 2024.07.10 23:04:32.196902 [ 3 ] {251eacc9-b1b8-4f30-bba7-5557c2baa587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4158 | 2024.07.10 23:04:32.196948 [ 3 ] {251eacc9-b1b8-4f30-bba7-5557c2baa587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4159 | 2024.07.10 23:04:32.197100 [ 3 ] {251eacc9-b1b8-4f30-bba7-5557c2baa587} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4160 | 2024.07.10 23:04:32.197444 [ 3 ] {251eacc9-b1b8-4f30-bba7-5557c2baa587} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4161 | 2024.07.10 23:04:32.197482 [ 3 ] {251eacc9-b1b8-4f30-bba7-5557c2baa587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4162 | 2024.07.10 23:04:32.197815 [ 3 ] {251eacc9-b1b8-4f30-bba7-5557c2baa587} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4163 | 2024.07.10 23:04:32.198132 [ 3 ] {251eacc9-b1b8-4f30-bba7-5557c2baa587} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4164 | 2024.07.10 23:04:32.198294 [ 3 ] {251eacc9-b1b8-4f30-bba7-5557c2baa587} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001433 sec., 44661.54919748779 rows/sec., 3.49 MiB/sec. | ||
4165 | 2024.07.10 23:04:32.198595 [ 3 ] {251eacc9-b1b8-4f30-bba7-5557c2baa587} <Debug> DynamicQueryHandler: Done processing query | ||
4166 | 2024.07.10 23:04:32.198637 [ 3 ] {251eacc9-b1b8-4f30-bba7-5557c2baa587} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4167 | 2024.07.10 23:04:32.198654 [ 3 ] {} <Debug> HTTP-Session: 9acaa44c-92b8-4e22-bb07-e6cab6d0b438 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4168 | 2024.07.10 23:04:32.198836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4169 | 2024.07.10 23:04:32.198883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4170 | 2024.07.10 23:04:32.198902 [ 3 ] {} <Debug> HTTP-Session: ee3d6b30-4751-43cb-8459-0e05375b4c61 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4171 | 2024.07.10 23:04:32.198919 [ 3 ] {} <Debug> HTTP-Session: ee3d6b30-4751-43cb-8459-0e05375b4c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4172 | 2024.07.10 23:04:32.198933 [ 3 ] {} <Debug> HTTP-Session: ee3d6b30-4751-43cb-8459-0e05375b4c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4173 | 2024.07.10 23:04:32.198964 [ 3 ] {} <Trace> HTTP-Session: ee3d6b30-4751-43cb-8459-0e05375b4c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4174 | 2024.07.10 23:04:32.199110 [ 3 ] {5462b251-7785-4a49-ba9f-745ab9753fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4175 | 2024.07.10 23:04:32.199160 [ 3 ] {5462b251-7785-4a49-ba9f-745ab9753fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4176 | 2024.07.10 23:04:32.199323 [ 3 ] {5462b251-7785-4a49-ba9f-745ab9753fbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4177 | 2024.07.10 23:04:32.199714 [ 3 ] {5462b251-7785-4a49-ba9f-745ab9753fbe} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4178 | 2024.07.10 23:04:32.199751 [ 3 ] {5462b251-7785-4a49-ba9f-745ab9753fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4179 | 2024.07.10 23:04:32.200144 [ 3 ] {5462b251-7785-4a49-ba9f-745ab9753fbe} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4180 | 2024.07.10 23:04:32.200477 [ 3 ] {5462b251-7785-4a49-ba9f-745ab9753fbe} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4181 | 2024.07.10 23:04:32.200641 [ 3 ] {5462b251-7785-4a49-ba9f-745ab9753fbe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec. | ||
4182 | 2024.07.10 23:04:32.200811 [ 3 ] {5462b251-7785-4a49-ba9f-745ab9753fbe} <Debug> DynamicQueryHandler: Done processing query | ||
4183 | 2024.07.10 23:04:32.200835 [ 3 ] {5462b251-7785-4a49-ba9f-745ab9753fbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4184 | 2024.07.10 23:04:32.200850 [ 3 ] {} <Debug> HTTP-Session: ee3d6b30-4751-43cb-8459-0e05375b4c61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4185 | 2024.07.10 23:04:32.200978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4186 | 2024.07.10 23:04:32.201026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4187 | 2024.07.10 23:04:32.201045 [ 3 ] {} <Debug> HTTP-Session: d31363b4-20c2-4f89-a587-18232aa9cd10 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4188 | 2024.07.10 23:04:32.201063 [ 3 ] {} <Debug> HTTP-Session: d31363b4-20c2-4f89-a587-18232aa9cd10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4189 | 2024.07.10 23:04:32.201078 [ 3 ] {} <Debug> HTTP-Session: d31363b4-20c2-4f89-a587-18232aa9cd10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4190 | 2024.07.10 23:04:32.201109 [ 3 ] {} <Trace> HTTP-Session: d31363b4-20c2-4f89-a587-18232aa9cd10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4191 | 2024.07.10 23:04:32.201227 [ 3 ] {f4f86602-6971-4090-bd5c-b47e5fe48a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4192 | 2024.07.10 23:04:32.201272 [ 3 ] {f4f86602-6971-4090-bd5c-b47e5fe48a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4193 | 2024.07.10 23:04:32.201400 [ 3 ] {f4f86602-6971-4090-bd5c-b47e5fe48a2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4194 | 2024.07.10 23:04:32.201690 [ 3 ] {f4f86602-6971-4090-bd5c-b47e5fe48a2d} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4195 | 2024.07.10 23:04:32.201727 [ 3 ] {f4f86602-6971-4090-bd5c-b47e5fe48a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4196 | 2024.07.10 23:04:32.202080 [ 3 ] {f4f86602-6971-4090-bd5c-b47e5fe48a2d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4197 | 2024.07.10 23:04:32.202395 [ 3 ] {f4f86602-6971-4090-bd5c-b47e5fe48a2d} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4198 | 2024.07.10 23:04:32.202548 [ 3 ] {f4f86602-6971-4090-bd5c-b47e5fe48a2d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
4199 | 2024.07.10 23:04:32.202861 [ 3 ] {f4f86602-6971-4090-bd5c-b47e5fe48a2d} <Debug> DynamicQueryHandler: Done processing query | ||
4200 | 2024.07.10 23:04:32.202886 [ 3 ] {f4f86602-6971-4090-bd5c-b47e5fe48a2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4201 | 2024.07.10 23:04:32.202902 [ 3 ] {} <Debug> HTTP-Session: d31363b4-20c2-4f89-a587-18232aa9cd10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4202 | 2024.07.10 23:04:37.196478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4203 | 2024.07.10 23:04:37.196613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4204 | 2024.07.10 23:04:37.196639 [ 3 ] {} <Debug> HTTP-Session: ccd2c432-54f1-44ca-b0d8-c841f2e2cdfb Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4205 | 2024.07.10 23:04:37.196665 [ 3 ] {} <Debug> HTTP-Session: ccd2c432-54f1-44ca-b0d8-c841f2e2cdfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4206 | 2024.07.10 23:04:37.196684 [ 3 ] {} <Debug> HTTP-Session: ccd2c432-54f1-44ca-b0d8-c841f2e2cdfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4207 | 2024.07.10 23:04:37.196742 [ 3 ] {} <Trace> HTTP-Session: ccd2c432-54f1-44ca-b0d8-c841f2e2cdfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4208 | 2024.07.10 23:04:37.196961 [ 3 ] {9f8a8a23-626a-44c7-924b-d1852a1296e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4209 | 2024.07.10 23:04:37.197041 [ 3 ] {9f8a8a23-626a-44c7-924b-d1852a1296e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4210 | 2024.07.10 23:04:37.197262 [ 3 ] {9f8a8a23-626a-44c7-924b-d1852a1296e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4211 | 2024.07.10 23:04:37.197737 [ 3 ] {9f8a8a23-626a-44c7-924b-d1852a1296e9} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4212 | 2024.07.10 23:04:37.197787 [ 3 ] {9f8a8a23-626a-44c7-924b-d1852a1296e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4213 | 2024.07.10 23:04:37.198172 [ 3 ] {9f8a8a23-626a-44c7-924b-d1852a1296e9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4214 | 2024.07.10 23:04:37.198517 [ 3 ] {9f8a8a23-626a-44c7-924b-d1852a1296e9} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4215 | 2024.07.10 23:04:37.198691 [ 3 ] {9f8a8a23-626a-44c7-924b-d1852a1296e9} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001793 sec., 17289.459007250418 rows/sec., 1.37 MiB/sec. | ||
4216 | 2024.07.10 23:04:37.198914 [ 3 ] {9f8a8a23-626a-44c7-924b-d1852a1296e9} <Debug> DynamicQueryHandler: Done processing query | ||
4217 | 2024.07.10 23:04:37.198941 [ 3 ] {9f8a8a23-626a-44c7-924b-d1852a1296e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4218 | 2024.07.10 23:04:37.198958 [ 3 ] {} <Debug> HTTP-Session: ccd2c432-54f1-44ca-b0d8-c841f2e2cdfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4219 | 2024.07.10 23:04:37.199120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 21889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4220 | 2024.07.10 23:04:37.199176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4221 | 2024.07.10 23:04:37.199196 [ 3 ] {} <Debug> HTTP-Session: ac65acb9-efde-4a24-b27a-44e5ed9a4e0f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4222 | 2024.07.10 23:04:37.199215 [ 3 ] {} <Debug> HTTP-Session: ac65acb9-efde-4a24-b27a-44e5ed9a4e0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4223 | 2024.07.10 23:04:37.199230 [ 3 ] {} <Debug> HTTP-Session: ac65acb9-efde-4a24-b27a-44e5ed9a4e0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4224 | 2024.07.10 23:04:37.199266 [ 3 ] {} <Trace> HTTP-Session: ac65acb9-efde-4a24-b27a-44e5ed9a4e0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4225 | 2024.07.10 23:04:37.199422 [ 3 ] {3922d891-cbe2-4538-b751-35d3eeb6cddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4226 | 2024.07.10 23:04:37.199470 [ 3 ] {3922d891-cbe2-4538-b751-35d3eeb6cddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4227 | 2024.07.10 23:04:37.199603 [ 3 ] {3922d891-cbe2-4538-b751-35d3eeb6cddb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4228 | 2024.07.10 23:04:37.199988 [ 3 ] {3922d891-cbe2-4538-b751-35d3eeb6cddb} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4229 | 2024.07.10 23:04:37.200027 [ 3 ] {3922d891-cbe2-4538-b751-35d3eeb6cddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4230 | 2024.07.10 23:04:37.200360 [ 3 ] {3922d891-cbe2-4538-b751-35d3eeb6cddb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4231 | 2024.07.10 23:04:37.200677 [ 3 ] {3922d891-cbe2-4538-b751-35d3eeb6cddb} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4232 | 2024.07.10 23:04:37.200839 [ 3 ] {3922d891-cbe2-4538-b751-35d3eeb6cddb} <Debug> executeQuery: Read 149 rows, 12.81 KiB in 0.001494 sec., 99732.26238286479 rows/sec., 8.38 MiB/sec. | ||
4233 | 2024.07.10 23:04:37.201000 [ 3 ] {3922d891-cbe2-4538-b751-35d3eeb6cddb} <Debug> DynamicQueryHandler: Done processing query | ||
4234 | 2024.07.10 23:04:37.201025 [ 3 ] {3922d891-cbe2-4538-b751-35d3eeb6cddb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4235 | 2024.07.10 23:04:37.201041 [ 3 ] {} <Debug> HTTP-Session: ac65acb9-efde-4a24-b27a-44e5ed9a4e0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4236 | 2024.07.10 23:04:37.201186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 16146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4237 | 2024.07.10 23:04:37.201234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4238 | 2024.07.10 23:04:37.201254 [ 3 ] {} <Debug> HTTP-Session: a9a2ebf2-9201-455b-9170-f1ba83e2555d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4239 | 2024.07.10 23:04:37.201271 [ 3 ] {} <Debug> HTTP-Session: a9a2ebf2-9201-455b-9170-f1ba83e2555d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4240 | 2024.07.10 23:04:37.201285 [ 3 ] {} <Debug> HTTP-Session: a9a2ebf2-9201-455b-9170-f1ba83e2555d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4241 | 2024.07.10 23:04:37.201319 [ 3 ] {} <Trace> HTTP-Session: a9a2ebf2-9201-455b-9170-f1ba83e2555d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4242 | 2024.07.10 23:04:37.201442 [ 3 ] {a2b859c5-4ac5-4298-87cf-22bf3ffe367b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4243 | 2024.07.10 23:04:37.201485 [ 3 ] {a2b859c5-4ac5-4298-87cf-22bf3ffe367b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4244 | 2024.07.10 23:04:37.201611 [ 3 ] {a2b859c5-4ac5-4298-87cf-22bf3ffe367b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4245 | 2024.07.10 23:04:37.201957 [ 3 ] {a2b859c5-4ac5-4298-87cf-22bf3ffe367b} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4246 | 2024.07.10 23:04:37.201995 [ 3 ] {a2b859c5-4ac5-4298-87cf-22bf3ffe367b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4247 | 2024.07.10 23:04:37.202308 [ 3 ] {a2b859c5-4ac5-4298-87cf-22bf3ffe367b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4248 | 2024.07.10 23:04:37.202611 [ 3 ] {a2b859c5-4ac5-4298-87cf-22bf3ffe367b} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4249 | 2024.07.10 23:04:37.202778 [ 3 ] {a2b859c5-4ac5-4298-87cf-22bf3ffe367b} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001375 sec., 69090.90909090909 rows/sec., 5.40 MiB/sec. | ||
4250 | 2024.07.10 23:04:37.203049 [ 3 ] {a2b859c5-4ac5-4298-87cf-22bf3ffe367b} <Debug> DynamicQueryHandler: Done processing query | ||
4251 | 2024.07.10 23:04:37.203115 [ 3 ] {a2b859c5-4ac5-4298-87cf-22bf3ffe367b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4252 | 2024.07.10 23:04:37.203184 [ 3 ] {} <Debug> HTTP-Session: a9a2ebf2-9201-455b-9170-f1ba83e2555d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4253 | 2024.07.10 23:04:37.203463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4254 | 2024.07.10 23:04:37.203519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4255 | 2024.07.10 23:04:37.203539 [ 3 ] {} <Debug> HTTP-Session: d9454333-13eb-40fd-9674-adb1cc625690 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4256 | 2024.07.10 23:04:37.203557 [ 3 ] {} <Debug> HTTP-Session: d9454333-13eb-40fd-9674-adb1cc625690 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4257 | 2024.07.10 23:04:37.203571 [ 3 ] {} <Debug> HTTP-Session: d9454333-13eb-40fd-9674-adb1cc625690 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4258 | 2024.07.10 23:04:37.203604 [ 3 ] {} <Trace> HTTP-Session: d9454333-13eb-40fd-9674-adb1cc625690 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4259 | 2024.07.10 23:04:37.203772 [ 3 ] {d534f5bc-457d-47e3-89d6-9c4eaad63879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4260 | 2024.07.10 23:04:37.203823 [ 3 ] {d534f5bc-457d-47e3-89d6-9c4eaad63879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4261 | 2024.07.10 23:04:37.203990 [ 3 ] {d534f5bc-457d-47e3-89d6-9c4eaad63879} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4262 | 2024.07.10 23:04:37.204444 [ 3 ] {d534f5bc-457d-47e3-89d6-9c4eaad63879} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4263 | 2024.07.10 23:04:37.204481 [ 3 ] {d534f5bc-457d-47e3-89d6-9c4eaad63879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4264 | 2024.07.10 23:04:37.204876 [ 3 ] {d534f5bc-457d-47e3-89d6-9c4eaad63879} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4265 | 2024.07.10 23:04:37.205212 [ 3 ] {d534f5bc-457d-47e3-89d6-9c4eaad63879} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4266 | 2024.07.10 23:04:37.205372 [ 3 ] {d534f5bc-457d-47e3-89d6-9c4eaad63879} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001672 sec., 95693.77990430621 rows/sec., 6.66 MiB/sec. | ||
4267 | 2024.07.10 23:04:37.205371 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4268 | 2024.07.10 23:04:37.205483 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4269 | 2024.07.10 23:04:37.205531 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4270 | 2024.07.10 23:04:37.205622 [ 3 ] {d534f5bc-457d-47e3-89d6-9c4eaad63879} <Debug> DynamicQueryHandler: Done processing query | ||
4271 | 2024.07.10 23:04:37.205681 [ 3 ] {d534f5bc-457d-47e3-89d6-9c4eaad63879} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4272 | 2024.07.10 23:04:37.205714 [ 187 ] {82eb3af6-948c-4313-8268-b7fb65f46492::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 | ||
4273 | 2024.07.10 23:04:37.205716 [ 3 ] {} <Debug> HTTP-Session: d9454333-13eb-40fd-9674-adb1cc625690 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4274 | 2024.07.10 23:04:37.205916 [ 187 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4275 | 2024.07.10 23:04:37.205954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4276 | 2024.07.10 23:04:37.205976 [ 187 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2058 rows starting from the beginning of the part | ||
4277 | 2024.07.10 23:04:37.206045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4278 | 2024.07.10 23:04:37.206115 [ 3 ] {} <Debug> HTTP-Session: 5cdf3afd-66bf-4994-97d4-d489ab8985e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4279 | 2024.07.10 23:04:37.206184 [ 3 ] {} <Debug> HTTP-Session: 5cdf3afd-66bf-4994-97d4-d489ab8985e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4280 | 2024.07.10 23:04:37.206205 [ 187 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 197 rows starting from the beginning of the part | ||
4281 | 2024.07.10 23:04:37.206240 [ 3 ] {} <Debug> HTTP-Session: 5cdf3afd-66bf-4994-97d4-d489ab8985e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4282 | 2024.07.10 23:04:37.206392 [ 3 ] {} <Trace> HTTP-Session: 5cdf3afd-66bf-4994-97d4-d489ab8985e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4283 | 2024.07.10 23:04:37.206580 [ 187 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
4284 | 2024.07.10 23:04:37.206838 [ 187 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
4285 | 2024.07.10 23:04:37.206991 [ 187 ] {82eb3af6-948c-4313-8268-b7fb65f46492::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 | ||
4286 | 2024.07.10 23:04:37.207101 [ 187 ] {82eb3af6-948c-4313-8268-b7fb65f46492::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 | ||
4287 | 2024.07.10 23:04:37.207535 [ 3 ] {49c75ee1-1a20-4196-b2f2-28f12d7935df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4288 | 2024.07.10 23:04:37.207674 [ 3 ] {49c75ee1-1a20-4196-b2f2-28f12d7935df} <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 | ||
4289 | 2024.07.10 23:04:37.209135 [ 3 ] {49c75ee1-1a20-4196-b2f2-28f12d7935df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4290 | 2024.07.10 23:04:37.210937 [ 3 ] {49c75ee1-1a20-4196-b2f2-28f12d7935df} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4291 | 2024.07.10 23:04:37.211031 [ 3 ] {49c75ee1-1a20-4196-b2f2-28f12d7935df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4292 | 2024.07.10 23:04:37.211116 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2895 rows, containing 5 columns (5 merged, 0 gathered) in 0.005505609 sec., 525827.3880328225 rows/sec., 36.64 MiB/sec. | ||
4293 | 2024.07.10 23:04:37.211624 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4294 | 2024.07.10 23:04:37.212465 [ 3 ] {49c75ee1-1a20-4196-b2f2-28f12d7935df} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4295 | 2024.07.10 23:04:37.212642 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4296 | 2024.07.10 23:04:37.212914 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4297 | 2024.07.10 23:04:37.213169 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
4298 | 2024.07.10 23:04:37.213424 [ 3 ] {49c75ee1-1a20-4196-b2f2-28f12d7935df} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4299 | 2024.07.10 23:04:37.213667 [ 3 ] {49c75ee1-1a20-4196-b2f2-28f12d7935df} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006935 sec., 4470.079307858688 rows/sec., 8.01 MiB/sec. | ||
4300 | 2024.07.10 23:04:37.214227 [ 3 ] {49c75ee1-1a20-4196-b2f2-28f12d7935df} <Debug> DynamicQueryHandler: Done processing query | ||
4301 | 2024.07.10 23:04:37.214253 [ 3 ] {49c75ee1-1a20-4196-b2f2-28f12d7935df} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4302 | 2024.07.10 23:04:37.214269 [ 3 ] {} <Debug> HTTP-Session: 5cdf3afd-66bf-4994-97d4-d489ab8985e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4303 | 2024.07.10 23:04:37.214409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4304 | 2024.07.10 23:04:37.214458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4305 | 2024.07.10 23:04:37.214476 [ 3 ] {} <Debug> HTTP-Session: 859a4cf6-129f-4b23-81e2-6bf0b2792b82 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4306 | 2024.07.10 23:04:37.214494 [ 3 ] {} <Debug> HTTP-Session: 859a4cf6-129f-4b23-81e2-6bf0b2792b82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4307 | 2024.07.10 23:04:37.214508 [ 3 ] {} <Debug> HTTP-Session: 859a4cf6-129f-4b23-81e2-6bf0b2792b82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4308 | 2024.07.10 23:04:37.214542 [ 3 ] {} <Trace> HTTP-Session: 859a4cf6-129f-4b23-81e2-6bf0b2792b82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4309 | 2024.07.10 23:04:37.214662 [ 3 ] {d2c5eae0-8da0-42aa-9bb4-f4eb7f22e34a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4310 | 2024.07.10 23:04:37.214708 [ 3 ] {d2c5eae0-8da0-42aa-9bb4-f4eb7f22e34a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4311 | 2024.07.10 23:04:37.214848 [ 3 ] {d2c5eae0-8da0-42aa-9bb4-f4eb7f22e34a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4312 | 2024.07.10 23:04:37.215141 [ 3 ] {d2c5eae0-8da0-42aa-9bb4-f4eb7f22e34a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4313 | 2024.07.10 23:04:37.215178 [ 3 ] {d2c5eae0-8da0-42aa-9bb4-f4eb7f22e34a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4314 | 2024.07.10 23:04:37.215543 [ 3 ] {d2c5eae0-8da0-42aa-9bb4-f4eb7f22e34a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4315 | 2024.07.10 23:04:37.215878 [ 3 ] {d2c5eae0-8da0-42aa-9bb4-f4eb7f22e34a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4316 | 2024.07.10 23:04:37.216025 [ 3 ] {d2c5eae0-8da0-42aa-9bb4-f4eb7f22e34a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
4317 | 2024.07.10 23:04:37.216183 [ 3 ] {d2c5eae0-8da0-42aa-9bb4-f4eb7f22e34a} <Debug> DynamicQueryHandler: Done processing query | ||
4318 | 2024.07.10 23:04:37.216206 [ 3 ] {d2c5eae0-8da0-42aa-9bb4-f4eb7f22e34a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4319 | 2024.07.10 23:04:37.216221 [ 3 ] {} <Debug> HTTP-Session: 859a4cf6-129f-4b23-81e2-6bf0b2792b82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4320 | 2024.07.10 23:04:38.000210 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.70 MiB, peak 191.45 MiB, free memory in arenas 0.00 B, will set to 183.81 MiB (RSS), difference: 1.10 MiB | ||
4321 | 2024.07.10 23:04:42.194459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4322 | 2024.07.10 23:04:42.194593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4323 | 2024.07.10 23:04:42.194619 [ 3 ] {} <Debug> HTTP-Session: 53588c81-0567-42cd-806f-a60e113f90b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4324 | 2024.07.10 23:04:42.194644 [ 3 ] {} <Debug> HTTP-Session: 53588c81-0567-42cd-806f-a60e113f90b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4325 | 2024.07.10 23:04:42.194659 [ 3 ] {} <Debug> HTTP-Session: 53588c81-0567-42cd-806f-a60e113f90b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4326 | 2024.07.10 23:04:42.194709 [ 3 ] {} <Trace> HTTP-Session: 53588c81-0567-42cd-806f-a60e113f90b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4327 | 2024.07.10 23:04:42.194916 [ 3 ] {af456b0b-149e-457a-9cd8-4624de647ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4328 | 2024.07.10 23:04:42.194987 [ 3 ] {af456b0b-149e-457a-9cd8-4624de647ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4329 | 2024.07.10 23:04:42.195179 [ 3 ] {af456b0b-149e-457a-9cd8-4624de647ac8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4330 | 2024.07.10 23:04:42.195625 [ 3 ] {af456b0b-149e-457a-9cd8-4624de647ac8} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4331 | 2024.07.10 23:04:42.195675 [ 3 ] {af456b0b-149e-457a-9cd8-4624de647ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4332 | 2024.07.10 23:04:42.196098 [ 3 ] {af456b0b-149e-457a-9cd8-4624de647ac8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4333 | 2024.07.10 23:04:42.196451 [ 3 ] {af456b0b-149e-457a-9cd8-4624de647ac8} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4334 | 2024.07.10 23:04:42.196633 [ 149 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4335 | 2024.07.10 23:04:42.196641 [ 3 ] {af456b0b-149e-457a-9cd8-4624de647ac8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001784 sec., 31390.13452914798 rows/sec., 2.41 MiB/sec. | ||
4336 | 2024.07.10 23:04:42.196724 [ 149 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4337 | 2024.07.10 23:04:42.196782 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4338 | 2024.07.10 23:04:42.196995 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::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 | ||
4339 | 2024.07.10 23:04:42.197047 [ 3 ] {af456b0b-149e-457a-9cd8-4624de647ac8} <Debug> DynamicQueryHandler: Done processing query | ||
4340 | 2024.07.10 23:04:42.197090 [ 3 ] {af456b0b-149e-457a-9cd8-4624de647ac8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4341 | 2024.07.10 23:04:42.197110 [ 3 ] {} <Debug> HTTP-Session: 53588c81-0567-42cd-806f-a60e113f90b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4342 | 2024.07.10 23:04:42.197220 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4343 | 2024.07.10 23:04:42.197263 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 191 rows starting from the beginning of the part | ||
4344 | 2024.07.10 23:04:42.197321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4345 | 2024.07.10 23:04:42.197385 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
4346 | 2024.07.10 23:04:42.197476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4347 | 2024.07.10 23:04:42.197570 [ 3 ] {} <Debug> HTTP-Session: cb408b4e-7c0c-46ff-a8bf-544ef2ce6c86 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4348 | 2024.07.10 23:04:42.197634 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 149 rows starting from the beginning of the part | ||
4349 | 2024.07.10 23:04:42.197653 [ 3 ] {} <Debug> HTTP-Session: cb408b4e-7c0c-46ff-a8bf-544ef2ce6c86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4350 | 2024.07.10 23:04:42.197729 [ 3 ] {} <Debug> HTTP-Session: cb408b4e-7c0c-46ff-a8bf-544ef2ce6c86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4351 | 2024.07.10 23:04:42.197891 [ 3 ] {} <Trace> HTTP-Session: cb408b4e-7c0c-46ff-a8bf-544ef2ce6c86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4352 | 2024.07.10 23:04:42.197920 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part | ||
4353 | 2024.07.10 23:04:42.198291 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 149 rows starting from the beginning of the part | ||
4354 | 2024.07.10 23:04:42.198366 [ 3 ] {153cb7a7-5b3c-4dcf-92fe-3b3f5acfbc79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4355 | 2024.07.10 23:04:42.198580 [ 3 ] {153cb7a7-5b3c-4dcf-92fe-3b3f5acfbc79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4356 | 2024.07.10 23:04:42.198624 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part | ||
4357 | 2024.07.10 23:04:42.199501 [ 3 ] {153cb7a7-5b3c-4dcf-92fe-3b3f5acfbc79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4358 | 2024.07.10 23:04:42.200319 [ 3 ] {153cb7a7-5b3c-4dcf-92fe-3b3f5acfbc79} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4359 | 2024.07.10 23:04:42.200395 [ 3 ] {153cb7a7-5b3c-4dcf-92fe-3b3f5acfbc79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4360 | 2024.07.10 23:04:42.201188 [ 3 ] {153cb7a7-5b3c-4dcf-92fe-3b3f5acfbc79} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4361 | 2024.07.10 23:04:42.201439 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 657 rows, containing 4 columns (4 merged, 0 gathered) in 0.004533998 sec., 144905.22492511023 rows/sec., 11.83 MiB/sec. | ||
4362 | 2024.07.10 23:04:42.201687 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4363 | 2024.07.10 23:04:42.201960 [ 3 ] {153cb7a7-5b3c-4dcf-92fe-3b3f5acfbc79} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4364 | 2024.07.10 23:04:42.202388 [ 149 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4365 | 2024.07.10 23:04:42.202400 [ 3 ] {153cb7a7-5b3c-4dcf-92fe-3b3f5acfbc79} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004203 sec., 15227.21865334285 rows/sec., 1.19 MiB/sec. | ||
4366 | 2024.07.10 23:04:42.202474 [ 149 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4367 | 2024.07.10 23:04:42.202585 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4368 | 2024.07.10 23:04:42.202602 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_26_5} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4369 | 2024.07.10 23:04:42.203018 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_26_5} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4370 | 2024.07.10 23:04:42.203058 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::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 | ||
4371 | 2024.07.10 23:04:42.203092 [ 3 ] {153cb7a7-5b3c-4dcf-92fe-3b3f5acfbc79} <Debug> DynamicQueryHandler: Done processing query | ||
4372 | 2024.07.10 23:04:42.203243 [ 3 ] {153cb7a7-5b3c-4dcf-92fe-3b3f5acfbc79} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4373 | 2024.07.10 23:04:42.203350 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
4374 | 2024.07.10 23:04:42.203419 [ 3 ] {} <Debug> HTTP-Session: cb408b4e-7c0c-46ff-a8bf-544ef2ce6c86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4375 | 2024.07.10 23:04:42.203638 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4376 | 2024.07.10 23:04:42.203672 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 147 rows starting from the beginning of the part | ||
4377 | 2024.07.10 23:04:42.203806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4378 | 2024.07.10 23:04:42.203860 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
4379 | 2024.07.10 23:04:42.203975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4380 | 2024.07.10 23:04:42.204067 [ 3 ] {} <Debug> HTTP-Session: f225d41d-bfc3-4a8b-88e3-40f58e82ca27 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4381 | 2024.07.10 23:04:42.204145 [ 3 ] {} <Debug> HTTP-Session: f225d41d-bfc3-4a8b-88e3-40f58e82ca27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4382 | 2024.07.10 23:04:42.204221 [ 3 ] {} <Debug> HTTP-Session: f225d41d-bfc3-4a8b-88e3-40f58e82ca27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4383 | 2024.07.10 23:04:42.204237 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 95 rows starting from the beginning of the part | ||
4384 | 2024.07.10 23:04:42.204302 [ 3 ] {} <Trace> HTTP-Session: f225d41d-bfc3-4a8b-88e3-40f58e82ca27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4385 | 2024.07.10 23:04:42.204436 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part | ||
4386 | 2024.07.10 23:04:42.204721 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 95 rows starting from the beginning of the part | ||
4387 | 2024.07.10 23:04:42.204734 [ 3 ] {a09d00fb-74c9-4756-8175-8c2bd25e813c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4388 | 2024.07.10 23:04:42.204943 [ 3 ] {a09d00fb-74c9-4756-8175-8c2bd25e813c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4389 | 2024.07.10 23:04:42.205071 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part | ||
4390 | 2024.07.10 23:04:42.205885 [ 3 ] {a09d00fb-74c9-4756-8175-8c2bd25e813c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4391 | 2024.07.10 23:04:42.206827 [ 3 ] {a09d00fb-74c9-4756-8175-8c2bd25e813c} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4392 | 2024.07.10 23:04:42.206898 [ 3 ] {a09d00fb-74c9-4756-8175-8c2bd25e813c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4393 | 2024.07.10 23:04:42.207877 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 529 rows, containing 4 columns (4 merged, 0 gathered) in 0.005120291 sec., 103314.44052691536 rows/sec., 8.07 MiB/sec. | ||
4394 | 2024.07.10 23:04:42.207967 [ 3 ] {a09d00fb-74c9-4756-8175-8c2bd25e813c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4395 | 2024.07.10 23:04:42.208044 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4396 | 2024.07.10 23:04:42.208935 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_26_5} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4397 | 2024.07.10 23:04:42.208941 [ 3 ] {a09d00fb-74c9-4756-8175-8c2bd25e813c} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4398 | 2024.07.10 23:04:42.209078 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_26_5} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4399 | 2024.07.10 23:04:42.209324 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4400 | 2024.07.10 23:04:42.209333 [ 3 ] {a09d00fb-74c9-4756-8175-8c2bd25e813c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004819 sec., 33201.90910977381 rows/sec., 2.31 MiB/sec. | ||
4401 | 2024.07.10 23:04:42.209557 [ 3 ] {a09d00fb-74c9-4756-8175-8c2bd25e813c} <Debug> DynamicQueryHandler: Done processing query | ||
4402 | 2024.07.10 23:04:42.209584 [ 3 ] {a09d00fb-74c9-4756-8175-8c2bd25e813c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4403 | 2024.07.10 23:04:42.209600 [ 3 ] {} <Debug> HTTP-Session: f225d41d-bfc3-4a8b-88e3-40f58e82ca27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4404 | 2024.07.10 23:04:42.209750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4405 | 2024.07.10 23:04:42.209800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4406 | 2024.07.10 23:04:42.209820 [ 3 ] {} <Debug> HTTP-Session: 38e6cefa-9293-483a-bc9a-9d68480f767a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4407 | 2024.07.10 23:04:42.209838 [ 3 ] {} <Debug> HTTP-Session: 38e6cefa-9293-483a-bc9a-9d68480f767a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4408 | 2024.07.10 23:04:42.209853 [ 3 ] {} <Debug> HTTP-Session: 38e6cefa-9293-483a-bc9a-9d68480f767a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4409 | 2024.07.10 23:04:42.209887 [ 3 ] {} <Trace> HTTP-Session: 38e6cefa-9293-483a-bc9a-9d68480f767a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4410 | 2024.07.10 23:04:42.210022 [ 3 ] {60296812-f8d5-486f-9423-e3d541412ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4411 | 2024.07.10 23:04:42.210067 [ 3 ] {60296812-f8d5-486f-9423-e3d541412ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4412 | 2024.07.10 23:04:42.210204 [ 3 ] {60296812-f8d5-486f-9423-e3d541412ec6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4413 | 2024.07.10 23:04:42.210508 [ 3 ] {60296812-f8d5-486f-9423-e3d541412ec6} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4414 | 2024.07.10 23:04:42.210545 [ 3 ] {60296812-f8d5-486f-9423-e3d541412ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4415 | 2024.07.10 23:04:42.210924 [ 3 ] {60296812-f8d5-486f-9423-e3d541412ec6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4416 | 2024.07.10 23:04:42.211261 [ 3 ] {60296812-f8d5-486f-9423-e3d541412ec6} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4417 | 2024.07.10 23:04:42.211414 [ 149 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4418 | 2024.07.10 23:04:42.211426 [ 3 ] {60296812-f8d5-486f-9423-e3d541412ec6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00145 sec., 41379.31034482759 rows/sec., 2.79 MiB/sec. | ||
4419 | 2024.07.10 23:04:42.211474 [ 149 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4420 | 2024.07.10 23:04:42.211544 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4421 | 2024.07.10 23:04:42.211827 [ 3 ] {60296812-f8d5-486f-9423-e3d541412ec6} <Debug> DynamicQueryHandler: Done processing query | ||
4422 | 2024.07.10 23:04:42.211876 [ 194 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
4423 | 2024.07.10 23:04:42.211913 [ 3 ] {60296812-f8d5-486f-9423-e3d541412ec6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4424 | 2024.07.10 23:04:42.212004 [ 3 ] {} <Debug> HTTP-Session: 38e6cefa-9293-483a-bc9a-9d68480f767a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4425 | 2024.07.10 23:04:42.212283 [ 194 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4426 | 2024.07.10 23:04:42.212327 [ 194 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 558 rows starting from the beginning of the part | ||
4427 | 2024.07.10 23:04:42.212441 [ 194 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
4428 | 2024.07.10 23:04:42.212653 [ 194 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
4429 | 2024.07.10 23:04:42.212778 [ 194 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
4430 | 2024.07.10 23:04:42.212922 [ 194 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
4431 | 2024.07.10 23:04:42.213062 [ 194 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
4432 | 2024.07.10 23:04:42.214263 [ 187 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 858 rows, containing 4 columns (4 merged, 0 gathered) in 0.002600116 sec., 329985.27757992333 rows/sec., 22.40 MiB/sec. | ||
4433 | 2024.07.10 23:04:42.214478 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4434 | 2024.07.10 23:04:42.214953 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_21_4} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4435 | 2024.07.10 23:04:42.215032 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_21_4} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4436 | 2024.07.10 23:04:42.215124 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
4437 | 2024.07.10 23:04:42.551035 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4438 | 2024.07.10 23:04:42.551083 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4439 | 2024.07.10 23:04:47.197927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4440 | 2024.07.10 23:04:47.198101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4441 | 2024.07.10 23:04:47.198142 [ 3 ] {} <Debug> HTTP-Session: 6988d863-6124-42f6-a9b5-eb3e0f89b4a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4442 | 2024.07.10 23:04:47.198180 [ 3 ] {} <Debug> HTTP-Session: 6988d863-6124-42f6-a9b5-eb3e0f89b4a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4443 | 2024.07.10 23:04:47.198196 [ 3 ] {} <Debug> HTTP-Session: 6988d863-6124-42f6-a9b5-eb3e0f89b4a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4444 | 2024.07.10 23:04:47.198246 [ 3 ] {} <Trace> HTTP-Session: 6988d863-6124-42f6-a9b5-eb3e0f89b4a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4445 | 2024.07.10 23:04:47.198437 [ 3 ] {7595e889-80e1-410a-a105-a0f84fbc8e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4446 | 2024.07.10 23:04:47.198506 [ 3 ] {7595e889-80e1-410a-a105-a0f84fbc8e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4447 | 2024.07.10 23:04:47.198700 [ 3 ] {7595e889-80e1-410a-a105-a0f84fbc8e01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4448 | 2024.07.10 23:04:47.199125 [ 3 ] {7595e889-80e1-410a-a105-a0f84fbc8e01} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4449 | 2024.07.10 23:04:47.199172 [ 3 ] {7595e889-80e1-410a-a105-a0f84fbc8e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4450 | 2024.07.10 23:04:47.199535 [ 3 ] {7595e889-80e1-410a-a105-a0f84fbc8e01} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4451 | 2024.07.10 23:04:47.199884 [ 3 ] {7595e889-80e1-410a-a105-a0f84fbc8e01} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4452 | 2024.07.10 23:04:47.200064 [ 3 ] {7595e889-80e1-410a-a105-a0f84fbc8e01} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.00168 sec., 18452.38095238095 rows/sec., 1.46 MiB/sec. | ||
4453 | 2024.07.10 23:04:47.200276 [ 3 ] {7595e889-80e1-410a-a105-a0f84fbc8e01} <Debug> DynamicQueryHandler: Done processing query | ||
4454 | 2024.07.10 23:04:47.200303 [ 3 ] {7595e889-80e1-410a-a105-a0f84fbc8e01} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4455 | 2024.07.10 23:04:47.200321 [ 3 ] {} <Debug> HTTP-Session: 6988d863-6124-42f6-a9b5-eb3e0f89b4a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4456 | 2024.07.10 23:04:47.200513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 26875, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4457 | 2024.07.10 23:04:47.200567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4458 | 2024.07.10 23:04:47.200587 [ 3 ] {} <Debug> HTTP-Session: 0a81d4a5-c0ad-424b-a93a-c4f5e4774746 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4459 | 2024.07.10 23:04:47.200607 [ 3 ] {} <Debug> HTTP-Session: 0a81d4a5-c0ad-424b-a93a-c4f5e4774746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4460 | 2024.07.10 23:04:47.200621 [ 3 ] {} <Debug> HTTP-Session: 0a81d4a5-c0ad-424b-a93a-c4f5e4774746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4461 | 2024.07.10 23:04:47.200657 [ 3 ] {} <Trace> HTTP-Session: 0a81d4a5-c0ad-424b-a93a-c4f5e4774746 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4462 | 2024.07.10 23:04:47.200814 [ 3 ] {09527acf-4c40-4967-be3d-f7776195b358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4463 | 2024.07.10 23:04:47.200861 [ 3 ] {09527acf-4c40-4967-be3d-f7776195b358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4464 | 2024.07.10 23:04:47.200997 [ 3 ] {09527acf-4c40-4967-be3d-f7776195b358} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4465 | 2024.07.10 23:04:47.201456 [ 3 ] {09527acf-4c40-4967-be3d-f7776195b358} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4466 | 2024.07.10 23:04:47.201495 [ 3 ] {09527acf-4c40-4967-be3d-f7776195b358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4467 | 2024.07.10 23:04:47.201858 [ 3 ] {09527acf-4c40-4967-be3d-f7776195b358} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4468 | 2024.07.10 23:04:47.202190 [ 3 ] {09527acf-4c40-4967-be3d-f7776195b358} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4469 | 2024.07.10 23:04:47.202351 [ 3 ] {09527acf-4c40-4967-be3d-f7776195b358} <Debug> executeQuery: Read 185 rows, 15.63 KiB in 0.001607 sec., 115121.34411947729 rows/sec., 9.50 MiB/sec. | ||
4470 | 2024.07.10 23:04:47.202524 [ 3 ] {09527acf-4c40-4967-be3d-f7776195b358} <Debug> DynamicQueryHandler: Done processing query | ||
4471 | 2024.07.10 23:04:47.202549 [ 3 ] {09527acf-4c40-4967-be3d-f7776195b358} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4472 | 2024.07.10 23:04:47.202565 [ 3 ] {} <Debug> HTTP-Session: 0a81d4a5-c0ad-424b-a93a-c4f5e4774746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4473 | 2024.07.10 23:04:47.202721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 20190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4474 | 2024.07.10 23:04:47.202771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4475 | 2024.07.10 23:04:47.202790 [ 3 ] {} <Debug> HTTP-Session: 39c9d37d-9549-42d7-805a-b556f9993b3b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4476 | 2024.07.10 23:04:47.202808 [ 3 ] {} <Debug> HTTP-Session: 39c9d37d-9549-42d7-805a-b556f9993b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4477 | 2024.07.10 23:04:47.202822 [ 3 ] {} <Debug> HTTP-Session: 39c9d37d-9549-42d7-805a-b556f9993b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4478 | 2024.07.10 23:04:47.202855 [ 3 ] {} <Trace> HTTP-Session: 39c9d37d-9549-42d7-805a-b556f9993b3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4479 | 2024.07.10 23:04:47.202988 [ 3 ] {27d7943e-ea43-4cde-b4f0-81a084f61c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4480 | 2024.07.10 23:04:47.203030 [ 3 ] {27d7943e-ea43-4cde-b4f0-81a084f61c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4481 | 2024.07.10 23:04:47.203159 [ 3 ] {27d7943e-ea43-4cde-b4f0-81a084f61c39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4482 | 2024.07.10 23:04:47.203539 [ 3 ] {27d7943e-ea43-4cde-b4f0-81a084f61c39} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4483 | 2024.07.10 23:04:47.203576 [ 3 ] {27d7943e-ea43-4cde-b4f0-81a084f61c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4484 | 2024.07.10 23:04:47.203907 [ 3 ] {27d7943e-ea43-4cde-b4f0-81a084f61c39} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4485 | 2024.07.10 23:04:47.204215 [ 3 ] {27d7943e-ea43-4cde-b4f0-81a084f61c39} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4486 | 2024.07.10 23:04:47.204367 [ 3 ] {27d7943e-ea43-4cde-b4f0-81a084f61c39} <Debug> executeQuery: Read 119 rows, 9.50 KiB in 0.001428 sec., 83333.33333333333 rows/sec., 6.49 MiB/sec. | ||
4487 | 2024.07.10 23:04:47.204629 [ 3 ] {27d7943e-ea43-4cde-b4f0-81a084f61c39} <Debug> DynamicQueryHandler: Done processing query | ||
4488 | 2024.07.10 23:04:47.204664 [ 3 ] {27d7943e-ea43-4cde-b4f0-81a084f61c39} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4489 | 2024.07.10 23:04:47.204680 [ 3 ] {} <Debug> HTTP-Session: 39c9d37d-9549-42d7-805a-b556f9993b3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4490 | 2024.07.10 23:04:47.204860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 37621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4491 | 2024.07.10 23:04:47.204908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4492 | 2024.07.10 23:04:47.204927 [ 3 ] {} <Debug> HTTP-Session: 9b744969-4cfb-416b-a384-f5a96f410068 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4493 | 2024.07.10 23:04:47.204945 [ 3 ] {} <Debug> HTTP-Session: 9b744969-4cfb-416b-a384-f5a96f410068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4494 | 2024.07.10 23:04:47.204959 [ 3 ] {} <Debug> HTTP-Session: 9b744969-4cfb-416b-a384-f5a96f410068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4495 | 2024.07.10 23:04:47.204990 [ 3 ] {} <Trace> HTTP-Session: 9b744969-4cfb-416b-a384-f5a96f410068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4496 | 2024.07.10 23:04:47.205187 [ 3 ] {a7323748-4ff3-41ad-ad3a-07c63e68dfda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4497 | 2024.07.10 23:04:47.205235 [ 3 ] {a7323748-4ff3-41ad-ad3a-07c63e68dfda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4498 | 2024.07.10 23:04:47.205395 [ 3 ] {a7323748-4ff3-41ad-ad3a-07c63e68dfda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4499 | 2024.07.10 23:04:47.205792 [ 3 ] {a7323748-4ff3-41ad-ad3a-07c63e68dfda} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4500 | 2024.07.10 23:04:47.205828 [ 3 ] {a7323748-4ff3-41ad-ad3a-07c63e68dfda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4501 | 2024.07.10 23:04:47.206213 [ 3 ] {a7323748-4ff3-41ad-ad3a-07c63e68dfda} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4502 | 2024.07.10 23:04:47.206543 [ 3 ] {a7323748-4ff3-41ad-ad3a-07c63e68dfda} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4503 | 2024.07.10 23:04:47.206708 [ 3 ] {a7323748-4ff3-41ad-ad3a-07c63e68dfda} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001628 sec., 120393.12039312038 rows/sec., 8.41 MiB/sec. | ||
4504 | 2024.07.10 23:04:47.207028 [ 3 ] {a7323748-4ff3-41ad-ad3a-07c63e68dfda} <Debug> DynamicQueryHandler: Done processing query | ||
4505 | 2024.07.10 23:04:47.207053 [ 3 ] {a7323748-4ff3-41ad-ad3a-07c63e68dfda} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4506 | 2024.07.10 23:04:47.207069 [ 3 ] {} <Debug> HTTP-Session: 9b744969-4cfb-416b-a384-f5a96f410068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4507 | 2024.07.10 23:04:47.207224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49859, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4508 | 2024.07.10 23:04:47.207272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4509 | 2024.07.10 23:04:47.207291 [ 3 ] {} <Debug> HTTP-Session: 62fc0a38-ea12-4de9-a236-2c4eaa5a9174 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4510 | 2024.07.10 23:04:47.207308 [ 3 ] {} <Debug> HTTP-Session: 62fc0a38-ea12-4de9-a236-2c4eaa5a9174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4511 | 2024.07.10 23:04:47.207322 [ 3 ] {} <Debug> HTTP-Session: 62fc0a38-ea12-4de9-a236-2c4eaa5a9174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4512 | 2024.07.10 23:04:47.207353 [ 3 ] {} <Trace> HTTP-Session: 62fc0a38-ea12-4de9-a236-2c4eaa5a9174 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4513 | 2024.07.10 23:04:47.207660 [ 3 ] {710ada58-f512-4da1-a301-285fc392286d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4514 | 2024.07.10 23:04:47.207732 [ 3 ] {710ada58-f512-4da1-a301-285fc392286d} <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 | ||
4515 | 2024.07.10 23:04:47.208152 [ 3 ] {710ada58-f512-4da1-a301-285fc392286d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4516 | 2024.07.10 23:04:47.208830 [ 3 ] {710ada58-f512-4da1-a301-285fc392286d} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4517 | 2024.07.10 23:04:47.208866 [ 3 ] {710ada58-f512-4da1-a301-285fc392286d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4518 | 2024.07.10 23:04:47.209509 [ 3 ] {710ada58-f512-4da1-a301-285fc392286d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4519 | 2024.07.10 23:04:47.209913 [ 3 ] {710ada58-f512-4da1-a301-285fc392286d} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4520 | 2024.07.10 23:04:47.210080 [ 145 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4521 | 2024.07.10 23:04:47.210109 [ 3 ] {710ada58-f512-4da1-a301-285fc392286d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002663 sec., 11641.006383777694 rows/sec., 20.86 MiB/sec. | ||
4522 | 2024.07.10 23:04:47.210177 [ 145 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4523 | 2024.07.10 23:04:47.210259 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4524 | 2024.07.10 23:04:47.210617 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::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 | ||
4525 | 2024.07.10 23:04:47.210671 [ 3 ] {710ada58-f512-4da1-a301-285fc392286d} <Debug> DynamicQueryHandler: Done processing query | ||
4526 | 2024.07.10 23:04:47.210717 [ 3 ] {710ada58-f512-4da1-a301-285fc392286d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4527 | 2024.07.10 23:04:47.210758 [ 3 ] {} <Debug> HTTP-Session: 62fc0a38-ea12-4de9-a236-2c4eaa5a9174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4528 | 2024.07.10 23:04:47.210976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4529 | 2024.07.10 23:04:47.211090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4530 | 2024.07.10 23:04:47.211147 [ 3 ] {} <Debug> HTTP-Session: 4938462b-087b-43a0-a4ca-b568a999c937 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4531 | 2024.07.10 23:04:47.211205 [ 3 ] {} <Debug> HTTP-Session: 4938462b-087b-43a0-a4ca-b568a999c937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4532 | 2024.07.10 23:04:47.211245 [ 3 ] {} <Debug> HTTP-Session: 4938462b-087b-43a0-a4ca-b568a999c937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4533 | 2024.07.10 23:04:47.211339 [ 3 ] {} <Trace> HTTP-Session: 4938462b-087b-43a0-a4ca-b568a999c937 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4534 | 2024.07.10 23:04:47.211441 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4535 | 2024.07.10 23:04:47.211586 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 304 rows starting from the beginning of the part | ||
4536 | 2024.07.10 23:04:47.211625 [ 3 ] {7834a86c-d2a3-4096-aba8-0d3131cf566c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4537 | 2024.07.10 23:04:47.211755 [ 3 ] {7834a86c-d2a3-4096-aba8-0d3131cf566c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4538 | 2024.07.10 23:04:47.212326 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
4539 | 2024.07.10 23:04:47.212725 [ 3 ] {7834a86c-d2a3-4096-aba8-0d3131cf566c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4540 | 2024.07.10 23:04:47.213137 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part | ||
4541 | 2024.07.10 23:04:47.213800 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
4542 | 2024.07.10 23:04:47.213966 [ 3 ] {7834a86c-d2a3-4096-aba8-0d3131cf566c} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4543 | 2024.07.10 23:04:47.214077 [ 3 ] {7834a86c-d2a3-4096-aba8-0d3131cf566c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4544 | 2024.07.10 23:04:47.214408 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part | ||
4545 | 2024.07.10 23:04:47.214988 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
4546 | 2024.07.10 23:04:47.215545 [ 3 ] {7834a86c-d2a3-4096-aba8-0d3131cf566c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4547 | 2024.07.10 23:04:47.216361 [ 3 ] {7834a86c-d2a3-4096-aba8-0d3131cf566c} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4548 | 2024.07.10 23:04:47.216803 [ 3 ] {7834a86c-d2a3-4096-aba8-0d3131cf566c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005295 sec., 11331.444759206799 rows/sec., 781.99 KiB/sec. | ||
4549 | 2024.07.10 23:04:47.217139 [ 3 ] {7834a86c-d2a3-4096-aba8-0d3131cf566c} <Debug> DynamicQueryHandler: Done processing query | ||
4550 | 2024.07.10 23:04:47.217165 [ 3 ] {7834a86c-d2a3-4096-aba8-0d3131cf566c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4551 | 2024.07.10 23:04:47.217186 [ 3 ] {} <Debug> HTTP-Session: 4938462b-087b-43a0-a4ca-b568a999c937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4552 | 2024.07.10 23:04:47.219728 [ 196 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 459 rows, containing 19 columns (19 merged, 0 gathered) in 0.009311962 sec., 49291.438259735165 rows/sec., 88.33 MiB/sec. | ||
4553 | 2024.07.10 23:04:47.220333 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4554 | 2024.07.10 23:04:47.220881 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4555 | 2024.07.10 23:04:47.220964 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4556 | 2024.07.10 23:04:47.221076 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. | ||
4557 | 2024.07.10 23:04:52.194826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4558 | 2024.07.10 23:04:52.194957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4559 | 2024.07.10 23:04:52.194983 [ 3 ] {} <Debug> HTTP-Session: 1d1c0279-d0dc-41eb-b45c-9f1f16d1480e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4560 | 2024.07.10 23:04:52.195007 [ 3 ] {} <Debug> HTTP-Session: 1d1c0279-d0dc-41eb-b45c-9f1f16d1480e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4561 | 2024.07.10 23:04:52.195023 [ 3 ] {} <Debug> HTTP-Session: 1d1c0279-d0dc-41eb-b45c-9f1f16d1480e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4562 | 2024.07.10 23:04:52.195072 [ 3 ] {} <Trace> HTTP-Session: 1d1c0279-d0dc-41eb-b45c-9f1f16d1480e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4563 | 2024.07.10 23:04:52.195268 [ 3 ] {e8657e36-0be5-43f3-bdd7-10a86825aa60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4564 | 2024.07.10 23:04:52.195337 [ 3 ] {e8657e36-0be5-43f3-bdd7-10a86825aa60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4565 | 2024.07.10 23:04:52.195528 [ 3 ] {e8657e36-0be5-43f3-bdd7-10a86825aa60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4566 | 2024.07.10 23:04:52.195970 [ 3 ] {e8657e36-0be5-43f3-bdd7-10a86825aa60} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4567 | 2024.07.10 23:04:52.196017 [ 3 ] {e8657e36-0be5-43f3-bdd7-10a86825aa60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4568 | 2024.07.10 23:04:52.196392 [ 3 ] {e8657e36-0be5-43f3-bdd7-10a86825aa60} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4569 | 2024.07.10 23:04:52.196735 [ 3 ] {e8657e36-0be5-43f3-bdd7-10a86825aa60} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4570 | 2024.07.10 23:04:52.196915 [ 3 ] {e8657e36-0be5-43f3-bdd7-10a86825aa60} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001705 sec., 32844.574780058654 rows/sec., 2.52 MiB/sec. | ||
4571 | 2024.07.10 23:04:52.197135 [ 3 ] {e8657e36-0be5-43f3-bdd7-10a86825aa60} <Debug> DynamicQueryHandler: Done processing query | ||
4572 | 2024.07.10 23:04:52.197162 [ 3 ] {e8657e36-0be5-43f3-bdd7-10a86825aa60} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4573 | 2024.07.10 23:04:52.197180 [ 3 ] {} <Debug> HTTP-Session: 1d1c0279-d0dc-41eb-b45c-9f1f16d1480e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4574 | 2024.07.10 23:04:52.197350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4575 | 2024.07.10 23:04:52.197411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4576 | 2024.07.10 23:04:52.197431 [ 3 ] {} <Debug> HTTP-Session: 56cfedee-e98e-428d-ab37-35764d343e06 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4577 | 2024.07.10 23:04:52.197450 [ 3 ] {} <Debug> HTTP-Session: 56cfedee-e98e-428d-ab37-35764d343e06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4578 | 2024.07.10 23:04:52.197465 [ 3 ] {} <Debug> HTTP-Session: 56cfedee-e98e-428d-ab37-35764d343e06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4579 | 2024.07.10 23:04:52.197502 [ 3 ] {} <Trace> HTTP-Session: 56cfedee-e98e-428d-ab37-35764d343e06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4580 | 2024.07.10 23:04:52.197637 [ 3 ] {1c7b5a00-dfbe-45b4-b614-e24d1bd1b5b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4581 | 2024.07.10 23:04:52.197687 [ 3 ] {1c7b5a00-dfbe-45b4-b614-e24d1bd1b5b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4582 | 2024.07.10 23:04:52.197828 [ 3 ] {1c7b5a00-dfbe-45b4-b614-e24d1bd1b5b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4583 | 2024.07.10 23:04:52.198166 [ 3 ] {1c7b5a00-dfbe-45b4-b614-e24d1bd1b5b0} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4584 | 2024.07.10 23:04:52.198205 [ 3 ] {1c7b5a00-dfbe-45b4-b614-e24d1bd1b5b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4585 | 2024.07.10 23:04:52.198521 [ 3 ] {1c7b5a00-dfbe-45b4-b614-e24d1bd1b5b0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4586 | 2024.07.10 23:04:52.198840 [ 3 ] {1c7b5a00-dfbe-45b4-b614-e24d1bd1b5b0} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4587 | 2024.07.10 23:04:52.199004 [ 3 ] {1c7b5a00-dfbe-45b4-b614-e24d1bd1b5b0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001407 sec., 45486.85145700071 rows/sec., 3.55 MiB/sec. | ||
4588 | 2024.07.10 23:04:52.199189 [ 3 ] {1c7b5a00-dfbe-45b4-b614-e24d1bd1b5b0} <Debug> DynamicQueryHandler: Done processing query | ||
4589 | 2024.07.10 23:04:52.199213 [ 3 ] {1c7b5a00-dfbe-45b4-b614-e24d1bd1b5b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4590 | 2024.07.10 23:04:52.199230 [ 3 ] {} <Debug> HTTP-Session: 56cfedee-e98e-428d-ab37-35764d343e06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4591 | 2024.07.10 23:04:52.199414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4592 | 2024.07.10 23:04:52.199468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4593 | 2024.07.10 23:04:52.199488 [ 3 ] {} <Debug> HTTP-Session: a461743f-e11e-4d8c-9121-2c0977bdcd85 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4594 | 2024.07.10 23:04:52.199505 [ 3 ] {} <Debug> HTTP-Session: a461743f-e11e-4d8c-9121-2c0977bdcd85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4595 | 2024.07.10 23:04:52.199519 [ 3 ] {} <Debug> HTTP-Session: a461743f-e11e-4d8c-9121-2c0977bdcd85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4596 | 2024.07.10 23:04:52.199552 [ 3 ] {} <Trace> HTTP-Session: a461743f-e11e-4d8c-9121-2c0977bdcd85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4597 | 2024.07.10 23:04:52.199710 [ 3 ] {2dc1e119-afae-40b2-88cb-8f1fcd45b6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4598 | 2024.07.10 23:04:52.199758 [ 3 ] {2dc1e119-afae-40b2-88cb-8f1fcd45b6ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4599 | 2024.07.10 23:04:52.199910 [ 3 ] {2dc1e119-afae-40b2-88cb-8f1fcd45b6ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4600 | 2024.07.10 23:04:52.200335 [ 3 ] {2dc1e119-afae-40b2-88cb-8f1fcd45b6ce} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4601 | 2024.07.10 23:04:52.200373 [ 3 ] {2dc1e119-afae-40b2-88cb-8f1fcd45b6ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4602 | 2024.07.10 23:04:52.200766 [ 3 ] {2dc1e119-afae-40b2-88cb-8f1fcd45b6ce} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4603 | 2024.07.10 23:04:52.201115 [ 3 ] {2dc1e119-afae-40b2-88cb-8f1fcd45b6ce} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4604 | 2024.07.10 23:04:52.201270 [ 3 ] {2dc1e119-afae-40b2-88cb-8f1fcd45b6ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00163 sec., 98159.50920245399 rows/sec., 6.84 MiB/sec. | ||
4605 | 2024.07.10 23:04:52.201448 [ 3 ] {2dc1e119-afae-40b2-88cb-8f1fcd45b6ce} <Debug> DynamicQueryHandler: Done processing query | ||
4606 | 2024.07.10 23:04:52.201471 [ 3 ] {2dc1e119-afae-40b2-88cb-8f1fcd45b6ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4607 | 2024.07.10 23:04:52.201487 [ 3 ] {} <Debug> HTTP-Session: a461743f-e11e-4d8c-9121-2c0977bdcd85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4608 | 2024.07.10 23:04:52.201634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4609 | 2024.07.10 23:04:52.201685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4610 | 2024.07.10 23:04:52.201704 [ 3 ] {} <Debug> HTTP-Session: 4f313c78-2c66-48a4-8187-6add68e5a6e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4611 | 2024.07.10 23:04:52.201720 [ 3 ] {} <Debug> HTTP-Session: 4f313c78-2c66-48a4-8187-6add68e5a6e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4612 | 2024.07.10 23:04:52.201734 [ 3 ] {} <Debug> HTTP-Session: 4f313c78-2c66-48a4-8187-6add68e5a6e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4613 | 2024.07.10 23:04:52.201766 [ 3 ] {} <Trace> HTTP-Session: 4f313c78-2c66-48a4-8187-6add68e5a6e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4614 | 2024.07.10 23:04:52.201897 [ 3 ] {795cbada-01c3-4b8f-99a9-0100874f920c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4615 | 2024.07.10 23:04:52.201942 [ 3 ] {795cbada-01c3-4b8f-99a9-0100874f920c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4616 | 2024.07.10 23:04:52.202070 [ 3 ] {795cbada-01c3-4b8f-99a9-0100874f920c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4617 | 2024.07.10 23:04:52.202417 [ 3 ] {795cbada-01c3-4b8f-99a9-0100874f920c} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4618 | 2024.07.10 23:04:52.202452 [ 3 ] {795cbada-01c3-4b8f-99a9-0100874f920c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4619 | 2024.07.10 23:04:52.202806 [ 3 ] {795cbada-01c3-4b8f-99a9-0100874f920c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4620 | 2024.07.10 23:04:52.203127 [ 3 ] {795cbada-01c3-4b8f-99a9-0100874f920c} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4621 | 2024.07.10 23:04:52.203277 [ 3 ] {795cbada-01c3-4b8f-99a9-0100874f920c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec. | ||
4622 | 2024.07.10 23:04:52.203445 [ 3 ] {795cbada-01c3-4b8f-99a9-0100874f920c} <Debug> DynamicQueryHandler: Done processing query | ||
4623 | 2024.07.10 23:04:52.203469 [ 3 ] {795cbada-01c3-4b8f-99a9-0100874f920c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4624 | 2024.07.10 23:04:52.203485 [ 3 ] {} <Debug> HTTP-Session: 4f313c78-2c66-48a4-8187-6add68e5a6e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4625 | 2024.07.10 23:04:57.196062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4626 | 2024.07.10 23:04:57.196201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4627 | 2024.07.10 23:04:57.196232 [ 3 ] {} <Debug> HTTP-Session: 8e6cedfd-c609-4176-a02f-3b65c2d71158 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4628 | 2024.07.10 23:04:57.196259 [ 3 ] {} <Debug> HTTP-Session: 8e6cedfd-c609-4176-a02f-3b65c2d71158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4629 | 2024.07.10 23:04:57.196278 [ 3 ] {} <Debug> HTTP-Session: 8e6cedfd-c609-4176-a02f-3b65c2d71158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4630 | 2024.07.10 23:04:57.196332 [ 3 ] {} <Trace> HTTP-Session: 8e6cedfd-c609-4176-a02f-3b65c2d71158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4631 | 2024.07.10 23:04:57.196534 [ 3 ] {46730a83-d61d-472c-a6b4-a253420ab983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4632 | 2024.07.10 23:04:57.196606 [ 3 ] {46730a83-d61d-472c-a6b4-a253420ab983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4633 | 2024.07.10 23:04:57.196799 [ 3 ] {46730a83-d61d-472c-a6b4-a253420ab983} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4634 | 2024.07.10 23:04:57.197317 [ 3 ] {46730a83-d61d-472c-a6b4-a253420ab983} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4635 | 2024.07.10 23:04:57.197357 [ 3 ] {46730a83-d61d-472c-a6b4-a253420ab983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4636 | 2024.07.10 23:04:57.197717 [ 3 ] {46730a83-d61d-472c-a6b4-a253420ab983} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4637 | 2024.07.10 23:04:57.198068 [ 3 ] {46730a83-d61d-472c-a6b4-a253420ab983} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4638 | 2024.07.10 23:04:57.198210 [ 3 ] {46730a83-d61d-472c-a6b4-a253420ab983} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001744 sec., 17775.229357798165 rows/sec., 1.41 MiB/sec. | ||
4639 | 2024.07.10 23:04:57.198402 [ 3 ] {46730a83-d61d-472c-a6b4-a253420ab983} <Debug> DynamicQueryHandler: Done processing query | ||
4640 | 2024.07.10 23:04:57.198428 [ 3 ] {46730a83-d61d-472c-a6b4-a253420ab983} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4641 | 2024.07.10 23:04:57.198444 [ 3 ] {} <Debug> HTTP-Session: 8e6cedfd-c609-4176-a02f-3b65c2d71158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4642 | 2024.07.10 23:04:57.198590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4643 | 2024.07.10 23:04:57.198640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4644 | 2024.07.10 23:04:57.198659 [ 3 ] {} <Debug> HTTP-Session: af3f2fd8-eee8-4f33-8fb4-cea723b8799a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4645 | 2024.07.10 23:04:57.198762 [ 3 ] {} <Debug> HTTP-Session: af3f2fd8-eee8-4f33-8fb4-cea723b8799a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4646 | 2024.07.10 23:04:57.198778 [ 3 ] {} <Debug> HTTP-Session: af3f2fd8-eee8-4f33-8fb4-cea723b8799a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4647 | 2024.07.10 23:04:57.198809 [ 3 ] {} <Trace> HTTP-Session: af3f2fd8-eee8-4f33-8fb4-cea723b8799a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4648 | 2024.07.10 23:04:57.198903 [ 3 ] {03b34b53-0595-4360-90b3-863ed1233f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4649 | 2024.07.10 23:04:57.198945 [ 3 ] {03b34b53-0595-4360-90b3-863ed1233f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4650 | 2024.07.10 23:04:57.199070 [ 3 ] {03b34b53-0595-4360-90b3-863ed1233f7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4651 | 2024.07.10 23:04:57.199394 [ 3 ] {03b34b53-0595-4360-90b3-863ed1233f7a} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4652 | 2024.07.10 23:04:57.199430 [ 3 ] {03b34b53-0595-4360-90b3-863ed1233f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4653 | 2024.07.10 23:04:57.199723 [ 3 ] {03b34b53-0595-4360-90b3-863ed1233f7a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4654 | 2024.07.10 23:04:57.200028 [ 3 ] {03b34b53-0595-4360-90b3-863ed1233f7a} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4655 | 2024.07.10 23:04:57.200152 [ 3 ] {03b34b53-0595-4360-90b3-863ed1233f7a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001273 sec., 3142.1838177533386 rows/sec., 256.22 KiB/sec. | ||
4656 | 2024.07.10 23:04:57.200427 [ 3 ] {03b34b53-0595-4360-90b3-863ed1233f7a} <Debug> DynamicQueryHandler: Done processing query | ||
4657 | 2024.07.10 23:04:57.200451 [ 3 ] {03b34b53-0595-4360-90b3-863ed1233f7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4658 | 2024.07.10 23:04:57.200468 [ 3 ] {} <Debug> HTTP-Session: af3f2fd8-eee8-4f33-8fb4-cea723b8799a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4659 | 2024.07.10 23:04:57.200607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 22156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4660 | 2024.07.10 23:04:57.200656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4661 | 2024.07.10 23:04:57.200675 [ 3 ] {} <Debug> HTTP-Session: 329af584-7b17-4d70-b329-733427dddda3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4662 | 2024.07.10 23:04:57.200691 [ 3 ] {} <Debug> HTTP-Session: 329af584-7b17-4d70-b329-733427dddda3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4663 | 2024.07.10 23:04:57.200705 [ 3 ] {} <Debug> HTTP-Session: 329af584-7b17-4d70-b329-733427dddda3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4664 | 2024.07.10 23:04:57.200735 [ 3 ] {} <Trace> HTTP-Session: 329af584-7b17-4d70-b329-733427dddda3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4665 | 2024.07.10 23:04:57.200869 [ 3 ] {a7b12255-2388-4a91-a642-97bb9cbd2b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4666 | 2024.07.10 23:04:57.200911 [ 3 ] {a7b12255-2388-4a91-a642-97bb9cbd2b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4667 | 2024.07.10 23:04:57.201051 [ 3 ] {a7b12255-2388-4a91-a642-97bb9cbd2b7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4668 | 2024.07.10 23:04:57.201473 [ 3 ] {a7b12255-2388-4a91-a642-97bb9cbd2b7e} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4669 | 2024.07.10 23:04:57.201508 [ 3 ] {a7b12255-2388-4a91-a642-97bb9cbd2b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4670 | 2024.07.10 23:04:57.201822 [ 3 ] {a7b12255-2388-4a91-a642-97bb9cbd2b7e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4671 | 2024.07.10 23:04:57.202121 [ 3 ] {a7b12255-2388-4a91-a642-97bb9cbd2b7e} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4672 | 2024.07.10 23:04:57.202247 [ 3 ] {a7b12255-2388-4a91-a642-97bb9cbd2b7e} <Debug> executeQuery: Read 151 rows, 12.96 KiB in 0.001436 sec., 105153.20334261839 rows/sec., 8.81 MiB/sec. | ||
4673 | 2024.07.10 23:04:57.202546 [ 3 ] {a7b12255-2388-4a91-a642-97bb9cbd2b7e} <Debug> DynamicQueryHandler: Done processing query | ||
4674 | 2024.07.10 23:04:57.202578 [ 3 ] {a7b12255-2388-4a91-a642-97bb9cbd2b7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4675 | 2024.07.10 23:04:57.202594 [ 3 ] {} <Debug> HTTP-Session: 329af584-7b17-4d70-b329-733427dddda3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4676 | 2024.07.10 23:04:57.202720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4677 | 2024.07.10 23:04:57.202769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4678 | 2024.07.10 23:04:57.202788 [ 3 ] {} <Debug> HTTP-Session: 5a982130-5d9e-4eb2-827e-ff15ca4a25c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4679 | 2024.07.10 23:04:57.202803 [ 3 ] {} <Debug> HTTP-Session: 5a982130-5d9e-4eb2-827e-ff15ca4a25c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4680 | 2024.07.10 23:04:57.202817 [ 3 ] {} <Debug> HTTP-Session: 5a982130-5d9e-4eb2-827e-ff15ca4a25c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4681 | 2024.07.10 23:04:57.202847 [ 3 ] {} <Trace> HTTP-Session: 5a982130-5d9e-4eb2-827e-ff15ca4a25c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4682 | 2024.07.10 23:04:57.202942 [ 3 ] {b4bca0b6-bc8a-443d-898b-affff4adf839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4683 | 2024.07.10 23:04:57.202985 [ 3 ] {b4bca0b6-bc8a-443d-898b-affff4adf839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4684 | 2024.07.10 23:04:57.203130 [ 3 ] {b4bca0b6-bc8a-443d-898b-affff4adf839} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4685 | 2024.07.10 23:04:57.203421 [ 3 ] {b4bca0b6-bc8a-443d-898b-affff4adf839} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4686 | 2024.07.10 23:04:57.203456 [ 3 ] {b4bca0b6-bc8a-443d-898b-affff4adf839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4687 | 2024.07.10 23:04:57.203766 [ 3 ] {b4bca0b6-bc8a-443d-898b-affff4adf839} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4688 | 2024.07.10 23:04:57.204063 [ 3 ] {b4bca0b6-bc8a-443d-898b-affff4adf839} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4689 | 2024.07.10 23:04:57.204189 [ 3 ] {b4bca0b6-bc8a-443d-898b-affff4adf839} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001273 sec., 3142.1838177533386 rows/sec., 219.40 KiB/sec. | ||
4690 | 2024.07.10 23:04:57.204344 [ 3 ] {b4bca0b6-bc8a-443d-898b-affff4adf839} <Debug> DynamicQueryHandler: Done processing query | ||
4691 | 2024.07.10 23:04:57.204368 [ 3 ] {b4bca0b6-bc8a-443d-898b-affff4adf839} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4692 | 2024.07.10 23:04:57.204383 [ 3 ] {} <Debug> HTTP-Session: 5a982130-5d9e-4eb2-827e-ff15ca4a25c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4693 | 2024.07.10 23:04:57.204558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 16830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4694 | 2024.07.10 23:04:57.204609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4695 | 2024.07.10 23:04:57.204628 [ 3 ] {} <Debug> HTTP-Session: 37e52ca9-ba97-4a69-be4e-d4e0ee90bb1f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4696 | 2024.07.10 23:04:57.204644 [ 3 ] {} <Debug> HTTP-Session: 37e52ca9-ba97-4a69-be4e-d4e0ee90bb1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4697 | 2024.07.10 23:04:57.204658 [ 3 ] {} <Debug> HTTP-Session: 37e52ca9-ba97-4a69-be4e-d4e0ee90bb1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4698 | 2024.07.10 23:04:57.204689 [ 3 ] {} <Trace> HTTP-Session: 37e52ca9-ba97-4a69-be4e-d4e0ee90bb1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4699 | 2024.07.10 23:04:57.204813 [ 3 ] {97dbf784-1114-48f1-b23e-421d6f1c000d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4700 | 2024.07.10 23:04:57.204854 [ 3 ] {97dbf784-1114-48f1-b23e-421d6f1c000d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4701 | 2024.07.10 23:04:57.204975 [ 3 ] {97dbf784-1114-48f1-b23e-421d6f1c000d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4702 | 2024.07.10 23:04:57.205351 [ 3 ] {97dbf784-1114-48f1-b23e-421d6f1c000d} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4703 | 2024.07.10 23:04:57.205386 [ 3 ] {97dbf784-1114-48f1-b23e-421d6f1c000d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4704 | 2024.07.10 23:04:57.205692 [ 3 ] {97dbf784-1114-48f1-b23e-421d6f1c000d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4705 | 2024.07.10 23:04:57.205984 [ 3 ] {97dbf784-1114-48f1-b23e-421d6f1c000d} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4706 | 2024.07.10 23:04:57.206112 [ 3 ] {97dbf784-1114-48f1-b23e-421d6f1c000d} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001348 sec., 73442.13649851632 rows/sec., 5.74 MiB/sec. | ||
4707 | 2024.07.10 23:04:57.206373 [ 3 ] {97dbf784-1114-48f1-b23e-421d6f1c000d} <Debug> DynamicQueryHandler: Done processing query | ||
4708 | 2024.07.10 23:04:57.206401 [ 3 ] {97dbf784-1114-48f1-b23e-421d6f1c000d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4709 | 2024.07.10 23:04:57.206418 [ 3 ] {} <Debug> HTTP-Session: 37e52ca9-ba97-4a69-be4e-d4e0ee90bb1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4710 | 2024.07.10 23:04:57.206582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 31033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4711 | 2024.07.10 23:04:57.206630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4712 | 2024.07.10 23:04:57.206649 [ 3 ] {} <Debug> HTTP-Session: ee5fe88b-b079-4324-aca1-8c68ad194e6a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4713 | 2024.07.10 23:04:57.206665 [ 3 ] {} <Debug> HTTP-Session: ee5fe88b-b079-4324-aca1-8c68ad194e6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4714 | 2024.07.10 23:04:57.206679 [ 3 ] {} <Debug> HTTP-Session: ee5fe88b-b079-4324-aca1-8c68ad194e6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4715 | 2024.07.10 23:04:57.206709 [ 3 ] {} <Trace> HTTP-Session: ee5fe88b-b079-4324-aca1-8c68ad194e6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4716 | 2024.07.10 23:04:57.206853 [ 3 ] {b98e0684-70b0-4645-9b5d-e31069315dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4717 | 2024.07.10 23:04:57.206900 [ 3 ] {b98e0684-70b0-4645-9b5d-e31069315dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4718 | 2024.07.10 23:04:57.207064 [ 3 ] {b98e0684-70b0-4645-9b5d-e31069315dc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4719 | 2024.07.10 23:04:57.207459 [ 3 ] {b98e0684-70b0-4645-9b5d-e31069315dc5} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4720 | 2024.07.10 23:04:57.207494 [ 3 ] {b98e0684-70b0-4645-9b5d-e31069315dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4721 | 2024.07.10 23:04:57.207882 [ 3 ] {b98e0684-70b0-4645-9b5d-e31069315dc5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4722 | 2024.07.10 23:04:57.208210 [ 3 ] {b98e0684-70b0-4645-9b5d-e31069315dc5} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4723 | 2024.07.10 23:04:57.208379 [ 3 ] {b98e0684-70b0-4645-9b5d-e31069315dc5} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001583 sec., 102337.33417561592 rows/sec., 7.13 MiB/sec. | ||
4724 | 2024.07.10 23:04:57.208721 [ 3 ] {b98e0684-70b0-4645-9b5d-e31069315dc5} <Debug> DynamicQueryHandler: Done processing query | ||
4725 | 2024.07.10 23:04:57.208746 [ 3 ] {b98e0684-70b0-4645-9b5d-e31069315dc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4726 | 2024.07.10 23:04:57.208763 [ 3 ] {} <Debug> HTTP-Session: ee5fe88b-b079-4324-aca1-8c68ad194e6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4727 | 2024.07.10 23:04:57.208918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4728 | 2024.07.10 23:04:57.208966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4729 | 2024.07.10 23:04:57.208985 [ 3 ] {} <Debug> HTTP-Session: 69b0667b-5990-4adf-8381-2a1e7b1cd26a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4730 | 2024.07.10 23:04:57.209002 [ 3 ] {} <Debug> HTTP-Session: 69b0667b-5990-4adf-8381-2a1e7b1cd26a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4731 | 2024.07.10 23:04:57.209015 [ 3 ] {} <Debug> HTTP-Session: 69b0667b-5990-4adf-8381-2a1e7b1cd26a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4732 | 2024.07.10 23:04:57.209045 [ 3 ] {} <Trace> HTTP-Session: 69b0667b-5990-4adf-8381-2a1e7b1cd26a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4733 | 2024.07.10 23:04:57.209362 [ 3 ] {75fd017d-9826-4c09-bf4a-18a9d1aa17cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4734 | 2024.07.10 23:04:57.209433 [ 3 ] {75fd017d-9826-4c09-bf4a-18a9d1aa17cb} <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 | ||
4735 | 2024.07.10 23:04:57.209845 [ 3 ] {75fd017d-9826-4c09-bf4a-18a9d1aa17cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4736 | 2024.07.10 23:04:57.210526 [ 3 ] {75fd017d-9826-4c09-bf4a-18a9d1aa17cb} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4737 | 2024.07.10 23:04:57.210562 [ 3 ] {75fd017d-9826-4c09-bf4a-18a9d1aa17cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4738 | 2024.07.10 23:04:57.211194 [ 3 ] {75fd017d-9826-4c09-bf4a-18a9d1aa17cb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4739 | 2024.07.10 23:04:57.211596 [ 3 ] {75fd017d-9826-4c09-bf4a-18a9d1aa17cb} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4740 | 2024.07.10 23:04:57.211767 [ 3 ] {75fd017d-9826-4c09-bf4a-18a9d1aa17cb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002636 sec., 11760.242792109257 rows/sec., 21.07 MiB/sec. | ||
4741 | 2024.07.10 23:04:57.211984 [ 3 ] {75fd017d-9826-4c09-bf4a-18a9d1aa17cb} <Debug> DynamicQueryHandler: Done processing query | ||
4742 | 2024.07.10 23:04:57.212008 [ 3 ] {75fd017d-9826-4c09-bf4a-18a9d1aa17cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4743 | 2024.07.10 23:04:57.212024 [ 3 ] {} <Debug> HTTP-Session: 69b0667b-5990-4adf-8381-2a1e7b1cd26a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4744 | 2024.07.10 23:04:57.212156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4745 | 2024.07.10 23:04:57.212204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4746 | 2024.07.10 23:04:57.212223 [ 3 ] {} <Debug> HTTP-Session: 86441079-917d-43e7-90ea-073390b025ea Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4747 | 2024.07.10 23:04:57.212240 [ 3 ] {} <Debug> HTTP-Session: 86441079-917d-43e7-90ea-073390b025ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4748 | 2024.07.10 23:04:57.212254 [ 3 ] {} <Debug> HTTP-Session: 86441079-917d-43e7-90ea-073390b025ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4749 | 2024.07.10 23:04:57.212284 [ 3 ] {} <Trace> HTTP-Session: 86441079-917d-43e7-90ea-073390b025ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4750 | 2024.07.10 23:04:57.212398 [ 3 ] {5804513d-fd5b-4c28-8eff-11a8df3b802a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4751 | 2024.07.10 23:04:57.212442 [ 3 ] {5804513d-fd5b-4c28-8eff-11a8df3b802a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4752 | 2024.07.10 23:04:57.212566 [ 3 ] {5804513d-fd5b-4c28-8eff-11a8df3b802a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4753 | 2024.07.10 23:04:57.212889 [ 3 ] {5804513d-fd5b-4c28-8eff-11a8df3b802a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4754 | 2024.07.10 23:04:57.212925 [ 3 ] {5804513d-fd5b-4c28-8eff-11a8df3b802a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
4755 | 2024.07.10 23:04:57.213280 [ 3 ] {5804513d-fd5b-4c28-8eff-11a8df3b802a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4756 | 2024.07.10 23:04:57.213595 [ 3 ] {5804513d-fd5b-4c28-8eff-11a8df3b802a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4757 | 2024.07.10 23:04:57.213742 [ 3 ] {5804513d-fd5b-4c28-8eff-11a8df3b802a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
4758 | 2024.07.10 23:04:57.213909 [ 3 ] {5804513d-fd5b-4c28-8eff-11a8df3b802a} <Debug> DynamicQueryHandler: Done processing query | ||
4759 | 2024.07.10 23:04:57.213933 [ 3 ] {5804513d-fd5b-4c28-8eff-11a8df3b802a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4760 | 2024.07.10 23:04:57.213948 [ 3 ] {} <Debug> HTTP-Session: 86441079-917d-43e7-90ea-073390b025ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4761 | 2024.07.10 23:04:57.551349 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4762 | 2024.07.10 23:04:57.551406 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4763 | 2024.07.10 23:05:02.194453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4764 | 2024.07.10 23:05:02.194584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4765 | 2024.07.10 23:05:02.194609 [ 3 ] {} <Debug> HTTP-Session: 420d6d87-98a1-421d-b8ae-4f0836f5c411 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4766 | 2024.07.10 23:05:02.194634 [ 3 ] {} <Debug> HTTP-Session: 420d6d87-98a1-421d-b8ae-4f0836f5c411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4767 | 2024.07.10 23:05:02.194648 [ 3 ] {} <Debug> HTTP-Session: 420d6d87-98a1-421d-b8ae-4f0836f5c411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4768 | 2024.07.10 23:05:02.194696 [ 3 ] {} <Trace> HTTP-Session: 420d6d87-98a1-421d-b8ae-4f0836f5c411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4769 | 2024.07.10 23:05:02.194877 [ 3 ] {6d06afb8-28d3-4c23-8477-3baa42fa10bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4770 | 2024.07.10 23:05:02.194943 [ 3 ] {6d06afb8-28d3-4c23-8477-3baa42fa10bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4771 | 2024.07.10 23:05:02.195130 [ 3 ] {6d06afb8-28d3-4c23-8477-3baa42fa10bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4772 | 2024.07.10 23:05:02.195582 [ 3 ] {6d06afb8-28d3-4c23-8477-3baa42fa10bf} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4773 | 2024.07.10 23:05:02.195628 [ 3 ] {6d06afb8-28d3-4c23-8477-3baa42fa10bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4774 | 2024.07.10 23:05:02.195992 [ 3 ] {6d06afb8-28d3-4c23-8477-3baa42fa10bf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4775 | 2024.07.10 23:05:02.196340 [ 3 ] {6d06afb8-28d3-4c23-8477-3baa42fa10bf} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4776 | 2024.07.10 23:05:02.196486 [ 3 ] {6d06afb8-28d3-4c23-8477-3baa42fa10bf} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001663 sec., 3607.9374624173183 rows/sec., 294.20 KiB/sec. | ||
4777 | 2024.07.10 23:05:02.196697 [ 3 ] {6d06afb8-28d3-4c23-8477-3baa42fa10bf} <Debug> DynamicQueryHandler: Done processing query | ||
4778 | 2024.07.10 23:05:02.196724 [ 3 ] {6d06afb8-28d3-4c23-8477-3baa42fa10bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4779 | 2024.07.10 23:05:02.196741 [ 3 ] {} <Debug> HTTP-Session: 420d6d87-98a1-421d-b8ae-4f0836f5c411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4780 | 2024.07.10 23:05:02.196879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4781 | 2024.07.10 23:05:02.196935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4782 | 2024.07.10 23:05:02.196955 [ 3 ] {} <Debug> HTTP-Session: f6278445-ea3c-4b11-a89a-b0ff974ec906 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4783 | 2024.07.10 23:05:02.196974 [ 3 ] {} <Debug> HTTP-Session: f6278445-ea3c-4b11-a89a-b0ff974ec906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4784 | 2024.07.10 23:05:02.196987 [ 3 ] {} <Debug> HTTP-Session: f6278445-ea3c-4b11-a89a-b0ff974ec906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4785 | 2024.07.10 23:05:02.197022 [ 3 ] {} <Trace> HTTP-Session: f6278445-ea3c-4b11-a89a-b0ff974ec906 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4786 | 2024.07.10 23:05:02.197142 [ 3 ] {4759fce3-5f0d-4e0d-aae9-745fe3fa74cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4787 | 2024.07.10 23:05:02.197188 [ 3 ] {4759fce3-5f0d-4e0d-aae9-745fe3fa74cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4788 | 2024.07.10 23:05:02.197319 [ 3 ] {4759fce3-5f0d-4e0d-aae9-745fe3fa74cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4789 | 2024.07.10 23:05:02.197710 [ 3 ] {4759fce3-5f0d-4e0d-aae9-745fe3fa74cf} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4790 | 2024.07.10 23:05:02.197748 [ 3 ] {4759fce3-5f0d-4e0d-aae9-745fe3fa74cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4791 | 2024.07.10 23:05:02.198065 [ 3 ] {4759fce3-5f0d-4e0d-aae9-745fe3fa74cf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4792 | 2024.07.10 23:05:02.198372 [ 3 ] {4759fce3-5f0d-4e0d-aae9-745fe3fa74cf} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4793 | 2024.07.10 23:05:02.198501 [ 3 ] {4759fce3-5f0d-4e0d-aae9-745fe3fa74cf} <Debug> executeQuery: Read 59 rows, 4.63 KiB in 0.0014 sec., 42142.857142857145 rows/sec., 3.23 MiB/sec. | ||
4794 | 2024.07.10 23:05:02.198668 [ 3 ] {4759fce3-5f0d-4e0d-aae9-745fe3fa74cf} <Debug> DynamicQueryHandler: Done processing query | ||
4795 | 2024.07.10 23:05:02.198694 [ 3 ] {4759fce3-5f0d-4e0d-aae9-745fe3fa74cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4796 | 2024.07.10 23:05:02.198709 [ 3 ] {} <Debug> HTTP-Session: f6278445-ea3c-4b11-a89a-b0ff974ec906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4797 | 2024.07.10 23:05:02.198854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4798 | 2024.07.10 23:05:02.198906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4799 | 2024.07.10 23:05:02.198926 [ 3 ] {} <Debug> HTTP-Session: bab57d05-220c-4ffd-8580-d035324ed8a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4800 | 2024.07.10 23:05:02.198943 [ 3 ] {} <Debug> HTTP-Session: bab57d05-220c-4ffd-8580-d035324ed8a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4801 | 2024.07.10 23:05:02.198957 [ 3 ] {} <Debug> HTTP-Session: bab57d05-220c-4ffd-8580-d035324ed8a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4802 | 2024.07.10 23:05:02.198989 [ 3 ] {} <Trace> HTTP-Session: bab57d05-220c-4ffd-8580-d035324ed8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4803 | 2024.07.10 23:05:02.199084 [ 3 ] {6a39ddc8-4cd7-4285-a770-db58c270acaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4804 | 2024.07.10 23:05:02.199129 [ 3 ] {6a39ddc8-4cd7-4285-a770-db58c270acaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4805 | 2024.07.10 23:05:02.199261 [ 3 ] {6a39ddc8-4cd7-4285-a770-db58c270acaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4806 | 2024.07.10 23:05:02.199546 [ 3 ] {6a39ddc8-4cd7-4285-a770-db58c270acaf} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4807 | 2024.07.10 23:05:02.199582 [ 3 ] {6a39ddc8-4cd7-4285-a770-db58c270acaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4808 | 2024.07.10 23:05:02.199884 [ 3 ] {6a39ddc8-4cd7-4285-a770-db58c270acaf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4809 | 2024.07.10 23:05:02.200189 [ 3 ] {6a39ddc8-4cd7-4285-a770-db58c270acaf} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4810 | 2024.07.10 23:05:02.200320 [ 3 ] {6a39ddc8-4cd7-4285-a770-db58c270acaf} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001262 sec., 4754.358161648177 rows/sec., 331.97 KiB/sec. | ||
4811 | 2024.07.10 23:05:02.200495 [ 3 ] {6a39ddc8-4cd7-4285-a770-db58c270acaf} <Debug> DynamicQueryHandler: Done processing query | ||
4812 | 2024.07.10 23:05:02.200518 [ 3 ] {6a39ddc8-4cd7-4285-a770-db58c270acaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4813 | 2024.07.10 23:05:02.200534 [ 3 ] {} <Debug> HTTP-Session: bab57d05-220c-4ffd-8580-d035324ed8a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4814 | 2024.07.10 23:05:02.200674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4815 | 2024.07.10 23:05:02.200723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4816 | 2024.07.10 23:05:02.200743 [ 3 ] {} <Debug> HTTP-Session: dc781e9b-6f1f-4704-af3c-48b4c12cac6c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4817 | 2024.07.10 23:05:02.200760 [ 3 ] {} <Debug> HTTP-Session: dc781e9b-6f1f-4704-af3c-48b4c12cac6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4818 | 2024.07.10 23:05:02.200773 [ 3 ] {} <Debug> HTTP-Session: dc781e9b-6f1f-4704-af3c-48b4c12cac6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4819 | 2024.07.10 23:05:02.200805 [ 3 ] {} <Trace> HTTP-Session: dc781e9b-6f1f-4704-af3c-48b4c12cac6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4820 | 2024.07.10 23:05:02.200919 [ 3 ] {85abd720-9c36-49d7-b64c-edbccb94a4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4821 | 2024.07.10 23:05:02.200960 [ 3 ] {85abd720-9c36-49d7-b64c-edbccb94a4b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4822 | 2024.07.10 23:05:02.201087 [ 3 ] {85abd720-9c36-49d7-b64c-edbccb94a4b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4823 | 2024.07.10 23:05:02.201425 [ 3 ] {85abd720-9c36-49d7-b64c-edbccb94a4b3} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4824 | 2024.07.10 23:05:02.201461 [ 3 ] {85abd720-9c36-49d7-b64c-edbccb94a4b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4825 | 2024.07.10 23:05:02.201769 [ 3 ] {85abd720-9c36-49d7-b64c-edbccb94a4b3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4826 | 2024.07.10 23:05:02.202079 [ 3 ] {85abd720-9c36-49d7-b64c-edbccb94a4b3} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4827 | 2024.07.10 23:05:02.202237 [ 3 ] {85abd720-9c36-49d7-b64c-edbccb94a4b3} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001355 sec., 51660.51660516605 rows/sec., 4.04 MiB/sec. | ||
4828 | 2024.07.10 23:05:02.202403 [ 3 ] {85abd720-9c36-49d7-b64c-edbccb94a4b3} <Debug> DynamicQueryHandler: Done processing query | ||
4829 | 2024.07.10 23:05:02.202427 [ 3 ] {85abd720-9c36-49d7-b64c-edbccb94a4b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4830 | 2024.07.10 23:05:02.202443 [ 3 ] {} <Debug> HTTP-Session: dc781e9b-6f1f-4704-af3c-48b4c12cac6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4831 | 2024.07.10 23:05:02.202605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 31224, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4832 | 2024.07.10 23:05:02.202655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4833 | 2024.07.10 23:05:02.202674 [ 3 ] {} <Debug> HTTP-Session: 64cc1606-fcf0-4f18-961f-6e5d56299566 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4834 | 2024.07.10 23:05:02.202690 [ 3 ] {} <Debug> HTTP-Session: 64cc1606-fcf0-4f18-961f-6e5d56299566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4835 | 2024.07.10 23:05:02.202704 [ 3 ] {} <Debug> HTTP-Session: 64cc1606-fcf0-4f18-961f-6e5d56299566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4836 | 2024.07.10 23:05:02.202735 [ 3 ] {} <Trace> HTTP-Session: 64cc1606-fcf0-4f18-961f-6e5d56299566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4837 | 2024.07.10 23:05:02.202889 [ 3 ] {8ea1055d-f7a1-44bb-a45a-0c56f23b75be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4838 | 2024.07.10 23:05:02.202942 [ 3 ] {8ea1055d-f7a1-44bb-a45a-0c56f23b75be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4839 | 2024.07.10 23:05:02.203090 [ 3 ] {8ea1055d-f7a1-44bb-a45a-0c56f23b75be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4840 | 2024.07.10 23:05:02.203490 [ 3 ] {8ea1055d-f7a1-44bb-a45a-0c56f23b75be} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4841 | 2024.07.10 23:05:02.203526 [ 3 ] {8ea1055d-f7a1-44bb-a45a-0c56f23b75be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4842 | 2024.07.10 23:05:02.203919 [ 3 ] {8ea1055d-f7a1-44bb-a45a-0c56f23b75be} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4843 | 2024.07.10 23:05:02.204260 [ 3 ] {8ea1055d-f7a1-44bb-a45a-0c56f23b75be} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4844 | 2024.07.10 23:05:02.204416 [ 3 ] {8ea1055d-f7a1-44bb-a45a-0c56f23b75be} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001597 sec., 102066.37445209769 rows/sec., 7.11 MiB/sec. | ||
4845 | 2024.07.10 23:05:02.204427 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4846 | 2024.07.10 23:05:02.204528 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4847 | 2024.07.10 23:05:02.204580 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4848 | 2024.07.10 23:05:02.204703 [ 3 ] {8ea1055d-f7a1-44bb-a45a-0c56f23b75be} <Debug> DynamicQueryHandler: Done processing query | ||
4849 | 2024.07.10 23:05:02.204775 [ 3 ] {8ea1055d-f7a1-44bb-a45a-0c56f23b75be} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4850 | 2024.07.10 23:05:02.204825 [ 3 ] {} <Debug> HTTP-Session: 64cc1606-fcf0-4f18-961f-6e5d56299566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4851 | 2024.07.10 23:05:02.204913 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::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 | ||
4852 | 2024.07.10 23:05:02.205089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4853 | 2024.07.10 23:05:02.205229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4854 | 2024.07.10 23:05:02.205264 [ 3 ] {} <Debug> HTTP-Session: a40b8873-e6de-4b91-8d9d-8350f00e98c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4855 | 2024.07.10 23:05:02.205292 [ 3 ] {} <Debug> HTTP-Session: a40b8873-e6de-4b91-8d9d-8350f00e98c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4856 | 2024.07.10 23:05:02.205318 [ 3 ] {} <Debug> HTTP-Session: a40b8873-e6de-4b91-8d9d-8350f00e98c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4857 | 2024.07.10 23:05:02.205326 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4858 | 2024.07.10 23:05:02.205359 [ 3 ] {} <Trace> HTTP-Session: a40b8873-e6de-4b91-8d9d-8350f00e98c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4859 | 2024.07.10 23:05:02.205378 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2895 rows starting from the beginning of the part | ||
4860 | 2024.07.10 23:05:02.205519 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::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 | ||
4861 | 2024.07.10 23:05:02.205590 [ 3 ] {ff1dd444-0f2c-45c2-a84f-1aa8fa3988ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4862 | 2024.07.10 23:05:02.205787 [ 3 ] {ff1dd444-0f2c-45c2-a84f-1aa8fa3988ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4863 | 2024.07.10 23:05:02.206054 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 196 rows starting from the beginning of the part | ||
4864 | 2024.07.10 23:05:02.206459 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
4865 | 2024.07.10 23:05:02.206729 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 162 rows starting from the beginning of the part | ||
4866 | 2024.07.10 23:05:02.206857 [ 3 ] {ff1dd444-0f2c-45c2-a84f-1aa8fa3988ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4867 | 2024.07.10 23:05:02.207093 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 163 rows starting from the beginning of the part | ||
4868 | 2024.07.10 23:05:02.207737 [ 3 ] {ff1dd444-0f2c-45c2-a84f-1aa8fa3988ab} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4869 | 2024.07.10 23:05:02.207781 [ 3 ] {ff1dd444-0f2c-45c2-a84f-1aa8fa3988ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4870 | 2024.07.10 23:05:02.208295 [ 3 ] {ff1dd444-0f2c-45c2-a84f-1aa8fa3988ab} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4871 | 2024.07.10 23:05:02.209015 [ 3 ] {ff1dd444-0f2c-45c2-a84f-1aa8fa3988ab} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4872 | 2024.07.10 23:05:02.209318 [ 3 ] {ff1dd444-0f2c-45c2-a84f-1aa8fa3988ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003862 sec., 15535.991714137752 rows/sec., 1.05 MiB/sec. | ||
4873 | 2024.07.10 23:05:02.209580 [ 3 ] {ff1dd444-0f2c-45c2-a84f-1aa8fa3988ab} <Debug> DynamicQueryHandler: Done processing query | ||
4874 | 2024.07.10 23:05:02.209644 [ 3 ] {ff1dd444-0f2c-45c2-a84f-1aa8fa3988ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4875 | 2024.07.10 23:05:02.209698 [ 3 ] {} <Debug> HTTP-Session: a40b8873-e6de-4b91-8d9d-8350f00e98c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4876 | 2024.07.10 23:05:02.209777 [ 194 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3736 rows, containing 5 columns (5 merged, 0 gathered) in 0.0051118 sec., 730858.0147893111 rows/sec., 50.92 MiB/sec. | ||
4877 | 2024.07.10 23:05:02.210089 [ 196 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4878 | 2024.07.10 23:05:02.210504 [ 196 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4879 | 2024.07.10 23:05:02.210586 [ 196 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4880 | 2024.07.10 23:05:02.210662 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
4881 | 2024.07.10 23:05:07.196756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4882 | 2024.07.10 23:05:07.196893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4883 | 2024.07.10 23:05:07.196921 [ 3 ] {} <Debug> HTTP-Session: 0e26738c-5cc0-457c-88c1-1fb87c75a3fb Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4884 | 2024.07.10 23:05:07.196947 [ 3 ] {} <Debug> HTTP-Session: 0e26738c-5cc0-457c-88c1-1fb87c75a3fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4885 | 2024.07.10 23:05:07.196965 [ 3 ] {} <Debug> HTTP-Session: 0e26738c-5cc0-457c-88c1-1fb87c75a3fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4886 | 2024.07.10 23:05:07.197017 [ 3 ] {} <Trace> HTTP-Session: 0e26738c-5cc0-457c-88c1-1fb87c75a3fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4887 | 2024.07.10 23:05:07.197277 [ 3 ] {8d79cebc-7e1e-4ad9-a8ce-4dd1862a627b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4888 | 2024.07.10 23:05:07.197347 [ 3 ] {8d79cebc-7e1e-4ad9-a8ce-4dd1862a627b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4889 | 2024.07.10 23:05:07.197541 [ 3 ] {8d79cebc-7e1e-4ad9-a8ce-4dd1862a627b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4890 | 2024.07.10 23:05:07.197997 [ 3 ] {8d79cebc-7e1e-4ad9-a8ce-4dd1862a627b} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4891 | 2024.07.10 23:05:07.198042 [ 3 ] {8d79cebc-7e1e-4ad9-a8ce-4dd1862a627b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4892 | 2024.07.10 23:05:07.198422 [ 3 ] {8d79cebc-7e1e-4ad9-a8ce-4dd1862a627b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4893 | 2024.07.10 23:05:07.198766 [ 3 ] {8d79cebc-7e1e-4ad9-a8ce-4dd1862a627b} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4894 | 2024.07.10 23:05:07.198942 [ 3 ] {8d79cebc-7e1e-4ad9-a8ce-4dd1862a627b} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.00172 sec., 18023.25581395349 rows/sec., 1.43 MiB/sec. | ||
4895 | 2024.07.10 23:05:07.198958 [ 129 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
4896 | 2024.07.10 23:05:07.199069 [ 129 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4897 | 2024.07.10 23:05:07.199125 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4898 | 2024.07.10 23:05:07.199270 [ 3 ] {8d79cebc-7e1e-4ad9-a8ce-4dd1862a627b} <Debug> DynamicQueryHandler: Done processing query | ||
4899 | 2024.07.10 23:05:07.199341 [ 3 ] {8d79cebc-7e1e-4ad9-a8ce-4dd1862a627b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4900 | 2024.07.10 23:05:07.199404 [ 3 ] {} <Debug> HTTP-Session: 0e26738c-5cc0-457c-88c1-1fb87c75a3fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4901 | 2024.07.10 23:05:07.199410 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::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 | ||
4902 | 2024.07.10 23:05:07.199695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4903 | 2024.07.10 23:05:07.199784 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4904 | 2024.07.10 23:05:07.199793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4905 | 2024.07.10 23:05:07.199825 [ 3 ] {} <Debug> HTTP-Session: c7f070b6-ac3d-4d85-8341-30b73ebabf3b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4906 | 2024.07.10 23:05:07.199829 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 31 rows starting from the beginning of the part | ||
4907 | 2024.07.10 23:05:07.199849 [ 3 ] {} <Debug> HTTP-Session: c7f070b6-ac3d-4d85-8341-30b73ebabf3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4908 | 2024.07.10 23:05:07.199870 [ 3 ] {} <Debug> HTTP-Session: c7f070b6-ac3d-4d85-8341-30b73ebabf3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4909 | 2024.07.10 23:05:07.199943 [ 3 ] {} <Trace> HTTP-Session: c7f070b6-ac3d-4d85-8341-30b73ebabf3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4910 | 2024.07.10 23:05:07.199963 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part | ||
4911 | 2024.07.10 23:05:07.200168 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
4912 | 2024.07.10 23:05:07.200202 [ 3 ] {c10ed7c4-b760-4dab-b34f-f1b99fedb5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4913 | 2024.07.10 23:05:07.200374 [ 3 ] {c10ed7c4-b760-4dab-b34f-f1b99fedb5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4914 | 2024.07.10 23:05:07.200514 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part | ||
4915 | 2024.07.10 23:05:07.200799 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
4916 | 2024.07.10 23:05:07.201211 [ 3 ] {c10ed7c4-b760-4dab-b34f-f1b99fedb5f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4917 | 2024.07.10 23:05:07.201677 [ 3 ] {c10ed7c4-b760-4dab-b34f-f1b99fedb5f7} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4918 | 2024.07.10 23:05:07.201724 [ 3 ] {c10ed7c4-b760-4dab-b34f-f1b99fedb5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4919 | 2024.07.10 23:05:07.202282 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.003073696 sec., 50427.88876974171 rows/sec., 3.99 MiB/sec. | ||
4920 | 2024.07.10 23:05:07.202285 [ 3 ] {c10ed7c4-b760-4dab-b34f-f1b99fedb5f7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4921 | 2024.07.10 23:05:07.202542 [ 191 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
4922 | 2024.07.10 23:05:07.203108 [ 3 ] {c10ed7c4-b760-4dab-b34f-f1b99fedb5f7} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4923 | 2024.07.10 23:05:07.203426 [ 3 ] {c10ed7c4-b760-4dab-b34f-f1b99fedb5f7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003336 sec., 599.5203836930456 rows/sec., 48.89 KiB/sec. | ||
4924 | 2024.07.10 23:05:07.203586 [ 191 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_18_4} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4925 | 2024.07.10 23:05:07.203757 [ 191 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_18_4} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
4926 | 2024.07.10 23:05:07.203811 [ 3 ] {c10ed7c4-b760-4dab-b34f-f1b99fedb5f7} <Debug> DynamicQueryHandler: Done processing query | ||
4927 | 2024.07.10 23:05:07.203889 [ 3 ] {c10ed7c4-b760-4dab-b34f-f1b99fedb5f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4928 | 2024.07.10 23:05:07.203907 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4929 | 2024.07.10 23:05:07.203917 [ 3 ] {} <Debug> HTTP-Session: c7f070b6-ac3d-4d85-8341-30b73ebabf3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4930 | 2024.07.10 23:05:07.204092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 22023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4931 | 2024.07.10 23:05:07.204145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4932 | 2024.07.10 23:05:07.204165 [ 3 ] {} <Debug> HTTP-Session: d40f6be1-516c-4fdc-8986-22e8decf2beb Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4933 | 2024.07.10 23:05:07.204183 [ 3 ] {} <Debug> HTTP-Session: d40f6be1-516c-4fdc-8986-22e8decf2beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4934 | 2024.07.10 23:05:07.204197 [ 3 ] {} <Debug> HTTP-Session: d40f6be1-516c-4fdc-8986-22e8decf2beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4935 | 2024.07.10 23:05:07.204231 [ 3 ] {} <Trace> HTTP-Session: d40f6be1-516c-4fdc-8986-22e8decf2beb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4936 | 2024.07.10 23:05:07.204389 [ 3 ] {4720682f-9765-4641-9686-7d7870cd8123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4937 | 2024.07.10 23:05:07.204436 [ 3 ] {4720682f-9765-4641-9686-7d7870cd8123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4938 | 2024.07.10 23:05:07.204582 [ 3 ] {4720682f-9765-4641-9686-7d7870cd8123} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4939 | 2024.07.10 23:05:07.205000 [ 3 ] {4720682f-9765-4641-9686-7d7870cd8123} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4940 | 2024.07.10 23:05:07.205037 [ 3 ] {4720682f-9765-4641-9686-7d7870cd8123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4941 | 2024.07.10 23:05:07.205363 [ 3 ] {4720682f-9765-4641-9686-7d7870cd8123} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4942 | 2024.07.10 23:05:07.205694 [ 3 ] {4720682f-9765-4641-9686-7d7870cd8123} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4943 | 2024.07.10 23:05:07.205850 [ 3 ] {4720682f-9765-4641-9686-7d7870cd8123} <Debug> executeQuery: Read 150 rows, 12.89 KiB in 0.001524 sec., 98425.19685039371 rows/sec., 8.26 MiB/sec. | ||
4944 | 2024.07.10 23:05:07.205858 [ 129 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4945 | 2024.07.10 23:05:07.205941 [ 129 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4946 | 2024.07.10 23:05:07.205985 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4947 | 2024.07.10 23:05:07.206121 [ 3 ] {4720682f-9765-4641-9686-7d7870cd8123} <Debug> DynamicQueryHandler: Done processing query | ||
4948 | 2024.07.10 23:05:07.206127 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::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 | ||
4949 | 2024.07.10 23:05:07.206152 [ 3 ] {4720682f-9765-4641-9686-7d7870cd8123} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4950 | 2024.07.10 23:05:07.206178 [ 3 ] {} <Debug> HTTP-Session: d40f6be1-516c-4fdc-8986-22e8decf2beb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4951 | 2024.07.10 23:05:07.206261 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4952 | 2024.07.10 23:05:07.206297 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 191 rows starting from the beginning of the part | ||
4953 | 2024.07.10 23:05:07.206314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4954 | 2024.07.10 23:05:07.206376 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 185 rows starting from the beginning of the part | ||
4955 | 2024.07.10 23:05:07.206395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4956 | 2024.07.10 23:05:07.206462 [ 3 ] {} <Debug> HTTP-Session: 1fae1b11-683d-4916-837f-0ebf44d07ff1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4957 | 2024.07.10 23:05:07.206617 [ 3 ] {} <Debug> HTTP-Session: 1fae1b11-683d-4916-837f-0ebf44d07ff1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4958 | 2024.07.10 23:05:07.206692 [ 3 ] {} <Debug> HTTP-Session: 1fae1b11-683d-4916-837f-0ebf44d07ff1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4959 | 2024.07.10 23:05:07.206702 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part | ||
4960 | 2024.07.10 23:05:07.206809 [ 3 ] {} <Trace> HTTP-Session: 1fae1b11-683d-4916-837f-0ebf44d07ff1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4961 | 2024.07.10 23:05:07.206923 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 151 rows starting from the beginning of the part | ||
4962 | 2024.07.10 23:05:07.207041 [ 3 ] {7c2de8e7-6b23-47e2-b862-a6d605430a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4963 | 2024.07.10 23:05:07.207064 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 59 rows starting from the beginning of the part | ||
4964 | 2024.07.10 23:05:07.207129 [ 3 ] {7c2de8e7-6b23-47e2-b862-a6d605430a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4965 | 2024.07.10 23:05:07.207289 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 150 rows starting from the beginning of the part | ||
4966 | 2024.07.10 23:05:07.207790 [ 3 ] {7c2de8e7-6b23-47e2-b862-a6d605430a10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4967 | 2024.07.10 23:05:07.208250 [ 3 ] {7c2de8e7-6b23-47e2-b862-a6d605430a10} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4968 | 2024.07.10 23:05:07.208295 [ 3 ] {7c2de8e7-6b23-47e2-b862-a6d605430a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4969 | 2024.07.10 23:05:07.208765 [ 3 ] {7c2de8e7-6b23-47e2-b862-a6d605430a10} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4970 | 2024.07.10 23:05:07.209127 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 792 rows, containing 4 columns (4 merged, 0 gathered) in 0.003053936 sec., 259337.45828334318 rows/sec., 21.29 MiB/sec. | ||
4971 | 2024.07.10 23:05:07.209321 [ 3 ] {7c2de8e7-6b23-47e2-b862-a6d605430a10} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4972 | 2024.07.10 23:05:07.209373 [ 194 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4973 | 2024.07.10 23:05:07.209645 [ 3 ] {7c2de8e7-6b23-47e2-b862-a6d605430a10} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002648 sec., 755.2870090634441 rows/sec., 52.74 KiB/sec. | ||
4974 | 2024.07.10 23:05:07.210249 [ 3 ] {7c2de8e7-6b23-47e2-b862-a6d605430a10} <Debug> DynamicQueryHandler: Done processing query | ||
4975 | 2024.07.10 23:05:07.210297 [ 3 ] {7c2de8e7-6b23-47e2-b862-a6d605430a10} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4976 | 2024.07.10 23:05:07.210331 [ 3 ] {} <Debug> HTTP-Session: 1fae1b11-683d-4916-837f-0ebf44d07ff1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4977 | 2024.07.10 23:05:07.210521 [ 194 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_31_6} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4978 | 2024.07.10 23:05:07.210524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 16489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4979 | 2024.07.10 23:05:07.210640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4980 | 2024.07.10 23:05:07.210663 [ 3 ] {} <Debug> HTTP-Session: 1b3fb6b4-316d-4f33-9011-63a33db16fde Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
4981 | 2024.07.10 23:05:07.210686 [ 194 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_31_6} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4982 | 2024.07.10 23:05:07.210695 [ 3 ] {} <Debug> HTTP-Session: 1b3fb6b4-316d-4f33-9011-63a33db16fde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4983 | 2024.07.10 23:05:07.210738 [ 3 ] {} <Debug> HTTP-Session: 1b3fb6b4-316d-4f33-9011-63a33db16fde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4984 | 2024.07.10 23:05:07.210813 [ 3 ] {} <Trace> HTTP-Session: 1b3fb6b4-316d-4f33-9011-63a33db16fde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4985 | 2024.07.10 23:05:07.210852 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
4986 | 2024.07.10 23:05:07.211007 [ 3 ] {c2814b8b-9cc2-4444-8289-b2fbd119eda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4987 | 2024.07.10 23:05:07.211056 [ 3 ] {c2814b8b-9cc2-4444-8289-b2fbd119eda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4988 | 2024.07.10 23:05:07.211203 [ 3 ] {c2814b8b-9cc2-4444-8289-b2fbd119eda7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4989 | 2024.07.10 23:05:07.211562 [ 3 ] {c2814b8b-9cc2-4444-8289-b2fbd119eda7} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4990 | 2024.07.10 23:05:07.211599 [ 3 ] {c2814b8b-9cc2-4444-8289-b2fbd119eda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4991 | 2024.07.10 23:05:07.211928 [ 3 ] {c2814b8b-9cc2-4444-8289-b2fbd119eda7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4992 | 2024.07.10 23:05:07.212249 [ 3 ] {c2814b8b-9cc2-4444-8289-b2fbd119eda7} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4993 | 2024.07.10 23:05:07.212403 [ 129 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4994 | 2024.07.10 23:05:07.212413 [ 3 ] {c2814b8b-9cc2-4444-8289-b2fbd119eda7} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001473 sec., 65852.0027155465 rows/sec., 5.15 MiB/sec. | ||
4995 | 2024.07.10 23:05:07.212451 [ 129 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4996 | 2024.07.10 23:05:07.212510 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
4997 | 2024.07.10 23:05:07.212668 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::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 | ||
4998 | 2024.07.10 23:05:07.212700 [ 3 ] {c2814b8b-9cc2-4444-8289-b2fbd119eda7} <Debug> DynamicQueryHandler: Done processing query | ||
4999 | 2024.07.10 23:05:07.212726 [ 3 ] {c2814b8b-9cc2-4444-8289-b2fbd119eda7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5000 | 2024.07.10 23:05:07.212752 [ 3 ] {} <Debug> HTTP-Session: 1b3fb6b4-316d-4f33-9011-63a33db16fde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5001 | 2024.07.10 23:05:07.212806 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5002 | 2024.07.10 23:05:07.212835 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 147 rows starting from the beginning of the part | ||
5003 | 2024.07.10 23:05:07.212930 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 119 rows starting from the beginning of the part | ||
5004 | 2024.07.10 23:05:07.212951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5005 | 2024.07.10 23:05:07.213112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5006 | 2024.07.10 23:05:07.213195 [ 3 ] {} <Debug> HTTP-Session: d045d5df-2877-4d33-a9bf-441e3c283d36 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5007 | 2024.07.10 23:05:07.213198 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part | ||
5008 | 2024.07.10 23:05:07.213263 [ 3 ] {} <Debug> HTTP-Session: d045d5df-2877-4d33-a9bf-441e3c283d36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5009 | 2024.07.10 23:05:07.213314 [ 3 ] {} <Debug> HTTP-Session: d045d5df-2877-4d33-a9bf-441e3c283d36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5010 | 2024.07.10 23:05:07.213343 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 99 rows starting from the beginning of the part | ||
5011 | 2024.07.10 23:05:07.213379 [ 3 ] {} <Trace> HTTP-Session: d045d5df-2877-4d33-a9bf-441e3c283d36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5012 | 2024.07.10 23:05:07.213722 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 70 rows starting from the beginning of the part | ||
5013 | 2024.07.10 23:05:07.213830 [ 3 ] {23fbd355-953b-4244-a951-7b9b3be3a132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5014 | 2024.07.10 23:05:07.213878 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 97 rows starting from the beginning of the part | ||
5015 | 2024.07.10 23:05:07.213950 [ 3 ] {23fbd355-953b-4244-a951-7b9b3be3a132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5016 | 2024.07.10 23:05:07.214544 [ 3 ] {23fbd355-953b-4244-a951-7b9b3be3a132} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5017 | 2024.07.10 23:05:07.215094 [ 3 ] {23fbd355-953b-4244-a951-7b9b3be3a132} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5018 | 2024.07.10 23:05:07.215139 [ 3 ] {23fbd355-953b-4244-a951-7b9b3be3a132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5019 | 2024.07.10 23:05:07.215662 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 596 rows, containing 4 columns (4 merged, 0 gathered) in 0.003047096 sec., 195596.06917537222 rows/sec., 15.27 MiB/sec. | ||
5020 | 2024.07.10 23:05:07.215732 [ 3 ] {23fbd355-953b-4244-a951-7b9b3be3a132} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5021 | 2024.07.10 23:05:07.215814 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5022 | 2024.07.10 23:05:07.216265 [ 3 ] {23fbd355-953b-4244-a951-7b9b3be3a132} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5023 | 2024.07.10 23:05:07.216314 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_31_6} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5024 | 2024.07.10 23:05:07.216434 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_31_6} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5025 | 2024.07.10 23:05:07.216486 [ 3 ] {23fbd355-953b-4244-a951-7b9b3be3a132} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002847 sec., 56550.75518089216 rows/sec., 3.94 MiB/sec. | ||
5026 | 2024.07.10 23:05:07.216564 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
5027 | 2024.07.10 23:05:07.216710 [ 3 ] {23fbd355-953b-4244-a951-7b9b3be3a132} <Debug> DynamicQueryHandler: Done processing query | ||
5028 | 2024.07.10 23:05:07.216734 [ 3 ] {23fbd355-953b-4244-a951-7b9b3be3a132} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5029 | 2024.07.10 23:05:07.216751 [ 3 ] {} <Debug> HTTP-Session: d045d5df-2877-4d33-a9bf-441e3c283d36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5030 | 2024.07.10 23:05:07.216900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5031 | 2024.07.10 23:05:07.216948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5032 | 2024.07.10 23:05:07.216968 [ 3 ] {} <Debug> HTTP-Session: 8119b028-2ad7-46ba-96da-4b285c7d436f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5033 | 2024.07.10 23:05:07.216985 [ 3 ] {} <Debug> HTTP-Session: 8119b028-2ad7-46ba-96da-4b285c7d436f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5034 | 2024.07.10 23:05:07.216999 [ 3 ] {} <Debug> HTTP-Session: 8119b028-2ad7-46ba-96da-4b285c7d436f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5035 | 2024.07.10 23:05:07.217030 [ 3 ] {} <Trace> HTTP-Session: 8119b028-2ad7-46ba-96da-4b285c7d436f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5036 | 2024.07.10 23:05:07.217348 [ 3 ] {b4673fdd-1ae9-42be-9e08-e9243c43b11e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5037 | 2024.07.10 23:05:07.217412 [ 3 ] {b4673fdd-1ae9-42be-9e08-e9243c43b11e} <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 | ||
5038 | 2024.07.10 23:05:07.217794 [ 3 ] {b4673fdd-1ae9-42be-9e08-e9243c43b11e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5039 | 2024.07.10 23:05:07.218485 [ 3 ] {b4673fdd-1ae9-42be-9e08-e9243c43b11e} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5040 | 2024.07.10 23:05:07.218522 [ 3 ] {b4673fdd-1ae9-42be-9e08-e9243c43b11e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5041 | 2024.07.10 23:05:07.219146 [ 3 ] {b4673fdd-1ae9-42be-9e08-e9243c43b11e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5042 | 2024.07.10 23:05:07.219565 [ 3 ] {b4673fdd-1ae9-42be-9e08-e9243c43b11e} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5043 | 2024.07.10 23:05:07.219787 [ 3 ] {b4673fdd-1ae9-42be-9e08-e9243c43b11e} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002654 sec., 11680.482290881688 rows/sec., 20.93 MiB/sec. | ||
5044 | 2024.07.10 23:05:07.220329 [ 3 ] {b4673fdd-1ae9-42be-9e08-e9243c43b11e} <Debug> DynamicQueryHandler: Done processing query | ||
5045 | 2024.07.10 23:05:07.220354 [ 3 ] {b4673fdd-1ae9-42be-9e08-e9243c43b11e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5046 | 2024.07.10 23:05:07.220370 [ 3 ] {} <Debug> HTTP-Session: 8119b028-2ad7-46ba-96da-4b285c7d436f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5047 | 2024.07.10 23:05:07.220496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5048 | 2024.07.10 23:05:07.220550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5049 | 2024.07.10 23:05:07.220569 [ 3 ] {} <Debug> HTTP-Session: a73a4be9-83a5-4ae3-94da-8123130b4b5d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5050 | 2024.07.10 23:05:07.220586 [ 3 ] {} <Debug> HTTP-Session: a73a4be9-83a5-4ae3-94da-8123130b4b5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5051 | 2024.07.10 23:05:07.220600 [ 3 ] {} <Debug> HTTP-Session: a73a4be9-83a5-4ae3-94da-8123130b4b5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5052 | 2024.07.10 23:05:07.220632 [ 3 ] {} <Trace> HTTP-Session: a73a4be9-83a5-4ae3-94da-8123130b4b5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5053 | 2024.07.10 23:05:07.220758 [ 3 ] {df1d409f-7a56-4d62-90a6-23bed5d57b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5054 | 2024.07.10 23:05:07.220804 [ 3 ] {df1d409f-7a56-4d62-90a6-23bed5d57b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5055 | 2024.07.10 23:05:07.220949 [ 3 ] {df1d409f-7a56-4d62-90a6-23bed5d57b42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5056 | 2024.07.10 23:05:07.221314 [ 3 ] {df1d409f-7a56-4d62-90a6-23bed5d57b42} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5057 | 2024.07.10 23:05:07.221352 [ 3 ] {df1d409f-7a56-4d62-90a6-23bed5d57b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5058 | 2024.07.10 23:05:07.221726 [ 3 ] {df1d409f-7a56-4d62-90a6-23bed5d57b42} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5059 | 2024.07.10 23:05:07.222076 [ 3 ] {df1d409f-7a56-4d62-90a6-23bed5d57b42} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5060 | 2024.07.10 23:05:07.222250 [ 3 ] {df1d409f-7a56-4d62-90a6-23bed5d57b42} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
5061 | 2024.07.10 23:05:07.222260 [ 129 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5062 | 2024.07.10 23:05:07.222377 [ 129 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5063 | 2024.07.10 23:05:07.222435 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5064 | 2024.07.10 23:05:07.222531 [ 3 ] {df1d409f-7a56-4d62-90a6-23bed5d57b42} <Debug> DynamicQueryHandler: Done processing query | ||
5065 | 2024.07.10 23:05:07.222616 [ 3 ] {df1d409f-7a56-4d62-90a6-23bed5d57b42} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5066 | 2024.07.10 23:05:07.222706 [ 3 ] {} <Debug> HTTP-Session: a73a4be9-83a5-4ae3-94da-8123130b4b5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5067 | 2024.07.10 23:05:07.222867 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
5068 | 2024.07.10 23:05:07.223045 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5069 | 2024.07.10 23:05:07.223088 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 858 rows starting from the beginning of the part | ||
5070 | 2024.07.10 23:05:07.223174 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
5071 | 2024.07.10 23:05:07.223265 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
5072 | 2024.07.10 23:05:07.223504 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
5073 | 2024.07.10 23:05:07.223659 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
5074 | 2024.07.10 23:05:07.223753 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
5075 | 2024.07.10 23:05:07.224893 [ 200 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1158 rows, containing 4 columns (4 merged, 0 gathered) in 0.0023256 sec., 497936.01651186787 rows/sec., 33.73 MiB/sec. | ||
5076 | 2024.07.10 23:05:07.225105 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5077 | 2024.07.10 23:05:07.225519 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_26_5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5078 | 2024.07.10 23:05:07.225594 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_26_5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5079 | 2024.07.10 23:05:07.225680 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
5080 | 2024.07.10 23:05:12.195366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5081 | 2024.07.10 23:05:12.195507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5082 | 2024.07.10 23:05:12.195537 [ 3 ] {} <Debug> HTTP-Session: d05104be-5d17-4ee2-801b-9c832566a583 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5083 | 2024.07.10 23:05:12.195566 [ 3 ] {} <Debug> HTTP-Session: d05104be-5d17-4ee2-801b-9c832566a583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5084 | 2024.07.10 23:05:12.195584 [ 3 ] {} <Debug> HTTP-Session: d05104be-5d17-4ee2-801b-9c832566a583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5085 | 2024.07.10 23:05:12.195642 [ 3 ] {} <Trace> HTTP-Session: d05104be-5d17-4ee2-801b-9c832566a583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5086 | 2024.07.10 23:05:12.195857 [ 3 ] {2ea6fe1a-b477-49c7-aef2-ff9e354b03b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5087 | 2024.07.10 23:05:12.195933 [ 3 ] {2ea6fe1a-b477-49c7-aef2-ff9e354b03b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5088 | 2024.07.10 23:05:12.196148 [ 3 ] {2ea6fe1a-b477-49c7-aef2-ff9e354b03b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5089 | 2024.07.10 23:05:12.196598 [ 3 ] {2ea6fe1a-b477-49c7-aef2-ff9e354b03b4} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5090 | 2024.07.10 23:05:12.196643 [ 3 ] {2ea6fe1a-b477-49c7-aef2-ff9e354b03b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5091 | 2024.07.10 23:05:12.197014 [ 3 ] {2ea6fe1a-b477-49c7-aef2-ff9e354b03b4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5092 | 2024.07.10 23:05:12.197371 [ 3 ] {2ea6fe1a-b477-49c7-aef2-ff9e354b03b4} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5093 | 2024.07.10 23:05:12.197528 [ 3 ] {2ea6fe1a-b477-49c7-aef2-ff9e354b03b4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001742 sec., 32146.957520091848 rows/sec., 2.47 MiB/sec. | ||
5094 | 2024.07.10 23:05:12.197767 [ 3 ] {2ea6fe1a-b477-49c7-aef2-ff9e354b03b4} <Debug> DynamicQueryHandler: Done processing query | ||
5095 | 2024.07.10 23:05:12.197797 [ 3 ] {2ea6fe1a-b477-49c7-aef2-ff9e354b03b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5096 | 2024.07.10 23:05:12.197814 [ 3 ] {} <Debug> HTTP-Session: d05104be-5d17-4ee2-801b-9c832566a583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5097 | 2024.07.10 23:05:12.197951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5098 | 2024.07.10 23:05:12.198009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5099 | 2024.07.10 23:05:12.198029 [ 3 ] {} <Debug> HTTP-Session: d598ec00-c23e-4298-be4f-dddf36e30355 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5100 | 2024.07.10 23:05:12.198047 [ 3 ] {} <Debug> HTTP-Session: d598ec00-c23e-4298-be4f-dddf36e30355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5101 | 2024.07.10 23:05:12.198062 [ 3 ] {} <Debug> HTTP-Session: d598ec00-c23e-4298-be4f-dddf36e30355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5102 | 2024.07.10 23:05:12.198098 [ 3 ] {} <Trace> HTTP-Session: d598ec00-c23e-4298-be4f-dddf36e30355 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5103 | 2024.07.10 23:05:12.198227 [ 3 ] {2e822007-d7dc-4a56-a936-6133119e81a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5104 | 2024.07.10 23:05:12.198273 [ 3 ] {2e822007-d7dc-4a56-a936-6133119e81a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5105 | 2024.07.10 23:05:12.198409 [ 3 ] {2e822007-d7dc-4a56-a936-6133119e81a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5106 | 2024.07.10 23:05:12.198793 [ 3 ] {2e822007-d7dc-4a56-a936-6133119e81a8} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5107 | 2024.07.10 23:05:12.198848 [ 3 ] {2e822007-d7dc-4a56-a936-6133119e81a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5108 | 2024.07.10 23:05:12.199235 [ 3 ] {2e822007-d7dc-4a56-a936-6133119e81a8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5109 | 2024.07.10 23:05:12.199560 [ 3 ] {2e822007-d7dc-4a56-a936-6133119e81a8} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5110 | 2024.07.10 23:05:12.199721 [ 3 ] {2e822007-d7dc-4a56-a936-6133119e81a8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001528 sec., 41884.8167539267 rows/sec., 3.27 MiB/sec. | ||
5111 | 2024.07.10 23:05:12.200001 [ 3 ] {2e822007-d7dc-4a56-a936-6133119e81a8} <Debug> DynamicQueryHandler: Done processing query | ||
5112 | 2024.07.10 23:05:12.200033 [ 3 ] {2e822007-d7dc-4a56-a936-6133119e81a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5113 | 2024.07.10 23:05:12.200049 [ 3 ] {} <Debug> HTTP-Session: d598ec00-c23e-4298-be4f-dddf36e30355 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5114 | 2024.07.10 23:05:12.200234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5115 | 2024.07.10 23:05:12.200286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5116 | 2024.07.10 23:05:12.200305 [ 3 ] {} <Debug> HTTP-Session: 8dbba04d-0b48-4d0f-bf58-b3c2f61dbc73 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5117 | 2024.07.10 23:05:12.200324 [ 3 ] {} <Debug> HTTP-Session: 8dbba04d-0b48-4d0f-bf58-b3c2f61dbc73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5118 | 2024.07.10 23:05:12.200338 [ 3 ] {} <Debug> HTTP-Session: 8dbba04d-0b48-4d0f-bf58-b3c2f61dbc73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5119 | 2024.07.10 23:05:12.200372 [ 3 ] {} <Trace> HTTP-Session: 8dbba04d-0b48-4d0f-bf58-b3c2f61dbc73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5120 | 2024.07.10 23:05:12.200528 [ 3 ] {e79685bf-9f61-4dbb-ad48-a84181d1b9ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5121 | 2024.07.10 23:05:12.200579 [ 3 ] {e79685bf-9f61-4dbb-ad48-a84181d1b9ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5122 | 2024.07.10 23:05:12.200745 [ 3 ] {e79685bf-9f61-4dbb-ad48-a84181d1b9ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5123 | 2024.07.10 23:05:12.201140 [ 3 ] {e79685bf-9f61-4dbb-ad48-a84181d1b9ac} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5124 | 2024.07.10 23:05:12.201176 [ 3 ] {e79685bf-9f61-4dbb-ad48-a84181d1b9ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5125 | 2024.07.10 23:05:12.201574 [ 3 ] {e79685bf-9f61-4dbb-ad48-a84181d1b9ac} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5126 | 2024.07.10 23:05:12.201920 [ 3 ] {e79685bf-9f61-4dbb-ad48-a84181d1b9ac} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5127 | 2024.07.10 23:05:12.202084 [ 3 ] {e79685bf-9f61-4dbb-ad48-a84181d1b9ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
5128 | 2024.07.10 23:05:12.202285 [ 3 ] {e79685bf-9f61-4dbb-ad48-a84181d1b9ac} <Debug> DynamicQueryHandler: Done processing query | ||
5129 | 2024.07.10 23:05:12.202311 [ 3 ] {e79685bf-9f61-4dbb-ad48-a84181d1b9ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5130 | 2024.07.10 23:05:12.202335 [ 3 ] {} <Debug> HTTP-Session: 8dbba04d-0b48-4d0f-bf58-b3c2f61dbc73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5131 | 2024.07.10 23:05:12.202483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5132 | 2024.07.10 23:05:12.202538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5133 | 2024.07.10 23:05:12.202558 [ 3 ] {} <Debug> HTTP-Session: a88714da-2436-402e-afc7-20d1137823f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5134 | 2024.07.10 23:05:12.202574 [ 3 ] {} <Debug> HTTP-Session: a88714da-2436-402e-afc7-20d1137823f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5135 | 2024.07.10 23:05:12.202588 [ 3 ] {} <Debug> HTTP-Session: a88714da-2436-402e-afc7-20d1137823f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5136 | 2024.07.10 23:05:12.202619 [ 3 ] {} <Trace> HTTP-Session: a88714da-2436-402e-afc7-20d1137823f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5137 | 2024.07.10 23:05:12.202753 [ 3 ] {dc4a4461-4457-4621-b90b-3e6ce04cbdd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5138 | 2024.07.10 23:05:12.202798 [ 3 ] {dc4a4461-4457-4621-b90b-3e6ce04cbdd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5139 | 2024.07.10 23:05:12.202925 [ 3 ] {dc4a4461-4457-4621-b90b-3e6ce04cbdd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5140 | 2024.07.10 23:05:12.203219 [ 3 ] {dc4a4461-4457-4621-b90b-3e6ce04cbdd8} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5141 | 2024.07.10 23:05:12.203255 [ 3 ] {dc4a4461-4457-4621-b90b-3e6ce04cbdd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5142 | 2024.07.10 23:05:12.203629 [ 3 ] {dc4a4461-4457-4621-b90b-3e6ce04cbdd8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5143 | 2024.07.10 23:05:12.203957 [ 3 ] {dc4a4461-4457-4621-b90b-3e6ce04cbdd8} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5144 | 2024.07.10 23:05:12.204105 [ 3 ] {dc4a4461-4457-4621-b90b-3e6ce04cbdd8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. | ||
5145 | 2024.07.10 23:05:12.204436 [ 3 ] {dc4a4461-4457-4621-b90b-3e6ce04cbdd8} <Debug> DynamicQueryHandler: Done processing query | ||
5146 | 2024.07.10 23:05:12.204460 [ 3 ] {dc4a4461-4457-4621-b90b-3e6ce04cbdd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5147 | 2024.07.10 23:05:12.204476 [ 3 ] {} <Debug> HTTP-Session: a88714da-2436-402e-afc7-20d1137823f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5148 | 2024.07.10 23:05:12.551461 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5149 | 2024.07.10 23:05:12.551544 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5150 | 2024.07.10 23:05:17.197899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5151 | 2024.07.10 23:05:17.198031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5152 | 2024.07.10 23:05:17.198055 [ 3 ] {} <Debug> HTTP-Session: c52e5d03-1988-4275-b041-58e98a370fb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5153 | 2024.07.10 23:05:17.198080 [ 3 ] {} <Debug> HTTP-Session: c52e5d03-1988-4275-b041-58e98a370fb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5154 | 2024.07.10 23:05:17.198095 [ 3 ] {} <Debug> HTTP-Session: c52e5d03-1988-4275-b041-58e98a370fb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5155 | 2024.07.10 23:05:17.198145 [ 3 ] {} <Trace> HTTP-Session: c52e5d03-1988-4275-b041-58e98a370fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5156 | 2024.07.10 23:05:17.198338 [ 3 ] {58450275-766c-4d9c-9f87-e1a4733cd431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5157 | 2024.07.10 23:05:17.198406 [ 3 ] {58450275-766c-4d9c-9f87-e1a4733cd431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5158 | 2024.07.10 23:05:17.198598 [ 3 ] {58450275-766c-4d9c-9f87-e1a4733cd431} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5159 | 2024.07.10 23:05:17.199025 [ 3 ] {58450275-766c-4d9c-9f87-e1a4733cd431} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5160 | 2024.07.10 23:05:17.199066 [ 3 ] {58450275-766c-4d9c-9f87-e1a4733cd431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5161 | 2024.07.10 23:05:17.199442 [ 3 ] {58450275-766c-4d9c-9f87-e1a4733cd431} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5162 | 2024.07.10 23:05:17.199791 [ 3 ] {58450275-766c-4d9c-9f87-e1a4733cd431} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5163 | 2024.07.10 23:05:17.199938 [ 3 ] {58450275-766c-4d9c-9f87-e1a4733cd431} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001666 sec., 18607.442977190876 rows/sec., 1.47 MiB/sec. | ||
5164 | 2024.07.10 23:05:17.200179 [ 3 ] {58450275-766c-4d9c-9f87-e1a4733cd431} <Debug> DynamicQueryHandler: Done processing query | ||
5165 | 2024.07.10 23:05:17.200215 [ 3 ] {58450275-766c-4d9c-9f87-e1a4733cd431} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5166 | 2024.07.10 23:05:17.200241 [ 3 ] {} <Debug> HTTP-Session: c52e5d03-1988-4275-b041-58e98a370fb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5167 | 2024.07.10 23:05:17.200425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5168 | 2024.07.10 23:05:17.200500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5169 | 2024.07.10 23:05:17.200522 [ 3 ] {} <Debug> HTTP-Session: fc6592e3-8cae-4a60-b52c-9857c4c54824 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5170 | 2024.07.10 23:05:17.200542 [ 3 ] {} <Debug> HTTP-Session: fc6592e3-8cae-4a60-b52c-9857c4c54824 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5171 | 2024.07.10 23:05:17.200557 [ 3 ] {} <Debug> HTTP-Session: fc6592e3-8cae-4a60-b52c-9857c4c54824 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5172 | 2024.07.10 23:05:17.200596 [ 3 ] {} <Trace> HTTP-Session: fc6592e3-8cae-4a60-b52c-9857c4c54824 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5173 | 2024.07.10 23:05:17.200718 [ 3 ] {e8bc02db-000a-47dd-ada9-6709a32be8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5174 | 2024.07.10 23:05:17.200773 [ 3 ] {e8bc02db-000a-47dd-ada9-6709a32be8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5175 | 2024.07.10 23:05:17.200918 [ 3 ] {e8bc02db-000a-47dd-ada9-6709a32be8ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5176 | 2024.07.10 23:05:17.201223 [ 3 ] {e8bc02db-000a-47dd-ada9-6709a32be8ad} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5177 | 2024.07.10 23:05:17.201264 [ 3 ] {e8bc02db-000a-47dd-ada9-6709a32be8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5178 | 2024.07.10 23:05:17.201602 [ 3 ] {e8bc02db-000a-47dd-ada9-6709a32be8ad} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5179 | 2024.07.10 23:05:17.201935 [ 3 ] {e8bc02db-000a-47dd-ada9-6709a32be8ad} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5180 | 2024.07.10 23:05:17.202067 [ 3 ] {e8bc02db-000a-47dd-ada9-6709a32be8ad} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001379 sec., 1450.3263234227702 rows/sec., 118.26 KiB/sec. | ||
5181 | 2024.07.10 23:05:17.202393 [ 3 ] {e8bc02db-000a-47dd-ada9-6709a32be8ad} <Debug> DynamicQueryHandler: Done processing query | ||
5182 | 2024.07.10 23:05:17.202420 [ 3 ] {e8bc02db-000a-47dd-ada9-6709a32be8ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5183 | 2024.07.10 23:05:17.202436 [ 3 ] {} <Debug> HTTP-Session: fc6592e3-8cae-4a60-b52c-9857c4c54824 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5184 | 2024.07.10 23:05:17.202600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 27008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5185 | 2024.07.10 23:05:17.202658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5186 | 2024.07.10 23:05:17.202678 [ 3 ] {} <Debug> HTTP-Session: e9b3066f-b702-4572-b4c3-09052490b04c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5187 | 2024.07.10 23:05:17.202696 [ 3 ] {} <Debug> HTTP-Session: e9b3066f-b702-4572-b4c3-09052490b04c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5188 | 2024.07.10 23:05:17.202711 [ 3 ] {} <Debug> HTTP-Session: e9b3066f-b702-4572-b4c3-09052490b04c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5189 | 2024.07.10 23:05:17.202746 [ 3 ] {} <Trace> HTTP-Session: e9b3066f-b702-4572-b4c3-09052490b04c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5190 | 2024.07.10 23:05:17.202900 [ 3 ] {04868ae9-85c2-40f3-9f05-a89cb56a3d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5191 | 2024.07.10 23:05:17.202950 [ 3 ] {04868ae9-85c2-40f3-9f05-a89cb56a3d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5192 | 2024.07.10 23:05:17.203100 [ 3 ] {04868ae9-85c2-40f3-9f05-a89cb56a3d2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5193 | 2024.07.10 23:05:17.203517 [ 3 ] {04868ae9-85c2-40f3-9f05-a89cb56a3d2a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5194 | 2024.07.10 23:05:17.203554 [ 3 ] {04868ae9-85c2-40f3-9f05-a89cb56a3d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5195 | 2024.07.10 23:05:17.203893 [ 3 ] {04868ae9-85c2-40f3-9f05-a89cb56a3d2a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5196 | 2024.07.10 23:05:17.204227 [ 3 ] {04868ae9-85c2-40f3-9f05-a89cb56a3d2a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5197 | 2024.07.10 23:05:17.204362 [ 3 ] {04868ae9-85c2-40f3-9f05-a89cb56a3d2a} <Debug> executeQuery: Read 186 rows, 15.70 KiB in 0.001534 sec., 121251.629726206 rows/sec., 9.99 MiB/sec. | ||
5198 | 2024.07.10 23:05:17.204650 [ 3 ] {04868ae9-85c2-40f3-9f05-a89cb56a3d2a} <Debug> DynamicQueryHandler: Done processing query | ||
5199 | 2024.07.10 23:05:17.204682 [ 3 ] {04868ae9-85c2-40f3-9f05-a89cb56a3d2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5200 | 2024.07.10 23:05:17.204699 [ 3 ] {} <Debug> HTTP-Session: e9b3066f-b702-4572-b4c3-09052490b04c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5201 | 2024.07.10 23:05:17.204827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5202 | 2024.07.10 23:05:17.204879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5203 | 2024.07.10 23:05:17.204899 [ 3 ] {} <Debug> HTTP-Session: 7c1585c2-2d9a-4b79-82cc-4146afb892ba Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5204 | 2024.07.10 23:05:17.204916 [ 3 ] {} <Debug> HTTP-Session: 7c1585c2-2d9a-4b79-82cc-4146afb892ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5205 | 2024.07.10 23:05:17.204931 [ 3 ] {} <Debug> HTTP-Session: 7c1585c2-2d9a-4b79-82cc-4146afb892ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5206 | 2024.07.10 23:05:17.204963 [ 3 ] {} <Trace> HTTP-Session: 7c1585c2-2d9a-4b79-82cc-4146afb892ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5207 | 2024.07.10 23:05:17.205070 [ 3 ] {e789bca0-4271-430a-9aff-9bec8bbdfa99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5208 | 2024.07.10 23:05:17.205119 [ 3 ] {e789bca0-4271-430a-9aff-9bec8bbdfa99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5209 | 2024.07.10 23:05:17.205264 [ 3 ] {e789bca0-4271-430a-9aff-9bec8bbdfa99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5210 | 2024.07.10 23:05:17.205543 [ 3 ] {e789bca0-4271-430a-9aff-9bec8bbdfa99} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5211 | 2024.07.10 23:05:17.205581 [ 3 ] {e789bca0-4271-430a-9aff-9bec8bbdfa99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5212 | 2024.07.10 23:05:17.205891 [ 3 ] {e789bca0-4271-430a-9aff-9bec8bbdfa99} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5213 | 2024.07.10 23:05:17.206209 [ 3 ] {e789bca0-4271-430a-9aff-9bec8bbdfa99} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5214 | 2024.07.10 23:05:17.206334 [ 3 ] {e789bca0-4271-430a-9aff-9bec8bbdfa99} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001288 sec., 1552.7950310559006 rows/sec., 108.42 KiB/sec. | ||
5215 | 2024.07.10 23:05:17.206636 [ 3 ] {e789bca0-4271-430a-9aff-9bec8bbdfa99} <Debug> DynamicQueryHandler: Done processing query | ||
5216 | 2024.07.10 23:05:17.206663 [ 3 ] {e789bca0-4271-430a-9aff-9bec8bbdfa99} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5217 | 2024.07.10 23:05:17.206679 [ 3 ] {} <Debug> HTTP-Session: 7c1585c2-2d9a-4b79-82cc-4146afb892ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5218 | 2024.07.10 23:05:17.206822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 20531, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5219 | 2024.07.10 23:05:17.206872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5220 | 2024.07.10 23:05:17.206891 [ 3 ] {} <Debug> HTTP-Session: 489ed481-7ac9-4784-b02c-c454dc3d2a1e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5221 | 2024.07.10 23:05:17.206908 [ 3 ] {} <Debug> HTTP-Session: 489ed481-7ac9-4784-b02c-c454dc3d2a1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5222 | 2024.07.10 23:05:17.206923 [ 3 ] {} <Debug> HTTP-Session: 489ed481-7ac9-4784-b02c-c454dc3d2a1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5223 | 2024.07.10 23:05:17.206954 [ 3 ] {} <Trace> HTTP-Session: 489ed481-7ac9-4784-b02c-c454dc3d2a1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5224 | 2024.07.10 23:05:17.207092 [ 3 ] {9346d817-ff71-46af-9c01-228973900d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5225 | 2024.07.10 23:05:17.207136 [ 3 ] {9346d817-ff71-46af-9c01-228973900d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5226 | 2024.07.10 23:05:17.207283 [ 3 ] {9346d817-ff71-46af-9c01-228973900d08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5227 | 2024.07.10 23:05:17.207644 [ 3 ] {9346d817-ff71-46af-9c01-228973900d08} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5228 | 2024.07.10 23:05:17.207682 [ 3 ] {9346d817-ff71-46af-9c01-228973900d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5229 | 2024.07.10 23:05:17.208007 [ 3 ] {9346d817-ff71-46af-9c01-228973900d08} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5230 | 2024.07.10 23:05:17.208314 [ 3 ] {9346d817-ff71-46af-9c01-228973900d08} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5231 | 2024.07.10 23:05:17.208442 [ 3 ] {9346d817-ff71-46af-9c01-228973900d08} <Debug> executeQuery: Read 121 rows, 9.66 KiB in 0.001408 sec., 85937.5 rows/sec., 6.70 MiB/sec. | ||
5232 | 2024.07.10 23:05:17.208605 [ 3 ] {9346d817-ff71-46af-9c01-228973900d08} <Debug> DynamicQueryHandler: Done processing query | ||
5233 | 2024.07.10 23:05:17.208631 [ 3 ] {9346d817-ff71-46af-9c01-228973900d08} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5234 | 2024.07.10 23:05:17.208647 [ 3 ] {} <Debug> HTTP-Session: 489ed481-7ac9-4784-b02c-c454dc3d2a1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5235 | 2024.07.10 23:05:17.208843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 37810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5236 | 2024.07.10 23:05:17.208892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5237 | 2024.07.10 23:05:17.208911 [ 3 ] {} <Debug> HTTP-Session: 22e46026-df6c-47d2-a529-2a91a50e303f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5238 | 2024.07.10 23:05:17.208928 [ 3 ] {} <Debug> HTTP-Session: 22e46026-df6c-47d2-a529-2a91a50e303f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5239 | 2024.07.10 23:05:17.208942 [ 3 ] {} <Debug> HTTP-Session: 22e46026-df6c-47d2-a529-2a91a50e303f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5240 | 2024.07.10 23:05:17.208972 [ 3 ] {} <Trace> HTTP-Session: 22e46026-df6c-47d2-a529-2a91a50e303f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5241 | 2024.07.10 23:05:17.209164 [ 3 ] {b4c9c3ac-39e7-45e4-a804-6dae1605a120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5242 | 2024.07.10 23:05:17.209212 [ 3 ] {b4c9c3ac-39e7-45e4-a804-6dae1605a120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5243 | 2024.07.10 23:05:17.209355 [ 3 ] {b4c9c3ac-39e7-45e4-a804-6dae1605a120} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5244 | 2024.07.10 23:05:17.209839 [ 3 ] {b4c9c3ac-39e7-45e4-a804-6dae1605a120} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5245 | 2024.07.10 23:05:17.209875 [ 3 ] {b4c9c3ac-39e7-45e4-a804-6dae1605a120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5246 | 2024.07.10 23:05:17.210271 [ 3 ] {b4c9c3ac-39e7-45e4-a804-6dae1605a120} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5247 | 2024.07.10 23:05:17.210626 [ 3 ] {b4c9c3ac-39e7-45e4-a804-6dae1605a120} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5248 | 2024.07.10 23:05:17.210762 [ 3 ] {b4c9c3ac-39e7-45e4-a804-6dae1605a120} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001702 sec., 115746.18096357227 rows/sec., 8.08 MiB/sec. | ||
5249 | 2024.07.10 23:05:17.210945 [ 3 ] {b4c9c3ac-39e7-45e4-a804-6dae1605a120} <Debug> DynamicQueryHandler: Done processing query | ||
5250 | 2024.07.10 23:05:17.210968 [ 3 ] {b4c9c3ac-39e7-45e4-a804-6dae1605a120} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5251 | 2024.07.10 23:05:17.210984 [ 3 ] {} <Debug> HTTP-Session: 22e46026-df6c-47d2-a529-2a91a50e303f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5252 | 2024.07.10 23:05:17.211180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 49845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5253 | 2024.07.10 23:05:17.211230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5254 | 2024.07.10 23:05:17.211249 [ 3 ] {} <Debug> HTTP-Session: 19c7e29b-3b86-4106-93cc-2033949d1fc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5255 | 2024.07.10 23:05:17.211266 [ 3 ] {} <Debug> HTTP-Session: 19c7e29b-3b86-4106-93cc-2033949d1fc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5256 | 2024.07.10 23:05:17.211281 [ 3 ] {} <Debug> HTTP-Session: 19c7e29b-3b86-4106-93cc-2033949d1fc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5257 | 2024.07.10 23:05:17.211313 [ 3 ] {} <Trace> HTTP-Session: 19c7e29b-3b86-4106-93cc-2033949d1fc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5258 | 2024.07.10 23:05:17.212056 [ 3 ] {108d6912-0741-4ab1-bba1-e1d2ac45e0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5259 | 2024.07.10 23:05:17.212136 [ 3 ] {108d6912-0741-4ab1-bba1-e1d2ac45e0cc} <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 | ||
5260 | 2024.07.10 23:05:17.212556 [ 3 ] {108d6912-0741-4ab1-bba1-e1d2ac45e0cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5261 | 2024.07.10 23:05:17.213327 [ 3 ] {108d6912-0741-4ab1-bba1-e1d2ac45e0cc} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5262 | 2024.07.10 23:05:17.213364 [ 3 ] {108d6912-0741-4ab1-bba1-e1d2ac45e0cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5263 | 2024.07.10 23:05:17.214003 [ 3 ] {108d6912-0741-4ab1-bba1-e1d2ac45e0cc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5264 | 2024.07.10 23:05:17.214418 [ 3 ] {108d6912-0741-4ab1-bba1-e1d2ac45e0cc} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5265 | 2024.07.10 23:05:17.214589 [ 3 ] {108d6912-0741-4ab1-bba1-e1d2ac45e0cc} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003173 sec., 9769.933816577372 rows/sec., 17.51 MiB/sec. | ||
5266 | 2024.07.10 23:05:17.214817 [ 3 ] {108d6912-0741-4ab1-bba1-e1d2ac45e0cc} <Debug> DynamicQueryHandler: Done processing query | ||
5267 | 2024.07.10 23:05:17.214842 [ 3 ] {108d6912-0741-4ab1-bba1-e1d2ac45e0cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5268 | 2024.07.10 23:05:17.214858 [ 3 ] {} <Debug> HTTP-Session: 19c7e29b-3b86-4106-93cc-2033949d1fc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5269 | 2024.07.10 23:05:17.214996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5270 | 2024.07.10 23:05:17.215045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5271 | 2024.07.10 23:05:17.215064 [ 3 ] {} <Debug> HTTP-Session: a591fe25-f7ea-4557-a420-c25d4d7dac2c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5272 | 2024.07.10 23:05:17.215081 [ 3 ] {} <Debug> HTTP-Session: a591fe25-f7ea-4557-a420-c25d4d7dac2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5273 | 2024.07.10 23:05:17.215095 [ 3 ] {} <Debug> HTTP-Session: a591fe25-f7ea-4557-a420-c25d4d7dac2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5274 | 2024.07.10 23:05:17.215126 [ 3 ] {} <Trace> HTTP-Session: a591fe25-f7ea-4557-a420-c25d4d7dac2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5275 | 2024.07.10 23:05:17.215244 [ 3 ] {d1fbec56-75a8-4a9c-9c2f-00f591ebbdfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5276 | 2024.07.10 23:05:17.215288 [ 3 ] {d1fbec56-75a8-4a9c-9c2f-00f591ebbdfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5277 | 2024.07.10 23:05:17.215413 [ 3 ] {d1fbec56-75a8-4a9c-9c2f-00f591ebbdfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5278 | 2024.07.10 23:05:17.215723 [ 3 ] {d1fbec56-75a8-4a9c-9c2f-00f591ebbdfe} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5279 | 2024.07.10 23:05:17.215759 [ 3 ] {d1fbec56-75a8-4a9c-9c2f-00f591ebbdfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5280 | 2024.07.10 23:05:17.216115 [ 3 ] {d1fbec56-75a8-4a9c-9c2f-00f591ebbdfe} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5281 | 2024.07.10 23:05:17.216443 [ 3 ] {d1fbec56-75a8-4a9c-9c2f-00f591ebbdfe} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5282 | 2024.07.10 23:05:17.216601 [ 3 ] {d1fbec56-75a8-4a9c-9c2f-00f591ebbdfe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
5283 | 2024.07.10 23:05:17.216770 [ 3 ] {d1fbec56-75a8-4a9c-9c2f-00f591ebbdfe} <Debug> DynamicQueryHandler: Done processing query | ||
5284 | 2024.07.10 23:05:17.216796 [ 3 ] {d1fbec56-75a8-4a9c-9c2f-00f591ebbdfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5285 | 2024.07.10 23:05:17.216812 [ 3 ] {} <Debug> HTTP-Session: a591fe25-f7ea-4557-a420-c25d4d7dac2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5286 | 2024.07.10 23:05:22.194854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5287 | 2024.07.10 23:05:22.195049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5288 | 2024.07.10 23:05:22.195094 [ 3 ] {} <Debug> HTTP-Session: 434702a1-2175-45f7-8c78-2352d6f804fa Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5289 | 2024.07.10 23:05:22.195134 [ 3 ] {} <Debug> HTTP-Session: 434702a1-2175-45f7-8c78-2352d6f804fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5290 | 2024.07.10 23:05:22.195161 [ 3 ] {} <Debug> HTTP-Session: 434702a1-2175-45f7-8c78-2352d6f804fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5291 | 2024.07.10 23:05:22.195237 [ 3 ] {} <Trace> HTTP-Session: 434702a1-2175-45f7-8c78-2352d6f804fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5292 | 2024.07.10 23:05:22.195527 [ 3 ] {dc224efc-b184-49db-9b84-644c80930714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5293 | 2024.07.10 23:05:22.195628 [ 3 ] {dc224efc-b184-49db-9b84-644c80930714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5294 | 2024.07.10 23:05:22.195851 [ 3 ] {dc224efc-b184-49db-9b84-644c80930714} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5295 | 2024.07.10 23:05:22.196359 [ 3 ] {dc224efc-b184-49db-9b84-644c80930714} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5296 | 2024.07.10 23:05:22.196407 [ 3 ] {dc224efc-b184-49db-9b84-644c80930714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5297 | 2024.07.10 23:05:22.196817 [ 3 ] {dc224efc-b184-49db-9b84-644c80930714} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5298 | 2024.07.10 23:05:22.197168 [ 3 ] {dc224efc-b184-49db-9b84-644c80930714} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5299 | 2024.07.10 23:05:22.197349 [ 3 ] {dc224efc-b184-49db-9b84-644c80930714} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.24 MiB/sec. | ||
5300 | 2024.07.10 23:05:22.197581 [ 3 ] {dc224efc-b184-49db-9b84-644c80930714} <Debug> DynamicQueryHandler: Done processing query | ||
5301 | 2024.07.10 23:05:22.197608 [ 3 ] {dc224efc-b184-49db-9b84-644c80930714} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5302 | 2024.07.10 23:05:22.197625 [ 3 ] {} <Debug> HTTP-Session: 434702a1-2175-45f7-8c78-2352d6f804fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5303 | 2024.07.10 23:05:22.197798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5304 | 2024.07.10 23:05:22.197857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5305 | 2024.07.10 23:05:22.197876 [ 3 ] {} <Debug> HTTP-Session: c392cd4d-3842-4c56-821e-79ae7506c7e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5306 | 2024.07.10 23:05:22.197895 [ 3 ] {} <Debug> HTTP-Session: c392cd4d-3842-4c56-821e-79ae7506c7e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5307 | 2024.07.10 23:05:22.197909 [ 3 ] {} <Debug> HTTP-Session: c392cd4d-3842-4c56-821e-79ae7506c7e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5308 | 2024.07.10 23:05:22.197945 [ 3 ] {} <Trace> HTTP-Session: c392cd4d-3842-4c56-821e-79ae7506c7e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5309 | 2024.07.10 23:05:22.198074 [ 3 ] {aa9ccb53-bfa8-4e17-9893-8f77f7467b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5310 | 2024.07.10 23:05:22.198121 [ 3 ] {aa9ccb53-bfa8-4e17-9893-8f77f7467b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5311 | 2024.07.10 23:05:22.198256 [ 3 ] {aa9ccb53-bfa8-4e17-9893-8f77f7467b83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5312 | 2024.07.10 23:05:22.198635 [ 3 ] {aa9ccb53-bfa8-4e17-9893-8f77f7467b83} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5313 | 2024.07.10 23:05:22.198675 [ 3 ] {aa9ccb53-bfa8-4e17-9893-8f77f7467b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5314 | 2024.07.10 23:05:22.199000 [ 3 ] {aa9ccb53-bfa8-4e17-9893-8f77f7467b83} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5315 | 2024.07.10 23:05:22.199320 [ 3 ] {aa9ccb53-bfa8-4e17-9893-8f77f7467b83} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5316 | 2024.07.10 23:05:22.199474 [ 3 ] {aa9ccb53-bfa8-4e17-9893-8f77f7467b83} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001439 sec., 44475.33009034052 rows/sec., 3.47 MiB/sec. | ||
5317 | 2024.07.10 23:05:22.199653 [ 3 ] {aa9ccb53-bfa8-4e17-9893-8f77f7467b83} <Debug> DynamicQueryHandler: Done processing query | ||
5318 | 2024.07.10 23:05:22.199679 [ 3 ] {aa9ccb53-bfa8-4e17-9893-8f77f7467b83} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5319 | 2024.07.10 23:05:22.199695 [ 3 ] {} <Debug> HTTP-Session: c392cd4d-3842-4c56-821e-79ae7506c7e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5320 | 2024.07.10 23:05:22.199871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5321 | 2024.07.10 23:05:22.199924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5322 | 2024.07.10 23:05:22.199946 [ 3 ] {} <Debug> HTTP-Session: e9032765-8f21-4130-b5c9-e94b27bd023f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5323 | 2024.07.10 23:05:22.199964 [ 3 ] {} <Debug> HTTP-Session: e9032765-8f21-4130-b5c9-e94b27bd023f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5324 | 2024.07.10 23:05:22.199978 [ 3 ] {} <Debug> HTTP-Session: e9032765-8f21-4130-b5c9-e94b27bd023f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5325 | 2024.07.10 23:05:22.200012 [ 3 ] {} <Trace> HTTP-Session: e9032765-8f21-4130-b5c9-e94b27bd023f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5326 | 2024.07.10 23:05:22.200158 [ 3 ] {b56d7daf-0f20-460f-91e3-ad94d577981e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5327 | 2024.07.10 23:05:22.200208 [ 3 ] {b56d7daf-0f20-460f-91e3-ad94d577981e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5328 | 2024.07.10 23:05:22.200354 [ 3 ] {b56d7daf-0f20-460f-91e3-ad94d577981e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5329 | 2024.07.10 23:05:22.200743 [ 3 ] {b56d7daf-0f20-460f-91e3-ad94d577981e} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5330 | 2024.07.10 23:05:22.200780 [ 3 ] {b56d7daf-0f20-460f-91e3-ad94d577981e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5331 | 2024.07.10 23:05:22.201185 [ 3 ] {b56d7daf-0f20-460f-91e3-ad94d577981e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5332 | 2024.07.10 23:05:22.201543 [ 3 ] {b56d7daf-0f20-460f-91e3-ad94d577981e} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5333 | 2024.07.10 23:05:22.201708 [ 3 ] {b56d7daf-0f20-460f-91e3-ad94d577981e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. | ||
5334 | 2024.07.10 23:05:22.201887 [ 3 ] {b56d7daf-0f20-460f-91e3-ad94d577981e} <Debug> DynamicQueryHandler: Done processing query | ||
5335 | 2024.07.10 23:05:22.201912 [ 3 ] {b56d7daf-0f20-460f-91e3-ad94d577981e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5336 | 2024.07.10 23:05:22.201929 [ 3 ] {} <Debug> HTTP-Session: e9032765-8f21-4130-b5c9-e94b27bd023f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5337 | 2024.07.10 23:05:22.202081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5338 | 2024.07.10 23:05:22.202132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5339 | 2024.07.10 23:05:22.202151 [ 3 ] {} <Debug> HTTP-Session: aa32ff4a-4822-4497-9918-3547c48bb115 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5340 | 2024.07.10 23:05:22.202168 [ 3 ] {} <Debug> HTTP-Session: aa32ff4a-4822-4497-9918-3547c48bb115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5341 | 2024.07.10 23:05:22.202182 [ 3 ] {} <Debug> HTTP-Session: aa32ff4a-4822-4497-9918-3547c48bb115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5342 | 2024.07.10 23:05:22.202214 [ 3 ] {} <Trace> HTTP-Session: aa32ff4a-4822-4497-9918-3547c48bb115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5343 | 2024.07.10 23:05:22.202353 [ 3 ] {f8117ec7-deac-4bb5-be99-25cb832bbb3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5344 | 2024.07.10 23:05:22.202400 [ 3 ] {f8117ec7-deac-4bb5-be99-25cb832bbb3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5345 | 2024.07.10 23:05:22.202529 [ 3 ] {f8117ec7-deac-4bb5-be99-25cb832bbb3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5346 | 2024.07.10 23:05:22.202835 [ 3 ] {f8117ec7-deac-4bb5-be99-25cb832bbb3e} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5347 | 2024.07.10 23:05:22.202872 [ 3 ] {f8117ec7-deac-4bb5-be99-25cb832bbb3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5348 | 2024.07.10 23:05:22.203256 [ 3 ] {f8117ec7-deac-4bb5-be99-25cb832bbb3e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5349 | 2024.07.10 23:05:22.203595 [ 3 ] {f8117ec7-deac-4bb5-be99-25cb832bbb3e} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5350 | 2024.07.10 23:05:22.203757 [ 3 ] {f8117ec7-deac-4bb5-be99-25cb832bbb3e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001458 sec., 41152.26337448559 rows/sec., 2.77 MiB/sec. | ||
5351 | 2024.07.10 23:05:22.204087 [ 3 ] {f8117ec7-deac-4bb5-be99-25cb832bbb3e} <Debug> DynamicQueryHandler: Done processing query | ||
5352 | 2024.07.10 23:05:22.204113 [ 3 ] {f8117ec7-deac-4bb5-be99-25cb832bbb3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5353 | 2024.07.10 23:05:22.204129 [ 3 ] {} <Debug> HTTP-Session: aa32ff4a-4822-4497-9918-3547c48bb115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5354 | 2024.07.10 23:05:27.196595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5355 | 2024.07.10 23:05:27.196737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5356 | 2024.07.10 23:05:27.196765 [ 3 ] {} <Debug> HTTP-Session: 8c977aa4-19a5-4f24-844d-9b75ea6b0561 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5357 | 2024.07.10 23:05:27.196794 [ 3 ] {} <Debug> HTTP-Session: 8c977aa4-19a5-4f24-844d-9b75ea6b0561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5358 | 2024.07.10 23:05:27.196813 [ 3 ] {} <Debug> HTTP-Session: 8c977aa4-19a5-4f24-844d-9b75ea6b0561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5359 | 2024.07.10 23:05:27.196866 [ 3 ] {} <Trace> HTTP-Session: 8c977aa4-19a5-4f24-844d-9b75ea6b0561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5360 | 2024.07.10 23:05:27.197057 [ 3 ] {22e77c98-a480-49a0-9bad-b5f4e110d75d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5361 | 2024.07.10 23:05:27.197126 [ 3 ] {22e77c98-a480-49a0-9bad-b5f4e110d75d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5362 | 2024.07.10 23:05:27.197341 [ 3 ] {22e77c98-a480-49a0-9bad-b5f4e110d75d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5363 | 2024.07.10 23:05:27.197791 [ 3 ] {22e77c98-a480-49a0-9bad-b5f4e110d75d} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5364 | 2024.07.10 23:05:27.197829 [ 3 ] {22e77c98-a480-49a0-9bad-b5f4e110d75d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5365 | 2024.07.10 23:05:27.198199 [ 3 ] {22e77c98-a480-49a0-9bad-b5f4e110d75d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5366 | 2024.07.10 23:05:27.198530 [ 3 ] {22e77c98-a480-49a0-9bad-b5f4e110d75d} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5367 | 2024.07.10 23:05:27.198677 [ 3 ] {22e77c98-a480-49a0-9bad-b5f4e110d75d} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00168 sec., 17857.142857142855 rows/sec., 1.41 MiB/sec. | ||
5368 | 2024.07.10 23:05:27.198974 [ 3 ] {22e77c98-a480-49a0-9bad-b5f4e110d75d} <Debug> DynamicQueryHandler: Done processing query | ||
5369 | 2024.07.10 23:05:27.199003 [ 3 ] {22e77c98-a480-49a0-9bad-b5f4e110d75d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5370 | 2024.07.10 23:05:27.199019 [ 3 ] {} <Debug> HTTP-Session: 8c977aa4-19a5-4f24-844d-9b75ea6b0561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5371 | 2024.07.10 23:05:27.199217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 21445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5372 | 2024.07.10 23:05:27.199270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5373 | 2024.07.10 23:05:27.199289 [ 3 ] {} <Debug> HTTP-Session: 88f7ecff-9999-41c4-bee4-1aef292b38c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5374 | 2024.07.10 23:05:27.199307 [ 3 ] {} <Debug> HTTP-Session: 88f7ecff-9999-41c4-bee4-1aef292b38c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5375 | 2024.07.10 23:05:27.199321 [ 3 ] {} <Debug> HTTP-Session: 88f7ecff-9999-41c4-bee4-1aef292b38c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5376 | 2024.07.10 23:05:27.199357 [ 3 ] {} <Trace> HTTP-Session: 88f7ecff-9999-41c4-bee4-1aef292b38c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5377 | 2024.07.10 23:05:27.199499 [ 3 ] {15a81fff-0c73-4b8b-8091-2d8381454069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5378 | 2024.07.10 23:05:27.199541 [ 3 ] {15a81fff-0c73-4b8b-8091-2d8381454069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5379 | 2024.07.10 23:05:27.199685 [ 3 ] {15a81fff-0c73-4b8b-8091-2d8381454069} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5380 | 2024.07.10 23:05:27.200068 [ 3 ] {15a81fff-0c73-4b8b-8091-2d8381454069} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5381 | 2024.07.10 23:05:27.200103 [ 3 ] {15a81fff-0c73-4b8b-8091-2d8381454069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5382 | 2024.07.10 23:05:27.200427 [ 3 ] {15a81fff-0c73-4b8b-8091-2d8381454069} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5383 | 2024.07.10 23:05:27.200743 [ 3 ] {15a81fff-0c73-4b8b-8091-2d8381454069} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5384 | 2024.07.10 23:05:27.200868 [ 3 ] {15a81fff-0c73-4b8b-8091-2d8381454069} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001431 sec., 102026.55485674353 rows/sec., 8.57 MiB/sec. | ||
5385 | 2024.07.10 23:05:27.201111 [ 3 ] {15a81fff-0c73-4b8b-8091-2d8381454069} <Debug> DynamicQueryHandler: Done processing query | ||
5386 | 2024.07.10 23:05:27.201150 [ 3 ] {15a81fff-0c73-4b8b-8091-2d8381454069} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5387 | 2024.07.10 23:05:27.201167 [ 3 ] {} <Debug> HTTP-Session: 88f7ecff-9999-41c4-bee4-1aef292b38c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5388 | 2024.07.10 23:05:27.201310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 15977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5389 | 2024.07.10 23:05:27.201360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5390 | 2024.07.10 23:05:27.201379 [ 3 ] {} <Debug> HTTP-Session: 8ad3d604-22b0-4ca0-9a0d-7790a3b262d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5391 | 2024.07.10 23:05:27.201397 [ 3 ] {} <Debug> HTTP-Session: 8ad3d604-22b0-4ca0-9a0d-7790a3b262d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5392 | 2024.07.10 23:05:27.201411 [ 3 ] {} <Debug> HTTP-Session: 8ad3d604-22b0-4ca0-9a0d-7790a3b262d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5393 | 2024.07.10 23:05:27.201443 [ 3 ] {} <Trace> HTTP-Session: 8ad3d604-22b0-4ca0-9a0d-7790a3b262d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5394 | 2024.07.10 23:05:27.201586 [ 3 ] {70ad6fd8-009a-499f-8f21-58b9cafe74ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5395 | 2024.07.10 23:05:27.201630 [ 3 ] {70ad6fd8-009a-499f-8f21-58b9cafe74ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5396 | 2024.07.10 23:05:27.201772 [ 3 ] {70ad6fd8-009a-499f-8f21-58b9cafe74ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5397 | 2024.07.10 23:05:27.202138 [ 3 ] {70ad6fd8-009a-499f-8f21-58b9cafe74ea} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5398 | 2024.07.10 23:05:27.202176 [ 3 ] {70ad6fd8-009a-499f-8f21-58b9cafe74ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5399 | 2024.07.10 23:05:27.202494 [ 3 ] {70ad6fd8-009a-499f-8f21-58b9cafe74ea} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5400 | 2024.07.10 23:05:27.202805 [ 3 ] {70ad6fd8-009a-499f-8f21-58b9cafe74ea} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5401 | 2024.07.10 23:05:27.202934 [ 3 ] {70ad6fd8-009a-499f-8f21-58b9cafe74ea} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001404 sec., 66951.56695156694 rows/sec., 5.23 MiB/sec. | ||
5402 | 2024.07.10 23:05:27.203095 [ 3 ] {70ad6fd8-009a-499f-8f21-58b9cafe74ea} <Debug> DynamicQueryHandler: Done processing query | ||
5403 | 2024.07.10 23:05:27.203119 [ 3 ] {70ad6fd8-009a-499f-8f21-58b9cafe74ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5404 | 2024.07.10 23:05:27.203135 [ 3 ] {} <Debug> HTTP-Session: 8ad3d604-22b0-4ca0-9a0d-7790a3b262d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5405 | 2024.07.10 23:05:27.203317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5406 | 2024.07.10 23:05:27.203367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5407 | 2024.07.10 23:05:27.203386 [ 3 ] {} <Debug> HTTP-Session: 43d5fb02-24f7-4cfa-839a-ab07dff2156d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5408 | 2024.07.10 23:05:27.203403 [ 3 ] {} <Debug> HTTP-Session: 43d5fb02-24f7-4cfa-839a-ab07dff2156d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5409 | 2024.07.10 23:05:27.203418 [ 3 ] {} <Debug> HTTP-Session: 43d5fb02-24f7-4cfa-839a-ab07dff2156d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5410 | 2024.07.10 23:05:27.203448 [ 3 ] {} <Trace> HTTP-Session: 43d5fb02-24f7-4cfa-839a-ab07dff2156d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5411 | 2024.07.10 23:05:27.203587 [ 3 ] {efcb59d6-f1f2-4b13-8574-d65205c781da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5412 | 2024.07.10 23:05:27.203633 [ 3 ] {efcb59d6-f1f2-4b13-8574-d65205c781da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5413 | 2024.07.10 23:05:27.203775 [ 3 ] {efcb59d6-f1f2-4b13-8574-d65205c781da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5414 | 2024.07.10 23:05:27.204148 [ 3 ] {efcb59d6-f1f2-4b13-8574-d65205c781da} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5415 | 2024.07.10 23:05:27.204184 [ 3 ] {efcb59d6-f1f2-4b13-8574-d65205c781da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5416 | 2024.07.10 23:05:27.204578 [ 3 ] {efcb59d6-f1f2-4b13-8574-d65205c781da} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5417 | 2024.07.10 23:05:27.204919 [ 3 ] {efcb59d6-f1f2-4b13-8574-d65205c781da} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5418 | 2024.07.10 23:05:27.205039 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5419 | 2024.07.10 23:05:27.205045 [ 3 ] {efcb59d6-f1f2-4b13-8574-d65205c781da} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00152 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec. | ||
5420 | 2024.07.10 23:05:27.205080 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5421 | 2024.07.10 23:05:27.205118 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5422 | 2024.07.10 23:05:27.205299 [ 3 ] {efcb59d6-f1f2-4b13-8574-d65205c781da} <Debug> DynamicQueryHandler: Done processing query | ||
5423 | 2024.07.10 23:05:27.205364 [ 3 ] {efcb59d6-f1f2-4b13-8574-d65205c781da} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5424 | 2024.07.10 23:05:27.205410 [ 3 ] {} <Debug> HTTP-Session: 43d5fb02-24f7-4cfa-839a-ab07dff2156d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5425 | 2024.07.10 23:05:27.205476 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::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 | ||
5426 | 2024.07.10 23:05:27.205670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 48261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5427 | 2024.07.10 23:05:27.205818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5428 | 2024.07.10 23:05:27.205874 [ 3 ] {} <Debug> HTTP-Session: 46f76792-b5ab-4ea8-9bfa-056f5fce440a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5429 | 2024.07.10 23:05:27.205933 [ 3 ] {} <Debug> HTTP-Session: 46f76792-b5ab-4ea8-9bfa-056f5fce440a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5430 | 2024.07.10 23:05:27.205941 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5431 | 2024.07.10 23:05:27.205959 [ 3 ] {} <Debug> HTTP-Session: 46f76792-b5ab-4ea8-9bfa-056f5fce440a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5432 | 2024.07.10 23:05:27.206017 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3736 rows starting from the beginning of the part | ||
5433 | 2024.07.10 23:05:27.206032 [ 3 ] {} <Trace> HTTP-Session: 46f76792-b5ab-4ea8-9bfa-056f5fce440a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5434 | 2024.07.10 23:05:27.206265 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 161 rows starting from the beginning of the part | ||
5435 | 2024.07.10 23:05:27.206492 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
5436 | 2024.07.10 23:05:27.206770 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 197 rows starting from the beginning of the part | ||
5437 | 2024.07.10 23:05:27.206782 [ 3 ] {3dce740b-ab71-4bfe-b149-fee34feaaa94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5438 | 2024.07.10 23:05:27.207111 [ 3 ] {3dce740b-ab71-4bfe-b149-fee34feaaa94} <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 | ||
5439 | 2024.07.10 23:05:27.207125 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
5440 | 2024.07.10 23:05:27.207564 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
5441 | 2024.07.10 23:05:27.209124 [ 3 ] {3dce740b-ab71-4bfe-b149-fee34feaaa94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5442 | 2024.07.10 23:05:27.210643 [ 3 ] {3dce740b-ab71-4bfe-b149-fee34feaaa94} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5443 | 2024.07.10 23:05:27.210681 [ 3 ] {3dce740b-ab71-4bfe-b149-fee34feaaa94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5444 | 2024.07.10 23:05:27.212161 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4574 rows, containing 5 columns (5 merged, 0 gathered) in 0.0069153 sec., 661431.8973869536 rows/sec., 46.09 MiB/sec. | ||
5445 | 2024.07.10 23:05:27.212337 [ 3 ] {3dce740b-ab71-4bfe-b149-fee34feaaa94} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5446 | 2024.07.10 23:05:27.212574 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5447 | 2024.07.10 23:05:27.213513 [ 3 ] {3dce740b-ab71-4bfe-b149-fee34feaaa94} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5448 | 2024.07.10 23:05:27.213636 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5449 | 2024.07.10 23:05:27.213966 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5450 | 2024.07.10 23:05:27.213983 [ 3 ] {3dce740b-ab71-4bfe-b149-fee34feaaa94} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.007753 sec., 3869.46988262608 rows/sec., 6.93 MiB/sec. | ||
5451 | 2024.07.10 23:05:27.214248 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
5452 | 2024.07.10 23:05:27.214717 [ 3 ] {3dce740b-ab71-4bfe-b149-fee34feaaa94} <Debug> DynamicQueryHandler: Done processing query | ||
5453 | 2024.07.10 23:05:27.214747 [ 3 ] {3dce740b-ab71-4bfe-b149-fee34feaaa94} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5454 | 2024.07.10 23:05:27.214763 [ 3 ] {} <Debug> HTTP-Session: 46f76792-b5ab-4ea8-9bfa-056f5fce440a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5455 | 2024.07.10 23:05:27.214907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5456 | 2024.07.10 23:05:27.214955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5457 | 2024.07.10 23:05:27.214974 [ 3 ] {} <Debug> HTTP-Session: 4f2457d2-2894-4d91-b359-91f8b1f08a7f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5458 | 2024.07.10 23:05:27.214991 [ 3 ] {} <Debug> HTTP-Session: 4f2457d2-2894-4d91-b359-91f8b1f08a7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5459 | 2024.07.10 23:05:27.215005 [ 3 ] {} <Debug> HTTP-Session: 4f2457d2-2894-4d91-b359-91f8b1f08a7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5460 | 2024.07.10 23:05:27.215038 [ 3 ] {} <Trace> HTTP-Session: 4f2457d2-2894-4d91-b359-91f8b1f08a7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5461 | 2024.07.10 23:05:27.215167 [ 3 ] {72277ae7-b286-4ff7-92ec-0c4b635e1a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5462 | 2024.07.10 23:05:27.215212 [ 3 ] {72277ae7-b286-4ff7-92ec-0c4b635e1a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5463 | 2024.07.10 23:05:27.215348 [ 3 ] {72277ae7-b286-4ff7-92ec-0c4b635e1a8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5464 | 2024.07.10 23:05:27.215659 [ 3 ] {72277ae7-b286-4ff7-92ec-0c4b635e1a8e} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5465 | 2024.07.10 23:05:27.215696 [ 3 ] {72277ae7-b286-4ff7-92ec-0c4b635e1a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5466 | 2024.07.10 23:05:27.216070 [ 3 ] {72277ae7-b286-4ff7-92ec-0c4b635e1a8e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5467 | 2024.07.10 23:05:27.216400 [ 3 ] {72277ae7-b286-4ff7-92ec-0c4b635e1a8e} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5468 | 2024.07.10 23:05:27.216528 [ 3 ] {72277ae7-b286-4ff7-92ec-0c4b635e1a8e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
5469 | 2024.07.10 23:05:27.216823 [ 3 ] {72277ae7-b286-4ff7-92ec-0c4b635e1a8e} <Debug> DynamicQueryHandler: Done processing query | ||
5470 | 2024.07.10 23:05:27.216855 [ 3 ] {72277ae7-b286-4ff7-92ec-0c4b635e1a8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5471 | 2024.07.10 23:05:27.216872 [ 3 ] {} <Debug> HTTP-Session: 4f2457d2-2894-4d91-b359-91f8b1f08a7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5472 | 2024.07.10 23:05:27.551588 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5473 | 2024.07.10 23:05:27.551643 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5474 | 2024.07.10 23:05:28.550139 [ 108 ] {} <Debug> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
5475 | 2024.07.10 23:05:28.550203 [ 108 ] {} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5476 | 2024.07.10 23:05:28.550230 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5477 | 2024.07.10 23:05:28.550438 [ 200 ] {c4817826-8c46-47f4-a150-00bb10db9e81::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 | ||
5478 | 2024.07.10 23:05:28.550631 [ 200 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5479 | 2024.07.10 23:05:28.550672 [ 200 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 10 rows starting from the beginning of the part | ||
5480 | 2024.07.10 23:05:28.550758 [ 200 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
5481 | 2024.07.10 23:05:28.550984 [ 200 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
5482 | 2024.07.10 23:05:28.551206 [ 200 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5483 | 2024.07.10 23:05:28.551333 [ 200 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
5484 | 2024.07.10 23:05:28.552404 [ 199 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.002096806 sec., 11445.980219438517 rows/sec., 933.34 KiB/sec. | ||
5485 | 2024.07.10 23:05:28.552625 [ 193 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5486 | 2024.07.10 23:05:28.553091 [ 193 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_10_2} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5487 | 2024.07.10 23:05:28.553171 [ 193 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_10_2} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
5488 | 2024.07.10 23:05:28.553268 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5489 | 2024.07.10 23:05:30.040607 [ 106 ] {} <Debug> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
5490 | 2024.07.10 23:05:30.040669 [ 106 ] {} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5491 | 2024.07.10 23:05:30.040692 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5492 | 2024.07.10 23:05:30.040847 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::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 | ||
5493 | 2024.07.10 23:05:30.041024 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5494 | 2024.07.10 23:05:30.041064 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 10 rows starting from the beginning of the part | ||
5495 | 2024.07.10 23:05:30.041148 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
5496 | 2024.07.10 23:05:30.041404 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
5497 | 2024.07.10 23:05:30.041569 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5498 | 2024.07.10 23:05:30.041730 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
5499 | 2024.07.10 23:05:30.042691 [ 193 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.001924602 sec., 12470.110703407769 rows/sec., 870.72 KiB/sec. | ||
5500 | 2024.07.10 23:05:30.042847 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5501 | 2024.07.10 23:05:30.043238 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_10_2} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5502 | 2024.07.10 23:05:30.043318 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_10_2} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
5503 | 2024.07.10 23:05:30.043397 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5504 | 2024.07.10 23:05:32.194762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5505 | 2024.07.10 23:05:32.194903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5506 | 2024.07.10 23:05:32.194933 [ 3 ] {} <Debug> HTTP-Session: 4373ea4a-f6b9-4d5a-bd85-040bd6e0f9c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5507 | 2024.07.10 23:05:32.194961 [ 3 ] {} <Debug> HTTP-Session: 4373ea4a-f6b9-4d5a-bd85-040bd6e0f9c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5508 | 2024.07.10 23:05:32.194981 [ 3 ] {} <Debug> HTTP-Session: 4373ea4a-f6b9-4d5a-bd85-040bd6e0f9c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5509 | 2024.07.10 23:05:32.195036 [ 3 ] {} <Trace> HTTP-Session: 4373ea4a-f6b9-4d5a-bd85-040bd6e0f9c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5510 | 2024.07.10 23:05:32.195230 [ 3 ] {3b850a0e-d369-40f1-b266-fdb0703e17c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5511 | 2024.07.10 23:05:32.195306 [ 3 ] {3b850a0e-d369-40f1-b266-fdb0703e17c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5512 | 2024.07.10 23:05:32.195529 [ 3 ] {3b850a0e-d369-40f1-b266-fdb0703e17c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5513 | 2024.07.10 23:05:32.195993 [ 3 ] {3b850a0e-d369-40f1-b266-fdb0703e17c3} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5514 | 2024.07.10 23:05:32.196037 [ 3 ] {3b850a0e-d369-40f1-b266-fdb0703e17c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5515 | 2024.07.10 23:05:32.196408 [ 3 ] {3b850a0e-d369-40f1-b266-fdb0703e17c3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5516 | 2024.07.10 23:05:32.196745 [ 3 ] {3b850a0e-d369-40f1-b266-fdb0703e17c3} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5517 | 2024.07.10 23:05:32.196906 [ 3 ] {3b850a0e-d369-40f1-b266-fdb0703e17c3} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001729 sec., 578.368999421631 rows/sec., 46.88 KiB/sec. | ||
5518 | 2024.07.10 23:05:32.197132 [ 3 ] {3b850a0e-d369-40f1-b266-fdb0703e17c3} <Debug> DynamicQueryHandler: Done processing query | ||
5519 | 2024.07.10 23:05:32.197160 [ 3 ] {3b850a0e-d369-40f1-b266-fdb0703e17c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5520 | 2024.07.10 23:05:32.197176 [ 3 ] {} <Debug> HTTP-Session: 4373ea4a-f6b9-4d5a-bd85-040bd6e0f9c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5521 | 2024.07.10 23:05:32.197322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5522 | 2024.07.10 23:05:32.197380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5523 | 2024.07.10 23:05:32.197400 [ 3 ] {} <Debug> HTTP-Session: 271630c4-731f-4400-b51f-fcc6e7f60636 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5524 | 2024.07.10 23:05:32.197419 [ 3 ] {} <Debug> HTTP-Session: 271630c4-731f-4400-b51f-fcc6e7f60636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5525 | 2024.07.10 23:05:32.197433 [ 3 ] {} <Debug> HTTP-Session: 271630c4-731f-4400-b51f-fcc6e7f60636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5526 | 2024.07.10 23:05:32.197469 [ 3 ] {} <Trace> HTTP-Session: 271630c4-731f-4400-b51f-fcc6e7f60636 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5527 | 2024.07.10 23:05:32.197589 [ 3 ] {f2e9c08a-28d3-43ba-95e9-e061a9e56613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5528 | 2024.07.10 23:05:32.197635 [ 3 ] {f2e9c08a-28d3-43ba-95e9-e061a9e56613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5529 | 2024.07.10 23:05:32.197765 [ 3 ] {f2e9c08a-28d3-43ba-95e9-e061a9e56613} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5530 | 2024.07.10 23:05:32.198116 [ 3 ] {f2e9c08a-28d3-43ba-95e9-e061a9e56613} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5531 | 2024.07.10 23:05:32.198154 [ 3 ] {f2e9c08a-28d3-43ba-95e9-e061a9e56613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5532 | 2024.07.10 23:05:32.198472 [ 3 ] {f2e9c08a-28d3-43ba-95e9-e061a9e56613} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5533 | 2024.07.10 23:05:32.198787 [ 3 ] {f2e9c08a-28d3-43ba-95e9-e061a9e56613} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5534 | 2024.07.10 23:05:32.198951 [ 3 ] {f2e9c08a-28d3-43ba-95e9-e061a9e56613} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001394 sec., 42324.24677187948 rows/sec., 3.27 MiB/sec. | ||
5535 | 2024.07.10 23:05:32.198951 [ 105 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5536 | 2024.07.10 23:05:32.199095 [ 105 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5537 | 2024.07.10 23:05:32.199155 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5538 | 2024.07.10 23:05:32.199205 [ 3 ] {f2e9c08a-28d3-43ba-95e9-e061a9e56613} <Debug> DynamicQueryHandler: Done processing query | ||
5539 | 2024.07.10 23:05:32.199286 [ 3 ] {f2e9c08a-28d3-43ba-95e9-e061a9e56613} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5540 | 2024.07.10 23:05:32.199357 [ 3 ] {} <Debug> HTTP-Session: 271630c4-731f-4400-b51f-fcc6e7f60636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5541 | 2024.07.10 23:05:32.199512 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
5542 | 2024.07.10 23:05:32.199573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5543 | 2024.07.10 23:05:32.199689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5544 | 2024.07.10 23:05:32.199754 [ 3 ] {} <Debug> HTTP-Session: 95e60a62-249a-438c-ba4a-b5953985c5a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5545 | 2024.07.10 23:05:32.199802 [ 3 ] {} <Debug> HTTP-Session: 95e60a62-249a-438c-ba4a-b5953985c5a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5546 | 2024.07.10 23:05:32.199850 [ 3 ] {} <Debug> HTTP-Session: 95e60a62-249a-438c-ba4a-b5953985c5a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5547 | 2024.07.10 23:05:32.199958 [ 3 ] {} <Trace> HTTP-Session: 95e60a62-249a-438c-ba4a-b5953985c5a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5548 | 2024.07.10 23:05:32.199976 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5549 | 2024.07.10 23:05:32.200086 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 193 rows starting from the beginning of the part | ||
5550 | 2024.07.10 23:05:32.200191 [ 3 ] {261194eb-7a4b-4ac7-93ae-984823799946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5551 | 2024.07.10 23:05:32.200332 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
5552 | 2024.07.10 23:05:32.200346 [ 3 ] {261194eb-7a4b-4ac7-93ae-984823799946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5553 | 2024.07.10 23:05:32.200679 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 186 rows starting from the beginning of the part | ||
5554 | 2024.07.10 23:05:32.201108 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
5555 | 2024.07.10 23:05:32.201478 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 146 rows starting from the beginning of the part | ||
5556 | 2024.07.10 23:05:32.201536 [ 3 ] {261194eb-7a4b-4ac7-93ae-984823799946} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5557 | 2024.07.10 23:05:32.201839 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 59 rows starting from the beginning of the part | ||
5558 | 2024.07.10 23:05:32.202545 [ 3 ] {261194eb-7a4b-4ac7-93ae-984823799946} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5559 | 2024.07.10 23:05:32.202607 [ 3 ] {261194eb-7a4b-4ac7-93ae-984823799946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5560 | 2024.07.10 23:05:32.203488 [ 3 ] {261194eb-7a4b-4ac7-93ae-984823799946} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5561 | 2024.07.10 23:05:32.204496 [ 3 ] {261194eb-7a4b-4ac7-93ae-984823799946} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5562 | 2024.07.10 23:05:32.204675 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 696 rows, containing 4 columns (4 merged, 0 gathered) in 0.005378216 sec., 129410.94221578308 rows/sec., 10.52 MiB/sec. | ||
5563 | 2024.07.10 23:05:32.204821 [ 105 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5564 | 2024.07.10 23:05:32.204859 [ 3 ] {261194eb-7a4b-4ac7-93ae-984823799946} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.004756 sec., 13666.94701429773 rows/sec., 1.07 MiB/sec. | ||
5565 | 2024.07.10 23:05:32.204902 [ 105 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5566 | 2024.07.10 23:05:32.205003 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5567 | 2024.07.10 23:05:32.205018 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5568 | 2024.07.10 23:05:32.205490 [ 3 ] {261194eb-7a4b-4ac7-93ae-984823799946} <Debug> DynamicQueryHandler: Done processing query | ||
5569 | 2024.07.10 23:05:32.205604 [ 3 ] {261194eb-7a4b-4ac7-93ae-984823799946} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5570 | 2024.07.10 23:05:32.205722 [ 3 ] {} <Debug> HTTP-Session: 95e60a62-249a-438c-ba4a-b5953985c5a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5571 | 2024.07.10 23:05:32.205856 [ 193 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
5572 | 2024.07.10 23:05:32.206113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5573 | 2024.07.10 23:05:32.206325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5574 | 2024.07.10 23:05:32.206432 [ 3 ] {} <Debug> HTTP-Session: 0b88b8b0-07b4-487f-a5b7-85b3cb68039b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5575 | 2024.07.10 23:05:32.206548 [ 3 ] {} <Debug> HTTP-Session: 0b88b8b0-07b4-487f-a5b7-85b3cb68039b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5576 | 2024.07.10 23:05:32.206639 [ 3 ] {} <Debug> HTTP-Session: 0b88b8b0-07b4-487f-a5b7-85b3cb68039b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5577 | 2024.07.10 23:05:32.206815 [ 3 ] {} <Trace> HTTP-Session: 0b88b8b0-07b4-487f-a5b7-85b3cb68039b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5578 | 2024.07.10 23:05:32.207170 [ 193 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5579 | 2024.07.10 23:05:32.207235 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_36_7} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5580 | 2024.07.10 23:05:32.207284 [ 193 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 151 rows starting from the beginning of the part | ||
5581 | 2024.07.10 23:05:32.207291 [ 3 ] {a44f75c6-272b-4bc5-8e0f-8e86cc3bf783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5582 | 2024.07.10 23:05:32.207441 [ 3 ] {a44f75c6-272b-4bc5-8e0f-8e86cc3bf783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5583 | 2024.07.10 23:05:32.207483 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_36_7} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5584 | 2024.07.10 23:05:32.207775 [ 193 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
5585 | 2024.07.10 23:05:32.207898 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
5586 | 2024.07.10 23:05:32.208187 [ 193 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 121 rows starting from the beginning of the part | ||
5587 | 2024.07.10 23:05:32.208503 [ 193 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
5588 | 2024.07.10 23:05:32.208873 [ 193 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 94 rows starting from the beginning of the part | ||
5589 | 2024.07.10 23:05:32.209180 [ 3 ] {a44f75c6-272b-4bc5-8e0f-8e86cc3bf783} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5590 | 2024.07.10 23:05:32.209201 [ 193 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 65 rows starting from the beginning of the part | ||
5591 | 2024.07.10 23:05:32.210399 [ 3 ] {a44f75c6-272b-4bc5-8e0f-8e86cc3bf783} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5592 | 2024.07.10 23:05:32.210468 [ 3 ] {a44f75c6-272b-4bc5-8e0f-8e86cc3bf783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5593 | 2024.07.10 23:05:32.211551 [ 3 ] {a44f75c6-272b-4bc5-8e0f-8e86cc3bf783} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5594 | 2024.07.10 23:05:32.211715 [ 193 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 559 rows, containing 4 columns (4 merged, 0 gathered) in 0.00648831 sec., 86154.94635737195 rows/sec., 6.73 MiB/sec. | ||
5595 | 2024.07.10 23:05:32.211943 [ 193 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5596 | 2024.07.10 23:05:32.212440 [ 3 ] {a44f75c6-272b-4bc5-8e0f-8e86cc3bf783} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5597 | 2024.07.10 23:05:32.212802 [ 3 ] {a44f75c6-272b-4bc5-8e0f-8e86cc3bf783} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005679 sec., 28173.974291248458 rows/sec., 1.96 MiB/sec. | ||
5598 | 2024.07.10 23:05:32.212865 [ 189 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_36_7} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5599 | 2024.07.10 23:05:32.213287 [ 189 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_36_7} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5600 | 2024.07.10 23:05:32.213416 [ 3 ] {a44f75c6-272b-4bc5-8e0f-8e86cc3bf783} <Debug> DynamicQueryHandler: Done processing query | ||
5601 | 2024.07.10 23:05:32.213497 [ 3 ] {a44f75c6-272b-4bc5-8e0f-8e86cc3bf783} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5602 | 2024.07.10 23:05:32.213580 [ 3 ] {} <Debug> HTTP-Session: 0b88b8b0-07b4-487f-a5b7-85b3cb68039b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5603 | 2024.07.10 23:05:32.213678 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
5604 | 2024.07.10 23:05:32.213790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5605 | 2024.07.10 23:05:32.213848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5606 | 2024.07.10 23:05:32.213867 [ 3 ] {} <Debug> HTTP-Session: 9757426f-84c7-425d-90a2-2f37f22e9c8a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5607 | 2024.07.10 23:05:32.213884 [ 3 ] {} <Debug> HTTP-Session: 9757426f-84c7-425d-90a2-2f37f22e9c8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5608 | 2024.07.10 23:05:32.213899 [ 3 ] {} <Debug> HTTP-Session: 9757426f-84c7-425d-90a2-2f37f22e9c8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5609 | 2024.07.10 23:05:32.213932 [ 3 ] {} <Trace> HTTP-Session: 9757426f-84c7-425d-90a2-2f37f22e9c8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5610 | 2024.07.10 23:05:32.214052 [ 3 ] {373235e2-b59e-4916-9e64-fd64724fafeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5611 | 2024.07.10 23:05:32.214128 [ 3 ] {373235e2-b59e-4916-9e64-fd64724fafeb} <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 | ||
5612 | 2024.07.10 23:05:32.214596 [ 3 ] {373235e2-b59e-4916-9e64-fd64724fafeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5613 | 2024.07.10 23:05:32.215092 [ 3 ] {373235e2-b59e-4916-9e64-fd64724fafeb} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5614 | 2024.07.10 23:05:32.215128 [ 3 ] {373235e2-b59e-4916-9e64-fd64724fafeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5615 | 2024.07.10 23:05:32.217617 [ 3 ] {373235e2-b59e-4916-9e64-fd64724fafeb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5616 | 2024.07.10 23:05:32.218035 [ 3 ] {373235e2-b59e-4916-9e64-fd64724fafeb} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5617 | 2024.07.10 23:05:32.218209 [ 105 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5618 | 2024.07.10 23:05:32.218236 [ 3 ] {373235e2-b59e-4916-9e64-fd64724fafeb} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.004226 sec., 236.63038334122103 rows/sec., 434.21 KiB/sec. | ||
5619 | 2024.07.10 23:05:32.218278 [ 105 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5620 | 2024.07.10 23:05:32.218346 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
5621 | 2024.07.10 23:05:32.218642 [ 193 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::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 | ||
5622 | 2024.07.10 23:05:32.218856 [ 3 ] {373235e2-b59e-4916-9e64-fd64724fafeb} <Debug> DynamicQueryHandler: Done processing query | ||
5623 | 2024.07.10 23:05:32.218912 [ 3 ] {373235e2-b59e-4916-9e64-fd64724fafeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5624 | 2024.07.10 23:05:32.218977 [ 3 ] {} <Debug> HTTP-Session: 9757426f-84c7-425d-90a2-2f37f22e9c8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5625 | 2024.07.10 23:05:32.219209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5626 | 2024.07.10 23:05:32.219246 [ 193 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5627 | 2024.07.10 23:05:32.219340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5628 | 2024.07.10 23:05:32.219405 [ 193 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 459 rows starting from the beginning of the part | ||
5629 | 2024.07.10 23:05:32.219408 [ 3 ] {} <Debug> HTTP-Session: efa12cda-458b-4704-a557-d72a0a86e0ae Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5630 | 2024.07.10 23:05:32.219471 [ 3 ] {} <Debug> HTTP-Session: efa12cda-458b-4704-a557-d72a0a86e0ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5631 | 2024.07.10 23:05:32.219516 [ 3 ] {} <Debug> HTTP-Session: efa12cda-458b-4704-a557-d72a0a86e0ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5632 | 2024.07.10 23:05:32.219611 [ 3 ] {} <Trace> HTTP-Session: efa12cda-458b-4704-a557-d72a0a86e0ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5633 | 2024.07.10 23:05:32.219996 [ 193 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part | ||
5634 | 2024.07.10 23:05:32.220026 [ 3 ] {539cf762-1354-4e04-bdd1-a7ade3892cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5635 | 2024.07.10 23:05:32.220170 [ 3 ] {539cf762-1354-4e04-bdd1-a7ade3892cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5636 | 2024.07.10 23:05:32.220724 [ 193 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
5637 | 2024.07.10 23:05:32.221224 [ 3 ] {539cf762-1354-4e04-bdd1-a7ade3892cec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5638 | 2024.07.10 23:05:32.221528 [ 193 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part | ||
5639 | 2024.07.10 23:05:32.222086 [ 193 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::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 | ||
5640 | 2024.07.10 23:05:32.222470 [ 3 ] {539cf762-1354-4e04-bdd1-a7ade3892cec} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5641 | 2024.07.10 23:05:32.222588 [ 3 ] {539cf762-1354-4e04-bdd1-a7ade3892cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5642 | 2024.07.10 23:05:32.222691 [ 193 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
5643 | 2024.07.10 23:05:32.223949 [ 3 ] {539cf762-1354-4e04-bdd1-a7ade3892cec} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5644 | 2024.07.10 23:05:32.224941 [ 3 ] {539cf762-1354-4e04-bdd1-a7ade3892cec} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5645 | 2024.07.10 23:05:32.225097 [ 3 ] {539cf762-1354-4e04-bdd1-a7ade3892cec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005181 sec., 11580.775911986104 rows/sec., 799.19 KiB/sec. | ||
5646 | 2024.07.10 23:05:32.225112 [ 105 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5647 | 2024.07.10 23:05:32.225198 [ 105 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5648 | 2024.07.10 23:05:32.225254 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5649 | 2024.07.10 23:05:32.225598 [ 3 ] {539cf762-1354-4e04-bdd1-a7ade3892cec} <Debug> DynamicQueryHandler: Done processing query | ||
5650 | 2024.07.10 23:05:32.225731 [ 3 ] {539cf762-1354-4e04-bdd1-a7ade3892cec} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5651 | 2024.07.10 23:05:32.225743 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::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 | ||
5652 | 2024.07.10 23:05:32.225850 [ 3 ] {} <Debug> HTTP-Session: efa12cda-458b-4704-a557-d72a0a86e0ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5653 | 2024.07.10 23:05:32.226651 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5654 | 2024.07.10 23:05:32.226762 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1158 rows starting from the beginning of the part | ||
5655 | 2024.07.10 23:05:32.226977 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
5656 | 2024.07.10 23:05:32.227154 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
5657 | 2024.07.10 23:05:32.227537 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
5658 | 2024.07.10 23:05:32.227893 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
5659 | 2024.07.10 23:05:32.228226 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
5660 | 2024.07.10 23:05:32.230293 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1458 rows, containing 4 columns (4 merged, 0 gathered) in 0.004905586 sec., 297212.19850187114 rows/sec., 20.11 MiB/sec. | ||
5661 | 2024.07.10 23:05:32.230464 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5662 | 2024.07.10 23:05:32.230821 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_31_6} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5663 | 2024.07.10 23:05:32.230897 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_31_6} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5664 | 2024.07.10 23:05:32.230965 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
5665 | 2024.07.10 23:05:32.244677 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 583 rows, containing 19 columns (19 merged, 0 gathered) in 0.026204399 sec., 22248.172911731348 rows/sec., 39.87 MiB/sec. | ||
5666 | 2024.07.10 23:05:32.245363 [ 193 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5667 | 2024.07.10 23:05:32.245936 [ 193 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5668 | 2024.07.10 23:05:32.246017 [ 193 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5669 | 2024.07.10 23:05:32.246135 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
5670 | 2024.07.10 23:05:33.000159 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.50 MiB, peak 195.97 MiB, free memory in arenas 0.00 B, will set to 188.69 MiB (RSS), difference: 1.20 MiB | ||
5671 | 2024.07.10 23:05:37.197299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5672 | 2024.07.10 23:05:37.197432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5673 | 2024.07.10 23:05:37.197459 [ 3 ] {} <Debug> HTTP-Session: 49629fd9-fb85-4c97-83cf-1ca433c3ef77 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5674 | 2024.07.10 23:05:37.197484 [ 3 ] {} <Debug> HTTP-Session: 49629fd9-fb85-4c97-83cf-1ca433c3ef77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5675 | 2024.07.10 23:05:37.197499 [ 3 ] {} <Debug> HTTP-Session: 49629fd9-fb85-4c97-83cf-1ca433c3ef77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5676 | 2024.07.10 23:05:37.197550 [ 3 ] {} <Trace> HTTP-Session: 49629fd9-fb85-4c97-83cf-1ca433c3ef77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5677 | 2024.07.10 23:05:37.197757 [ 3 ] {a16f74cd-d0a0-4ecb-a775-cfd6bb9eb68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5678 | 2024.07.10 23:05:37.197826 [ 3 ] {a16f74cd-d0a0-4ecb-a775-cfd6bb9eb68d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5679 | 2024.07.10 23:05:37.198023 [ 3 ] {a16f74cd-d0a0-4ecb-a775-cfd6bb9eb68d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5680 | 2024.07.10 23:05:37.198478 [ 3 ] {a16f74cd-d0a0-4ecb-a775-cfd6bb9eb68d} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5681 | 2024.07.10 23:05:37.198525 [ 3 ] {a16f74cd-d0a0-4ecb-a775-cfd6bb9eb68d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5682 | 2024.07.10 23:05:37.198912 [ 3 ] {a16f74cd-d0a0-4ecb-a775-cfd6bb9eb68d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5683 | 2024.07.10 23:05:37.199264 [ 3 ] {a16f74cd-d0a0-4ecb-a775-cfd6bb9eb68d} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5684 | 2024.07.10 23:05:37.199448 [ 3 ] {a16f74cd-d0a0-4ecb-a775-cfd6bb9eb68d} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001757 sec., 17074.558907228227 rows/sec., 1.35 MiB/sec. | ||
5685 | 2024.07.10 23:05:37.199803 [ 3 ] {a16f74cd-d0a0-4ecb-a775-cfd6bb9eb68d} <Debug> DynamicQueryHandler: Done processing query | ||
5686 | 2024.07.10 23:05:37.199833 [ 3 ] {a16f74cd-d0a0-4ecb-a775-cfd6bb9eb68d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5687 | 2024.07.10 23:05:37.199850 [ 3 ] {} <Debug> HTTP-Session: 49629fd9-fb85-4c97-83cf-1ca433c3ef77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5688 | 2024.07.10 23:05:37.200037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 21445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5689 | 2024.07.10 23:05:37.200099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5690 | 2024.07.10 23:05:37.200120 [ 3 ] {} <Debug> HTTP-Session: 9a43229c-cc61-4141-b59f-81f99219ac56 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5691 | 2024.07.10 23:05:37.200139 [ 3 ] {} <Debug> HTTP-Session: 9a43229c-cc61-4141-b59f-81f99219ac56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5692 | 2024.07.10 23:05:37.200154 [ 3 ] {} <Debug> HTTP-Session: 9a43229c-cc61-4141-b59f-81f99219ac56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5693 | 2024.07.10 23:05:37.200190 [ 3 ] {} <Trace> HTTP-Session: 9a43229c-cc61-4141-b59f-81f99219ac56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5694 | 2024.07.10 23:05:37.200360 [ 3 ] {76a0bf48-9e14-4e43-8c9e-256b8cc19245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5695 | 2024.07.10 23:05:37.200410 [ 3 ] {76a0bf48-9e14-4e43-8c9e-256b8cc19245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5696 | 2024.07.10 23:05:37.200565 [ 3 ] {76a0bf48-9e14-4e43-8c9e-256b8cc19245} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5697 | 2024.07.10 23:05:37.200992 [ 3 ] {76a0bf48-9e14-4e43-8c9e-256b8cc19245} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5698 | 2024.07.10 23:05:37.201033 [ 3 ] {76a0bf48-9e14-4e43-8c9e-256b8cc19245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5699 | 2024.07.10 23:05:37.201381 [ 3 ] {76a0bf48-9e14-4e43-8c9e-256b8cc19245} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5700 | 2024.07.10 23:05:37.201702 [ 3 ] {76a0bf48-9e14-4e43-8c9e-256b8cc19245} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5701 | 2024.07.10 23:05:37.201863 [ 3 ] {76a0bf48-9e14-4e43-8c9e-256b8cc19245} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001575 sec., 92698.41269841269 rows/sec., 7.78 MiB/sec. | ||
5702 | 2024.07.10 23:05:37.202055 [ 3 ] {76a0bf48-9e14-4e43-8c9e-256b8cc19245} <Debug> DynamicQueryHandler: Done processing query | ||
5703 | 2024.07.10 23:05:37.202081 [ 3 ] {76a0bf48-9e14-4e43-8c9e-256b8cc19245} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5704 | 2024.07.10 23:05:37.202096 [ 3 ] {} <Debug> HTTP-Session: 9a43229c-cc61-4141-b59f-81f99219ac56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5705 | 2024.07.10 23:05:37.202262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 15977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5706 | 2024.07.10 23:05:37.202318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5707 | 2024.07.10 23:05:37.202339 [ 3 ] {} <Debug> HTTP-Session: a1b88079-4301-4dba-b192-0715df10a04d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5708 | 2024.07.10 23:05:37.202357 [ 3 ] {} <Debug> HTTP-Session: a1b88079-4301-4dba-b192-0715df10a04d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5709 | 2024.07.10 23:05:37.202371 [ 3 ] {} <Debug> HTTP-Session: a1b88079-4301-4dba-b192-0715df10a04d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5710 | 2024.07.10 23:05:37.202405 [ 3 ] {} <Trace> HTTP-Session: a1b88079-4301-4dba-b192-0715df10a04d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5711 | 2024.07.10 23:05:37.202540 [ 3 ] {358cf0fb-1c4d-4b82-9e5c-ae85a2f5fc54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5712 | 2024.07.10 23:05:37.202585 [ 3 ] {358cf0fb-1c4d-4b82-9e5c-ae85a2f5fc54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5713 | 2024.07.10 23:05:37.202718 [ 3 ] {358cf0fb-1c4d-4b82-9e5c-ae85a2f5fc54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5714 | 2024.07.10 23:05:37.203078 [ 3 ] {358cf0fb-1c4d-4b82-9e5c-ae85a2f5fc54} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5715 | 2024.07.10 23:05:37.203115 [ 3 ] {358cf0fb-1c4d-4b82-9e5c-ae85a2f5fc54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5716 | 2024.07.10 23:05:37.203430 [ 3 ] {358cf0fb-1c4d-4b82-9e5c-ae85a2f5fc54} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5717 | 2024.07.10 23:05:37.203744 [ 3 ] {358cf0fb-1c4d-4b82-9e5c-ae85a2f5fc54} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5718 | 2024.07.10 23:05:37.203898 [ 3 ] {358cf0fb-1c4d-4b82-9e5c-ae85a2f5fc54} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001408 sec., 66761.36363636363 rows/sec., 5.21 MiB/sec. | ||
5719 | 2024.07.10 23:05:37.204202 [ 3 ] {358cf0fb-1c4d-4b82-9e5c-ae85a2f5fc54} <Debug> DynamicQueryHandler: Done processing query | ||
5720 | 2024.07.10 23:05:37.204253 [ 3 ] {358cf0fb-1c4d-4b82-9e5c-ae85a2f5fc54} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5721 | 2024.07.10 23:05:37.204300 [ 3 ] {} <Debug> HTTP-Session: a1b88079-4301-4dba-b192-0715df10a04d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5722 | 2024.07.10 23:05:37.204503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5723 | 2024.07.10 23:05:37.204558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5724 | 2024.07.10 23:05:37.204577 [ 3 ] {} <Debug> HTTP-Session: 1403e46e-ba23-4e9f-85c4-9e81058c6360 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5725 | 2024.07.10 23:05:37.204595 [ 3 ] {} <Debug> HTTP-Session: 1403e46e-ba23-4e9f-85c4-9e81058c6360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5726 | 2024.07.10 23:05:37.204609 [ 3 ] {} <Debug> HTTP-Session: 1403e46e-ba23-4e9f-85c4-9e81058c6360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5727 | 2024.07.10 23:05:37.204642 [ 3 ] {} <Trace> HTTP-Session: 1403e46e-ba23-4e9f-85c4-9e81058c6360 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5728 | 2024.07.10 23:05:37.204795 [ 3 ] {051e1c2c-4023-4d69-8c20-cb5d60785d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5729 | 2024.07.10 23:05:37.204846 [ 3 ] {051e1c2c-4023-4d69-8c20-cb5d60785d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5730 | 2024.07.10 23:05:37.205014 [ 3 ] {051e1c2c-4023-4d69-8c20-cb5d60785d10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5731 | 2024.07.10 23:05:37.205416 [ 3 ] {051e1c2c-4023-4d69-8c20-cb5d60785d10} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5732 | 2024.07.10 23:05:37.205454 [ 3 ] {051e1c2c-4023-4d69-8c20-cb5d60785d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5733 | 2024.07.10 23:05:37.205850 [ 3 ] {051e1c2c-4023-4d69-8c20-cb5d60785d10} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5734 | 2024.07.10 23:05:37.206204 [ 3 ] {051e1c2c-4023-4d69-8c20-cb5d60785d10} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5735 | 2024.07.10 23:05:37.206361 [ 3 ] {051e1c2c-4023-4d69-8c20-cb5d60785d10} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001631 sec., 98099.32556713672 rows/sec., 6.83 MiB/sec. | ||
5736 | 2024.07.10 23:05:37.206536 [ 3 ] {051e1c2c-4023-4d69-8c20-cb5d60785d10} <Debug> DynamicQueryHandler: Done processing query | ||
5737 | 2024.07.10 23:05:37.206560 [ 3 ] {051e1c2c-4023-4d69-8c20-cb5d60785d10} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5738 | 2024.07.10 23:05:37.206576 [ 3 ] {} <Debug> HTTP-Session: 1403e46e-ba23-4e9f-85c4-9e81058c6360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5739 | 2024.07.10 23:05:37.206749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 48295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5740 | 2024.07.10 23:05:37.206799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5741 | 2024.07.10 23:05:37.206818 [ 3 ] {} <Debug> HTTP-Session: a3813153-adba-4a9a-961b-b9fbc6f12e30 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5742 | 2024.07.10 23:05:37.206835 [ 3 ] {} <Debug> HTTP-Session: a3813153-adba-4a9a-961b-b9fbc6f12e30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5743 | 2024.07.10 23:05:37.206849 [ 3 ] {} <Debug> HTTP-Session: a3813153-adba-4a9a-961b-b9fbc6f12e30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5744 | 2024.07.10 23:05:37.206882 [ 3 ] {} <Trace> HTTP-Session: a3813153-adba-4a9a-961b-b9fbc6f12e30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5745 | 2024.07.10 23:05:37.207221 [ 3 ] {982c7168-3614-4b84-a809-2a35735d9714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5746 | 2024.07.10 23:05:37.207289 [ 3 ] {982c7168-3614-4b84-a809-2a35735d9714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5747 | 2024.07.10 23:05:37.207698 [ 3 ] {982c7168-3614-4b84-a809-2a35735d9714} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5748 | 2024.07.10 23:05:37.208376 [ 3 ] {982c7168-3614-4b84-a809-2a35735d9714} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5749 | 2024.07.10 23:05:37.208413 [ 3 ] {982c7168-3614-4b84-a809-2a35735d9714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5750 | 2024.07.10 23:05:37.209056 [ 3 ] {982c7168-3614-4b84-a809-2a35735d9714} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5751 | 2024.07.10 23:05:37.209482 [ 3 ] {982c7168-3614-4b84-a809-2a35735d9714} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5752 | 2024.07.10 23:05:37.209665 [ 3 ] {982c7168-3614-4b84-a809-2a35735d9714} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002686 sec., 11169.024571854057 rows/sec., 20.01 MiB/sec. | ||
5753 | 2024.07.10 23:05:37.210175 [ 3 ] {982c7168-3614-4b84-a809-2a35735d9714} <Debug> DynamicQueryHandler: Done processing query | ||
5754 | 2024.07.10 23:05:37.210200 [ 3 ] {982c7168-3614-4b84-a809-2a35735d9714} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5755 | 2024.07.10 23:05:37.210216 [ 3 ] {} <Debug> HTTP-Session: a3813153-adba-4a9a-961b-b9fbc6f12e30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5756 | 2024.07.10 23:05:37.210356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5757 | 2024.07.10 23:05:37.210408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5758 | 2024.07.10 23:05:37.210427 [ 3 ] {} <Debug> HTTP-Session: 56739a78-d3c5-4365-bc11-475af13291f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5759 | 2024.07.10 23:05:37.210444 [ 3 ] {} <Debug> HTTP-Session: 56739a78-d3c5-4365-bc11-475af13291f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5760 | 2024.07.10 23:05:37.210458 [ 3 ] {} <Debug> HTTP-Session: 56739a78-d3c5-4365-bc11-475af13291f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5761 | 2024.07.10 23:05:37.210490 [ 3 ] {} <Trace> HTTP-Session: 56739a78-d3c5-4365-bc11-475af13291f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5762 | 2024.07.10 23:05:37.210621 [ 3 ] {91bdb93f-c6fa-462e-b067-498d49d36069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5763 | 2024.07.10 23:05:37.210668 [ 3 ] {91bdb93f-c6fa-462e-b067-498d49d36069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5764 | 2024.07.10 23:05:37.210817 [ 3 ] {91bdb93f-c6fa-462e-b067-498d49d36069} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5765 | 2024.07.10 23:05:37.211155 [ 3 ] {91bdb93f-c6fa-462e-b067-498d49d36069} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5766 | 2024.07.10 23:05:37.211193 [ 3 ] {91bdb93f-c6fa-462e-b067-498d49d36069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5767 | 2024.07.10 23:05:37.211567 [ 3 ] {91bdb93f-c6fa-462e-b067-498d49d36069} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5768 | 2024.07.10 23:05:37.211899 [ 3 ] {91bdb93f-c6fa-462e-b067-498d49d36069} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5769 | 2024.07.10 23:05:37.212050 [ 3 ] {91bdb93f-c6fa-462e-b067-498d49d36069} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. | ||
5770 | 2024.07.10 23:05:37.212215 [ 3 ] {91bdb93f-c6fa-462e-b067-498d49d36069} <Debug> DynamicQueryHandler: Done processing query | ||
5771 | 2024.07.10 23:05:37.212239 [ 3 ] {91bdb93f-c6fa-462e-b067-498d49d36069} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5772 | 2024.07.10 23:05:37.212254 [ 3 ] {} <Debug> HTTP-Session: 56739a78-d3c5-4365-bc11-475af13291f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5773 | 2024.07.10 23:05:42.194992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5774 | 2024.07.10 23:05:42.195142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5775 | 2024.07.10 23:05:42.195174 [ 3 ] {} <Debug> HTTP-Session: 1b2a5867-a232-45e8-96f5-32f5fddc8c59 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5776 | 2024.07.10 23:05:42.195204 [ 3 ] {} <Debug> HTTP-Session: 1b2a5867-a232-45e8-96f5-32f5fddc8c59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5777 | 2024.07.10 23:05:42.195223 [ 3 ] {} <Debug> HTTP-Session: 1b2a5867-a232-45e8-96f5-32f5fddc8c59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5778 | 2024.07.10 23:05:42.195280 [ 3 ] {} <Trace> HTTP-Session: 1b2a5867-a232-45e8-96f5-32f5fddc8c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5779 | 2024.07.10 23:05:42.195480 [ 3 ] {985ab862-2a23-4107-aa80-9ee5414351c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5780 | 2024.07.10 23:05:42.195550 [ 3 ] {985ab862-2a23-4107-aa80-9ee5414351c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5781 | 2024.07.10 23:05:42.195742 [ 3 ] {985ab862-2a23-4107-aa80-9ee5414351c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5782 | 2024.07.10 23:05:42.196145 [ 3 ] {985ab862-2a23-4107-aa80-9ee5414351c6} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5783 | 2024.07.10 23:05:42.196189 [ 3 ] {985ab862-2a23-4107-aa80-9ee5414351c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5784 | 2024.07.10 23:05:42.196555 [ 3 ] {985ab862-2a23-4107-aa80-9ee5414351c6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5785 | 2024.07.10 23:05:42.196901 [ 3 ] {985ab862-2a23-4107-aa80-9ee5414351c6} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5786 | 2024.07.10 23:05:42.197080 [ 3 ] {985ab862-2a23-4107-aa80-9ee5414351c6} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001644 sec., 608.272506082725 rows/sec., 49.30 KiB/sec. | ||
5787 | 2024.07.10 23:05:42.197091 [ 99 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
5788 | 2024.07.10 23:05:42.197200 [ 99 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5789 | 2024.07.10 23:05:42.197245 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5790 | 2024.07.10 23:05:42.197355 [ 3 ] {985ab862-2a23-4107-aa80-9ee5414351c6} <Debug> DynamicQueryHandler: Done processing query | ||
5791 | 2024.07.10 23:05:42.197389 [ 3 ] {985ab862-2a23-4107-aa80-9ee5414351c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5792 | 2024.07.10 23:05:42.197389 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
5793 | 2024.07.10 23:05:42.197408 [ 3 ] {} <Debug> HTTP-Session: 1b2a5867-a232-45e8-96f5-32f5fddc8c59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5794 | 2024.07.10 23:05:42.197537 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5795 | 2024.07.10 23:05:42.197571 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 31 rows starting from the beginning of the part | ||
5796 | 2024.07.10 23:05:42.197607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5797 | 2024.07.10 23:05:42.197657 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part | ||
5798 | 2024.07.10 23:05:42.197735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5799 | 2024.07.10 23:05:42.197818 [ 3 ] {} <Debug> HTTP-Session: eb7839cc-d194-4475-8918-ef05c2d3dc73 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5800 | 2024.07.10 23:05:42.197919 [ 3 ] {} <Debug> HTTP-Session: eb7839cc-d194-4475-8918-ef05c2d3dc73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5801 | 2024.07.10 23:05:42.198017 [ 3 ] {} <Debug> HTTP-Session: eb7839cc-d194-4475-8918-ef05c2d3dc73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5802 | 2024.07.10 23:05:42.198042 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
5803 | 2024.07.10 23:05:42.198160 [ 3 ] {} <Trace> HTTP-Session: eb7839cc-d194-4475-8918-ef05c2d3dc73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5804 | 2024.07.10 23:05:42.198396 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
5805 | 2024.07.10 23:05:42.198585 [ 3 ] {de0c7d4e-85f8-4b50-82c8-5249998e696e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5806 | 2024.07.10 23:05:42.198699 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
5807 | 2024.07.10 23:05:42.198787 [ 3 ] {de0c7d4e-85f8-4b50-82c8-5249998e696e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5808 | 2024.07.10 23:05:42.199093 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
5809 | 2024.07.10 23:05:42.199917 [ 3 ] {de0c7d4e-85f8-4b50-82c8-5249998e696e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5810 | 2024.07.10 23:05:42.200447 [ 3 ] {de0c7d4e-85f8-4b50-82c8-5249998e696e} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5811 | 2024.07.10 23:05:42.200508 [ 3 ] {de0c7d4e-85f8-4b50-82c8-5249998e696e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5812 | 2024.07.10 23:05:42.201020 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 124 rows, containing 4 columns (4 merged, 0 gathered) in 0.00369276 sec., 33579.21987889817 rows/sec., 2.66 MiB/sec. | ||
5813 | 2024.07.10 23:05:42.201174 [ 3 ] {de0c7d4e-85f8-4b50-82c8-5249998e696e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5814 | 2024.07.10 23:05:42.201274 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
5815 | 2024.07.10 23:05:42.201901 [ 3 ] {de0c7d4e-85f8-4b50-82c8-5249998e696e} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5816 | 2024.07.10 23:05:42.202111 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_23_5} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5817 | 2024.07.10 23:05:42.202206 [ 3 ] {de0c7d4e-85f8-4b50-82c8-5249998e696e} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.003798 sec., 15534.491837809373 rows/sec., 1.20 MiB/sec. | ||
5818 | 2024.07.10 23:05:42.202365 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_23_5} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
5819 | 2024.07.10 23:05:42.202544 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
5820 | 2024.07.10 23:05:42.202568 [ 3 ] {de0c7d4e-85f8-4b50-82c8-5249998e696e} <Debug> DynamicQueryHandler: Done processing query | ||
5821 | 2024.07.10 23:05:42.202610 [ 3 ] {de0c7d4e-85f8-4b50-82c8-5249998e696e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5822 | 2024.07.10 23:05:42.202626 [ 3 ] {} <Debug> HTTP-Session: eb7839cc-d194-4475-8918-ef05c2d3dc73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5823 | 2024.07.10 23:05:42.202767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5824 | 2024.07.10 23:05:42.202817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5825 | 2024.07.10 23:05:42.202837 [ 3 ] {} <Debug> HTTP-Session: bab5f8f1-0595-4858-8ac3-b540cdc818a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5826 | 2024.07.10 23:05:42.202855 [ 3 ] {} <Debug> HTTP-Session: bab5f8f1-0595-4858-8ac3-b540cdc818a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5827 | 2024.07.10 23:05:42.202870 [ 3 ] {} <Debug> HTTP-Session: bab5f8f1-0595-4858-8ac3-b540cdc818a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5828 | 2024.07.10 23:05:42.202902 [ 3 ] {} <Trace> HTTP-Session: bab5f8f1-0595-4858-8ac3-b540cdc818a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5829 | 2024.07.10 23:05:42.203028 [ 3 ] {704e7d93-81b5-4a10-824c-35ae25bf40bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5830 | 2024.07.10 23:05:42.203072 [ 3 ] {704e7d93-81b5-4a10-824c-35ae25bf40bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5831 | 2024.07.10 23:05:42.203220 [ 3 ] {704e7d93-81b5-4a10-824c-35ae25bf40bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5832 | 2024.07.10 23:05:42.203560 [ 3 ] {704e7d93-81b5-4a10-824c-35ae25bf40bc} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5833 | 2024.07.10 23:05:42.203599 [ 3 ] {704e7d93-81b5-4a10-824c-35ae25bf40bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5834 | 2024.07.10 23:05:42.203931 [ 3 ] {704e7d93-81b5-4a10-824c-35ae25bf40bc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5835 | 2024.07.10 23:05:42.204250 [ 3 ] {704e7d93-81b5-4a10-824c-35ae25bf40bc} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5836 | 2024.07.10 23:05:42.204405 [ 3 ] {704e7d93-81b5-4a10-824c-35ae25bf40bc} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001425 sec., 45614.0350877193 rows/sec., 3.56 MiB/sec. | ||
5837 | 2024.07.10 23:05:42.204573 [ 3 ] {704e7d93-81b5-4a10-824c-35ae25bf40bc} <Debug> DynamicQueryHandler: Done processing query | ||
5838 | 2024.07.10 23:05:42.204598 [ 3 ] {704e7d93-81b5-4a10-824c-35ae25bf40bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5839 | 2024.07.10 23:05:42.204614 [ 3 ] {} <Debug> HTTP-Session: bab5f8f1-0595-4858-8ac3-b540cdc818a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5840 | 2024.07.10 23:05:42.204803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5841 | 2024.07.10 23:05:42.204852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5842 | 2024.07.10 23:05:42.204871 [ 3 ] {} <Debug> HTTP-Session: c40fcea5-9605-455a-a0c1-8d08792b3244 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5843 | 2024.07.10 23:05:42.204888 [ 3 ] {} <Debug> HTTP-Session: c40fcea5-9605-455a-a0c1-8d08792b3244 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5844 | 2024.07.10 23:05:42.204903 [ 3 ] {} <Debug> HTTP-Session: c40fcea5-9605-455a-a0c1-8d08792b3244 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5845 | 2024.07.10 23:05:42.204937 [ 3 ] {} <Trace> HTTP-Session: c40fcea5-9605-455a-a0c1-8d08792b3244 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5846 | 2024.07.10 23:05:42.205085 [ 3 ] {3ba162c8-b8df-4aa4-804a-985ace6fd4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5847 | 2024.07.10 23:05:42.205132 [ 3 ] {3ba162c8-b8df-4aa4-804a-985ace6fd4ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5848 | 2024.07.10 23:05:42.205282 [ 3 ] {3ba162c8-b8df-4aa4-804a-985ace6fd4ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5849 | 2024.07.10 23:05:42.205665 [ 3 ] {3ba162c8-b8df-4aa4-804a-985ace6fd4ef} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5850 | 2024.07.10 23:05:42.205702 [ 3 ] {3ba162c8-b8df-4aa4-804a-985ace6fd4ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5851 | 2024.07.10 23:05:42.206086 [ 3 ] {3ba162c8-b8df-4aa4-804a-985ace6fd4ef} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5852 | 2024.07.10 23:05:42.206443 [ 3 ] {3ba162c8-b8df-4aa4-804a-985ace6fd4ef} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5853 | 2024.07.10 23:05:42.206603 [ 3 ] {3ba162c8-b8df-4aa4-804a-985ace6fd4ef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec. | ||
5854 | 2024.07.10 23:05:42.206763 [ 3 ] {3ba162c8-b8df-4aa4-804a-985ace6fd4ef} <Debug> DynamicQueryHandler: Done processing query | ||
5855 | 2024.07.10 23:05:42.206787 [ 3 ] {3ba162c8-b8df-4aa4-804a-985ace6fd4ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5856 | 2024.07.10 23:05:42.206803 [ 3 ] {} <Debug> HTTP-Session: c40fcea5-9605-455a-a0c1-8d08792b3244 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5857 | 2024.07.10 23:05:42.206928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5858 | 2024.07.10 23:05:42.206975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5859 | 2024.07.10 23:05:42.206994 [ 3 ] {} <Debug> HTTP-Session: 4c0663f8-ce65-4275-b599-8914b388b0dc Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5860 | 2024.07.10 23:05:42.207011 [ 3 ] {} <Debug> HTTP-Session: 4c0663f8-ce65-4275-b599-8914b388b0dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5861 | 2024.07.10 23:05:42.207025 [ 3 ] {} <Debug> HTTP-Session: 4c0663f8-ce65-4275-b599-8914b388b0dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5862 | 2024.07.10 23:05:42.207056 [ 3 ] {} <Trace> HTTP-Session: 4c0663f8-ce65-4275-b599-8914b388b0dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5863 | 2024.07.10 23:05:42.207158 [ 3 ] {40adad18-48ff-4eeb-8b6e-a947bab4cc0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5864 | 2024.07.10 23:05:42.207221 [ 3 ] {40adad18-48ff-4eeb-8b6e-a947bab4cc0e} <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 | ||
5865 | 2024.07.10 23:05:42.207632 [ 3 ] {40adad18-48ff-4eeb-8b6e-a947bab4cc0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5866 | 2024.07.10 23:05:42.208069 [ 3 ] {40adad18-48ff-4eeb-8b6e-a947bab4cc0e} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5867 | 2024.07.10 23:05:42.208104 [ 3 ] {40adad18-48ff-4eeb-8b6e-a947bab4cc0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5868 | 2024.07.10 23:05:42.208666 [ 3 ] {40adad18-48ff-4eeb-8b6e-a947bab4cc0e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5869 | 2024.07.10 23:05:42.209084 [ 3 ] {40adad18-48ff-4eeb-8b6e-a947bab4cc0e} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5870 | 2024.07.10 23:05:42.209277 [ 3 ] {40adad18-48ff-4eeb-8b6e-a947bab4cc0e} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.00215 sec., 465.1162790697674 rows/sec., 853.47 KiB/sec. | ||
5871 | 2024.07.10 23:05:42.209499 [ 3 ] {40adad18-48ff-4eeb-8b6e-a947bab4cc0e} <Debug> DynamicQueryHandler: Done processing query | ||
5872 | 2024.07.10 23:05:42.209524 [ 3 ] {40adad18-48ff-4eeb-8b6e-a947bab4cc0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5873 | 2024.07.10 23:05:42.209540 [ 3 ] {} <Debug> HTTP-Session: 4c0663f8-ce65-4275-b599-8914b388b0dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5874 | 2024.07.10 23:05:42.209664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5875 | 2024.07.10 23:05:42.209714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5876 | 2024.07.10 23:05:42.209733 [ 3 ] {} <Debug> HTTP-Session: ca0db815-a558-4fb8-99a4-9345413ef2cd Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5877 | 2024.07.10 23:05:42.209749 [ 3 ] {} <Debug> HTTP-Session: ca0db815-a558-4fb8-99a4-9345413ef2cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5878 | 2024.07.10 23:05:42.209763 [ 3 ] {} <Debug> HTTP-Session: ca0db815-a558-4fb8-99a4-9345413ef2cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5879 | 2024.07.10 23:05:42.209795 [ 3 ] {} <Trace> HTTP-Session: ca0db815-a558-4fb8-99a4-9345413ef2cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5880 | 2024.07.10 23:05:42.209919 [ 3 ] {ef0127e2-2640-49d3-a1c2-5f8dcb5071a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5881 | 2024.07.10 23:05:42.209963 [ 3 ] {ef0127e2-2640-49d3-a1c2-5f8dcb5071a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5882 | 2024.07.10 23:05:42.210092 [ 3 ] {ef0127e2-2640-49d3-a1c2-5f8dcb5071a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5883 | 2024.07.10 23:05:42.210390 [ 3 ] {ef0127e2-2640-49d3-a1c2-5f8dcb5071a5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5884 | 2024.07.10 23:05:42.210427 [ 3 ] {ef0127e2-2640-49d3-a1c2-5f8dcb5071a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5885 | 2024.07.10 23:05:42.210784 [ 3 ] {ef0127e2-2640-49d3-a1c2-5f8dcb5071a5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5886 | 2024.07.10 23:05:42.211115 [ 3 ] {ef0127e2-2640-49d3-a1c2-5f8dcb5071a5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5887 | 2024.07.10 23:05:42.211263 [ 3 ] {ef0127e2-2640-49d3-a1c2-5f8dcb5071a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
5888 | 2024.07.10 23:05:42.211418 [ 3 ] {ef0127e2-2640-49d3-a1c2-5f8dcb5071a5} <Debug> DynamicQueryHandler: Done processing query | ||
5889 | 2024.07.10 23:05:42.211442 [ 3 ] {ef0127e2-2640-49d3-a1c2-5f8dcb5071a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5890 | 2024.07.10 23:05:42.211458 [ 3 ] {} <Debug> HTTP-Session: ca0db815-a558-4fb8-99a4-9345413ef2cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5891 | 2024.07.10 23:05:42.551910 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5892 | 2024.07.10 23:05:42.551990 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5893 | 2024.07.10 23:05:47.198088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5894 | 2024.07.10 23:05:47.198249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5895 | 2024.07.10 23:05:47.198285 [ 3 ] {} <Debug> HTTP-Session: ca3a106d-8a4b-4482-ba0d-7e846688ed5d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5896 | 2024.07.10 23:05:47.198318 [ 3 ] {} <Debug> HTTP-Session: ca3a106d-8a4b-4482-ba0d-7e846688ed5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5897 | 2024.07.10 23:05:47.198339 [ 3 ] {} <Debug> HTTP-Session: ca3a106d-8a4b-4482-ba0d-7e846688ed5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5898 | 2024.07.10 23:05:47.198405 [ 3 ] {} <Trace> HTTP-Session: ca3a106d-8a4b-4482-ba0d-7e846688ed5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5899 | 2024.07.10 23:05:47.198618 [ 3 ] {4da52c8f-475e-4353-962c-fc41f71da68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5900 | 2024.07.10 23:05:47.198688 [ 3 ] {4da52c8f-475e-4353-962c-fc41f71da68e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5901 | 2024.07.10 23:05:47.198883 [ 3 ] {4da52c8f-475e-4353-962c-fc41f71da68e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5902 | 2024.07.10 23:05:47.199305 [ 3 ] {4da52c8f-475e-4353-962c-fc41f71da68e} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5903 | 2024.07.10 23:05:47.199354 [ 3 ] {4da52c8f-475e-4353-962c-fc41f71da68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5904 | 2024.07.10 23:05:47.199731 [ 3 ] {4da52c8f-475e-4353-962c-fc41f71da68e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5905 | 2024.07.10 23:05:47.200076 [ 3 ] {4da52c8f-475e-4353-962c-fc41f71da68e} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5906 | 2024.07.10 23:05:47.200251 [ 3 ] {4da52c8f-475e-4353-962c-fc41f71da68e} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001687 sec., 17783.04682868998 rows/sec., 1.41 MiB/sec. | ||
5907 | 2024.07.10 23:05:47.200477 [ 3 ] {4da52c8f-475e-4353-962c-fc41f71da68e} <Debug> DynamicQueryHandler: Done processing query | ||
5908 | 2024.07.10 23:05:47.200505 [ 3 ] {4da52c8f-475e-4353-962c-fc41f71da68e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5909 | 2024.07.10 23:05:47.200522 [ 3 ] {} <Debug> HTTP-Session: ca3a106d-8a4b-4482-ba0d-7e846688ed5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5910 | 2024.07.10 23:05:47.200738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 26431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5911 | 2024.07.10 23:05:47.200793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5912 | 2024.07.10 23:05:47.200813 [ 3 ] {} <Debug> HTTP-Session: 19b63c4b-bbdf-4b47-bbfe-b92cbecb252b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5913 | 2024.07.10 23:05:47.200831 [ 3 ] {} <Debug> HTTP-Session: 19b63c4b-bbdf-4b47-bbfe-b92cbecb252b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5914 | 2024.07.10 23:05:47.200845 [ 3 ] {} <Debug> HTTP-Session: 19b63c4b-bbdf-4b47-bbfe-b92cbecb252b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5915 | 2024.07.10 23:05:47.200881 [ 3 ] {} <Trace> HTTP-Session: 19b63c4b-bbdf-4b47-bbfe-b92cbecb252b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5916 | 2024.07.10 23:05:47.201036 [ 3 ] {04689df5-4594-4968-b45b-5e691adbcbd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5917 | 2024.07.10 23:05:47.201082 [ 3 ] {04689df5-4594-4968-b45b-5e691adbcbd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5918 | 2024.07.10 23:05:47.201215 [ 3 ] {04689df5-4594-4968-b45b-5e691adbcbd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5919 | 2024.07.10 23:05:47.201668 [ 3 ] {04689df5-4594-4968-b45b-5e691adbcbd3} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5920 | 2024.07.10 23:05:47.201706 [ 3 ] {04689df5-4594-4968-b45b-5e691adbcbd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5921 | 2024.07.10 23:05:47.202030 [ 3 ] {04689df5-4594-4968-b45b-5e691adbcbd3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5922 | 2024.07.10 23:05:47.202347 [ 3 ] {04689df5-4594-4968-b45b-5e691adbcbd3} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5923 | 2024.07.10 23:05:47.202502 [ 3 ] {04689df5-4594-4968-b45b-5e691adbcbd3} <Debug> executeQuery: Read 182 rows, 15.36 KiB in 0.001533 sec., 118721.4611872146 rows/sec., 9.79 MiB/sec. | ||
5924 | 2024.07.10 23:05:47.202676 [ 3 ] {04689df5-4594-4968-b45b-5e691adbcbd3} <Debug> DynamicQueryHandler: Done processing query | ||
5925 | 2024.07.10 23:05:47.202700 [ 3 ] {04689df5-4594-4968-b45b-5e691adbcbd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5926 | 2024.07.10 23:05:47.202716 [ 3 ] {} <Debug> HTTP-Session: 19b63c4b-bbdf-4b47-bbfe-b92cbecb252b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5927 | 2024.07.10 23:05:47.202863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 20021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5928 | 2024.07.10 23:05:47.202913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5929 | 2024.07.10 23:05:47.202932 [ 3 ] {} <Debug> HTTP-Session: 38483178-95d3-4a0e-a36e-2ffa79b91454 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5930 | 2024.07.10 23:05:47.202950 [ 3 ] {} <Debug> HTTP-Session: 38483178-95d3-4a0e-a36e-2ffa79b91454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5931 | 2024.07.10 23:05:47.202964 [ 3 ] {} <Debug> HTTP-Session: 38483178-95d3-4a0e-a36e-2ffa79b91454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5932 | 2024.07.10 23:05:47.202997 [ 3 ] {} <Trace> HTTP-Session: 38483178-95d3-4a0e-a36e-2ffa79b91454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5933 | 2024.07.10 23:05:47.203124 [ 3 ] {92b5dde5-5320-45e6-8d33-aa15744c43fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5934 | 2024.07.10 23:05:47.203167 [ 3 ] {92b5dde5-5320-45e6-8d33-aa15744c43fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5935 | 2024.07.10 23:05:47.203294 [ 3 ] {92b5dde5-5320-45e6-8d33-aa15744c43fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5936 | 2024.07.10 23:05:47.203647 [ 3 ] {92b5dde5-5320-45e6-8d33-aa15744c43fa} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5937 | 2024.07.10 23:05:47.203683 [ 3 ] {92b5dde5-5320-45e6-8d33-aa15744c43fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5938 | 2024.07.10 23:05:47.203991 [ 3 ] {92b5dde5-5320-45e6-8d33-aa15744c43fa} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5939 | 2024.07.10 23:05:47.204299 [ 3 ] {92b5dde5-5320-45e6-8d33-aa15744c43fa} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5940 | 2024.07.10 23:05:47.204454 [ 3 ] {92b5dde5-5320-45e6-8d33-aa15744c43fa} <Debug> executeQuery: Read 118 rows, 9.42 KiB in 0.001381 sec., 85445.32947139753 rows/sec., 6.66 MiB/sec. | ||
5941 | 2024.07.10 23:05:47.204608 [ 3 ] {92b5dde5-5320-45e6-8d33-aa15744c43fa} <Debug> DynamicQueryHandler: Done processing query | ||
5942 | 2024.07.10 23:05:47.204632 [ 3 ] {92b5dde5-5320-45e6-8d33-aa15744c43fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5943 | 2024.07.10 23:05:47.204647 [ 3 ] {} <Debug> HTTP-Session: 38483178-95d3-4a0e-a36e-2ffa79b91454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5944 | 2024.07.10 23:05:47.204827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 37621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5945 | 2024.07.10 23:05:47.204875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5946 | 2024.07.10 23:05:47.204894 [ 3 ] {} <Debug> HTTP-Session: e4b36ca4-e5d0-42ff-8288-3b1d60c4177e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5947 | 2024.07.10 23:05:47.204911 [ 3 ] {} <Debug> HTTP-Session: e4b36ca4-e5d0-42ff-8288-3b1d60c4177e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5948 | 2024.07.10 23:05:47.204925 [ 3 ] {} <Debug> HTTP-Session: e4b36ca4-e5d0-42ff-8288-3b1d60c4177e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5949 | 2024.07.10 23:05:47.204957 [ 3 ] {} <Trace> HTTP-Session: e4b36ca4-e5d0-42ff-8288-3b1d60c4177e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5950 | 2024.07.10 23:05:47.205130 [ 3 ] {96db8e04-ff1c-4620-81c0-8526d6e5b6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5951 | 2024.07.10 23:05:47.205179 [ 3 ] {96db8e04-ff1c-4620-81c0-8526d6e5b6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5952 | 2024.07.10 23:05:47.205324 [ 3 ] {96db8e04-ff1c-4620-81c0-8526d6e5b6eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5953 | 2024.07.10 23:05:47.205714 [ 3 ] {96db8e04-ff1c-4620-81c0-8526d6e5b6eb} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5954 | 2024.07.10 23:05:47.205751 [ 3 ] {96db8e04-ff1c-4620-81c0-8526d6e5b6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5955 | 2024.07.10 23:05:47.206147 [ 3 ] {96db8e04-ff1c-4620-81c0-8526d6e5b6eb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5956 | 2024.07.10 23:05:47.206501 [ 3 ] {96db8e04-ff1c-4620-81c0-8526d6e5b6eb} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5957 | 2024.07.10 23:05:47.206659 [ 3 ] {96db8e04-ff1c-4620-81c0-8526d6e5b6eb} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001607 sec., 121966.39701306784 rows/sec., 8.52 MiB/sec. | ||
5958 | 2024.07.10 23:05:47.206833 [ 3 ] {96db8e04-ff1c-4620-81c0-8526d6e5b6eb} <Debug> DynamicQueryHandler: Done processing query | ||
5959 | 2024.07.10 23:05:47.206857 [ 3 ] {96db8e04-ff1c-4620-81c0-8526d6e5b6eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5960 | 2024.07.10 23:05:47.206873 [ 3 ] {} <Debug> HTTP-Session: e4b36ca4-e5d0-42ff-8288-3b1d60c4177e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5961 | 2024.07.10 23:05:47.207050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 48310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5962 | 2024.07.10 23:05:47.207099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5963 | 2024.07.10 23:05:47.207119 [ 3 ] {} <Debug> HTTP-Session: 64fef011-5d69-4ec9-9318-50f154a3d207 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5964 | 2024.07.10 23:05:47.207135 [ 3 ] {} <Debug> HTTP-Session: 64fef011-5d69-4ec9-9318-50f154a3d207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5965 | 2024.07.10 23:05:47.207150 [ 3 ] {} <Debug> HTTP-Session: 64fef011-5d69-4ec9-9318-50f154a3d207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5966 | 2024.07.10 23:05:47.207181 [ 3 ] {} <Trace> HTTP-Session: 64fef011-5d69-4ec9-9318-50f154a3d207 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5967 | 2024.07.10 23:05:47.207513 [ 3 ] {4a633e76-8da2-448a-abca-2ae1f4732c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5968 | 2024.07.10 23:05:47.207580 [ 3 ] {4a633e76-8da2-448a-abca-2ae1f4732c71} <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 | ||
5969 | 2024.07.10 23:05:47.207994 [ 3 ] {4a633e76-8da2-448a-abca-2ae1f4732c71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5970 | 2024.07.10 23:05:47.208664 [ 3 ] {4a633e76-8da2-448a-abca-2ae1f4732c71} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5971 | 2024.07.10 23:05:47.208700 [ 3 ] {4a633e76-8da2-448a-abca-2ae1f4732c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5972 | 2024.07.10 23:05:47.209312 [ 3 ] {4a633e76-8da2-448a-abca-2ae1f4732c71} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5973 | 2024.07.10 23:05:47.209735 [ 3 ] {4a633e76-8da2-448a-abca-2ae1f4732c71} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5974 | 2024.07.10 23:05:47.209940 [ 3 ] {4a633e76-8da2-448a-abca-2ae1f4732c71} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002658 sec., 11286.68171557562 rows/sec., 20.23 MiB/sec. | ||
5975 | 2024.07.10 23:05:47.210491 [ 3 ] {4a633e76-8da2-448a-abca-2ae1f4732c71} <Debug> DynamicQueryHandler: Done processing query | ||
5976 | 2024.07.10 23:05:47.210517 [ 3 ] {4a633e76-8da2-448a-abca-2ae1f4732c71} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5977 | 2024.07.10 23:05:47.210533 [ 3 ] {} <Debug> HTTP-Session: 64fef011-5d69-4ec9-9318-50f154a3d207 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5978 | 2024.07.10 23:05:47.210663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5979 | 2024.07.10 23:05:47.210712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5980 | 2024.07.10 23:05:47.210731 [ 3 ] {} <Debug> HTTP-Session: abfca090-b6c2-4cc0-a9da-8e6bc358aa30 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5981 | 2024.07.10 23:05:47.210748 [ 3 ] {} <Debug> HTTP-Session: abfca090-b6c2-4cc0-a9da-8e6bc358aa30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5982 | 2024.07.10 23:05:47.210762 [ 3 ] {} <Debug> HTTP-Session: abfca090-b6c2-4cc0-a9da-8e6bc358aa30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5983 | 2024.07.10 23:05:47.210793 [ 3 ] {} <Trace> HTTP-Session: abfca090-b6c2-4cc0-a9da-8e6bc358aa30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5984 | 2024.07.10 23:05:47.210912 [ 3 ] {7ec2e9fe-6a85-48c7-b10a-aaae64995f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5985 | 2024.07.10 23:05:47.210958 [ 3 ] {7ec2e9fe-6a85-48c7-b10a-aaae64995f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5986 | 2024.07.10 23:05:47.211107 [ 3 ] {7ec2e9fe-6a85-48c7-b10a-aaae64995f4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5987 | 2024.07.10 23:05:47.211398 [ 3 ] {7ec2e9fe-6a85-48c7-b10a-aaae64995f4a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5988 | 2024.07.10 23:05:47.211434 [ 3 ] {7ec2e9fe-6a85-48c7-b10a-aaae64995f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
5989 | 2024.07.10 23:05:47.211804 [ 3 ] {7ec2e9fe-6a85-48c7-b10a-aaae64995f4a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5990 | 2024.07.10 23:05:47.212133 [ 3 ] {7ec2e9fe-6a85-48c7-b10a-aaae64995f4a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5991 | 2024.07.10 23:05:47.212293 [ 3 ] {7ec2e9fe-6a85-48c7-b10a-aaae64995f4a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
5992 | 2024.07.10 23:05:47.212460 [ 3 ] {7ec2e9fe-6a85-48c7-b10a-aaae64995f4a} <Debug> DynamicQueryHandler: Done processing query | ||
5993 | 2024.07.10 23:05:47.212484 [ 3 ] {7ec2e9fe-6a85-48c7-b10a-aaae64995f4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5994 | 2024.07.10 23:05:47.212500 [ 3 ] {} <Debug> HTTP-Session: abfca090-b6c2-4cc0-a9da-8e6bc358aa30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5995 | 2024.07.10 23:05:52.195376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5996 | 2024.07.10 23:05:52.195576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5997 | 2024.07.10 23:05:52.195622 [ 3 ] {} <Debug> HTTP-Session: e12ec4b3-a1b7-472b-b11e-b8de8499b4d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
5998 | 2024.07.10 23:05:52.195664 [ 3 ] {} <Debug> HTTP-Session: e12ec4b3-a1b7-472b-b11e-b8de8499b4d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5999 | 2024.07.10 23:05:52.195693 [ 3 ] {} <Debug> HTTP-Session: e12ec4b3-a1b7-472b-b11e-b8de8499b4d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6000 | 2024.07.10 23:05:52.195750 [ 3 ] {} <Trace> HTTP-Session: e12ec4b3-a1b7-472b-b11e-b8de8499b4d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6001 | 2024.07.10 23:05:52.195924 [ 3 ] {b052fc95-6d8d-475b-a1db-910c88f1b334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6002 | 2024.07.10 23:05:52.195992 [ 3 ] {b052fc95-6d8d-475b-a1db-910c88f1b334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6003 | 2024.07.10 23:05:52.196179 [ 3 ] {b052fc95-6d8d-475b-a1db-910c88f1b334} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6004 | 2024.07.10 23:05:52.196557 [ 3 ] {b052fc95-6d8d-475b-a1db-910c88f1b334} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6005 | 2024.07.10 23:05:52.196599 [ 3 ] {b052fc95-6d8d-475b-a1db-910c88f1b334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6006 | 2024.07.10 23:05:52.196955 [ 3 ] {b052fc95-6d8d-475b-a1db-910c88f1b334} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6007 | 2024.07.10 23:05:52.197294 [ 3 ] {b052fc95-6d8d-475b-a1db-910c88f1b334} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6008 | 2024.07.10 23:05:52.197443 [ 3 ] {b052fc95-6d8d-475b-a1db-910c88f1b334} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001569 sec., 637.348629700446 rows/sec., 51.66 KiB/sec. | ||
6009 | 2024.07.10 23:05:52.197660 [ 3 ] {b052fc95-6d8d-475b-a1db-910c88f1b334} <Debug> DynamicQueryHandler: Done processing query | ||
6010 | 2024.07.10 23:05:52.197685 [ 3 ] {b052fc95-6d8d-475b-a1db-910c88f1b334} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6011 | 2024.07.10 23:05:52.197703 [ 3 ] {} <Debug> HTTP-Session: e12ec4b3-a1b7-472b-b11e-b8de8499b4d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6012 | 2024.07.10 23:05:52.197844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6013 | 2024.07.10 23:05:52.197893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6014 | 2024.07.10 23:05:52.197913 [ 3 ] {} <Debug> HTTP-Session: 12359cc5-eda8-4760-9d67-9285a1729f44 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6015 | 2024.07.10 23:05:52.197930 [ 3 ] {} <Debug> HTTP-Session: 12359cc5-eda8-4760-9d67-9285a1729f44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6016 | 2024.07.10 23:05:52.197945 [ 3 ] {} <Debug> HTTP-Session: 12359cc5-eda8-4760-9d67-9285a1729f44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6017 | 2024.07.10 23:05:52.197976 [ 3 ] {} <Trace> HTTP-Session: 12359cc5-eda8-4760-9d67-9285a1729f44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6018 | 2024.07.10 23:05:52.198086 [ 3 ] {88a78172-d104-4278-b0a1-8268455b21b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6019 | 2024.07.10 23:05:52.198130 [ 3 ] {88a78172-d104-4278-b0a1-8268455b21b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6020 | 2024.07.10 23:05:52.198260 [ 3 ] {88a78172-d104-4278-b0a1-8268455b21b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6021 | 2024.07.10 23:05:52.198619 [ 3 ] {88a78172-d104-4278-b0a1-8268455b21b9} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6022 | 2024.07.10 23:05:52.198657 [ 3 ] {88a78172-d104-4278-b0a1-8268455b21b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6023 | 2024.07.10 23:05:52.198977 [ 3 ] {88a78172-d104-4278-b0a1-8268455b21b9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6024 | 2024.07.10 23:05:52.199281 [ 3 ] {88a78172-d104-4278-b0a1-8268455b21b9} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6025 | 2024.07.10 23:05:52.199445 [ 3 ] {88a78172-d104-4278-b0a1-8268455b21b9} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001384 sec., 42630.057803468204 rows/sec., 3.29 MiB/sec. | ||
6026 | 2024.07.10 23:05:52.199734 [ 3 ] {88a78172-d104-4278-b0a1-8268455b21b9} <Debug> DynamicQueryHandler: Done processing query | ||
6027 | 2024.07.10 23:05:52.199773 [ 3 ] {88a78172-d104-4278-b0a1-8268455b21b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6028 | 2024.07.10 23:05:52.199789 [ 3 ] {} <Debug> HTTP-Session: 12359cc5-eda8-4760-9d67-9285a1729f44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6029 | 2024.07.10 23:05:52.199946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6030 | 2024.07.10 23:05:52.199995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6031 | 2024.07.10 23:05:52.200015 [ 3 ] {} <Debug> HTTP-Session: e88c2ecc-363e-4fc8-b991-db29044f56a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6032 | 2024.07.10 23:05:52.200031 [ 3 ] {} <Debug> HTTP-Session: e88c2ecc-363e-4fc8-b991-db29044f56a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6033 | 2024.07.10 23:05:52.200046 [ 3 ] {} <Debug> HTTP-Session: e88c2ecc-363e-4fc8-b991-db29044f56a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6034 | 2024.07.10 23:05:52.200077 [ 3 ] {} <Trace> HTTP-Session: e88c2ecc-363e-4fc8-b991-db29044f56a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6035 | 2024.07.10 23:05:52.200195 [ 3 ] {0f977361-59a3-4d80-84b6-51efb24a2c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6036 | 2024.07.10 23:05:52.200239 [ 3 ] {0f977361-59a3-4d80-84b6-51efb24a2c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6037 | 2024.07.10 23:05:52.200383 [ 3 ] {0f977361-59a3-4d80-84b6-51efb24a2c77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6038 | 2024.07.10 23:05:52.200701 [ 3 ] {0f977361-59a3-4d80-84b6-51efb24a2c77} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6039 | 2024.07.10 23:05:52.200737 [ 3 ] {0f977361-59a3-4d80-84b6-51efb24a2c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6040 | 2024.07.10 23:05:52.201044 [ 3 ] {0f977361-59a3-4d80-84b6-51efb24a2c77} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6041 | 2024.07.10 23:05:52.201349 [ 3 ] {0f977361-59a3-4d80-84b6-51efb24a2c77} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6042 | 2024.07.10 23:05:52.201510 [ 3 ] {0f977361-59a3-4d80-84b6-51efb24a2c77} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001348 sec., 48219.584569732935 rows/sec., 3.76 MiB/sec. | ||
6043 | 2024.07.10 23:05:52.201707 [ 3 ] {0f977361-59a3-4d80-84b6-51efb24a2c77} <Debug> DynamicQueryHandler: Done processing query | ||
6044 | 2024.07.10 23:05:52.201737 [ 3 ] {0f977361-59a3-4d80-84b6-51efb24a2c77} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6045 | 2024.07.10 23:05:52.201753 [ 3 ] {} <Debug> HTTP-Session: e88c2ecc-363e-4fc8-b991-db29044f56a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6046 | 2024.07.10 23:05:52.201941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6047 | 2024.07.10 23:05:52.201989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6048 | 2024.07.10 23:05:52.202010 [ 3 ] {} <Debug> HTTP-Session: cb846109-ad49-49ab-8f75-3718ab50816f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6049 | 2024.07.10 23:05:52.202026 [ 3 ] {} <Debug> HTTP-Session: cb846109-ad49-49ab-8f75-3718ab50816f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6050 | 2024.07.10 23:05:52.202041 [ 3 ] {} <Debug> HTTP-Session: cb846109-ad49-49ab-8f75-3718ab50816f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6051 | 2024.07.10 23:05:52.202073 [ 3 ] {} <Trace> HTTP-Session: cb846109-ad49-49ab-8f75-3718ab50816f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6052 | 2024.07.10 23:05:52.202214 [ 3 ] {73a39a99-b16e-4636-a241-d657deb00003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6053 | 2024.07.10 23:05:52.202261 [ 3 ] {73a39a99-b16e-4636-a241-d657deb00003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6054 | 2024.07.10 23:05:52.202410 [ 3 ] {73a39a99-b16e-4636-a241-d657deb00003} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6055 | 2024.07.10 23:05:52.202824 [ 3 ] {73a39a99-b16e-4636-a241-d657deb00003} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6056 | 2024.07.10 23:05:52.202860 [ 3 ] {73a39a99-b16e-4636-a241-d657deb00003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6057 | 2024.07.10 23:05:52.203248 [ 3 ] {73a39a99-b16e-4636-a241-d657deb00003} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6058 | 2024.07.10 23:05:52.203588 [ 3 ] {73a39a99-b16e-4636-a241-d657deb00003} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6059 | 2024.07.10 23:05:52.203753 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6060 | 2024.07.10 23:05:52.203760 [ 3 ] {73a39a99-b16e-4636-a241-d657deb00003} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec. | ||
6061 | 2024.07.10 23:05:52.203866 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6062 | 2024.07.10 23:05:52.203930 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6063 | 2024.07.10 23:05:52.204122 [ 3 ] {73a39a99-b16e-4636-a241-d657deb00003} <Debug> DynamicQueryHandler: Done processing query | ||
6064 | 2024.07.10 23:05:52.204165 [ 3 ] {73a39a99-b16e-4636-a241-d657deb00003} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6065 | 2024.07.10 23:05:52.204168 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
6066 | 2024.07.10 23:05:52.204186 [ 3 ] {} <Debug> HTTP-Session: cb846109-ad49-49ab-8f75-3718ab50816f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6067 | 2024.07.10 23:05:52.204427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6068 | 2024.07.10 23:05:52.204504 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6069 | 2024.07.10 23:05:52.204523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6070 | 2024.07.10 23:05:52.204587 [ 3 ] {} <Debug> HTTP-Session: 9c5c4007-d547-4dab-8979-5b6fcda45fe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6071 | 2024.07.10 23:05:52.204594 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4574 rows starting from the beginning of the part | ||
6072 | 2024.07.10 23:05:52.204640 [ 3 ] {} <Debug> HTTP-Session: 9c5c4007-d547-4dab-8979-5b6fcda45fe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6073 | 2024.07.10 23:05:52.204675 [ 3 ] {} <Debug> HTTP-Session: 9c5c4007-d547-4dab-8979-5b6fcda45fe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6074 | 2024.07.10 23:05:52.204811 [ 3 ] {} <Trace> HTTP-Session: 9c5c4007-d547-4dab-8979-5b6fcda45fe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6075 | 2024.07.10 23:05:52.204845 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
6076 | 2024.07.10 23:05:52.205145 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
6077 | 2024.07.10 23:05:52.205192 [ 3 ] {9ed4fac1-16e2-442b-86dd-249a407e2439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6078 | 2024.07.10 23:05:52.205510 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
6079 | 2024.07.10 23:05:52.205574 [ 3 ] {9ed4fac1-16e2-442b-86dd-249a407e2439} <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 | ||
6080 | 2024.07.10 23:05:52.205832 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 196 rows starting from the beginning of the part | ||
6081 | 2024.07.10 23:05:52.206243 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
6082 | 2024.07.10 23:05:52.207898 [ 3 ] {9ed4fac1-16e2-442b-86dd-249a407e2439} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6083 | 2024.07.10 23:05:52.209558 [ 3 ] {9ed4fac1-16e2-442b-86dd-249a407e2439} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6084 | 2024.07.10 23:05:52.209658 [ 3 ] {9ed4fac1-16e2-442b-86dd-249a407e2439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6085 | 2024.07.10 23:05:52.210837 [ 3 ] {9ed4fac1-16e2-442b-86dd-249a407e2439} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6086 | 2024.07.10 23:05:52.211406 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5410 rows, containing 5 columns (5 merged, 0 gathered) in 0.00735171 sec., 735883.2162857349 rows/sec., 51.28 MiB/sec. | ||
6087 | 2024.07.10 23:05:52.211532 [ 3 ] {9ed4fac1-16e2-442b-86dd-249a407e2439} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6088 | 2024.07.10 23:05:52.211803 [ 3 ] {9ed4fac1-16e2-442b-86dd-249a407e2439} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.006776 sec., 147.5796930342385 rows/sec., 270.80 KiB/sec. | ||
6089 | 2024.07.10 23:05:52.211903 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6090 | 2024.07.10 23:05:52.212376 [ 3 ] {9ed4fac1-16e2-442b-86dd-249a407e2439} <Debug> DynamicQueryHandler: Done processing query | ||
6091 | 2024.07.10 23:05:52.212430 [ 3 ] {9ed4fac1-16e2-442b-86dd-249a407e2439} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6092 | 2024.07.10 23:05:52.212487 [ 3 ] {} <Debug> HTTP-Session: 9c5c4007-d547-4dab-8979-5b6fcda45fe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6093 | 2024.07.10 23:05:52.212656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6094 | 2024.07.10 23:05:52.212741 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6095 | 2024.07.10 23:05:52.212755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6096 | 2024.07.10 23:05:52.212828 [ 3 ] {} <Debug> HTTP-Session: 082d6185-2d5e-44c5-b276-beda5986422e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6097 | 2024.07.10 23:05:52.212865 [ 3 ] {} <Debug> HTTP-Session: 082d6185-2d5e-44c5-b276-beda5986422e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6098 | 2024.07.10 23:05:52.212882 [ 3 ] {} <Debug> HTTP-Session: 082d6185-2d5e-44c5-b276-beda5986422e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6099 | 2024.07.10 23:05:52.212903 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6100 | 2024.07.10 23:05:52.212939 [ 3 ] {} <Trace> HTTP-Session: 082d6185-2d5e-44c5-b276-beda5986422e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6101 | 2024.07.10 23:05:52.213061 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
6102 | 2024.07.10 23:05:52.213151 [ 3 ] {426ad692-ffd5-43f7-91cf-8bd962870ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6103 | 2024.07.10 23:05:52.213203 [ 3 ] {426ad692-ffd5-43f7-91cf-8bd962870ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6104 | 2024.07.10 23:05:52.213351 [ 3 ] {426ad692-ffd5-43f7-91cf-8bd962870ba3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6105 | 2024.07.10 23:05:52.213666 [ 3 ] {426ad692-ffd5-43f7-91cf-8bd962870ba3} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6106 | 2024.07.10 23:05:52.213703 [ 3 ] {426ad692-ffd5-43f7-91cf-8bd962870ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6107 | 2024.07.10 23:05:52.214067 [ 3 ] {426ad692-ffd5-43f7-91cf-8bd962870ba3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6108 | 2024.07.10 23:05:52.214407 [ 3 ] {426ad692-ffd5-43f7-91cf-8bd962870ba3} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6109 | 2024.07.10 23:05:52.214562 [ 3 ] {426ad692-ffd5-43f7-91cf-8bd962870ba3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
6110 | 2024.07.10 23:05:52.214736 [ 3 ] {426ad692-ffd5-43f7-91cf-8bd962870ba3} <Debug> DynamicQueryHandler: Done processing query | ||
6111 | 2024.07.10 23:05:52.214760 [ 3 ] {426ad692-ffd5-43f7-91cf-8bd962870ba3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6112 | 2024.07.10 23:05:52.214775 [ 3 ] {} <Debug> HTTP-Session: 082d6185-2d5e-44c5-b276-beda5986422e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6113 | 2024.07.10 23:05:57.196758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6114 | 2024.07.10 23:05:57.196889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6115 | 2024.07.10 23:05:57.196915 [ 3 ] {} <Debug> HTTP-Session: de9b4ffc-1ee7-46eb-b5b8-b6c8080e7d32 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6116 | 2024.07.10 23:05:57.196940 [ 3 ] {} <Debug> HTTP-Session: de9b4ffc-1ee7-46eb-b5b8-b6c8080e7d32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6117 | 2024.07.10 23:05:57.196956 [ 3 ] {} <Debug> HTTP-Session: de9b4ffc-1ee7-46eb-b5b8-b6c8080e7d32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6118 | 2024.07.10 23:05:57.197005 [ 3 ] {} <Trace> HTTP-Session: de9b4ffc-1ee7-46eb-b5b8-b6c8080e7d32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6119 | 2024.07.10 23:05:57.197199 [ 3 ] {15bf1a2d-e3ce-4582-bba2-57a282420173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6120 | 2024.07.10 23:05:57.197280 [ 3 ] {15bf1a2d-e3ce-4582-bba2-57a282420173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6121 | 2024.07.10 23:05:57.197482 [ 3 ] {15bf1a2d-e3ce-4582-bba2-57a282420173} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6122 | 2024.07.10 23:05:57.197949 [ 3 ] {15bf1a2d-e3ce-4582-bba2-57a282420173} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6123 | 2024.07.10 23:05:57.198004 [ 3 ] {15bf1a2d-e3ce-4582-bba2-57a282420173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6124 | 2024.07.10 23:05:57.198435 [ 3 ] {15bf1a2d-e3ce-4582-bba2-57a282420173} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6125 | 2024.07.10 23:05:57.198779 [ 3 ] {15bf1a2d-e3ce-4582-bba2-57a282420173} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6126 | 2024.07.10 23:05:57.198940 [ 3 ] {15bf1a2d-e3ce-4582-bba2-57a282420173} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001803 sec., 16638.93510815308 rows/sec., 1.32 MiB/sec. | ||
6127 | 2024.07.10 23:05:57.199147 [ 3 ] {15bf1a2d-e3ce-4582-bba2-57a282420173} <Debug> DynamicQueryHandler: Done processing query | ||
6128 | 2024.07.10 23:05:57.199173 [ 3 ] {15bf1a2d-e3ce-4582-bba2-57a282420173} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6129 | 2024.07.10 23:05:57.199191 [ 3 ] {} <Debug> HTTP-Session: de9b4ffc-1ee7-46eb-b5b8-b6c8080e7d32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6130 | 2024.07.10 23:05:57.199329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6131 | 2024.07.10 23:05:57.199379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6132 | 2024.07.10 23:05:57.199399 [ 3 ] {} <Debug> HTTP-Session: d3457b79-459d-4bc3-8108-9ff79d513066 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6133 | 2024.07.10 23:05:57.199416 [ 3 ] {} <Debug> HTTP-Session: d3457b79-459d-4bc3-8108-9ff79d513066 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6134 | 2024.07.10 23:05:57.199430 [ 3 ] {} <Debug> HTTP-Session: d3457b79-459d-4bc3-8108-9ff79d513066 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6135 | 2024.07.10 23:05:57.199462 [ 3 ] {} <Trace> HTTP-Session: d3457b79-459d-4bc3-8108-9ff79d513066 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6136 | 2024.07.10 23:05:57.199563 [ 3 ] {4a71c72c-f113-4bd4-9ced-4510f1dc892c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6137 | 2024.07.10 23:05:57.199608 [ 3 ] {4a71c72c-f113-4bd4-9ced-4510f1dc892c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6138 | 2024.07.10 23:05:57.199741 [ 3 ] {4a71c72c-f113-4bd4-9ced-4510f1dc892c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6139 | 2024.07.10 23:05:57.200046 [ 3 ] {4a71c72c-f113-4bd4-9ced-4510f1dc892c} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6140 | 2024.07.10 23:05:57.200082 [ 3 ] {4a71c72c-f113-4bd4-9ced-4510f1dc892c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6141 | 2024.07.10 23:05:57.200392 [ 3 ] {4a71c72c-f113-4bd4-9ced-4510f1dc892c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6142 | 2024.07.10 23:05:57.200704 [ 3 ] {4a71c72c-f113-4bd4-9ced-4510f1dc892c} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6143 | 2024.07.10 23:05:57.200859 [ 3 ] {4a71c72c-f113-4bd4-9ced-4510f1dc892c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001315 sec., 3041.825095057034 rows/sec., 248.04 KiB/sec. | ||
6144 | 2024.07.10 23:05:57.201111 [ 3 ] {4a71c72c-f113-4bd4-9ced-4510f1dc892c} <Debug> DynamicQueryHandler: Done processing query | ||
6145 | 2024.07.10 23:05:57.201137 [ 3 ] {4a71c72c-f113-4bd4-9ced-4510f1dc892c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6146 | 2024.07.10 23:05:57.201153 [ 3 ] {} <Debug> HTTP-Session: d3457b79-459d-4bc3-8108-9ff79d513066 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6147 | 2024.07.10 23:05:57.201358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 21712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6148 | 2024.07.10 23:05:57.201409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6149 | 2024.07.10 23:05:57.201429 [ 3 ] {} <Debug> HTTP-Session: fb055947-1606-4275-9dd5-23365c660e27 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6150 | 2024.07.10 23:05:57.201445 [ 3 ] {} <Debug> HTTP-Session: fb055947-1606-4275-9dd5-23365c660e27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6151 | 2024.07.10 23:05:57.201460 [ 3 ] {} <Debug> HTTP-Session: fb055947-1606-4275-9dd5-23365c660e27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6152 | 2024.07.10 23:05:57.201491 [ 3 ] {} <Trace> HTTP-Session: fb055947-1606-4275-9dd5-23365c660e27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6153 | 2024.07.10 23:05:57.201631 [ 3 ] {f3a98479-6f43-4453-9c38-f99fa8680948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6154 | 2024.07.10 23:05:57.201673 [ 3 ] {f3a98479-6f43-4453-9c38-f99fa8680948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6155 | 2024.07.10 23:05:57.201816 [ 3 ] {f3a98479-6f43-4453-9c38-f99fa8680948} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6156 | 2024.07.10 23:05:57.202199 [ 3 ] {f3a98479-6f43-4453-9c38-f99fa8680948} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6157 | 2024.07.10 23:05:57.202235 [ 3 ] {f3a98479-6f43-4453-9c38-f99fa8680948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6158 | 2024.07.10 23:05:57.202561 [ 3 ] {f3a98479-6f43-4453-9c38-f99fa8680948} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6159 | 2024.07.10 23:05:57.202869 [ 3 ] {f3a98479-6f43-4453-9c38-f99fa8680948} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6160 | 2024.07.10 23:05:57.203032 [ 3 ] {f3a98479-6f43-4453-9c38-f99fa8680948} <Debug> executeQuery: Read 148 rows, 12.70 KiB in 0.001451 sec., 101998.62164024811 rows/sec., 8.55 MiB/sec. | ||
6161 | 2024.07.10 23:05:57.203032 [ 87 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6162 | 2024.07.10 23:05:57.203143 [ 87 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6163 | 2024.07.10 23:05:57.203175 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6164 | 2024.07.10 23:05:57.203255 [ 3 ] {f3a98479-6f43-4453-9c38-f99fa8680948} <Debug> DynamicQueryHandler: Done processing query | ||
6165 | 2024.07.10 23:05:57.203293 [ 3 ] {f3a98479-6f43-4453-9c38-f99fa8680948} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6166 | 2024.07.10 23:05:57.203319 [ 3 ] {} <Debug> HTTP-Session: fb055947-1606-4275-9dd5-23365c660e27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6167 | 2024.07.10 23:05:57.203341 [ 188 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
6168 | 2024.07.10 23:05:57.203459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6169 | 2024.07.10 23:05:57.203485 [ 188 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6170 | 2024.07.10 23:05:57.203524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6171 | 2024.07.10 23:05:57.203528 [ 188 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 193 rows starting from the beginning of the part | ||
6172 | 2024.07.10 23:05:57.203548 [ 3 ] {} <Debug> HTTP-Session: 1c6f3051-ac42-4090-af63-4f9a79d812bb Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6173 | 2024.07.10 23:05:57.203570 [ 3 ] {} <Debug> HTTP-Session: 1c6f3051-ac42-4090-af63-4f9a79d812bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6174 | 2024.07.10 23:05:57.203591 [ 3 ] {} <Debug> HTTP-Session: 1c6f3051-ac42-4090-af63-4f9a79d812bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6175 | 2024.07.10 23:05:57.203639 [ 188 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 146 rows starting from the beginning of the part | ||
6176 | 2024.07.10 23:05:57.203643 [ 3 ] {} <Trace> HTTP-Session: 1c6f3051-ac42-4090-af63-4f9a79d812bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6177 | 2024.07.10 23:05:57.203941 [ 188 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 59 rows starting from the beginning of the part | ||
6178 | 2024.07.10 23:05:57.204020 [ 3 ] {dd28e093-3c92-4190-b323-2196b8245564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6179 | 2024.07.10 23:05:57.204312 [ 3 ] {dd28e093-3c92-4190-b323-2196b8245564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6180 | 2024.07.10 23:05:57.204445 [ 188 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 182 rows starting from the beginning of the part | ||
6181 | 2024.07.10 23:05:57.204715 [ 188 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 59 rows starting from the beginning of the part | ||
6182 | 2024.07.10 23:05:57.205035 [ 188 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 148 rows starting from the beginning of the part | ||
6183 | 2024.07.10 23:05:57.205503 [ 3 ] {dd28e093-3c92-4190-b323-2196b8245564} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6184 | 2024.07.10 23:05:57.205933 [ 3 ] {dd28e093-3c92-4190-b323-2196b8245564} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6185 | 2024.07.10 23:05:57.205973 [ 3 ] {dd28e093-3c92-4190-b323-2196b8245564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6186 | 2024.07.10 23:05:57.206446 [ 3 ] {dd28e093-3c92-4190-b323-2196b8245564} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6187 | 2024.07.10 23:05:57.206834 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 787 rows, containing 4 columns (4 merged, 0 gathered) in 0.003560438 sec., 221040.22033244226 rows/sec., 18.15 MiB/sec. | ||
6188 | 2024.07.10 23:05:57.206890 [ 3 ] {dd28e093-3c92-4190-b323-2196b8245564} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6189 | 2024.07.10 23:05:57.207120 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6190 | 2024.07.10 23:05:57.207144 [ 3 ] {dd28e093-3c92-4190-b323-2196b8245564} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003286 sec., 1217.2854534388314 rows/sec., 85.00 KiB/sec. | ||
6191 | 2024.07.10 23:05:57.207672 [ 3 ] {dd28e093-3c92-4190-b323-2196b8245564} <Debug> DynamicQueryHandler: Done processing query | ||
6192 | 2024.07.10 23:05:57.207739 [ 3 ] {dd28e093-3c92-4190-b323-2196b8245564} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6193 | 2024.07.10 23:05:57.207795 [ 3 ] {} <Debug> HTTP-Session: 1c6f3051-ac42-4090-af63-4f9a79d812bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6194 | 2024.07.10 23:05:57.207997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 16661, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6195 | 2024.07.10 23:05:57.208079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6196 | 2024.07.10 23:05:57.208107 [ 3 ] {} <Debug> HTTP-Session: 4b48923c-fac5-4255-87c3-c11907928216 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6197 | 2024.07.10 23:05:57.208139 [ 3 ] {} <Debug> HTTP-Session: 4b48923c-fac5-4255-87c3-c11907928216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6198 | 2024.07.10 23:05:57.208155 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_41_8} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6199 | 2024.07.10 23:05:57.208171 [ 3 ] {} <Debug> HTTP-Session: 4b48923c-fac5-4255-87c3-c11907928216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6200 | 2024.07.10 23:05:57.208254 [ 3 ] {} <Trace> HTTP-Session: 4b48923c-fac5-4255-87c3-c11907928216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6201 | 2024.07.10 23:05:57.208329 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_41_8} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6202 | 2024.07.10 23:05:57.208463 [ 3 ] {c1bb6aaf-ece1-428b-a25f-4e24c222d7c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6203 | 2024.07.10 23:05:57.208478 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
6204 | 2024.07.10 23:05:57.208539 [ 3 ] {c1bb6aaf-ece1-428b-a25f-4e24c222d7c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6205 | 2024.07.10 23:05:57.208686 [ 3 ] {c1bb6aaf-ece1-428b-a25f-4e24c222d7c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6206 | 2024.07.10 23:05:57.209032 [ 3 ] {c1bb6aaf-ece1-428b-a25f-4e24c222d7c8} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6207 | 2024.07.10 23:05:57.209069 [ 3 ] {c1bb6aaf-ece1-428b-a25f-4e24c222d7c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6208 | 2024.07.10 23:05:57.209386 [ 3 ] {c1bb6aaf-ece1-428b-a25f-4e24c222d7c8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6209 | 2024.07.10 23:05:57.209696 [ 3 ] {c1bb6aaf-ece1-428b-a25f-4e24c222d7c8} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6210 | 2024.07.10 23:05:57.209838 [ 87 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6211 | 2024.07.10 23:05:57.209844 [ 3 ] {c1bb6aaf-ece1-428b-a25f-4e24c222d7c8} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001465 sec., 66894.19795221843 rows/sec., 5.23 MiB/sec. | ||
6212 | 2024.07.10 23:05:57.209881 [ 87 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6213 | 2024.07.10 23:05:57.209942 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6214 | 2024.07.10 23:05:57.210102 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
6215 | 2024.07.10 23:05:57.210121 [ 3 ] {c1bb6aaf-ece1-428b-a25f-4e24c222d7c8} <Debug> DynamicQueryHandler: Done processing query | ||
6216 | 2024.07.10 23:05:57.210159 [ 3 ] {c1bb6aaf-ece1-428b-a25f-4e24c222d7c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6217 | 2024.07.10 23:05:57.210199 [ 3 ] {} <Debug> HTTP-Session: 4b48923c-fac5-4255-87c3-c11907928216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6218 | 2024.07.10 23:05:57.210302 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6219 | 2024.07.10 23:05:57.210339 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 151 rows starting from the beginning of the part | ||
6220 | 2024.07.10 23:05:57.210478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 31033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6221 | 2024.07.10 23:05:57.210535 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 94 rows starting from the beginning of the part | ||
6222 | 2024.07.10 23:05:57.210633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6223 | 2024.07.10 23:05:57.210719 [ 3 ] {} <Debug> HTTP-Session: 63c28cbc-95f2-4d9d-b47d-4d0199be0866 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6224 | 2024.07.10 23:05:57.210798 [ 3 ] {} <Debug> HTTP-Session: 63c28cbc-95f2-4d9d-b47d-4d0199be0866 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6225 | 2024.07.10 23:05:57.210820 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 65 rows starting from the beginning of the part | ||
6226 | 2024.07.10 23:05:57.210848 [ 3 ] {} <Debug> HTTP-Session: 63c28cbc-95f2-4d9d-b47d-4d0199be0866 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6227 | 2024.07.10 23:05:57.210982 [ 3 ] {} <Trace> HTTP-Session: 63c28cbc-95f2-4d9d-b47d-4d0199be0866 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6228 | 2024.07.10 23:05:57.211075 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 118 rows starting from the beginning of the part | ||
6229 | 2024.07.10 23:05:57.211458 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 65 rows starting from the beginning of the part | ||
6230 | 2024.07.10 23:05:57.211550 [ 3 ] {13af8ea7-4090-43d3-8834-b2552760a1c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6231 | 2024.07.10 23:05:57.211788 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 98 rows starting from the beginning of the part | ||
6232 | 2024.07.10 23:05:57.211803 [ 3 ] {13af8ea7-4090-43d3-8834-b2552760a1c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6233 | 2024.07.10 23:05:57.212511 [ 3 ] {13af8ea7-4090-43d3-8834-b2552760a1c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6234 | 2024.07.10 23:05:57.213523 [ 3 ] {13af8ea7-4090-43d3-8834-b2552760a1c1} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6235 | 2024.07.10 23:05:57.213588 [ 3 ] {13af8ea7-4090-43d3-8834-b2552760a1c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6236 | 2024.07.10 23:05:57.214403 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 591 rows, containing 4 columns (4 merged, 0 gathered) in 0.004373425 sec., 135134.36265627053 rows/sec., 10.55 MiB/sec. | ||
6237 | 2024.07.10 23:05:57.214546 [ 3 ] {13af8ea7-4090-43d3-8834-b2552760a1c1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6238 | 2024.07.10 23:05:57.214600 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6239 | 2024.07.10 23:05:57.215497 [ 3 ] {13af8ea7-4090-43d3-8834-b2552760a1c1} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6240 | 2024.07.10 23:05:57.215520 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_41_8} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6241 | 2024.07.10 23:05:57.215704 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_41_8} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6242 | 2024.07.10 23:05:57.215811 [ 3 ] {13af8ea7-4090-43d3-8834-b2552760a1c1} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004587 sec., 35317.20078482669 rows/sec., 2.46 MiB/sec. | ||
6243 | 2024.07.10 23:05:57.215854 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
6244 | 2024.07.10 23:05:57.216094 [ 3 ] {13af8ea7-4090-43d3-8834-b2552760a1c1} <Debug> DynamicQueryHandler: Done processing query | ||
6245 | 2024.07.10 23:05:57.216124 [ 3 ] {13af8ea7-4090-43d3-8834-b2552760a1c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6246 | 2024.07.10 23:05:57.216140 [ 3 ] {} <Debug> HTTP-Session: 63c28cbc-95f2-4d9d-b47d-4d0199be0866 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6247 | 2024.07.10 23:05:57.216302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 48303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6248 | 2024.07.10 23:05:57.216350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6249 | 2024.07.10 23:05:57.216373 [ 3 ] {} <Debug> HTTP-Session: d6eefc46-59db-4b87-9d1a-422f528a048f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6250 | 2024.07.10 23:05:57.216393 [ 3 ] {} <Debug> HTTP-Session: d6eefc46-59db-4b87-9d1a-422f528a048f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6251 | 2024.07.10 23:05:57.216408 [ 3 ] {} <Debug> HTTP-Session: d6eefc46-59db-4b87-9d1a-422f528a048f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6252 | 2024.07.10 23:05:57.216441 [ 3 ] {} <Trace> HTTP-Session: d6eefc46-59db-4b87-9d1a-422f528a048f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6253 | 2024.07.10 23:05:57.216842 [ 3 ] {999d1a74-5a8d-40c8-9917-d29d1e3347b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6254 | 2024.07.10 23:05:57.216910 [ 3 ] {999d1a74-5a8d-40c8-9917-d29d1e3347b0} <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 | ||
6255 | 2024.07.10 23:05:57.217349 [ 3 ] {999d1a74-5a8d-40c8-9917-d29d1e3347b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6256 | 2024.07.10 23:05:57.218047 [ 3 ] {999d1a74-5a8d-40c8-9917-d29d1e3347b0} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6257 | 2024.07.10 23:05:57.218083 [ 3 ] {999d1a74-5a8d-40c8-9917-d29d1e3347b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6258 | 2024.07.10 23:05:57.218726 [ 3 ] {999d1a74-5a8d-40c8-9917-d29d1e3347b0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6259 | 2024.07.10 23:05:57.219137 [ 3 ] {999d1a74-5a8d-40c8-9917-d29d1e3347b0} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6260 | 2024.07.10 23:05:57.219302 [ 87 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6261 | 2024.07.10 23:05:57.219326 [ 3 ] {999d1a74-5a8d-40c8-9917-d29d1e3347b0} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002793 sec., 10741.138560687434 rows/sec., 19.25 MiB/sec. | ||
6262 | 2024.07.10 23:05:57.219364 [ 87 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6263 | 2024.07.10 23:05:57.219432 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6264 | 2024.07.10 23:05:57.219670 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::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 | ||
6265 | 2024.07.10 23:05:57.219787 [ 3 ] {999d1a74-5a8d-40c8-9917-d29d1e3347b0} <Debug> DynamicQueryHandler: Done processing query | ||
6266 | 2024.07.10 23:05:57.219815 [ 3 ] {999d1a74-5a8d-40c8-9917-d29d1e3347b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6267 | 2024.07.10 23:05:57.219840 [ 3 ] {} <Debug> HTTP-Session: d6eefc46-59db-4b87-9d1a-422f528a048f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6268 | 2024.07.10 23:05:57.219994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6269 | 2024.07.10 23:05:57.220064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6270 | 2024.07.10 23:05:57.220075 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6271 | 2024.07.10 23:05:57.220086 [ 3 ] {} <Debug> HTTP-Session: 972bc568-bf29-44cd-8182-4020592c109f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6272 | 2024.07.10 23:05:57.220116 [ 3 ] {} <Debug> HTTP-Session: 972bc568-bf29-44cd-8182-4020592c109f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6273 | 2024.07.10 23:05:57.220141 [ 3 ] {} <Debug> HTTP-Session: 972bc568-bf29-44cd-8182-4020592c109f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6274 | 2024.07.10 23:05:57.220168 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 583 rows starting from the beginning of the part | ||
6275 | 2024.07.10 23:05:57.220183 [ 3 ] {} <Trace> HTTP-Session: 972bc568-bf29-44cd-8182-4020592c109f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6276 | 2024.07.10 23:05:57.220418 [ 3 ] {aefecf28-94fa-48bb-9f43-6d854ab9b09a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6277 | 2024.07.10 23:05:57.220588 [ 3 ] {aefecf28-94fa-48bb-9f43-6d854ab9b09a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6278 | 2024.07.10 23:05:57.220690 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
6279 | 2024.07.10 23:05:57.221070 [ 3 ] {aefecf28-94fa-48bb-9f43-6d854ab9b09a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6280 | 2024.07.10 23:05:57.221320 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
6281 | 2024.07.10 23:05:57.221908 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
6282 | 2024.07.10 23:05:57.221983 [ 3 ] {aefecf28-94fa-48bb-9f43-6d854ab9b09a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6283 | 2024.07.10 23:05:57.222058 [ 3 ] {aefecf28-94fa-48bb-9f43-6d854ab9b09a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6284 | 2024.07.10 23:05:57.222342 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
6285 | 2024.07.10 23:05:57.222812 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
6286 | 2024.07.10 23:05:57.223187 [ 3 ] {aefecf28-94fa-48bb-9f43-6d854ab9b09a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6287 | 2024.07.10 23:05:57.223780 [ 3 ] {aefecf28-94fa-48bb-9f43-6d854ab9b09a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6288 | 2024.07.10 23:05:57.224082 [ 87 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6289 | 2024.07.10 23:05:57.224164 [ 3 ] {aefecf28-94fa-48bb-9f43-6d854ab9b09a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003874 sec., 15487.867836861125 rows/sec., 1.04 MiB/sec. | ||
6290 | 2024.07.10 23:05:57.224181 [ 87 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6291 | 2024.07.10 23:05:57.224249 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6292 | 2024.07.10 23:05:57.224474 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
6293 | 2024.07.10 23:05:57.224590 [ 3 ] {aefecf28-94fa-48bb-9f43-6d854ab9b09a} <Debug> DynamicQueryHandler: Done processing query | ||
6294 | 2024.07.10 23:05:57.224658 [ 3 ] {aefecf28-94fa-48bb-9f43-6d854ab9b09a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6295 | 2024.07.10 23:05:57.224737 [ 3 ] {} <Debug> HTTP-Session: 972bc568-bf29-44cd-8182-4020592c109f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6296 | 2024.07.10 23:05:57.224843 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6297 | 2024.07.10 23:05:57.224910 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1458 rows starting from the beginning of the part | ||
6298 | 2024.07.10 23:05:57.225199 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
6299 | 2024.07.10 23:05:57.225496 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
6300 | 2024.07.10 23:05:57.225787 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
6301 | 2024.07.10 23:05:57.226056 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
6302 | 2024.07.10 23:05:57.226316 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
6303 | 2024.07.10 23:05:57.230264 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1758 rows, containing 4 columns (4 merged, 0 gathered) in 0.005917888 sec., 297065.4395622222 rows/sec., 20.09 MiB/sec. | ||
6304 | 2024.07.10 23:05:57.230531 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6305 | 2024.07.10 23:05:57.231186 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_36_7} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6306 | 2024.07.10 23:05:57.231274 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_36_7} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6307 | 2024.07.10 23:05:57.231375 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
6308 | 2024.07.10 23:05:57.231823 [ 195 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 675 rows, containing 19 columns (19 merged, 0 gathered) in 0.012265486 sec., 55032.470788356855 rows/sec., 98.62 MiB/sec. | ||
6309 | 2024.07.10 23:05:57.232591 [ 196 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6310 | 2024.07.10 23:05:57.233116 [ 196 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6311 | 2024.07.10 23:05:57.233189 [ 196 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6312 | 2024.07.10 23:05:57.233286 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.57 MiB. | ||
6313 | 2024.07.10 23:05:57.552040 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6314 | 2024.07.10 23:05:57.552098 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6315 | 2024.07.10 23:05:58.001706 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001230447 sec. | ||
6316 | 2024.07.10 23:06:02.194866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6317 | 2024.07.10 23:06:02.195010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6318 | 2024.07.10 23:06:02.195040 [ 3 ] {} <Debug> HTTP-Session: 3c889f3b-2eb0-48d6-8b61-6def416c9f92 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6319 | 2024.07.10 23:06:02.195069 [ 3 ] {} <Debug> HTTP-Session: 3c889f3b-2eb0-48d6-8b61-6def416c9f92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6320 | 2024.07.10 23:06:02.195087 [ 3 ] {} <Debug> HTTP-Session: 3c889f3b-2eb0-48d6-8b61-6def416c9f92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6321 | 2024.07.10 23:06:02.195147 [ 3 ] {} <Trace> HTTP-Session: 3c889f3b-2eb0-48d6-8b61-6def416c9f92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6322 | 2024.07.10 23:06:02.195342 [ 3 ] {6e89a8ec-f0cc-4c7b-84c0-00612a8d6fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6323 | 2024.07.10 23:06:02.195422 [ 3 ] {6e89a8ec-f0cc-4c7b-84c0-00612a8d6fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6324 | 2024.07.10 23:06:02.195645 [ 3 ] {6e89a8ec-f0cc-4c7b-84c0-00612a8d6fe8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6325 | 2024.07.10 23:06:02.196154 [ 3 ] {6e89a8ec-f0cc-4c7b-84c0-00612a8d6fe8} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6326 | 2024.07.10 23:06:02.196204 [ 3 ] {6e89a8ec-f0cc-4c7b-84c0-00612a8d6fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6327 | 2024.07.10 23:06:02.196628 [ 3 ] {6e89a8ec-f0cc-4c7b-84c0-00612a8d6fe8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6328 | 2024.07.10 23:06:02.196984 [ 3 ] {6e89a8ec-f0cc-4c7b-84c0-00612a8d6fe8} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6329 | 2024.07.10 23:06:02.197163 [ 3 ] {6e89a8ec-f0cc-4c7b-84c0-00612a8d6fe8} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.00187 sec., 534.75935828877 rows/sec., 43.34 KiB/sec. | ||
6330 | 2024.07.10 23:06:02.197529 [ 3 ] {6e89a8ec-f0cc-4c7b-84c0-00612a8d6fe8} <Debug> DynamicQueryHandler: Done processing query | ||
6331 | 2024.07.10 23:06:02.197557 [ 3 ] {6e89a8ec-f0cc-4c7b-84c0-00612a8d6fe8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6332 | 2024.07.10 23:06:02.197575 [ 3 ] {} <Debug> HTTP-Session: 3c889f3b-2eb0-48d6-8b61-6def416c9f92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6333 | 2024.07.10 23:06:02.197737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6334 | 2024.07.10 23:06:02.197801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6335 | 2024.07.10 23:06:02.197825 [ 3 ] {} <Debug> HTTP-Session: 2e9a57c9-a07f-45cd-b153-1fe9f131d27f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6336 | 2024.07.10 23:06:02.197847 [ 3 ] {} <Debug> HTTP-Session: 2e9a57c9-a07f-45cd-b153-1fe9f131d27f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6337 | 2024.07.10 23:06:02.197864 [ 3 ] {} <Debug> HTTP-Session: 2e9a57c9-a07f-45cd-b153-1fe9f131d27f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6338 | 2024.07.10 23:06:02.197902 [ 3 ] {} <Trace> HTTP-Session: 2e9a57c9-a07f-45cd-b153-1fe9f131d27f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6339 | 2024.07.10 23:06:02.198024 [ 3 ] {f4b39cd6-6f74-40b3-8d15-1ef861aedc48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6340 | 2024.07.10 23:06:02.198081 [ 3 ] {f4b39cd6-6f74-40b3-8d15-1ef861aedc48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6341 | 2024.07.10 23:06:02.198263 [ 3 ] {f4b39cd6-6f74-40b3-8d15-1ef861aedc48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6342 | 2024.07.10 23:06:02.198600 [ 3 ] {f4b39cd6-6f74-40b3-8d15-1ef861aedc48} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6343 | 2024.07.10 23:06:02.198639 [ 3 ] {f4b39cd6-6f74-40b3-8d15-1ef861aedc48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6344 | 2024.07.10 23:06:02.198954 [ 3 ] {f4b39cd6-6f74-40b3-8d15-1ef861aedc48} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6345 | 2024.07.10 23:06:02.199272 [ 3 ] {f4b39cd6-6f74-40b3-8d15-1ef861aedc48} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6346 | 2024.07.10 23:06:02.199430 [ 3 ] {f4b39cd6-6f74-40b3-8d15-1ef861aedc48} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001435 sec., 4181.1846689895465 rows/sec., 340.95 KiB/sec. | ||
6347 | 2024.07.10 23:06:02.199767 [ 3 ] {f4b39cd6-6f74-40b3-8d15-1ef861aedc48} <Debug> DynamicQueryHandler: Done processing query | ||
6348 | 2024.07.10 23:06:02.199793 [ 3 ] {f4b39cd6-6f74-40b3-8d15-1ef861aedc48} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6349 | 2024.07.10 23:06:02.199808 [ 3 ] {} <Debug> HTTP-Session: 2e9a57c9-a07f-45cd-b153-1fe9f131d27f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6350 | 2024.07.10 23:06:02.199944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8689, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6351 | 2024.07.10 23:06:02.199994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6352 | 2024.07.10 23:06:02.200014 [ 3 ] {} <Debug> HTTP-Session: a49ede6d-0568-4c8d-b0c1-dc74206f9885 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6353 | 2024.07.10 23:06:02.200031 [ 3 ] {} <Debug> HTTP-Session: a49ede6d-0568-4c8d-b0c1-dc74206f9885 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6354 | 2024.07.10 23:06:02.200045 [ 3 ] {} <Debug> HTTP-Session: a49ede6d-0568-4c8d-b0c1-dc74206f9885 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6355 | 2024.07.10 23:06:02.200077 [ 3 ] {} <Trace> HTTP-Session: a49ede6d-0568-4c8d-b0c1-dc74206f9885 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6356 | 2024.07.10 23:06:02.200199 [ 3 ] {8fc40397-b85e-41dc-b85d-1b2665027016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6357 | 2024.07.10 23:06:02.200243 [ 3 ] {8fc40397-b85e-41dc-b85d-1b2665027016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6358 | 2024.07.10 23:06:02.200393 [ 3 ] {8fc40397-b85e-41dc-b85d-1b2665027016} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6359 | 2024.07.10 23:06:02.200729 [ 3 ] {8fc40397-b85e-41dc-b85d-1b2665027016} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6360 | 2024.07.10 23:06:02.200766 [ 3 ] {8fc40397-b85e-41dc-b85d-1b2665027016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6361 | 2024.07.10 23:06:02.201087 [ 3 ] {8fc40397-b85e-41dc-b85d-1b2665027016} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6362 | 2024.07.10 23:06:02.201395 [ 3 ] {8fc40397-b85e-41dc-b85d-1b2665027016} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6363 | 2024.07.10 23:06:02.201544 [ 3 ] {8fc40397-b85e-41dc-b85d-1b2665027016} <Debug> executeQuery: Read 62 rows, 4.89 KiB in 0.00138 sec., 44927.53623188406 rows/sec., 3.46 MiB/sec. | ||
6364 | 2024.07.10 23:06:02.201713 [ 3 ] {8fc40397-b85e-41dc-b85d-1b2665027016} <Debug> DynamicQueryHandler: Done processing query | ||
6365 | 2024.07.10 23:06:02.201737 [ 3 ] {8fc40397-b85e-41dc-b85d-1b2665027016} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6366 | 2024.07.10 23:06:02.201753 [ 3 ] {} <Debug> HTTP-Session: a49ede6d-0568-4c8d-b0c1-dc74206f9885 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6367 | 2024.07.10 23:06:02.201865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6368 | 2024.07.10 23:06:02.201914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6369 | 2024.07.10 23:06:02.201935 [ 3 ] {} <Debug> HTTP-Session: 9069120a-7fc9-4b1c-8d82-f04f3b5eb8ff Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6370 | 2024.07.10 23:06:02.201952 [ 3 ] {} <Debug> HTTP-Session: 9069120a-7fc9-4b1c-8d82-f04f3b5eb8ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6371 | 2024.07.10 23:06:02.201966 [ 3 ] {} <Debug> HTTP-Session: 9069120a-7fc9-4b1c-8d82-f04f3b5eb8ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6372 | 2024.07.10 23:06:02.201997 [ 3 ] {} <Trace> HTTP-Session: 9069120a-7fc9-4b1c-8d82-f04f3b5eb8ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6373 | 2024.07.10 23:06:02.202096 [ 3 ] {7b0127f4-90b3-4437-8758-fb12d71b60b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6374 | 2024.07.10 23:06:02.202139 [ 3 ] {7b0127f4-90b3-4437-8758-fb12d71b60b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6375 | 2024.07.10 23:06:02.202268 [ 3 ] {7b0127f4-90b3-4437-8758-fb12d71b60b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6376 | 2024.07.10 23:06:02.202556 [ 3 ] {7b0127f4-90b3-4437-8758-fb12d71b60b1} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6377 | 2024.07.10 23:06:02.202593 [ 3 ] {7b0127f4-90b3-4437-8758-fb12d71b60b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6378 | 2024.07.10 23:06:02.202902 [ 3 ] {7b0127f4-90b3-4437-8758-fb12d71b60b1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6379 | 2024.07.10 23:06:02.203227 [ 3 ] {7b0127f4-90b3-4437-8758-fb12d71b60b1} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6380 | 2024.07.10 23:06:02.203382 [ 3 ] {7b0127f4-90b3-4437-8758-fb12d71b60b1} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001305 sec., 4597.701149425287 rows/sec., 321.03 KiB/sec. | ||
6381 | 2024.07.10 23:06:02.203685 [ 3 ] {7b0127f4-90b3-4437-8758-fb12d71b60b1} <Debug> DynamicQueryHandler: Done processing query | ||
6382 | 2024.07.10 23:06:02.203711 [ 3 ] {7b0127f4-90b3-4437-8758-fb12d71b60b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6383 | 2024.07.10 23:06:02.203728 [ 3 ] {} <Debug> HTTP-Session: 9069120a-7fc9-4b1c-8d82-f04f3b5eb8ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6384 | 2024.07.10 23:06:02.203845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 12088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6385 | 2024.07.10 23:06:02.203893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6386 | 2024.07.10 23:06:02.203913 [ 3 ] {} <Debug> HTTP-Session: 4029a137-e1ce-4ad2-ac20-091ef8e2127d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6387 | 2024.07.10 23:06:02.203930 [ 3 ] {} <Debug> HTTP-Session: 4029a137-e1ce-4ad2-ac20-091ef8e2127d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6388 | 2024.07.10 23:06:02.203946 [ 3 ] {} <Debug> HTTP-Session: 4029a137-e1ce-4ad2-ac20-091ef8e2127d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6389 | 2024.07.10 23:06:02.203976 [ 3 ] {} <Trace> HTTP-Session: 4029a137-e1ce-4ad2-ac20-091ef8e2127d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6390 | 2024.07.10 23:06:02.204094 [ 3 ] {621a6c18-c8e8-4a31-8393-c7c470a7237d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6391 | 2024.07.10 23:06:02.204138 [ 3 ] {621a6c18-c8e8-4a31-8393-c7c470a7237d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6392 | 2024.07.10 23:06:02.204288 [ 3 ] {621a6c18-c8e8-4a31-8393-c7c470a7237d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6393 | 2024.07.10 23:06:02.204632 [ 3 ] {621a6c18-c8e8-4a31-8393-c7c470a7237d} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6394 | 2024.07.10 23:06:02.204670 [ 3 ] {621a6c18-c8e8-4a31-8393-c7c470a7237d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6395 | 2024.07.10 23:06:02.204990 [ 3 ] {621a6c18-c8e8-4a31-8393-c7c470a7237d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6396 | 2024.07.10 23:06:02.205309 [ 3 ] {621a6c18-c8e8-4a31-8393-c7c470a7237d} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6397 | 2024.07.10 23:06:02.205457 [ 3 ] {621a6c18-c8e8-4a31-8393-c7c470a7237d} <Debug> executeQuery: Read 71 rows, 5.68 KiB in 0.001401 sec., 50678.087080656675 rows/sec., 3.96 MiB/sec. | ||
6398 | 2024.07.10 23:06:02.205625 [ 3 ] {621a6c18-c8e8-4a31-8393-c7c470a7237d} <Debug> DynamicQueryHandler: Done processing query | ||
6399 | 2024.07.10 23:06:02.205650 [ 3 ] {621a6c18-c8e8-4a31-8393-c7c470a7237d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6400 | 2024.07.10 23:06:02.205666 [ 3 ] {} <Debug> HTTP-Session: 4029a137-e1ce-4ad2-ac20-091ef8e2127d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6401 | 2024.07.10 23:06:02.205827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 31226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6402 | 2024.07.10 23:06:02.205879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6403 | 2024.07.10 23:06:02.205898 [ 3 ] {} <Debug> HTTP-Session: 7418d538-ba66-4574-b2a9-f83650f00dbe Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6404 | 2024.07.10 23:06:02.205916 [ 3 ] {} <Debug> HTTP-Session: 7418d538-ba66-4574-b2a9-f83650f00dbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6405 | 2024.07.10 23:06:02.205930 [ 3 ] {} <Debug> HTTP-Session: 7418d538-ba66-4574-b2a9-f83650f00dbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6406 | 2024.07.10 23:06:02.205962 [ 3 ] {} <Trace> HTTP-Session: 7418d538-ba66-4574-b2a9-f83650f00dbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6407 | 2024.07.10 23:06:02.206116 [ 3 ] {f60a8ba1-b5f1-48fd-951d-92a9787b566f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6408 | 2024.07.10 23:06:02.206165 [ 3 ] {f60a8ba1-b5f1-48fd-951d-92a9787b566f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6409 | 2024.07.10 23:06:02.206314 [ 3 ] {f60a8ba1-b5f1-48fd-951d-92a9787b566f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6410 | 2024.07.10 23:06:02.206739 [ 3 ] {f60a8ba1-b5f1-48fd-951d-92a9787b566f} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6411 | 2024.07.10 23:06:02.206776 [ 3 ] {f60a8ba1-b5f1-48fd-951d-92a9787b566f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6412 | 2024.07.10 23:06:02.207175 [ 3 ] {f60a8ba1-b5f1-48fd-951d-92a9787b566f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6413 | 2024.07.10 23:06:02.207519 [ 3 ] {f60a8ba1-b5f1-48fd-951d-92a9787b566f} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6414 | 2024.07.10 23:06:02.207684 [ 3 ] {f60a8ba1-b5f1-48fd-951d-92a9787b566f} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00163 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
6415 | 2024.07.10 23:06:02.208006 [ 3 ] {f60a8ba1-b5f1-48fd-951d-92a9787b566f} <Debug> DynamicQueryHandler: Done processing query | ||
6416 | 2024.07.10 23:06:02.208057 [ 3 ] {f60a8ba1-b5f1-48fd-951d-92a9787b566f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6417 | 2024.07.10 23:06:02.208075 [ 3 ] {} <Debug> HTTP-Session: 7418d538-ba66-4574-b2a9-f83650f00dbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6418 | 2024.07.10 23:06:02.208197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6419 | 2024.07.10 23:06:02.208247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6420 | 2024.07.10 23:06:02.208267 [ 3 ] {} <Debug> HTTP-Session: 64a3ba84-610c-4b81-9485-63f28bb1a0d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6421 | 2024.07.10 23:06:02.208283 [ 3 ] {} <Debug> HTTP-Session: 64a3ba84-610c-4b81-9485-63f28bb1a0d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6422 | 2024.07.10 23:06:02.208298 [ 3 ] {} <Debug> HTTP-Session: 64a3ba84-610c-4b81-9485-63f28bb1a0d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6423 | 2024.07.10 23:06:02.208330 [ 3 ] {} <Trace> HTTP-Session: 64a3ba84-610c-4b81-9485-63f28bb1a0d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6424 | 2024.07.10 23:06:02.208441 [ 3 ] {7f3615b9-082f-4e8c-b880-021e3950f34e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6425 | 2024.07.10 23:06:02.208515 [ 3 ] {7f3615b9-082f-4e8c-b880-021e3950f34e} <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 | ||
6426 | 2024.07.10 23:06:02.208935 [ 3 ] {7f3615b9-082f-4e8c-b880-021e3950f34e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6427 | 2024.07.10 23:06:02.209397 [ 3 ] {7f3615b9-082f-4e8c-b880-021e3950f34e} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6428 | 2024.07.10 23:06:02.209435 [ 3 ] {7f3615b9-082f-4e8c-b880-021e3950f34e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6429 | 2024.07.10 23:06:02.210010 [ 3 ] {7f3615b9-082f-4e8c-b880-021e3950f34e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6430 | 2024.07.10 23:06:02.210423 [ 3 ] {7f3615b9-082f-4e8c-b880-021e3950f34e} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6431 | 2024.07.10 23:06:02.210612 [ 3 ] {7f3615b9-082f-4e8c-b880-021e3950f34e} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002206 sec., 453.30915684496824 rows/sec., 831.80 KiB/sec. | ||
6432 | 2024.07.10 23:06:02.210830 [ 3 ] {7f3615b9-082f-4e8c-b880-021e3950f34e} <Debug> DynamicQueryHandler: Done processing query | ||
6433 | 2024.07.10 23:06:02.210855 [ 3 ] {7f3615b9-082f-4e8c-b880-021e3950f34e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6434 | 2024.07.10 23:06:02.210871 [ 3 ] {} <Debug> HTTP-Session: 64a3ba84-610c-4b81-9485-63f28bb1a0d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6435 | 2024.07.10 23:06:02.211002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6436 | 2024.07.10 23:06:02.211052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6437 | 2024.07.10 23:06:02.211072 [ 3 ] {} <Debug> HTTP-Session: a50aefbc-93a8-44dc-8cc5-53ff73723feb Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6438 | 2024.07.10 23:06:02.211090 [ 3 ] {} <Debug> HTTP-Session: a50aefbc-93a8-44dc-8cc5-53ff73723feb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6439 | 2024.07.10 23:06:02.211104 [ 3 ] {} <Debug> HTTP-Session: a50aefbc-93a8-44dc-8cc5-53ff73723feb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6440 | 2024.07.10 23:06:02.211135 [ 3 ] {} <Trace> HTTP-Session: a50aefbc-93a8-44dc-8cc5-53ff73723feb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6441 | 2024.07.10 23:06:02.211268 [ 3 ] {ef808a5b-38ab-4c2c-b13f-017ddb6e7eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6442 | 2024.07.10 23:06:02.211313 [ 3 ] {ef808a5b-38ab-4c2c-b13f-017ddb6e7eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6443 | 2024.07.10 23:06:02.211442 [ 3 ] {ef808a5b-38ab-4c2c-b13f-017ddb6e7eaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6444 | 2024.07.10 23:06:02.211738 [ 3 ] {ef808a5b-38ab-4c2c-b13f-017ddb6e7eaa} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6445 | 2024.07.10 23:06:02.211775 [ 3 ] {ef808a5b-38ab-4c2c-b13f-017ddb6e7eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6446 | 2024.07.10 23:06:02.212141 [ 3 ] {ef808a5b-38ab-4c2c-b13f-017ddb6e7eaa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6447 | 2024.07.10 23:06:02.212473 [ 3 ] {ef808a5b-38ab-4c2c-b13f-017ddb6e7eaa} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6448 | 2024.07.10 23:06:02.212621 [ 3 ] {ef808a5b-38ab-4c2c-b13f-017ddb6e7eaa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
6449 | 2024.07.10 23:06:02.212789 [ 3 ] {ef808a5b-38ab-4c2c-b13f-017ddb6e7eaa} <Debug> DynamicQueryHandler: Done processing query | ||
6450 | 2024.07.10 23:06:02.212814 [ 3 ] {ef808a5b-38ab-4c2c-b13f-017ddb6e7eaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6451 | 2024.07.10 23:06:02.212830 [ 3 ] {} <Debug> HTTP-Session: a50aefbc-93a8-44dc-8cc5-53ff73723feb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6452 | 2024.07.10 23:06:07.196997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6453 | 2024.07.10 23:06:07.197130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6454 | 2024.07.10 23:06:07.197155 [ 3 ] {} <Debug> HTTP-Session: 20027497-5aa5-490b-93c6-0a4e67c5c517 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6455 | 2024.07.10 23:06:07.197179 [ 3 ] {} <Debug> HTTP-Session: 20027497-5aa5-490b-93c6-0a4e67c5c517 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6456 | 2024.07.10 23:06:07.197194 [ 3 ] {} <Debug> HTTP-Session: 20027497-5aa5-490b-93c6-0a4e67c5c517 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6457 | 2024.07.10 23:06:07.197245 [ 3 ] {} <Trace> HTTP-Session: 20027497-5aa5-490b-93c6-0a4e67c5c517 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6458 | 2024.07.10 23:06:07.197439 [ 3 ] {46935958-57b2-4306-b3f6-30184c513f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6459 | 2024.07.10 23:06:07.197506 [ 3 ] {46935958-57b2-4306-b3f6-30184c513f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6460 | 2024.07.10 23:06:07.197694 [ 3 ] {46935958-57b2-4306-b3f6-30184c513f52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6461 | 2024.07.10 23:06:07.198138 [ 3 ] {46935958-57b2-4306-b3f6-30184c513f52} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6462 | 2024.07.10 23:06:07.198178 [ 3 ] {46935958-57b2-4306-b3f6-30184c513f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6463 | 2024.07.10 23:06:07.198538 [ 3 ] {46935958-57b2-4306-b3f6-30184c513f52} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6464 | 2024.07.10 23:06:07.198872 [ 3 ] {46935958-57b2-4306-b3f6-30184c513f52} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6465 | 2024.07.10 23:06:07.199012 [ 3 ] {46935958-57b2-4306-b3f6-30184c513f52} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001637 sec., 18326.20647525962 rows/sec., 1.45 MiB/sec. | ||
6466 | 2024.07.10 23:06:07.199016 [ 80 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 | ||
6467 | 2024.07.10 23:06:07.199069 [ 80 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6468 | 2024.07.10 23:06:07.199100 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6469 | 2024.07.10 23:06:07.199242 [ 3 ] {46935958-57b2-4306-b3f6-30184c513f52} <Debug> DynamicQueryHandler: Done processing query | ||
6470 | 2024.07.10 23:06:07.199259 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full | ||
6471 | 2024.07.10 23:06:07.199275 [ 3 ] {46935958-57b2-4306-b3f6-30184c513f52} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6472 | 2024.07.10 23:06:07.199343 [ 3 ] {} <Debug> HTTP-Session: 20027497-5aa5-490b-93c6-0a4e67c5c517 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6473 | 2024.07.10 23:06:07.199526 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6474 | 2024.07.10 23:06:07.199531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6475 | 2024.07.10 23:06:07.199586 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 31 rows starting from the beginning of the part | ||
6476 | 2024.07.10 23:06:07.199642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6477 | 2024.07.10 23:06:07.199708 [ 3 ] {} <Debug> HTTP-Session: a467ca2b-c7c7-46e9-a0f3-a49627fb9a42 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6478 | 2024.07.10 23:06:07.199776 [ 3 ] {} <Debug> HTTP-Session: a467ca2b-c7c7-46e9-a0f3-a49627fb9a42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6479 | 2024.07.10 23:06:07.199812 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
6480 | 2024.07.10 23:06:07.199842 [ 3 ] {} <Debug> HTTP-Session: a467ca2b-c7c7-46e9-a0f3-a49627fb9a42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6481 | 2024.07.10 23:06:07.199972 [ 3 ] {} <Trace> HTTP-Session: a467ca2b-c7c7-46e9-a0f3-a49627fb9a42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6482 | 2024.07.10 23:06:07.200138 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
6483 | 2024.07.10 23:06:07.200451 [ 3 ] {1d40cd4f-e28c-4986-a81e-f53b34f18337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6484 | 2024.07.10 23:06:07.200479 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
6485 | 2024.07.10 23:06:07.200608 [ 3 ] {1d40cd4f-e28c-4986-a81e-f53b34f18337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6486 | 2024.07.10 23:06:07.200787 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
6487 | 2024.07.10 23:06:07.201186 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part | ||
6488 | 2024.07.10 23:06:07.201773 [ 3 ] {1d40cd4f-e28c-4986-a81e-f53b34f18337} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6489 | 2024.07.10 23:06:07.202503 [ 3 ] {1d40cd4f-e28c-4986-a81e-f53b34f18337} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6490 | 2024.07.10 23:06:07.202582 [ 3 ] {1d40cd4f-e28c-4986-a81e-f53b34f18337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6491 | 2024.07.10 23:06:07.203499 [ 3 ] {1d40cd4f-e28c-4986-a81e-f53b34f18337} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6492 | 2024.07.10 23:06:07.204012 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.004826415 sec., 25484.754211977215 rows/sec., 2.02 MiB/sec. | ||
6493 | 2024.07.10 23:06:07.204286 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
6494 | 2024.07.10 23:06:07.204400 [ 3 ] {1d40cd4f-e28c-4986-a81e-f53b34f18337} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6495 | 2024.07.10 23:06:07.204719 [ 3 ] {1d40cd4f-e28c-4986-a81e-f53b34f18337} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004449 sec., 449.53922229714544 rows/sec., 36.66 KiB/sec. | ||
6496 | 2024.07.10 23:06:07.205111 [ 3 ] {1d40cd4f-e28c-4986-a81e-f53b34f18337} <Debug> DynamicQueryHandler: Done processing query | ||
6497 | 2024.07.10 23:06:07.205152 [ 3 ] {1d40cd4f-e28c-4986-a81e-f53b34f18337} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6498 | 2024.07.10 23:06:07.205178 [ 3 ] {} <Debug> HTTP-Session: a467ca2b-c7c7-46e9-a0f3-a49627fb9a42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6499 | 2024.07.10 23:06:07.205242 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_28_6} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6500 | 2024.07.10 23:06:07.205339 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_28_6} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 | ||
6501 | 2024.07.10 23:06:07.205382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 21579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6502 | 2024.07.10 23:06:07.205485 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6503 | 2024.07.10 23:06:07.205496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6504 | 2024.07.10 23:06:07.205538 [ 3 ] {} <Debug> HTTP-Session: b1d166ab-e784-4807-8170-3104e60f24de Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6505 | 2024.07.10 23:06:07.205556 [ 3 ] {} <Debug> HTTP-Session: b1d166ab-e784-4807-8170-3104e60f24de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6506 | 2024.07.10 23:06:07.205570 [ 3 ] {} <Debug> HTTP-Session: b1d166ab-e784-4807-8170-3104e60f24de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6507 | 2024.07.10 23:06:07.205604 [ 3 ] {} <Trace> HTTP-Session: b1d166ab-e784-4807-8170-3104e60f24de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6508 | 2024.07.10 23:06:07.205753 [ 3 ] {5b031685-c5cb-4f4c-8db4-4e1a95e1d3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6509 | 2024.07.10 23:06:07.205795 [ 3 ] {5b031685-c5cb-4f4c-8db4-4e1a95e1d3e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6510 | 2024.07.10 23:06:07.205942 [ 3 ] {5b031685-c5cb-4f4c-8db4-4e1a95e1d3e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6511 | 2024.07.10 23:06:07.206358 [ 3 ] {5b031685-c5cb-4f4c-8db4-4e1a95e1d3e5} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6512 | 2024.07.10 23:06:07.206394 [ 3 ] {5b031685-c5cb-4f4c-8db4-4e1a95e1d3e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6513 | 2024.07.10 23:06:07.206727 [ 3 ] {5b031685-c5cb-4f4c-8db4-4e1a95e1d3e5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6514 | 2024.07.10 23:06:07.207045 [ 3 ] {5b031685-c5cb-4f4c-8db4-4e1a95e1d3e5} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6515 | 2024.07.10 23:06:07.207168 [ 3 ] {5b031685-c5cb-4f4c-8db4-4e1a95e1d3e5} <Debug> executeQuery: Read 147 rows, 12.62 KiB in 0.001479 sec., 99391.48073022312 rows/sec., 8.34 MiB/sec. | ||
6516 | 2024.07.10 23:06:07.207330 [ 3 ] {5b031685-c5cb-4f4c-8db4-4e1a95e1d3e5} <Debug> DynamicQueryHandler: Done processing query | ||
6517 | 2024.07.10 23:06:07.207354 [ 3 ] {5b031685-c5cb-4f4c-8db4-4e1a95e1d3e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6518 | 2024.07.10 23:06:07.207370 [ 3 ] {} <Debug> HTTP-Session: b1d166ab-e784-4807-8170-3104e60f24de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6519 | 2024.07.10 23:06:07.207488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6520 | 2024.07.10 23:06:07.207535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6521 | 2024.07.10 23:06:07.207554 [ 3 ] {} <Debug> HTTP-Session: f1433b25-f938-43a6-b037-303575eddc65 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6522 | 2024.07.10 23:06:07.207572 [ 3 ] {} <Debug> HTTP-Session: f1433b25-f938-43a6-b037-303575eddc65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6523 | 2024.07.10 23:06:07.207585 [ 3 ] {} <Debug> HTTP-Session: f1433b25-f938-43a6-b037-303575eddc65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6524 | 2024.07.10 23:06:07.207617 [ 3 ] {} <Trace> HTTP-Session: f1433b25-f938-43a6-b037-303575eddc65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6525 | 2024.07.10 23:06:07.207710 [ 3 ] {daaafac5-7c58-4ff4-acac-54758b6a9302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6526 | 2024.07.10 23:06:07.207752 [ 3 ] {daaafac5-7c58-4ff4-acac-54758b6a9302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6527 | 2024.07.10 23:06:07.207878 [ 3 ] {daaafac5-7c58-4ff4-acac-54758b6a9302} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6528 | 2024.07.10 23:06:07.208151 [ 3 ] {daaafac5-7c58-4ff4-acac-54758b6a9302} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6529 | 2024.07.10 23:06:07.208186 [ 3 ] {daaafac5-7c58-4ff4-acac-54758b6a9302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6530 | 2024.07.10 23:06:07.208485 [ 3 ] {daaafac5-7c58-4ff4-acac-54758b6a9302} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6531 | 2024.07.10 23:06:07.208812 [ 3 ] {daaafac5-7c58-4ff4-acac-54758b6a9302} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6532 | 2024.07.10 23:06:07.208954 [ 3 ] {daaafac5-7c58-4ff4-acac-54758b6a9302} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001266 sec., 1579.778830963665 rows/sec., 110.31 KiB/sec. | ||
6533 | 2024.07.10 23:06:07.209312 [ 3 ] {daaafac5-7c58-4ff4-acac-54758b6a9302} <Debug> DynamicQueryHandler: Done processing query | ||
6534 | 2024.07.10 23:06:07.209337 [ 3 ] {daaafac5-7c58-4ff4-acac-54758b6a9302} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6535 | 2024.07.10 23:06:07.209353 [ 3 ] {} <Debug> HTTP-Session: f1433b25-f938-43a6-b037-303575eddc65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6536 | 2024.07.10 23:06:07.209485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 16320, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6537 | 2024.07.10 23:06:07.209534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6538 | 2024.07.10 23:06:07.209554 [ 3 ] {} <Debug> HTTP-Session: c81c3b54-e522-4808-8611-14e9304539fe Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6539 | 2024.07.10 23:06:07.209571 [ 3 ] {} <Debug> HTTP-Session: c81c3b54-e522-4808-8611-14e9304539fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6540 | 2024.07.10 23:06:07.209585 [ 3 ] {} <Debug> HTTP-Session: c81c3b54-e522-4808-8611-14e9304539fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6541 | 2024.07.10 23:06:07.209617 [ 3 ] {} <Trace> HTTP-Session: c81c3b54-e522-4808-8611-14e9304539fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6542 | 2024.07.10 23:06:07.209752 [ 3 ] {3093d841-4263-4f90-88dd-38d03456f322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6543 | 2024.07.10 23:06:07.209804 [ 3 ] {3093d841-4263-4f90-88dd-38d03456f322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6544 | 2024.07.10 23:06:07.209974 [ 3 ] {3093d841-4263-4f90-88dd-38d03456f322} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6545 | 2024.07.10 23:06:07.210370 [ 3 ] {3093d841-4263-4f90-88dd-38d03456f322} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6546 | 2024.07.10 23:06:07.210409 [ 3 ] {3093d841-4263-4f90-88dd-38d03456f322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6547 | 2024.07.10 23:06:07.210726 [ 3 ] {3093d841-4263-4f90-88dd-38d03456f322} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6548 | 2024.07.10 23:06:07.211051 [ 3 ] {3093d841-4263-4f90-88dd-38d03456f322} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6549 | 2024.07.10 23:06:07.211178 [ 3 ] {3093d841-4263-4f90-88dd-38d03456f322} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001486 sec., 64602.96096904442 rows/sec., 5.05 MiB/sec. | ||
6550 | 2024.07.10 23:06:07.211452 [ 3 ] {3093d841-4263-4f90-88dd-38d03456f322} <Debug> DynamicQueryHandler: Done processing query | ||
6551 | 2024.07.10 23:06:07.211505 [ 3 ] {3093d841-4263-4f90-88dd-38d03456f322} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6552 | 2024.07.10 23:06:07.211538 [ 3 ] {} <Debug> HTTP-Session: c81c3b54-e522-4808-8611-14e9304539fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6553 | 2024.07.10 23:06:07.211719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6554 | 2024.07.10 23:06:07.211768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6555 | 2024.07.10 23:06:07.211787 [ 3 ] {} <Debug> HTTP-Session: f921265b-37bc-4732-bb8f-1c644e96454f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6556 | 2024.07.10 23:06:07.211805 [ 3 ] {} <Debug> HTTP-Session: f921265b-37bc-4732-bb8f-1c644e96454f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6557 | 2024.07.10 23:06:07.211820 [ 3 ] {} <Debug> HTTP-Session: f921265b-37bc-4732-bb8f-1c644e96454f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6558 | 2024.07.10 23:06:07.211850 [ 3 ] {} <Trace> HTTP-Session: f921265b-37bc-4732-bb8f-1c644e96454f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6559 | 2024.07.10 23:06:07.212000 [ 3 ] {da546ec7-c348-48c6-bd62-7cf7edaa5726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6560 | 2024.07.10 23:06:07.212048 [ 3 ] {da546ec7-c348-48c6-bd62-7cf7edaa5726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6561 | 2024.07.10 23:06:07.212208 [ 3 ] {da546ec7-c348-48c6-bd62-7cf7edaa5726} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6562 | 2024.07.10 23:06:07.212614 [ 3 ] {da546ec7-c348-48c6-bd62-7cf7edaa5726} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6563 | 2024.07.10 23:06:07.212651 [ 3 ] {da546ec7-c348-48c6-bd62-7cf7edaa5726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6564 | 2024.07.10 23:06:07.213046 [ 3 ] {da546ec7-c348-48c6-bd62-7cf7edaa5726} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6565 | 2024.07.10 23:06:07.213387 [ 3 ] {da546ec7-c348-48c6-bd62-7cf7edaa5726} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6566 | 2024.07.10 23:06:07.213521 [ 3 ] {da546ec7-c348-48c6-bd62-7cf7edaa5726} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001591 sec., 101194.21747328724 rows/sec., 7.05 MiB/sec. | ||
6567 | 2024.07.10 23:06:07.213691 [ 3 ] {da546ec7-c348-48c6-bd62-7cf7edaa5726} <Debug> DynamicQueryHandler: Done processing query | ||
6568 | 2024.07.10 23:06:07.213714 [ 3 ] {da546ec7-c348-48c6-bd62-7cf7edaa5726} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6569 | 2024.07.10 23:06:07.213731 [ 3 ] {} <Debug> HTTP-Session: f921265b-37bc-4732-bb8f-1c644e96454f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6570 | 2024.07.10 23:06:07.213876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 48295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6571 | 2024.07.10 23:06:07.213924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6572 | 2024.07.10 23:06:07.213943 [ 3 ] {} <Debug> HTTP-Session: fd9409a4-2f28-4b5b-9648-55d5ac8a191c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6573 | 2024.07.10 23:06:07.213961 [ 3 ] {} <Debug> HTTP-Session: fd9409a4-2f28-4b5b-9648-55d5ac8a191c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6574 | 2024.07.10 23:06:07.213975 [ 3 ] {} <Debug> HTTP-Session: fd9409a4-2f28-4b5b-9648-55d5ac8a191c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6575 | 2024.07.10 23:06:07.214006 [ 3 ] {} <Trace> HTTP-Session: fd9409a4-2f28-4b5b-9648-55d5ac8a191c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6576 | 2024.07.10 23:06:07.214302 [ 3 ] {3f29e482-ab54-4b21-b5d7-462ec852a06f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6577 | 2024.07.10 23:06:07.214367 [ 3 ] {3f29e482-ab54-4b21-b5d7-462ec852a06f} <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 | ||
6578 | 2024.07.10 23:06:07.214773 [ 3 ] {3f29e482-ab54-4b21-b5d7-462ec852a06f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6579 | 2024.07.10 23:06:07.215600 [ 3 ] {3f29e482-ab54-4b21-b5d7-462ec852a06f} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6580 | 2024.07.10 23:06:07.215636 [ 3 ] {3f29e482-ab54-4b21-b5d7-462ec852a06f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6581 | 2024.07.10 23:06:07.216285 [ 3 ] {3f29e482-ab54-4b21-b5d7-462ec852a06f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6582 | 2024.07.10 23:06:07.216710 [ 3 ] {3f29e482-ab54-4b21-b5d7-462ec852a06f} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6583 | 2024.07.10 23:06:07.216887 [ 3 ] {3f29e482-ab54-4b21-b5d7-462ec852a06f} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002792 sec., 10744.985673352434 rows/sec., 19.25 MiB/sec. | ||
6584 | 2024.07.10 23:06:07.217117 [ 3 ] {3f29e482-ab54-4b21-b5d7-462ec852a06f} <Debug> DynamicQueryHandler: Done processing query | ||
6585 | 2024.07.10 23:06:07.217141 [ 3 ] {3f29e482-ab54-4b21-b5d7-462ec852a06f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6586 | 2024.07.10 23:06:07.217157 [ 3 ] {} <Debug> HTTP-Session: fd9409a4-2f28-4b5b-9648-55d5ac8a191c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6587 | 2024.07.10 23:06:07.217283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6588 | 2024.07.10 23:06:07.217330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6589 | 2024.07.10 23:06:07.217349 [ 3 ] {} <Debug> HTTP-Session: e9b49c9d-225d-4562-85f3-1081bf141db0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6590 | 2024.07.10 23:06:07.217365 [ 3 ] {} <Debug> HTTP-Session: e9b49c9d-225d-4562-85f3-1081bf141db0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6591 | 2024.07.10 23:06:07.217379 [ 3 ] {} <Debug> HTTP-Session: e9b49c9d-225d-4562-85f3-1081bf141db0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6592 | 2024.07.10 23:06:07.217411 [ 3 ] {} <Trace> HTTP-Session: e9b49c9d-225d-4562-85f3-1081bf141db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6593 | 2024.07.10 23:06:07.217540 [ 3 ] {33184cd8-426d-44df-b6f2-b9c92782edfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6594 | 2024.07.10 23:06:07.217582 [ 3 ] {33184cd8-426d-44df-b6f2-b9c92782edfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6595 | 2024.07.10 23:06:07.217709 [ 3 ] {33184cd8-426d-44df-b6f2-b9c92782edfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6596 | 2024.07.10 23:06:07.218027 [ 3 ] {33184cd8-426d-44df-b6f2-b9c92782edfe} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6597 | 2024.07.10 23:06:07.218063 [ 3 ] {33184cd8-426d-44df-b6f2-b9c92782edfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
6598 | 2024.07.10 23:06:07.218449 [ 3 ] {33184cd8-426d-44df-b6f2-b9c92782edfe} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6599 | 2024.07.10 23:06:07.218772 [ 3 ] {33184cd8-426d-44df-b6f2-b9c92782edfe} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6600 | 2024.07.10 23:06:07.218932 [ 3 ] {33184cd8-426d-44df-b6f2-b9c92782edfe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
6601 | 2024.07.10 23:06:07.219098 [ 3 ] {33184cd8-426d-44df-b6f2-b9c92782edfe} <Debug> DynamicQueryHandler: Done processing query | ||
6602 | 2024.07.10 23:06:07.219122 [ 3 ] {33184cd8-426d-44df-b6f2-b9c92782edfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6603 | 2024.07.10 23:06:07.219138 [ 3 ] {} <Debug> HTTP-Session: e9b49c9d-225d-4562-85f3-1081bf141db0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6604 | 2024.07.10 23:06:12.195736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6605 | 2024.07.10 23:06:12.195873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6606 | 2024.07.10 23:06:12.195902 [ 3 ] {} <Debug> HTTP-Session: 3a913be4-cbf0-48f5-8626-6988dd02c727 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6607 | 2024.07.10 23:06:12.195931 [ 3 ] {} <Debug> HTTP-Session: 3a913be4-cbf0-48f5-8626-6988dd02c727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6608 | 2024.07.10 23:06:12.195949 [ 3 ] {} <Debug> HTTP-Session: 3a913be4-cbf0-48f5-8626-6988dd02c727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6609 | 2024.07.10 23:06:12.196006 [ 3 ] {} <Trace> HTTP-Session: 3a913be4-cbf0-48f5-8626-6988dd02c727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6610 | 2024.07.10 23:06:12.196202 [ 3 ] {6d0ffca6-2369-4830-80a1-6d0369c4278b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6611 | 2024.07.10 23:06:12.196279 [ 3 ] {6d0ffca6-2369-4830-80a1-6d0369c4278b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6612 | 2024.07.10 23:06:12.196485 [ 3 ] {6d0ffca6-2369-4830-80a1-6d0369c4278b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6613 | 2024.07.10 23:06:12.196969 [ 3 ] {6d0ffca6-2369-4830-80a1-6d0369c4278b} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6614 | 2024.07.10 23:06:12.197014 [ 3 ] {6d0ffca6-2369-4830-80a1-6d0369c4278b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6615 | 2024.07.10 23:06:12.197366 [ 3 ] {6d0ffca6-2369-4830-80a1-6d0369c4278b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6616 | 2024.07.10 23:06:12.197704 [ 3 ] {6d0ffca6-2369-4830-80a1-6d0369c4278b} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6617 | 2024.07.10 23:06:12.197883 [ 3 ] {6d0ffca6-2369-4830-80a1-6d0369c4278b} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.00173 sec., 578.0346820809249 rows/sec., 46.85 KiB/sec. | ||
6618 | 2024.07.10 23:06:12.198196 [ 3 ] {6d0ffca6-2369-4830-80a1-6d0369c4278b} <Debug> DynamicQueryHandler: Done processing query | ||
6619 | 2024.07.10 23:06:12.198223 [ 3 ] {6d0ffca6-2369-4830-80a1-6d0369c4278b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6620 | 2024.07.10 23:06:12.198241 [ 3 ] {} <Debug> HTTP-Session: 3a913be4-cbf0-48f5-8626-6988dd02c727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6621 | 2024.07.10 23:06:12.198384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6622 | 2024.07.10 23:06:12.198440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6623 | 2024.07.10 23:06:12.198460 [ 3 ] {} <Debug> HTTP-Session: 1ba90a60-ace3-4b37-b30b-c4c751da001d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6624 | 2024.07.10 23:06:12.198478 [ 3 ] {} <Debug> HTTP-Session: 1ba90a60-ace3-4b37-b30b-c4c751da001d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6625 | 2024.07.10 23:06:12.198492 [ 3 ] {} <Debug> HTTP-Session: 1ba90a60-ace3-4b37-b30b-c4c751da001d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6626 | 2024.07.10 23:06:12.198527 [ 3 ] {} <Trace> HTTP-Session: 1ba90a60-ace3-4b37-b30b-c4c751da001d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6627 | 2024.07.10 23:06:12.198647 [ 3 ] {92f1f330-6690-48a3-a7b5-b2e0e1a52bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6628 | 2024.07.10 23:06:12.198693 [ 3 ] {92f1f330-6690-48a3-a7b5-b2e0e1a52bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6629 | 2024.07.10 23:06:12.198842 [ 3 ] {92f1f330-6690-48a3-a7b5-b2e0e1a52bdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6630 | 2024.07.10 23:06:12.199210 [ 3 ] {92f1f330-6690-48a3-a7b5-b2e0e1a52bdb} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6631 | 2024.07.10 23:06:12.199247 [ 3 ] {92f1f330-6690-48a3-a7b5-b2e0e1a52bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6632 | 2024.07.10 23:06:12.199559 [ 3 ] {92f1f330-6690-48a3-a7b5-b2e0e1a52bdb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6633 | 2024.07.10 23:06:12.199861 [ 3 ] {92f1f330-6690-48a3-a7b5-b2e0e1a52bdb} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6634 | 2024.07.10 23:06:12.200001 [ 3 ] {92f1f330-6690-48a3-a7b5-b2e0e1a52bdb} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001395 sec., 42293.90681003584 rows/sec., 3.27 MiB/sec. | ||
6635 | 2024.07.10 23:06:12.200294 [ 3 ] {92f1f330-6690-48a3-a7b5-b2e0e1a52bdb} <Debug> DynamicQueryHandler: Done processing query | ||
6636 | 2024.07.10 23:06:12.200359 [ 3 ] {92f1f330-6690-48a3-a7b5-b2e0e1a52bdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6637 | 2024.07.10 23:06:12.200418 [ 3 ] {} <Debug> HTTP-Session: 1ba90a60-ace3-4b37-b30b-c4c751da001d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6638 | 2024.07.10 23:06:12.200583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6639 | 2024.07.10 23:06:12.200637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6640 | 2024.07.10 23:06:12.200656 [ 3 ] {} <Debug> HTTP-Session: a4a63c36-06ec-4e10-8d9a-4bde826bb7b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6641 | 2024.07.10 23:06:12.200674 [ 3 ] {} <Debug> HTTP-Session: a4a63c36-06ec-4e10-8d9a-4bde826bb7b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6642 | 2024.07.10 23:06:12.200688 [ 3 ] {} <Debug> HTTP-Session: a4a63c36-06ec-4e10-8d9a-4bde826bb7b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6643 | 2024.07.10 23:06:12.200722 [ 3 ] {} <Trace> HTTP-Session: a4a63c36-06ec-4e10-8d9a-4bde826bb7b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6644 | 2024.07.10 23:06:12.200844 [ 3 ] {52dde073-b478-41e4-96a0-0ab3dd93ce03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6645 | 2024.07.10 23:06:12.200890 [ 3 ] {52dde073-b478-41e4-96a0-0ab3dd93ce03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6646 | 2024.07.10 23:06:12.201039 [ 3 ] {52dde073-b478-41e4-96a0-0ab3dd93ce03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6647 | 2024.07.10 23:06:12.201366 [ 3 ] {52dde073-b478-41e4-96a0-0ab3dd93ce03} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6648 | 2024.07.10 23:06:12.201402 [ 3 ] {52dde073-b478-41e4-96a0-0ab3dd93ce03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6649 | 2024.07.10 23:06:12.201710 [ 3 ] {52dde073-b478-41e4-96a0-0ab3dd93ce03} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6650 | 2024.07.10 23:06:12.202007 [ 3 ] {52dde073-b478-41e4-96a0-0ab3dd93ce03} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6651 | 2024.07.10 23:06:12.202155 [ 3 ] {52dde073-b478-41e4-96a0-0ab3dd93ce03} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.00135 sec., 48148.148148148146 rows/sec., 3.76 MiB/sec. | ||
6652 | 2024.07.10 23:06:12.202321 [ 3 ] {52dde073-b478-41e4-96a0-0ab3dd93ce03} <Debug> DynamicQueryHandler: Done processing query | ||
6653 | 2024.07.10 23:06:12.202345 [ 3 ] {52dde073-b478-41e4-96a0-0ab3dd93ce03} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6654 | 2024.07.10 23:06:12.202361 [ 3 ] {} <Debug> HTTP-Session: a4a63c36-06ec-4e10-8d9a-4bde826bb7b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6655 | 2024.07.10 23:06:12.202524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6656 | 2024.07.10 23:06:12.202572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6657 | 2024.07.10 23:06:12.202591 [ 3 ] {} <Debug> HTTP-Session: 01995501-5b55-419b-9270-7bb0d298e09e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6658 | 2024.07.10 23:06:12.202608 [ 3 ] {} <Debug> HTTP-Session: 01995501-5b55-419b-9270-7bb0d298e09e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6659 | 2024.07.10 23:06:12.202622 [ 3 ] {} <Debug> HTTP-Session: 01995501-5b55-419b-9270-7bb0d298e09e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6660 | 2024.07.10 23:06:12.202653 [ 3 ] {} <Trace> HTTP-Session: 01995501-5b55-419b-9270-7bb0d298e09e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6661 | 2024.07.10 23:06:12.202799 [ 3 ] {71526a6f-80c2-4545-918b-4e81291f5911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6662 | 2024.07.10 23:06:12.202850 [ 3 ] {71526a6f-80c2-4545-918b-4e81291f5911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6663 | 2024.07.10 23:06:12.202998 [ 3 ] {71526a6f-80c2-4545-918b-4e81291f5911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6664 | 2024.07.10 23:06:12.203414 [ 3 ] {71526a6f-80c2-4545-918b-4e81291f5911} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6665 | 2024.07.10 23:06:12.203450 [ 3 ] {71526a6f-80c2-4545-918b-4e81291f5911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6666 | 2024.07.10 23:06:12.203837 [ 3 ] {71526a6f-80c2-4545-918b-4e81291f5911} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6667 | 2024.07.10 23:06:12.204171 [ 3 ] {71526a6f-80c2-4545-918b-4e81291f5911} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6668 | 2024.07.10 23:06:12.204320 [ 3 ] {71526a6f-80c2-4545-918b-4e81291f5911} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00158 sec., 101265.82278481012 rows/sec., 7.05 MiB/sec. | ||
6669 | 2024.07.10 23:06:12.204494 [ 3 ] {71526a6f-80c2-4545-918b-4e81291f5911} <Debug> DynamicQueryHandler: Done processing query | ||
6670 | 2024.07.10 23:06:12.204517 [ 3 ] {71526a6f-80c2-4545-918b-4e81291f5911} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6671 | 2024.07.10 23:06:12.204533 [ 3 ] {} <Debug> HTTP-Session: 01995501-5b55-419b-9270-7bb0d298e09e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6672 | 2024.07.10 23:06:12.204644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6673 | 2024.07.10 23:06:12.204691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6674 | 2024.07.10 23:06:12.204710 [ 3 ] {} <Debug> HTTP-Session: 9bb5988a-76c8-4df8-8ee2-5e058b2b523a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6675 | 2024.07.10 23:06:12.204726 [ 3 ] {} <Debug> HTTP-Session: 9bb5988a-76c8-4df8-8ee2-5e058b2b523a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6676 | 2024.07.10 23:06:12.204739 [ 3 ] {} <Debug> HTTP-Session: 9bb5988a-76c8-4df8-8ee2-5e058b2b523a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6677 | 2024.07.10 23:06:12.204769 [ 3 ] {} <Trace> HTTP-Session: 9bb5988a-76c8-4df8-8ee2-5e058b2b523a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6678 | 2024.07.10 23:06:12.204875 [ 3 ] {c945d01f-4fa9-4521-9ee1-1aa7f611ae74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6679 | 2024.07.10 23:06:12.204939 [ 3 ] {c945d01f-4fa9-4521-9ee1-1aa7f611ae74} <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 | ||
6680 | 2024.07.10 23:06:12.205345 [ 3 ] {c945d01f-4fa9-4521-9ee1-1aa7f611ae74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6681 | 2024.07.10 23:06:12.205832 [ 3 ] {c945d01f-4fa9-4521-9ee1-1aa7f611ae74} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6682 | 2024.07.10 23:06:12.205867 [ 3 ] {c945d01f-4fa9-4521-9ee1-1aa7f611ae74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6683 | 2024.07.10 23:06:12.206426 [ 3 ] {c945d01f-4fa9-4521-9ee1-1aa7f611ae74} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6684 | 2024.07.10 23:06:12.206821 [ 3 ] {c945d01f-4fa9-4521-9ee1-1aa7f611ae74} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6685 | 2024.07.10 23:06:12.206998 [ 3 ] {c945d01f-4fa9-4521-9ee1-1aa7f611ae74} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002159 sec., 463.1773969430292 rows/sec., 849.91 KiB/sec. | ||
6686 | 2024.07.10 23:06:12.207209 [ 3 ] {c945d01f-4fa9-4521-9ee1-1aa7f611ae74} <Debug> DynamicQueryHandler: Done processing query | ||
6687 | 2024.07.10 23:06:12.207232 [ 3 ] {c945d01f-4fa9-4521-9ee1-1aa7f611ae74} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6688 | 2024.07.10 23:06:12.207248 [ 3 ] {} <Debug> HTTP-Session: 9bb5988a-76c8-4df8-8ee2-5e058b2b523a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6689 | 2024.07.10 23:06:12.207373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6690 | 2024.07.10 23:06:12.207422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6691 | 2024.07.10 23:06:12.207440 [ 3 ] {} <Debug> HTTP-Session: 7439a461-7ef2-48aa-892e-5e75682bf835 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6692 | 2024.07.10 23:06:12.207457 [ 3 ] {} <Debug> HTTP-Session: 7439a461-7ef2-48aa-892e-5e75682bf835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6693 | 2024.07.10 23:06:12.207472 [ 3 ] {} <Debug> HTTP-Session: 7439a461-7ef2-48aa-892e-5e75682bf835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6694 | 2024.07.10 23:06:12.207504 [ 3 ] {} <Trace> HTTP-Session: 7439a461-7ef2-48aa-892e-5e75682bf835 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6695 | 2024.07.10 23:06:12.207626 [ 3 ] {c2ddd302-c213-4d3b-a6d4-2e2f37d253e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6696 | 2024.07.10 23:06:12.207670 [ 3 ] {c2ddd302-c213-4d3b-a6d4-2e2f37d253e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6697 | 2024.07.10 23:06:12.207794 [ 3 ] {c2ddd302-c213-4d3b-a6d4-2e2f37d253e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6698 | 2024.07.10 23:06:12.208103 [ 3 ] {c2ddd302-c213-4d3b-a6d4-2e2f37d253e7} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6699 | 2024.07.10 23:06:12.208139 [ 3 ] {c2ddd302-c213-4d3b-a6d4-2e2f37d253e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6700 | 2024.07.10 23:06:12.208495 [ 3 ] {c2ddd302-c213-4d3b-a6d4-2e2f37d253e7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6701 | 2024.07.10 23:06:12.208806 [ 3 ] {c2ddd302-c213-4d3b-a6d4-2e2f37d253e7} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6702 | 2024.07.10 23:06:12.208962 [ 3 ] {c2ddd302-c213-4d3b-a6d4-2e2f37d253e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec. | ||
6703 | 2024.07.10 23:06:12.209124 [ 3 ] {c2ddd302-c213-4d3b-a6d4-2e2f37d253e7} <Debug> DynamicQueryHandler: Done processing query | ||
6704 | 2024.07.10 23:06:12.209149 [ 3 ] {c2ddd302-c213-4d3b-a6d4-2e2f37d253e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6705 | 2024.07.10 23:06:12.209165 [ 3 ] {} <Debug> HTTP-Session: 7439a461-7ef2-48aa-892e-5e75682bf835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6706 | 2024.07.10 23:06:12.552158 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6707 | 2024.07.10 23:06:12.552237 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6708 | 2024.07.10 23:06:17.198369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6709 | 2024.07.10 23:06:17.198545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6710 | 2024.07.10 23:06:17.198569 [ 3 ] {} <Debug> HTTP-Session: b923ff9f-5789-4f48-9339-fd3b21dca0ef Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6711 | 2024.07.10 23:06:17.198594 [ 3 ] {} <Debug> HTTP-Session: b923ff9f-5789-4f48-9339-fd3b21dca0ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6712 | 2024.07.10 23:06:17.198608 [ 3 ] {} <Debug> HTTP-Session: b923ff9f-5789-4f48-9339-fd3b21dca0ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6713 | 2024.07.10 23:06:17.198658 [ 3 ] {} <Trace> HTTP-Session: b923ff9f-5789-4f48-9339-fd3b21dca0ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6714 | 2024.07.10 23:06:17.198838 [ 3 ] {b5baae6a-82fb-44fb-96d7-10b91d7a43dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6715 | 2024.07.10 23:06:17.198904 [ 3 ] {b5baae6a-82fb-44fb-96d7-10b91d7a43dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6716 | 2024.07.10 23:06:17.199092 [ 3 ] {b5baae6a-82fb-44fb-96d7-10b91d7a43dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6717 | 2024.07.10 23:06:17.199537 [ 3 ] {b5baae6a-82fb-44fb-96d7-10b91d7a43dd} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6718 | 2024.07.10 23:06:17.199577 [ 3 ] {b5baae6a-82fb-44fb-96d7-10b91d7a43dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6719 | 2024.07.10 23:06:17.199933 [ 3 ] {b5baae6a-82fb-44fb-96d7-10b91d7a43dd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6720 | 2024.07.10 23:06:17.200258 [ 3 ] {b5baae6a-82fb-44fb-96d7-10b91d7a43dd} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6721 | 2024.07.10 23:06:17.200403 [ 3 ] {b5baae6a-82fb-44fb-96d7-10b91d7a43dd} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001624 sec., 18472.906403940888 rows/sec., 1.46 MiB/sec. | ||
6722 | 2024.07.10 23:06:17.200612 [ 3 ] {b5baae6a-82fb-44fb-96d7-10b91d7a43dd} <Debug> DynamicQueryHandler: Done processing query | ||
6723 | 2024.07.10 23:06:17.200638 [ 3 ] {b5baae6a-82fb-44fb-96d7-10b91d7a43dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6724 | 2024.07.10 23:06:17.200655 [ 3 ] {} <Debug> HTTP-Session: b923ff9f-5789-4f48-9339-fd3b21dca0ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6725 | 2024.07.10 23:06:17.200815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6726 | 2024.07.10 23:06:17.200871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6727 | 2024.07.10 23:06:17.200891 [ 3 ] {} <Debug> HTTP-Session: b49b736e-5be9-46db-92ae-9c9a84d7f049 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6728 | 2024.07.10 23:06:17.200909 [ 3 ] {} <Debug> HTTP-Session: b49b736e-5be9-46db-92ae-9c9a84d7f049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6729 | 2024.07.10 23:06:17.200922 [ 3 ] {} <Debug> HTTP-Session: b49b736e-5be9-46db-92ae-9c9a84d7f049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6730 | 2024.07.10 23:06:17.200958 [ 3 ] {} <Trace> HTTP-Session: b49b736e-5be9-46db-92ae-9c9a84d7f049 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6731 | 2024.07.10 23:06:17.201060 [ 3 ] {16f8b7d1-898f-4477-8741-46f419ebd2db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6732 | 2024.07.10 23:06:17.201106 [ 3 ] {16f8b7d1-898f-4477-8741-46f419ebd2db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6733 | 2024.07.10 23:06:17.201236 [ 3 ] {16f8b7d1-898f-4477-8741-46f419ebd2db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6734 | 2024.07.10 23:06:17.201550 [ 3 ] {16f8b7d1-898f-4477-8741-46f419ebd2db} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6735 | 2024.07.10 23:06:17.201586 [ 3 ] {16f8b7d1-898f-4477-8741-46f419ebd2db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6736 | 2024.07.10 23:06:17.201875 [ 3 ] {16f8b7d1-898f-4477-8741-46f419ebd2db} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6737 | 2024.07.10 23:06:17.202187 [ 3 ] {16f8b7d1-898f-4477-8741-46f419ebd2db} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6738 | 2024.07.10 23:06:17.202311 [ 3 ] {16f8b7d1-898f-4477-8741-46f419ebd2db} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00128 sec., 1562.4999999999998 rows/sec., 127.41 KiB/sec. | ||
6739 | 2024.07.10 23:06:17.202521 [ 3 ] {16f8b7d1-898f-4477-8741-46f419ebd2db} <Debug> DynamicQueryHandler: Done processing query | ||
6740 | 2024.07.10 23:06:17.202546 [ 3 ] {16f8b7d1-898f-4477-8741-46f419ebd2db} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6741 | 2024.07.10 23:06:17.202563 [ 3 ] {} <Debug> HTTP-Session: b49b736e-5be9-46db-92ae-9c9a84d7f049 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6742 | 2024.07.10 23:06:17.202704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 26564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6743 | 2024.07.10 23:06:17.202753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6744 | 2024.07.10 23:06:17.202771 [ 3 ] {} <Debug> HTTP-Session: 66ea4032-fbdf-487f-8309-9905c7c18d8e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6745 | 2024.07.10 23:06:17.202788 [ 3 ] {} <Debug> HTTP-Session: 66ea4032-fbdf-487f-8309-9905c7c18d8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6746 | 2024.07.10 23:06:17.202802 [ 3 ] {} <Debug> HTTP-Session: 66ea4032-fbdf-487f-8309-9905c7c18d8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6747 | 2024.07.10 23:06:17.202834 [ 3 ] {} <Trace> HTTP-Session: 66ea4032-fbdf-487f-8309-9905c7c18d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6748 | 2024.07.10 23:06:17.202977 [ 3 ] {3f838c31-d73e-45fc-8ddd-6fd91fa4a24b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6749 | 2024.07.10 23:06:17.203020 [ 3 ] {3f838c31-d73e-45fc-8ddd-6fd91fa4a24b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6750 | 2024.07.10 23:06:17.203141 [ 3 ] {3f838c31-d73e-45fc-8ddd-6fd91fa4a24b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6751 | 2024.07.10 23:06:17.203534 [ 3 ] {3f838c31-d73e-45fc-8ddd-6fd91fa4a24b} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6752 | 2024.07.10 23:06:17.203570 [ 3 ] {3f838c31-d73e-45fc-8ddd-6fd91fa4a24b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6753 | 2024.07.10 23:06:17.203882 [ 3 ] {3f838c31-d73e-45fc-8ddd-6fd91fa4a24b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6754 | 2024.07.10 23:06:17.204183 [ 3 ] {3f838c31-d73e-45fc-8ddd-6fd91fa4a24b} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6755 | 2024.07.10 23:06:17.204309 [ 3 ] {3f838c31-d73e-45fc-8ddd-6fd91fa4a24b} <Debug> executeQuery: Read 183 rows, 15.44 KiB in 0.001396 sec., 131088.8252148997 rows/sec., 10.80 MiB/sec. | ||
6756 | 2024.07.10 23:06:17.204471 [ 3 ] {3f838c31-d73e-45fc-8ddd-6fd91fa4a24b} <Debug> DynamicQueryHandler: Done processing query | ||
6757 | 2024.07.10 23:06:17.204495 [ 3 ] {3f838c31-d73e-45fc-8ddd-6fd91fa4a24b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6758 | 2024.07.10 23:06:17.204510 [ 3 ] {} <Debug> HTTP-Session: 66ea4032-fbdf-487f-8309-9905c7c18d8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6759 | 2024.07.10 23:06:17.204640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6760 | 2024.07.10 23:06:17.204688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6761 | 2024.07.10 23:06:17.204707 [ 3 ] {} <Debug> HTTP-Session: 1e915fe5-49cd-4152-8767-b25013dd5158 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6762 | 2024.07.10 23:06:17.204723 [ 3 ] {} <Debug> HTTP-Session: 1e915fe5-49cd-4152-8767-b25013dd5158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6763 | 2024.07.10 23:06:17.204737 [ 3 ] {} <Debug> HTTP-Session: 1e915fe5-49cd-4152-8767-b25013dd5158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6764 | 2024.07.10 23:06:17.204768 [ 3 ] {} <Trace> HTTP-Session: 1e915fe5-49cd-4152-8767-b25013dd5158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6765 | 2024.07.10 23:06:17.204862 [ 3 ] {9859f17d-d9c6-4954-91de-acb1bbd20f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6766 | 2024.07.10 23:06:17.204903 [ 3 ] {9859f17d-d9c6-4954-91de-acb1bbd20f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6767 | 2024.07.10 23:06:17.205025 [ 3 ] {9859f17d-d9c6-4954-91de-acb1bbd20f11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6768 | 2024.07.10 23:06:17.205280 [ 3 ] {9859f17d-d9c6-4954-91de-acb1bbd20f11} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6769 | 2024.07.10 23:06:17.205314 [ 3 ] {9859f17d-d9c6-4954-91de-acb1bbd20f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6770 | 2024.07.10 23:06:17.205600 [ 3 ] {9859f17d-d9c6-4954-91de-acb1bbd20f11} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6771 | 2024.07.10 23:06:17.205897 [ 3 ] {9859f17d-d9c6-4954-91de-acb1bbd20f11} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6772 | 2024.07.10 23:06:17.206018 [ 3 ] {9859f17d-d9c6-4954-91de-acb1bbd20f11} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00118 sec., 1694.915254237288 rows/sec., 118.35 KiB/sec. | ||
6773 | 2024.07.10 23:06:17.206198 [ 3 ] {9859f17d-d9c6-4954-91de-acb1bbd20f11} <Debug> DynamicQueryHandler: Done processing query | ||
6774 | 2024.07.10 23:06:17.206222 [ 3 ] {9859f17d-d9c6-4954-91de-acb1bbd20f11} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6775 | 2024.07.10 23:06:17.206237 [ 3 ] {} <Debug> HTTP-Session: 1e915fe5-49cd-4152-8767-b25013dd5158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6776 | 2024.07.10 23:06:17.206362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 20362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6777 | 2024.07.10 23:06:17.206414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6778 | 2024.07.10 23:06:17.206433 [ 3 ] {} <Debug> HTTP-Session: 676e9eee-d563-4979-8c54-dc017f254c3d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6779 | 2024.07.10 23:06:17.206451 [ 3 ] {} <Debug> HTTP-Session: 676e9eee-d563-4979-8c54-dc017f254c3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6780 | 2024.07.10 23:06:17.206464 [ 3 ] {} <Debug> HTTP-Session: 676e9eee-d563-4979-8c54-dc017f254c3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6781 | 2024.07.10 23:06:17.206494 [ 3 ] {} <Trace> HTTP-Session: 676e9eee-d563-4979-8c54-dc017f254c3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6782 | 2024.07.10 23:06:17.206621 [ 3 ] {5bf5a89e-7567-4207-9ed6-cddbb3889767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6783 | 2024.07.10 23:06:17.206688 [ 3 ] {5bf5a89e-7567-4207-9ed6-cddbb3889767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6784 | 2024.07.10 23:06:17.206811 [ 3 ] {5bf5a89e-7567-4207-9ed6-cddbb3889767} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6785 | 2024.07.10 23:06:17.207151 [ 3 ] {5bf5a89e-7567-4207-9ed6-cddbb3889767} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6786 | 2024.07.10 23:06:17.207186 [ 3 ] {5bf5a89e-7567-4207-9ed6-cddbb3889767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6787 | 2024.07.10 23:06:17.207494 [ 3 ] {5bf5a89e-7567-4207-9ed6-cddbb3889767} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6788 | 2024.07.10 23:06:17.207800 [ 3 ] {5bf5a89e-7567-4207-9ed6-cddbb3889767} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6789 | 2024.07.10 23:06:17.207931 [ 3 ] {5bf5a89e-7567-4207-9ed6-cddbb3889767} <Debug> executeQuery: Read 120 rows, 9.58 KiB in 0.001361 sec., 88170.4628949302 rows/sec., 6.87 MiB/sec. | ||
6790 | 2024.07.10 23:06:17.208178 [ 3 ] {5bf5a89e-7567-4207-9ed6-cddbb3889767} <Debug> DynamicQueryHandler: Done processing query | ||
6791 | 2024.07.10 23:06:17.208241 [ 3 ] {5bf5a89e-7567-4207-9ed6-cddbb3889767} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6792 | 2024.07.10 23:06:17.208276 [ 3 ] {} <Debug> HTTP-Session: 676e9eee-d563-4979-8c54-dc017f254c3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6793 | 2024.07.10 23:06:17.208482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 37810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6794 | 2024.07.10 23:06:17.208532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6795 | 2024.07.10 23:06:17.208550 [ 3 ] {} <Debug> HTTP-Session: 9130a408-9320-4471-ad24-3d09e5e6d116 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6796 | 2024.07.10 23:06:17.208567 [ 3 ] {} <Debug> HTTP-Session: 9130a408-9320-4471-ad24-3d09e5e6d116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6797 | 2024.07.10 23:06:17.208581 [ 3 ] {} <Debug> HTTP-Session: 9130a408-9320-4471-ad24-3d09e5e6d116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6798 | 2024.07.10 23:06:17.208614 [ 3 ] {} <Trace> HTTP-Session: 9130a408-9320-4471-ad24-3d09e5e6d116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6799 | 2024.07.10 23:06:17.208783 [ 3 ] {855ed74c-687a-4174-b03f-b44469dcf8e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6800 | 2024.07.10 23:06:17.208832 [ 3 ] {855ed74c-687a-4174-b03f-b44469dcf8e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6801 | 2024.07.10 23:06:17.208987 [ 3 ] {855ed74c-687a-4174-b03f-b44469dcf8e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6802 | 2024.07.10 23:06:17.209378 [ 3 ] {855ed74c-687a-4174-b03f-b44469dcf8e1} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6803 | 2024.07.10 23:06:17.209414 [ 3 ] {855ed74c-687a-4174-b03f-b44469dcf8e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6804 | 2024.07.10 23:06:17.209794 [ 3 ] {855ed74c-687a-4174-b03f-b44469dcf8e1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6805 | 2024.07.10 23:06:17.210129 [ 3 ] {855ed74c-687a-4174-b03f-b44469dcf8e1} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6806 | 2024.07.10 23:06:17.210251 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6807 | 2024.07.10 23:06:17.210254 [ 3 ] {855ed74c-687a-4174-b03f-b44469dcf8e1} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001559 sec., 126363.05323925593 rows/sec., 8.82 MiB/sec. | ||
6808 | 2024.07.10 23:06:17.210299 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6809 | 2024.07.10 23:06:17.210344 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6810 | 2024.07.10 23:06:17.210511 [ 3 ] {855ed74c-687a-4174-b03f-b44469dcf8e1} <Debug> DynamicQueryHandler: Done processing query | ||
6811 | 2024.07.10 23:06:17.210564 [ 3 ] {855ed74c-687a-4174-b03f-b44469dcf8e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6812 | 2024.07.10 23:06:17.210601 [ 3 ] {} <Debug> HTTP-Session: 9130a408-9320-4471-ad24-3d09e5e6d116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6813 | 2024.07.10 23:06:17.210602 [ 192 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
6814 | 2024.07.10 23:06:17.211017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 48303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6815 | 2024.07.10 23:06:17.211189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6816 | 2024.07.10 23:06:17.211286 [ 3 ] {} <Debug> HTTP-Session: 907b35e5-5c4d-4a3d-a545-43ac8394c1c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6817 | 2024.07.10 23:06:17.211326 [ 192 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6818 | 2024.07.10 23:06:17.211337 [ 3 ] {} <Debug> HTTP-Session: 907b35e5-5c4d-4a3d-a545-43ac8394c1c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6819 | 2024.07.10 23:06:17.211364 [ 3 ] {} <Debug> HTTP-Session: 907b35e5-5c4d-4a3d-a545-43ac8394c1c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6820 | 2024.07.10 23:06:17.211378 [ 192 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5410 rows starting from the beginning of the part | ||
6821 | 2024.07.10 23:06:17.211405 [ 3 ] {} <Trace> HTTP-Session: 907b35e5-5c4d-4a3d-a545-43ac8394c1c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6822 | 2024.07.10 23:06:17.211486 [ 192 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 162 rows starting from the beginning of the part | ||
6823 | 2024.07.10 23:06:17.211775 [ 192 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 163 rows starting from the beginning of the part | ||
6824 | 2024.07.10 23:06:17.211850 [ 3 ] {0941b93d-8082-4e90-8680-a3a9e4a7411f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6825 | 2024.07.10 23:06:17.212144 [ 192 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part | ||
6826 | 2024.07.10 23:06:17.212252 [ 3 ] {0941b93d-8082-4e90-8680-a3a9e4a7411f} <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 | ||
6827 | 2024.07.10 23:06:17.212507 [ 192 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
6828 | 2024.07.10 23:06:17.212932 [ 192 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 197 rows starting from the beginning of the part | ||
6829 | 2024.07.10 23:06:17.214163 [ 3 ] {0941b93d-8082-4e90-8680-a3a9e4a7411f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6830 | 2024.07.10 23:06:17.215272 [ 3 ] {0941b93d-8082-4e90-8680-a3a9e4a7411f} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6831 | 2024.07.10 23:06:17.215314 [ 3 ] {0941b93d-8082-4e90-8680-a3a9e4a7411f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6832 | 2024.07.10 23:06:17.216162 [ 3 ] {0941b93d-8082-4e90-8680-a3a9e4a7411f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6833 | 2024.07.10 23:06:17.216667 [ 3 ] {0941b93d-8082-4e90-8680-a3a9e4a7411f} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6834 | 2024.07.10 23:06:17.216668 [ 192 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6253 rows, containing 5 columns (5 merged, 0 gathered) in 0.006252665 sec., 1000053.5771547012 rows/sec., 69.68 MiB/sec. | ||
6835 | 2024.07.10 23:06:17.216848 [ 3 ] {0941b93d-8082-4e90-8680-a3a9e4a7411f} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.005344 sec., 5613.77245508982 rows/sec., 10.06 MiB/sec. | ||
6836 | 2024.07.10 23:06:17.217156 [ 3 ] {0941b93d-8082-4e90-8680-a3a9e4a7411f} <Debug> DynamicQueryHandler: Done processing query | ||
6837 | 2024.07.10 23:06:17.217177 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6838 | 2024.07.10 23:06:17.217189 [ 3 ] {0941b93d-8082-4e90-8680-a3a9e4a7411f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6839 | 2024.07.10 23:06:17.217246 [ 3 ] {} <Debug> HTTP-Session: 907b35e5-5c4d-4a3d-a545-43ac8394c1c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6840 | 2024.07.10 23:06:17.217439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6841 | 2024.07.10 23:06:17.217543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6842 | 2024.07.10 23:06:17.217640 [ 3 ] {} <Debug> HTTP-Session: fa68b52a-375d-4f3f-95b5-0054b1636645 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6843 | 2024.07.10 23:06:17.217720 [ 3 ] {} <Debug> HTTP-Session: fa68b52a-375d-4f3f-95b5-0054b1636645 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6844 | 2024.07.10 23:06:17.217768 [ 3 ] {} <Debug> HTTP-Session: fa68b52a-375d-4f3f-95b5-0054b1636645 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6845 | 2024.07.10 23:06:17.217856 [ 3 ] {} <Trace> HTTP-Session: fa68b52a-375d-4f3f-95b5-0054b1636645 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6846 | 2024.07.10 23:06:17.218082 [ 3 ] {82e5bc40-ab57-4e20-ac3d-c04b39479224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6847 | 2024.07.10 23:06:17.218136 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6848 | 2024.07.10 23:06:17.218159 [ 3 ] {82e5bc40-ab57-4e20-ac3d-c04b39479224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6849 | 2024.07.10 23:06:17.218352 [ 186 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6850 | 2024.07.10 23:06:17.218595 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. | ||
6851 | 2024.07.10 23:06:17.218603 [ 3 ] {82e5bc40-ab57-4e20-ac3d-c04b39479224} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6852 | 2024.07.10 23:06:17.218972 [ 3 ] {82e5bc40-ab57-4e20-ac3d-c04b39479224} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6853 | 2024.07.10 23:06:17.219009 [ 3 ] {82e5bc40-ab57-4e20-ac3d-c04b39479224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6854 | 2024.07.10 23:06:17.219378 [ 3 ] {82e5bc40-ab57-4e20-ac3d-c04b39479224} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6855 | 2024.07.10 23:06:17.219705 [ 3 ] {82e5bc40-ab57-4e20-ac3d-c04b39479224} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6856 | 2024.07.10 23:06:17.219837 [ 3 ] {82e5bc40-ab57-4e20-ac3d-c04b39479224} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001839 sec., 32626.42740619902 rows/sec., 2.20 MiB/sec. | ||
6857 | 2024.07.10 23:06:17.219989 [ 3 ] {82e5bc40-ab57-4e20-ac3d-c04b39479224} <Debug> DynamicQueryHandler: Done processing query | ||
6858 | 2024.07.10 23:06:17.220012 [ 3 ] {82e5bc40-ab57-4e20-ac3d-c04b39479224} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6859 | 2024.07.10 23:06:17.220029 [ 3 ] {} <Debug> HTTP-Session: fa68b52a-375d-4f3f-95b5-0054b1636645 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6860 | 2024.07.10 23:06:22.196055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6861 | 2024.07.10 23:06:22.196248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6862 | 2024.07.10 23:06:22.196292 [ 3 ] {} <Debug> HTTP-Session: d6eaaa8a-8a1c-4ecd-8ab7-18779a09754b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6863 | 2024.07.10 23:06:22.196336 [ 3 ] {} <Debug> HTTP-Session: d6eaaa8a-8a1c-4ecd-8ab7-18779a09754b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6864 | 2024.07.10 23:06:22.196368 [ 3 ] {} <Debug> HTTP-Session: d6eaaa8a-8a1c-4ecd-8ab7-18779a09754b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6865 | 2024.07.10 23:06:22.196449 [ 3 ] {} <Trace> HTTP-Session: d6eaaa8a-8a1c-4ecd-8ab7-18779a09754b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6866 | 2024.07.10 23:06:22.196691 [ 3 ] {334bfdc0-d4b1-487f-a1c7-b9f93bf9e797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6867 | 2024.07.10 23:06:22.196759 [ 3 ] {334bfdc0-d4b1-487f-a1c7-b9f93bf9e797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6868 | 2024.07.10 23:06:22.196956 [ 3 ] {334bfdc0-d4b1-487f-a1c7-b9f93bf9e797} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6869 | 2024.07.10 23:06:22.197414 [ 3 ] {334bfdc0-d4b1-487f-a1c7-b9f93bf9e797} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6870 | 2024.07.10 23:06:22.197460 [ 3 ] {334bfdc0-d4b1-487f-a1c7-b9f93bf9e797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6871 | 2024.07.10 23:06:22.197843 [ 3 ] {334bfdc0-d4b1-487f-a1c7-b9f93bf9e797} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6872 | 2024.07.10 23:06:22.198197 [ 3 ] {334bfdc0-d4b1-487f-a1c7-b9f93bf9e797} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6873 | 2024.07.10 23:06:22.198382 [ 3 ] {334bfdc0-d4b1-487f-a1c7-b9f93bf9e797} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001733 sec., 577.0340450086555 rows/sec., 46.77 KiB/sec. | ||
6874 | 2024.07.10 23:06:22.198600 [ 3 ] {334bfdc0-d4b1-487f-a1c7-b9f93bf9e797} <Debug> DynamicQueryHandler: Done processing query | ||
6875 | 2024.07.10 23:06:22.198629 [ 3 ] {334bfdc0-d4b1-487f-a1c7-b9f93bf9e797} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6876 | 2024.07.10 23:06:22.198645 [ 3 ] {} <Debug> HTTP-Session: d6eaaa8a-8a1c-4ecd-8ab7-18779a09754b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6877 | 2024.07.10 23:06:22.198777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6878 | 2024.07.10 23:06:22.198832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6879 | 2024.07.10 23:06:22.198852 [ 3 ] {} <Debug> HTTP-Session: 3048aff5-d383-440c-bcd0-b702f1e901ca Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6880 | 2024.07.10 23:06:22.198871 [ 3 ] {} <Debug> HTTP-Session: 3048aff5-d383-440c-bcd0-b702f1e901ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6881 | 2024.07.10 23:06:22.198885 [ 3 ] {} <Debug> HTTP-Session: 3048aff5-d383-440c-bcd0-b702f1e901ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6882 | 2024.07.10 23:06:22.198921 [ 3 ] {} <Trace> HTTP-Session: 3048aff5-d383-440c-bcd0-b702f1e901ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6883 | 2024.07.10 23:06:22.199043 [ 3 ] {90890db8-b368-4edd-80e9-b8e6cc735882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6884 | 2024.07.10 23:06:22.199090 [ 3 ] {90890db8-b368-4edd-80e9-b8e6cc735882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6885 | 2024.07.10 23:06:22.199225 [ 3 ] {90890db8-b368-4edd-80e9-b8e6cc735882} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6886 | 2024.07.10 23:06:22.199566 [ 3 ] {90890db8-b368-4edd-80e9-b8e6cc735882} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6887 | 2024.07.10 23:06:22.199604 [ 3 ] {90890db8-b368-4edd-80e9-b8e6cc735882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6888 | 2024.07.10 23:06:22.199925 [ 3 ] {90890db8-b368-4edd-80e9-b8e6cc735882} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6889 | 2024.07.10 23:06:22.200242 [ 3 ] {90890db8-b368-4edd-80e9-b8e6cc735882} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6890 | 2024.07.10 23:06:22.200408 [ 3 ] {90890db8-b368-4edd-80e9-b8e6cc735882} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001396 sec., 42263.61031518624 rows/sec., 3.27 MiB/sec. | ||
6891 | 2024.07.10 23:06:22.200409 [ 69 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6892 | 2024.07.10 23:06:22.200512 [ 69 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6893 | 2024.07.10 23:06:22.200553 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6894 | 2024.07.10 23:06:22.200640 [ 3 ] {90890db8-b368-4edd-80e9-b8e6cc735882} <Debug> DynamicQueryHandler: Done processing query | ||
6895 | 2024.07.10 23:06:22.200702 [ 3 ] {90890db8-b368-4edd-80e9-b8e6cc735882} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6896 | 2024.07.10 23:06:22.200733 [ 3 ] {} <Debug> HTTP-Session: 3048aff5-d383-440c-bcd0-b702f1e901ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6897 | 2024.07.10 23:06:22.200744 [ 197 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
6898 | 2024.07.10 23:06:22.200938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6899 | 2024.07.10 23:06:22.200992 [ 197 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6900 | 2024.07.10 23:06:22.201055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6901 | 2024.07.10 23:06:22.201061 [ 197 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 193 rows starting from the beginning of the part | ||
6902 | 2024.07.10 23:06:22.201094 [ 3 ] {} <Debug> HTTP-Session: 375e3a0a-2e9a-4b9b-ab2d-aec9fec6ed40 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6903 | 2024.07.10 23:06:22.201132 [ 3 ] {} <Debug> HTTP-Session: 375e3a0a-2e9a-4b9b-ab2d-aec9fec6ed40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6904 | 2024.07.10 23:06:22.201178 [ 3 ] {} <Debug> HTTP-Session: 375e3a0a-2e9a-4b9b-ab2d-aec9fec6ed40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6905 | 2024.07.10 23:06:22.201239 [ 197 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 62 rows starting from the beginning of the part | ||
6906 | 2024.07.10 23:06:22.201297 [ 3 ] {} <Trace> HTTP-Session: 375e3a0a-2e9a-4b9b-ab2d-aec9fec6ed40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6907 | 2024.07.10 23:06:22.201632 [ 197 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 147 rows starting from the beginning of the part | ||
6908 | 2024.07.10 23:06:22.201792 [ 3 ] {657ae8e1-00b9-45fe-acac-719e945d3931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6909 | 2024.07.10 23:06:22.201909 [ 197 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 59 rows starting from the beginning of the part | ||
6910 | 2024.07.10 23:06:22.201936 [ 3 ] {657ae8e1-00b9-45fe-acac-719e945d3931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6911 | 2024.07.10 23:06:22.202312 [ 197 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 183 rows starting from the beginning of the part | ||
6912 | 2024.07.10 23:06:22.202595 [ 197 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 59 rows starting from the beginning of the part | ||
6913 | 2024.07.10 23:06:22.203238 [ 3 ] {657ae8e1-00b9-45fe-acac-719e945d3931} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6914 | 2024.07.10 23:06:22.204220 [ 3 ] {657ae8e1-00b9-45fe-acac-719e945d3931} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6915 | 2024.07.10 23:06:22.204305 [ 3 ] {657ae8e1-00b9-45fe-acac-719e945d3931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6916 | 2024.07.10 23:06:22.205076 [ 3 ] {657ae8e1-00b9-45fe-acac-719e945d3931} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6917 | 2024.07.10 23:06:22.205409 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 703 rows, containing 4 columns (4 merged, 0 gathered) in 0.004771674 sec., 147327.75122525136 rows/sec., 11.98 MiB/sec. | ||
6918 | 2024.07.10 23:06:22.205680 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6919 | 2024.07.10 23:06:22.205730 [ 3 ] {657ae8e1-00b9-45fe-acac-719e945d3931} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6920 | 2024.07.10 23:06:22.205979 [ 69 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6921 | 2024.07.10 23:06:22.206084 [ 3 ] {657ae8e1-00b9-45fe-acac-719e945d3931} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.004496 sec., 14457.29537366548 rows/sec., 1.13 MiB/sec. | ||
6922 | 2024.07.10 23:06:22.206190 [ 69 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6923 | 2024.07.10 23:06:22.206402 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6924 | 2024.07.10 23:06:22.206769 [ 3 ] {657ae8e1-00b9-45fe-acac-719e945d3931} <Debug> DynamicQueryHandler: Done processing query | ||
6925 | 2024.07.10 23:06:22.206818 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
6926 | 2024.07.10 23:06:22.206841 [ 3 ] {657ae8e1-00b9-45fe-acac-719e945d3931} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6927 | 2024.07.10 23:06:22.206918 [ 3 ] {} <Debug> HTTP-Session: 375e3a0a-2e9a-4b9b-ab2d-aec9fec6ed40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6928 | 2024.07.10 23:06:22.207135 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_46_9} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6929 | 2024.07.10 23:06:22.207155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6930 | 2024.07.10 23:06:22.207240 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6931 | 2024.07.10 23:06:22.207304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6932 | 2024.07.10 23:06:22.207347 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 151 rows starting from the beginning of the part | ||
6933 | 2024.07.10 23:06:22.207378 [ 3 ] {} <Debug> HTTP-Session: b15f8d22-767c-4449-868e-05a93c4709ca Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6934 | 2024.07.10 23:06:22.207414 [ 3 ] {} <Debug> HTTP-Session: b15f8d22-767c-4449-868e-05a93c4709ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6935 | 2024.07.10 23:06:22.207449 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_46_9} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6936 | 2024.07.10 23:06:22.207492 [ 3 ] {} <Debug> HTTP-Session: b15f8d22-767c-4449-868e-05a93c4709ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6937 | 2024.07.10 23:06:22.207657 [ 3 ] {} <Trace> HTTP-Session: b15f8d22-767c-4449-868e-05a93c4709ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6938 | 2024.07.10 23:06:22.207716 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 71 rows starting from the beginning of the part | ||
6939 | 2024.07.10 23:06:22.208100 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
6940 | 2024.07.10 23:06:22.208266 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 96 rows starting from the beginning of the part | ||
6941 | 2024.07.10 23:06:22.208268 [ 3 ] {06216804-29cc-4c90-8212-f2748f3dda09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6942 | 2024.07.10 23:06:22.208390 [ 3 ] {06216804-29cc-4c90-8212-f2748f3dda09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6943 | 2024.07.10 23:06:22.208417 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 65 rows starting from the beginning of the part | ||
6944 | 2024.07.10 23:06:22.208736 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 120 rows starting from the beginning of the part | ||
6945 | 2024.07.10 23:06:22.209019 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 65 rows starting from the beginning of the part | ||
6946 | 2024.07.10 23:06:22.209390 [ 3 ] {06216804-29cc-4c90-8212-f2748f3dda09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6947 | 2024.07.10 23:06:22.210053 [ 3 ] {06216804-29cc-4c90-8212-f2748f3dda09} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6948 | 2024.07.10 23:06:22.210099 [ 3 ] {06216804-29cc-4c90-8212-f2748f3dda09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6949 | 2024.07.10 23:06:22.210699 [ 3 ] {06216804-29cc-4c90-8212-f2748f3dda09} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6950 | 2024.07.10 23:06:22.210699 [ 199 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 4 columns (4 merged, 0 gathered) in 0.00416113 sec., 136501.38303778062 rows/sec., 10.66 MiB/sec. | ||
6951 | 2024.07.10 23:06:22.210982 [ 199 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6952 | 2024.07.10 23:06:22.211319 [ 3 ] {06216804-29cc-4c90-8212-f2748f3dda09} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6953 | 2024.07.10 23:06:22.211722 [ 3 ] {06216804-29cc-4c90-8212-f2748f3dda09} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003799 sec., 42116.3464069492 rows/sec., 2.93 MiB/sec. | ||
6954 | 2024.07.10 23:06:22.211966 [ 199 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_46_9} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6955 | 2024.07.10 23:06:22.212048 [ 3 ] {06216804-29cc-4c90-8212-f2748f3dda09} <Debug> DynamicQueryHandler: Done processing query | ||
6956 | 2024.07.10 23:06:22.212094 [ 3 ] {06216804-29cc-4c90-8212-f2748f3dda09} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6957 | 2024.07.10 23:06:22.212119 [ 199 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_46_9} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6958 | 2024.07.10 23:06:22.212132 [ 3 ] {} <Debug> HTTP-Session: b15f8d22-767c-4449-868e-05a93c4709ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6959 | 2024.07.10 23:06:22.212262 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
6960 | 2024.07.10 23:06:22.212293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6961 | 2024.07.10 23:06:22.212365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6962 | 2024.07.10 23:06:22.212384 [ 3 ] {} <Debug> HTTP-Session: b4363496-e00f-4aa2-be92-cc16f0854460 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6963 | 2024.07.10 23:06:22.212401 [ 3 ] {} <Debug> HTTP-Session: b4363496-e00f-4aa2-be92-cc16f0854460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6964 | 2024.07.10 23:06:22.212416 [ 3 ] {} <Debug> HTTP-Session: b4363496-e00f-4aa2-be92-cc16f0854460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6965 | 2024.07.10 23:06:22.212448 [ 3 ] {} <Trace> HTTP-Session: b4363496-e00f-4aa2-be92-cc16f0854460 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6966 | 2024.07.10 23:06:22.212563 [ 3 ] {acc8a322-d5b3-445c-83f7-bd12b1c4a4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6967 | 2024.07.10 23:06:22.212634 [ 3 ] {acc8a322-d5b3-445c-83f7-bd12b1c4a4a8} <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 | ||
6968 | 2024.07.10 23:06:22.213069 [ 3 ] {acc8a322-d5b3-445c-83f7-bd12b1c4a4a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6969 | 2024.07.10 23:06:22.213544 [ 3 ] {acc8a322-d5b3-445c-83f7-bd12b1c4a4a8} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6970 | 2024.07.10 23:06:22.213580 [ 3 ] {acc8a322-d5b3-445c-83f7-bd12b1c4a4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6971 | 2024.07.10 23:06:22.214154 [ 3 ] {acc8a322-d5b3-445c-83f7-bd12b1c4a4a8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6972 | 2024.07.10 23:06:22.214574 [ 3 ] {acc8a322-d5b3-445c-83f7-bd12b1c4a4a8} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6973 | 2024.07.10 23:06:22.214725 [ 3 ] {acc8a322-d5b3-445c-83f7-bd12b1c4a4a8} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002197 sec., 455.1661356395084 rows/sec., 835.21 KiB/sec. | ||
6974 | 2024.07.10 23:06:22.214725 [ 68 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6975 | 2024.07.10 23:06:22.214802 [ 68 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6976 | 2024.07.10 23:06:22.214849 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6977 | 2024.07.10 23:06:22.215148 [ 201 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::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 | ||
6978 | 2024.07.10 23:06:22.215162 [ 3 ] {acc8a322-d5b3-445c-83f7-bd12b1c4a4a8} <Debug> DynamicQueryHandler: Done processing query | ||
6979 | 2024.07.10 23:06:22.215266 [ 3 ] {acc8a322-d5b3-445c-83f7-bd12b1c4a4a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6980 | 2024.07.10 23:06:22.215287 [ 3 ] {} <Debug> HTTP-Session: b4363496-e00f-4aa2-be92-cc16f0854460 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6981 | 2024.07.10 23:06:22.215512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6982 | 2024.07.10 23:06:22.215652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6983 | 2024.07.10 23:06:22.215735 [ 3 ] {} <Debug> HTTP-Session: b1f7b136-ee39-4f41-8fbe-502a632b300a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
6984 | 2024.07.10 23:06:22.215783 [ 3 ] {} <Debug> HTTP-Session: b1f7b136-ee39-4f41-8fbe-502a632b300a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6985 | 2024.07.10 23:06:22.215834 [ 3 ] {} <Debug> HTTP-Session: b1f7b136-ee39-4f41-8fbe-502a632b300a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6986 | 2024.07.10 23:06:22.215940 [ 3 ] {} <Trace> HTTP-Session: b1f7b136-ee39-4f41-8fbe-502a632b300a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6987 | 2024.07.10 23:06:22.216152 [ 201 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6988 | 2024.07.10 23:06:22.216236 [ 3 ] {d0ea8de7-9875-4e19-a8d8-29af121ac5c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6989 | 2024.07.10 23:06:22.216306 [ 201 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 675 rows starting from the beginning of the part | ||
6990 | 2024.07.10 23:06:22.216357 [ 3 ] {d0ea8de7-9875-4e19-a8d8-29af121ac5c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6991 | 2024.07.10 23:06:22.217123 [ 201 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
6992 | 2024.07.10 23:06:22.217361 [ 3 ] {d0ea8de7-9875-4e19-a8d8-29af121ac5c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6993 | 2024.07.10 23:06:22.217895 [ 201 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part | ||
6994 | 2024.07.10 23:06:22.218552 [ 201 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
6995 | 2024.07.10 23:06:22.218952 [ 3 ] {d0ea8de7-9875-4e19-a8d8-29af121ac5c3} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6996 | 2024.07.10 23:06:22.219057 [ 3 ] {d0ea8de7-9875-4e19-a8d8-29af121ac5c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
6997 | 2024.07.10 23:06:22.219286 [ 201 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
6998 | 2024.07.10 23:06:22.219882 [ 201 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
6999 | 2024.07.10 23:06:22.220519 [ 3 ] {d0ea8de7-9875-4e19-a8d8-29af121ac5c3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7000 | 2024.07.10 23:06:22.221389 [ 3 ] {d0ea8de7-9875-4e19-a8d8-29af121ac5c3} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7001 | 2024.07.10 23:06:22.221768 [ 68 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7002 | 2024.07.10 23:06:22.221852 [ 3 ] {d0ea8de7-9875-4e19-a8d8-29af121ac5c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00571 sec., 10507.880910683012 rows/sec., 725.15 KiB/sec. | ||
7003 | 2024.07.10 23:06:22.221863 [ 68 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7004 | 2024.07.10 23:06:22.221944 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7005 | 2024.07.10 23:06:22.222515 [ 3 ] {d0ea8de7-9875-4e19-a8d8-29af121ac5c3} <Debug> DynamicQueryHandler: Done processing query | ||
7006 | 2024.07.10 23:06:22.222559 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
7007 | 2024.07.10 23:06:22.222617 [ 3 ] {d0ea8de7-9875-4e19-a8d8-29af121ac5c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7008 | 2024.07.10 23:06:22.222730 [ 3 ] {} <Debug> HTTP-Session: b1f7b136-ee39-4f41-8fbe-502a632b300a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7009 | 2024.07.10 23:06:22.223544 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7010 | 2024.07.10 23:06:22.223626 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1758 rows starting from the beginning of the part | ||
7011 | 2024.07.10 23:06:22.223882 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
7012 | 2024.07.10 23:06:22.224177 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
7013 | 2024.07.10 23:06:22.224587 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
7014 | 2024.07.10 23:06:22.224916 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
7015 | 2024.07.10 23:06:22.225202 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
7016 | 2024.07.10 23:06:22.228891 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2058 rows, containing 4 columns (4 merged, 0 gathered) in 0.006843299 sec., 300732.14687828196 rows/sec., 20.33 MiB/sec. | ||
7017 | 2024.07.10 23:06:22.229193 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7018 | 2024.07.10 23:06:22.229941 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_41_8} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7019 | 2024.07.10 23:06:22.230287 [ 189 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_41_8} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7020 | 2024.07.10 23:06:22.230392 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
7021 | 2024.07.10 23:06:22.231256 [ 200 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 738 rows, containing 19 columns (19 merged, 0 gathered) in 0.016279193 sec., 45333.94253634071 rows/sec., 81.24 MiB/sec. | ||
7022 | 2024.07.10 23:06:22.232407 [ 200 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7023 | 2024.07.10 23:06:22.233015 [ 200 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7024 | 2024.07.10 23:06:22.233100 [ 200 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7025 | 2024.07.10 23:06:22.233243 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. | ||
7026 | 2024.07.10 23:06:27.197004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7027 | 2024.07.10 23:06:27.197124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7028 | 2024.07.10 23:06:27.197150 [ 3 ] {} <Debug> HTTP-Session: befe208f-c44f-4b79-9959-6f7cdb2afb70 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7029 | 2024.07.10 23:06:27.197174 [ 3 ] {} <Debug> HTTP-Session: befe208f-c44f-4b79-9959-6f7cdb2afb70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7030 | 2024.07.10 23:06:27.197188 [ 3 ] {} <Debug> HTTP-Session: befe208f-c44f-4b79-9959-6f7cdb2afb70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7031 | 2024.07.10 23:06:27.197237 [ 3 ] {} <Trace> HTTP-Session: befe208f-c44f-4b79-9959-6f7cdb2afb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7032 | 2024.07.10 23:06:27.197421 [ 3 ] {5a85d11e-1439-4f10-9832-14d86d2e6dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7033 | 2024.07.10 23:06:27.197486 [ 3 ] {5a85d11e-1439-4f10-9832-14d86d2e6dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7034 | 2024.07.10 23:06:27.197677 [ 3 ] {5a85d11e-1439-4f10-9832-14d86d2e6dac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7035 | 2024.07.10 23:06:27.198099 [ 3 ] {5a85d11e-1439-4f10-9832-14d86d2e6dac} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7036 | 2024.07.10 23:06:27.198139 [ 3 ] {5a85d11e-1439-4f10-9832-14d86d2e6dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7037 | 2024.07.10 23:06:27.198516 [ 3 ] {5a85d11e-1439-4f10-9832-14d86d2e6dac} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7038 | 2024.07.10 23:06:27.198850 [ 3 ] {5a85d11e-1439-4f10-9832-14d86d2e6dac} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7039 | 2024.07.10 23:06:27.199001 [ 3 ] {5a85d11e-1439-4f10-9832-14d86d2e6dac} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00164 sec., 18292.682926829268 rows/sec., 1.45 MiB/sec. | ||
7040 | 2024.07.10 23:06:27.199245 [ 3 ] {5a85d11e-1439-4f10-9832-14d86d2e6dac} <Debug> DynamicQueryHandler: Done processing query | ||
7041 | 2024.07.10 23:06:27.199271 [ 3 ] {5a85d11e-1439-4f10-9832-14d86d2e6dac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7042 | 2024.07.10 23:06:27.199287 [ 3 ] {} <Debug> HTTP-Session: befe208f-c44f-4b79-9959-6f7cdb2afb70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7043 | 2024.07.10 23:06:27.199476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 21445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7044 | 2024.07.10 23:06:27.199530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7045 | 2024.07.10 23:06:27.199550 [ 3 ] {} <Debug> HTTP-Session: af284267-d9fe-40bc-8bff-438ee568c02b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7046 | 2024.07.10 23:06:27.199568 [ 3 ] {} <Debug> HTTP-Session: af284267-d9fe-40bc-8bff-438ee568c02b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7047 | 2024.07.10 23:06:27.199582 [ 3 ] {} <Debug> HTTP-Session: af284267-d9fe-40bc-8bff-438ee568c02b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7048 | 2024.07.10 23:06:27.199617 [ 3 ] {} <Trace> HTTP-Session: af284267-d9fe-40bc-8bff-438ee568c02b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7049 | 2024.07.10 23:06:27.199763 [ 3 ] {40c649e7-1d5a-4f90-b2ca-4d970e3a7247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7050 | 2024.07.10 23:06:27.199808 [ 3 ] {40c649e7-1d5a-4f90-b2ca-4d970e3a7247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7051 | 2024.07.10 23:06:27.199947 [ 3 ] {40c649e7-1d5a-4f90-b2ca-4d970e3a7247} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7052 | 2024.07.10 23:06:27.200395 [ 3 ] {40c649e7-1d5a-4f90-b2ca-4d970e3a7247} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7053 | 2024.07.10 23:06:27.200432 [ 3 ] {40c649e7-1d5a-4f90-b2ca-4d970e3a7247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7054 | 2024.07.10 23:06:27.200752 [ 3 ] {40c649e7-1d5a-4f90-b2ca-4d970e3a7247} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7055 | 2024.07.10 23:06:27.201067 [ 3 ] {40c649e7-1d5a-4f90-b2ca-4d970e3a7247} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7056 | 2024.07.10 23:06:27.201228 [ 3 ] {40c649e7-1d5a-4f90-b2ca-4d970e3a7247} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001523 sec., 95863.42744583059 rows/sec., 8.05 MiB/sec. | ||
7057 | 2024.07.10 23:06:27.201405 [ 3 ] {40c649e7-1d5a-4f90-b2ca-4d970e3a7247} <Debug> DynamicQueryHandler: Done processing query | ||
7058 | 2024.07.10 23:06:27.201428 [ 3 ] {40c649e7-1d5a-4f90-b2ca-4d970e3a7247} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7059 | 2024.07.10 23:06:27.201445 [ 3 ] {} <Debug> HTTP-Session: af284267-d9fe-40bc-8bff-438ee568c02b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7060 | 2024.07.10 23:06:27.201586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 15977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7061 | 2024.07.10 23:06:27.201635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7062 | 2024.07.10 23:06:27.201654 [ 3 ] {} <Debug> HTTP-Session: 4ae5632a-43d9-4f83-92cf-988072986140 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7063 | 2024.07.10 23:06:27.201671 [ 3 ] {} <Debug> HTTP-Session: 4ae5632a-43d9-4f83-92cf-988072986140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7064 | 2024.07.10 23:06:27.201685 [ 3 ] {} <Debug> HTTP-Session: 4ae5632a-43d9-4f83-92cf-988072986140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7065 | 2024.07.10 23:06:27.201717 [ 3 ] {} <Trace> HTTP-Session: 4ae5632a-43d9-4f83-92cf-988072986140 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7066 | 2024.07.10 23:06:27.201848 [ 3 ] {5074ca62-28d5-4b17-b273-82d70f6775a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7067 | 2024.07.10 23:06:27.201891 [ 3 ] {5074ca62-28d5-4b17-b273-82d70f6775a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7068 | 2024.07.10 23:06:27.202021 [ 3 ] {5074ca62-28d5-4b17-b273-82d70f6775a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7069 | 2024.07.10 23:06:27.202382 [ 3 ] {5074ca62-28d5-4b17-b273-82d70f6775a6} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7070 | 2024.07.10 23:06:27.202418 [ 3 ] {5074ca62-28d5-4b17-b273-82d70f6775a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7071 | 2024.07.10 23:06:27.202724 [ 3 ] {5074ca62-28d5-4b17-b273-82d70f6775a6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7072 | 2024.07.10 23:06:27.203022 [ 3 ] {5074ca62-28d5-4b17-b273-82d70f6775a6} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7073 | 2024.07.10 23:06:27.203171 [ 3 ] {5074ca62-28d5-4b17-b273-82d70f6775a6} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001373 sec., 68463.21922796794 rows/sec., 5.35 MiB/sec. | ||
7074 | 2024.07.10 23:06:27.203341 [ 3 ] {5074ca62-28d5-4b17-b273-82d70f6775a6} <Debug> DynamicQueryHandler: Done processing query | ||
7075 | 2024.07.10 23:06:27.203366 [ 3 ] {5074ca62-28d5-4b17-b273-82d70f6775a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7076 | 2024.07.10 23:06:27.203381 [ 3 ] {} <Debug> HTTP-Session: 4ae5632a-43d9-4f83-92cf-988072986140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7077 | 2024.07.10 23:06:27.203561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7078 | 2024.07.10 23:06:27.203610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7079 | 2024.07.10 23:06:27.203629 [ 3 ] {} <Debug> HTTP-Session: 05a4640d-32a5-4e78-8416-3d29e96558e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7080 | 2024.07.10 23:06:27.203645 [ 3 ] {} <Debug> HTTP-Session: 05a4640d-32a5-4e78-8416-3d29e96558e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7081 | 2024.07.10 23:06:27.203659 [ 3 ] {} <Debug> HTTP-Session: 05a4640d-32a5-4e78-8416-3d29e96558e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7082 | 2024.07.10 23:06:27.203689 [ 3 ] {} <Trace> HTTP-Session: 05a4640d-32a5-4e78-8416-3d29e96558e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7083 | 2024.07.10 23:06:27.203837 [ 3 ] {d22aa73e-7a1e-4c0e-bd00-0f200ce6ace9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7084 | 2024.07.10 23:06:27.203885 [ 3 ] {d22aa73e-7a1e-4c0e-bd00-0f200ce6ace9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7085 | 2024.07.10 23:06:27.204031 [ 3 ] {d22aa73e-7a1e-4c0e-bd00-0f200ce6ace9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7086 | 2024.07.10 23:06:27.204413 [ 3 ] {d22aa73e-7a1e-4c0e-bd00-0f200ce6ace9} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7087 | 2024.07.10 23:06:27.204448 [ 3 ] {d22aa73e-7a1e-4c0e-bd00-0f200ce6ace9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7088 | 2024.07.10 23:06:27.204829 [ 3 ] {d22aa73e-7a1e-4c0e-bd00-0f200ce6ace9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7089 | 2024.07.10 23:06:27.205158 [ 3 ] {d22aa73e-7a1e-4c0e-bd00-0f200ce6ace9} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7090 | 2024.07.10 23:06:27.205314 [ 3 ] {d22aa73e-7a1e-4c0e-bd00-0f200ce6ace9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001539 sec., 103963.61273554256 rows/sec., 7.24 MiB/sec. | ||
7091 | 2024.07.10 23:06:27.205485 [ 3 ] {d22aa73e-7a1e-4c0e-bd00-0f200ce6ace9} <Debug> DynamicQueryHandler: Done processing query | ||
7092 | 2024.07.10 23:06:27.205508 [ 3 ] {d22aa73e-7a1e-4c0e-bd00-0f200ce6ace9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7093 | 2024.07.10 23:06:27.205523 [ 3 ] {} <Debug> HTTP-Session: 05a4640d-32a5-4e78-8416-3d29e96558e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7094 | 2024.07.10 23:06:27.205677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 48298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7095 | 2024.07.10 23:06:27.205726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7096 | 2024.07.10 23:06:27.205744 [ 3 ] {} <Debug> HTTP-Session: ea34a445-f6ea-4a20-a020-12e9bc39b499 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7097 | 2024.07.10 23:06:27.205761 [ 3 ] {} <Debug> HTTP-Session: ea34a445-f6ea-4a20-a020-12e9bc39b499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7098 | 2024.07.10 23:06:27.205775 [ 3 ] {} <Debug> HTTP-Session: ea34a445-f6ea-4a20-a020-12e9bc39b499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7099 | 2024.07.10 23:06:27.205806 [ 3 ] {} <Trace> HTTP-Session: ea34a445-f6ea-4a20-a020-12e9bc39b499 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7100 | 2024.07.10 23:06:27.206098 [ 3 ] {371532e4-361a-4cc4-913d-da5b599ec64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7101 | 2024.07.10 23:06:27.206163 [ 3 ] {371532e4-361a-4cc4-913d-da5b599ec64f} <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 | ||
7102 | 2024.07.10 23:06:27.206563 [ 3 ] {371532e4-361a-4cc4-913d-da5b599ec64f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7103 | 2024.07.10 23:06:27.207284 [ 3 ] {371532e4-361a-4cc4-913d-da5b599ec64f} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7104 | 2024.07.10 23:06:27.207320 [ 3 ] {371532e4-361a-4cc4-913d-da5b599ec64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7105 | 2024.07.10 23:06:27.207938 [ 3 ] {371532e4-361a-4cc4-913d-da5b599ec64f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7106 | 2024.07.10 23:06:27.208354 [ 3 ] {371532e4-361a-4cc4-913d-da5b599ec64f} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7107 | 2024.07.10 23:06:27.208539 [ 3 ] {371532e4-361a-4cc4-913d-da5b599ec64f} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002652 sec., 11312.217194570136 rows/sec., 20.27 MiB/sec. | ||
7108 | 2024.07.10 23:06:27.208759 [ 3 ] {371532e4-361a-4cc4-913d-da5b599ec64f} <Debug> DynamicQueryHandler: Done processing query | ||
7109 | 2024.07.10 23:06:27.208783 [ 3 ] {371532e4-361a-4cc4-913d-da5b599ec64f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7110 | 2024.07.10 23:06:27.208798 [ 3 ] {} <Debug> HTTP-Session: ea34a445-f6ea-4a20-a020-12e9bc39b499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7111 | 2024.07.10 23:06:27.208927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7112 | 2024.07.10 23:06:27.208975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7113 | 2024.07.10 23:06:27.208994 [ 3 ] {} <Debug> HTTP-Session: 0b9cc82d-450c-4961-930b-bf4e204efd58 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7114 | 2024.07.10 23:06:27.209011 [ 3 ] {} <Debug> HTTP-Session: 0b9cc82d-450c-4961-930b-bf4e204efd58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7115 | 2024.07.10 23:06:27.209025 [ 3 ] {} <Debug> HTTP-Session: 0b9cc82d-450c-4961-930b-bf4e204efd58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7116 | 2024.07.10 23:06:27.209055 [ 3 ] {} <Trace> HTTP-Session: 0b9cc82d-450c-4961-930b-bf4e204efd58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7117 | 2024.07.10 23:06:27.209173 [ 3 ] {2363972a-1f57-4fb5-88f5-886482527e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7118 | 2024.07.10 23:06:27.209217 [ 3 ] {2363972a-1f57-4fb5-88f5-886482527e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7119 | 2024.07.10 23:06:27.209344 [ 3 ] {2363972a-1f57-4fb5-88f5-886482527e83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7120 | 2024.07.10 23:06:27.209660 [ 3 ] {2363972a-1f57-4fb5-88f5-886482527e83} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7121 | 2024.07.10 23:06:27.209695 [ 3 ] {2363972a-1f57-4fb5-88f5-886482527e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7122 | 2024.07.10 23:06:27.210050 [ 3 ] {2363972a-1f57-4fb5-88f5-886482527e83} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7123 | 2024.07.10 23:06:27.210367 [ 3 ] {2363972a-1f57-4fb5-88f5-886482527e83} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7124 | 2024.07.10 23:06:27.210529 [ 3 ] {2363972a-1f57-4fb5-88f5-886482527e83} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
7125 | 2024.07.10 23:06:27.210799 [ 3 ] {2363972a-1f57-4fb5-88f5-886482527e83} <Debug> DynamicQueryHandler: Done processing query | ||
7126 | 2024.07.10 23:06:27.210844 [ 3 ] {2363972a-1f57-4fb5-88f5-886482527e83} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7127 | 2024.07.10 23:06:27.210869 [ 3 ] {} <Debug> HTTP-Session: 0b9cc82d-450c-4961-930b-bf4e204efd58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7128 | 2024.07.10 23:06:27.552294 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7129 | 2024.07.10 23:06:27.552366 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7130 | 2024.07.10 23:06:29.514016 [ 63 ] {} <Debug> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
7131 | 2024.07.10 23:06:29.514087 [ 63 ] {} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7132 | 2024.07.10 23:06:29.514114 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7133 | 2024.07.10 23:06:29.514336 [ 201 ] {c4817826-8c46-47f4-a150-00bb10db9e81::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 | ||
7134 | 2024.07.10 23:06:29.514564 [ 201 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7135 | 2024.07.10 23:06:29.514608 [ 201 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 14 rows starting from the beginning of the part | ||
7136 | 2024.07.10 23:06:29.514695 [ 201 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
7137 | 2024.07.10 23:06:29.514941 [ 201 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
7138 | 2024.07.10 23:06:29.515164 [ 201 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
7139 | 2024.07.10 23:06:29.515296 [ 201 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
7140 | 2024.07.10 23:06:29.516384 [ 189 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002183277 sec., 12824.758379261999 rows/sec., 1.02 MiB/sec. | ||
7141 | 2024.07.10 23:06:29.516590 [ 200 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
7142 | 2024.07.10 23:06:29.517058 [ 200 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_14_3} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7143 | 2024.07.10 23:06:29.517143 [ 200 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_14_3} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
7144 | 2024.07.10 23:06:29.517242 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7145 | 2024.07.10 23:06:29.521730 [ 63 ] {} <Debug> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
7146 | 2024.07.10 23:06:29.521771 [ 63 ] {} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7147 | 2024.07.10 23:06:29.521794 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7148 | 2024.07.10 23:06:29.521964 [ 201 ] {48986285-592e-4dd3-94a5-580a2967e42b::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 | ||
7149 | 2024.07.10 23:06:29.522168 [ 201 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7150 | 2024.07.10 23:06:29.522203 [ 201 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 14 rows starting from the beginning of the part | ||
7151 | 2024.07.10 23:06:29.522318 [ 201 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
7152 | 2024.07.10 23:06:29.522543 [ 201 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
7153 | 2024.07.10 23:06:29.522640 [ 201 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
7154 | 2024.07.10 23:06:29.522821 [ 201 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
7155 | 2024.07.10 23:06:29.523765 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.001909271 sec., 14665.283241614208 rows/sec., 1023.99 KiB/sec. | ||
7156 | 2024.07.10 23:06:29.523903 [ 189 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
7157 | 2024.07.10 23:06:29.524342 [ 189 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_14_3} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7158 | 2024.07.10 23:06:29.524435 [ 189 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_14_3} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
7159 | 2024.07.10 23:06:29.524522 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7160 | 2024.07.10 23:06:32.195640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7161 | 2024.07.10 23:06:32.195792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7162 | 2024.07.10 23:06:32.195819 [ 3 ] {} <Debug> HTTP-Session: 4e75ca17-1339-43b1-a886-d6a1f84aeb54 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7163 | 2024.07.10 23:06:32.195843 [ 3 ] {} <Debug> HTTP-Session: 4e75ca17-1339-43b1-a886-d6a1f84aeb54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7164 | 2024.07.10 23:06:32.195859 [ 3 ] {} <Debug> HTTP-Session: 4e75ca17-1339-43b1-a886-d6a1f84aeb54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7165 | 2024.07.10 23:06:32.195907 [ 3 ] {} <Trace> HTTP-Session: 4e75ca17-1339-43b1-a886-d6a1f84aeb54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7166 | 2024.07.10 23:06:32.196074 [ 3 ] {6c32e08f-916e-423a-82b7-e8125bbf8a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7167 | 2024.07.10 23:06:32.196140 [ 3 ] {6c32e08f-916e-423a-82b7-e8125bbf8a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7168 | 2024.07.10 23:06:32.196326 [ 3 ] {6c32e08f-916e-423a-82b7-e8125bbf8a78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7169 | 2024.07.10 23:06:32.196762 [ 3 ] {6c32e08f-916e-423a-82b7-e8125bbf8a78} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7170 | 2024.07.10 23:06:32.196801 [ 3 ] {6c32e08f-916e-423a-82b7-e8125bbf8a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7171 | 2024.07.10 23:06:32.197152 [ 3 ] {6c32e08f-916e-423a-82b7-e8125bbf8a78} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7172 | 2024.07.10 23:06:32.197482 [ 3 ] {6c32e08f-916e-423a-82b7-e8125bbf8a78} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7173 | 2024.07.10 23:06:32.197612 [ 60 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
7174 | 2024.07.10 23:06:32.197628 [ 3 ] {6c32e08f-916e-423a-82b7-e8125bbf8a78} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001606 sec., 622.66500622665 rows/sec., 50.47 KiB/sec. | ||
7175 | 2024.07.10 23:06:32.197654 [ 60 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7176 | 2024.07.10 23:06:32.197687 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7177 | 2024.07.10 23:06:32.197810 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
7178 | 2024.07.10 23:06:32.197868 [ 3 ] {6c32e08f-916e-423a-82b7-e8125bbf8a78} <Debug> DynamicQueryHandler: Done processing query | ||
7179 | 2024.07.10 23:06:32.197904 [ 3 ] {6c32e08f-916e-423a-82b7-e8125bbf8a78} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7180 | 2024.07.10 23:06:32.197932 [ 3 ] {} <Debug> HTTP-Session: 4e75ca17-1339-43b1-a886-d6a1f84aeb54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7181 | 2024.07.10 23:06:32.197959 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7182 | 2024.07.10 23:06:32.197994 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 31 rows starting from the beginning of the part | ||
7183 | 2024.07.10 23:06:32.198063 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
7184 | 2024.07.10 23:06:32.198126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7185 | 2024.07.10 23:06:32.198323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7186 | 2024.07.10 23:06:32.198342 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
7187 | 2024.07.10 23:06:32.198433 [ 3 ] {} <Debug> HTTP-Session: 6cebd1e8-1632-439b-8a38-0520563fa434 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7188 | 2024.07.10 23:06:32.198518 [ 3 ] {} <Debug> HTTP-Session: 6cebd1e8-1632-439b-8a38-0520563fa434 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7189 | 2024.07.10 23:06:32.198694 [ 3 ] {} <Debug> HTTP-Session: 6cebd1e8-1632-439b-8a38-0520563fa434 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7190 | 2024.07.10 23:06:32.198832 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
7191 | 2024.07.10 23:06:32.198857 [ 3 ] {} <Trace> HTTP-Session: 6cebd1e8-1632-439b-8a38-0520563fa434 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7192 | 2024.07.10 23:06:32.199063 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part | ||
7193 | 2024.07.10 23:06:32.199248 [ 3 ] {d796fa6f-e961-46f0-a49a-167f5df1fe9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7194 | 2024.07.10 23:06:32.199305 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
7195 | 2024.07.10 23:06:32.199344 [ 3 ] {d796fa6f-e961-46f0-a49a-167f5df1fe9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7196 | 2024.07.10 23:06:32.199741 [ 3 ] {d796fa6f-e961-46f0-a49a-167f5df1fe9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7197 | 2024.07.10 23:06:32.200289 [ 3 ] {d796fa6f-e961-46f0-a49a-167f5df1fe9a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7198 | 2024.07.10 23:06:32.200337 [ 3 ] {d796fa6f-e961-46f0-a49a-167f5df1fe9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7199 | 2024.07.10 23:06:32.200783 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 4 columns (4 merged, 0 gathered) in 0.003028555 sec., 31037.90421504645 rows/sec., 2.46 MiB/sec. | ||
7200 | 2024.07.10 23:06:32.200825 [ 3 ] {d796fa6f-e961-46f0-a49a-167f5df1fe9a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7201 | 2024.07.10 23:06:32.201034 [ 189 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
7202 | 2024.07.10 23:06:32.201623 [ 3 ] {d796fa6f-e961-46f0-a49a-167f5df1fe9a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7203 | 2024.07.10 23:06:32.201960 [ 3 ] {d796fa6f-e961-46f0-a49a-167f5df1fe9a} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.002897 sec., 20365.895754228513 rows/sec., 1.57 MiB/sec. | ||
7204 | 2024.07.10 23:06:32.202063 [ 189 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_33_7} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7205 | 2024.07.10 23:06:32.202277 [ 189 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_33_7} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
7206 | 2024.07.10 23:06:32.202316 [ 3 ] {d796fa6f-e961-46f0-a49a-167f5df1fe9a} <Debug> DynamicQueryHandler: Done processing query | ||
7207 | 2024.07.10 23:06:32.202401 [ 3 ] {d796fa6f-e961-46f0-a49a-167f5df1fe9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7208 | 2024.07.10 23:06:32.202439 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7209 | 2024.07.10 23:06:32.202448 [ 3 ] {} <Debug> HTTP-Session: 6cebd1e8-1632-439b-8a38-0520563fa434 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7210 | 2024.07.10 23:06:32.202642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7211 | 2024.07.10 23:06:32.202693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7212 | 2024.07.10 23:06:32.202712 [ 3 ] {} <Debug> HTTP-Session: 5e7472a9-ad01-47e7-8e8f-c47363c7e4b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7213 | 2024.07.10 23:06:32.202730 [ 3 ] {} <Debug> HTTP-Session: 5e7472a9-ad01-47e7-8e8f-c47363c7e4b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7214 | 2024.07.10 23:06:32.202745 [ 3 ] {} <Debug> HTTP-Session: 5e7472a9-ad01-47e7-8e8f-c47363c7e4b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7215 | 2024.07.10 23:06:32.202780 [ 3 ] {} <Trace> HTTP-Session: 5e7472a9-ad01-47e7-8e8f-c47363c7e4b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7216 | 2024.07.10 23:06:32.202907 [ 3 ] {56a92a96-6d3a-4ed6-bf1e-9c04d13fb069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7217 | 2024.07.10 23:06:32.202952 [ 3 ] {56a92a96-6d3a-4ed6-bf1e-9c04d13fb069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7218 | 2024.07.10 23:06:32.203100 [ 3 ] {56a92a96-6d3a-4ed6-bf1e-9c04d13fb069} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7219 | 2024.07.10 23:06:32.203452 [ 3 ] {56a92a96-6d3a-4ed6-bf1e-9c04d13fb069} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7220 | 2024.07.10 23:06:32.203488 [ 3 ] {56a92a96-6d3a-4ed6-bf1e-9c04d13fb069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7221 | 2024.07.10 23:06:32.203799 [ 3 ] {56a92a96-6d3a-4ed6-bf1e-9c04d13fb069} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7222 | 2024.07.10 23:06:32.204107 [ 3 ] {56a92a96-6d3a-4ed6-bf1e-9c04d13fb069} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7223 | 2024.07.10 23:06:32.204233 [ 3 ] {56a92a96-6d3a-4ed6-bf1e-9c04d13fb069} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001372 sec., 47376.09329446064 rows/sec., 3.70 MiB/sec. | ||
7224 | 2024.07.10 23:06:32.204492 [ 3 ] {56a92a96-6d3a-4ed6-bf1e-9c04d13fb069} <Debug> DynamicQueryHandler: Done processing query | ||
7225 | 2024.07.10 23:06:32.204553 [ 3 ] {56a92a96-6d3a-4ed6-bf1e-9c04d13fb069} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7226 | 2024.07.10 23:06:32.204606 [ 3 ] {} <Debug> HTTP-Session: 5e7472a9-ad01-47e7-8e8f-c47363c7e4b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7227 | 2024.07.10 23:06:32.204809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7228 | 2024.07.10 23:06:32.204862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7229 | 2024.07.10 23:06:32.204881 [ 3 ] {} <Debug> HTTP-Session: 6601fb91-91d1-4756-a2b4-d9bc2916c76c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7230 | 2024.07.10 23:06:32.204898 [ 3 ] {} <Debug> HTTP-Session: 6601fb91-91d1-4756-a2b4-d9bc2916c76c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7231 | 2024.07.10 23:06:32.204912 [ 3 ] {} <Debug> HTTP-Session: 6601fb91-91d1-4756-a2b4-d9bc2916c76c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7232 | 2024.07.10 23:06:32.204944 [ 3 ] {} <Trace> HTTP-Session: 6601fb91-91d1-4756-a2b4-d9bc2916c76c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7233 | 2024.07.10 23:06:32.205098 [ 3 ] {376dfa43-55fb-4d54-bd7e-092f9e6432e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7234 | 2024.07.10 23:06:32.205149 [ 3 ] {376dfa43-55fb-4d54-bd7e-092f9e6432e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7235 | 2024.07.10 23:06:32.205312 [ 3 ] {376dfa43-55fb-4d54-bd7e-092f9e6432e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7236 | 2024.07.10 23:06:32.205722 [ 3 ] {376dfa43-55fb-4d54-bd7e-092f9e6432e7} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7237 | 2024.07.10 23:06:32.205758 [ 3 ] {376dfa43-55fb-4d54-bd7e-092f9e6432e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7238 | 2024.07.10 23:06:32.206141 [ 3 ] {376dfa43-55fb-4d54-bd7e-092f9e6432e7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7239 | 2024.07.10 23:06:32.206478 [ 3 ] {376dfa43-55fb-4d54-bd7e-092f9e6432e7} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7240 | 2024.07.10 23:06:32.206600 [ 3 ] {376dfa43-55fb-4d54-bd7e-092f9e6432e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. | ||
7241 | 2024.07.10 23:06:32.206766 [ 3 ] {376dfa43-55fb-4d54-bd7e-092f9e6432e7} <Debug> DynamicQueryHandler: Done processing query | ||
7242 | 2024.07.10 23:06:32.206789 [ 3 ] {376dfa43-55fb-4d54-bd7e-092f9e6432e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7243 | 2024.07.10 23:06:32.206805 [ 3 ] {} <Debug> HTTP-Session: 6601fb91-91d1-4756-a2b4-d9bc2916c76c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7244 | 2024.07.10 23:06:32.206930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7245 | 2024.07.10 23:06:32.206978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7246 | 2024.07.10 23:06:32.206997 [ 3 ] {} <Debug> HTTP-Session: 409bbcfc-6a39-40ae-99fb-88497f023b32 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7247 | 2024.07.10 23:06:32.207013 [ 3 ] {} <Debug> HTTP-Session: 409bbcfc-6a39-40ae-99fb-88497f023b32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7248 | 2024.07.10 23:06:32.207027 [ 3 ] {} <Debug> HTTP-Session: 409bbcfc-6a39-40ae-99fb-88497f023b32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7249 | 2024.07.10 23:06:32.207057 [ 3 ] {} <Trace> HTTP-Session: 409bbcfc-6a39-40ae-99fb-88497f023b32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7250 | 2024.07.10 23:06:32.207155 [ 3 ] {eb5fda77-f2ee-4337-b903-7d8c1a7fbd9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7251 | 2024.07.10 23:06:32.207218 [ 3 ] {eb5fda77-f2ee-4337-b903-7d8c1a7fbd9a} <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 | ||
7252 | 2024.07.10 23:06:32.207610 [ 3 ] {eb5fda77-f2ee-4337-b903-7d8c1a7fbd9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7253 | 2024.07.10 23:06:32.208066 [ 3 ] {eb5fda77-f2ee-4337-b903-7d8c1a7fbd9a} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7254 | 2024.07.10 23:06:32.208100 [ 3 ] {eb5fda77-f2ee-4337-b903-7d8c1a7fbd9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7255 | 2024.07.10 23:06:32.208670 [ 3 ] {eb5fda77-f2ee-4337-b903-7d8c1a7fbd9a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7256 | 2024.07.10 23:06:32.209069 [ 3 ] {eb5fda77-f2ee-4337-b903-7d8c1a7fbd9a} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7257 | 2024.07.10 23:06:32.209212 [ 3 ] {eb5fda77-f2ee-4337-b903-7d8c1a7fbd9a} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002088 sec., 478.9272030651341 rows/sec., 878.81 KiB/sec. | ||
7258 | 2024.07.10 23:06:32.209434 [ 3 ] {eb5fda77-f2ee-4337-b903-7d8c1a7fbd9a} <Debug> DynamicQueryHandler: Done processing query | ||
7259 | 2024.07.10 23:06:32.209458 [ 3 ] {eb5fda77-f2ee-4337-b903-7d8c1a7fbd9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7260 | 2024.07.10 23:06:32.209473 [ 3 ] {} <Debug> HTTP-Session: 409bbcfc-6a39-40ae-99fb-88497f023b32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7261 | 2024.07.10 23:06:32.209637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7262 | 2024.07.10 23:06:32.209685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7263 | 2024.07.10 23:06:32.209704 [ 3 ] {} <Debug> HTTP-Session: fb579274-f51b-48f1-88cc-4d40417ad263 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7264 | 2024.07.10 23:06:32.209720 [ 3 ] {} <Debug> HTTP-Session: fb579274-f51b-48f1-88cc-4d40417ad263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7265 | 2024.07.10 23:06:32.209734 [ 3 ] {} <Debug> HTTP-Session: fb579274-f51b-48f1-88cc-4d40417ad263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7266 | 2024.07.10 23:06:32.209765 [ 3 ] {} <Trace> HTTP-Session: fb579274-f51b-48f1-88cc-4d40417ad263 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7267 | 2024.07.10 23:06:32.209881 [ 3 ] {4607e283-52df-48c7-ad41-a06641e27eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7268 | 2024.07.10 23:06:32.209925 [ 3 ] {4607e283-52df-48c7-ad41-a06641e27eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7269 | 2024.07.10 23:06:32.210052 [ 3 ] {4607e283-52df-48c7-ad41-a06641e27eee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7270 | 2024.07.10 23:06:32.210387 [ 3 ] {4607e283-52df-48c7-ad41-a06641e27eee} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7271 | 2024.07.10 23:06:32.210422 [ 3 ] {4607e283-52df-48c7-ad41-a06641e27eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7272 | 2024.07.10 23:06:32.210771 [ 3 ] {4607e283-52df-48c7-ad41-a06641e27eee} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7273 | 2024.07.10 23:06:32.211084 [ 3 ] {4607e283-52df-48c7-ad41-a06641e27eee} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7274 | 2024.07.10 23:06:32.211207 [ 3 ] {4607e283-52df-48c7-ad41-a06641e27eee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
7275 | 2024.07.10 23:06:32.211368 [ 3 ] {4607e283-52df-48c7-ad41-a06641e27eee} <Debug> DynamicQueryHandler: Done processing query | ||
7276 | 2024.07.10 23:06:32.211392 [ 3 ] {4607e283-52df-48c7-ad41-a06641e27eee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7277 | 2024.07.10 23:06:32.211408 [ 3 ] {} <Debug> HTTP-Session: fb579274-f51b-48f1-88cc-4d40417ad263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7278 | 2024.07.10 23:06:37.196879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7279 | 2024.07.10 23:06:37.197070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7280 | 2024.07.10 23:06:37.197104 [ 3 ] {} <Debug> HTTP-Session: e513fab4-9c75-44cf-8970-29e99c1f260f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7281 | 2024.07.10 23:06:37.197132 [ 3 ] {} <Debug> HTTP-Session: e513fab4-9c75-44cf-8970-29e99c1f260f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7282 | 2024.07.10 23:06:37.197150 [ 3 ] {} <Debug> HTTP-Session: e513fab4-9c75-44cf-8970-29e99c1f260f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7283 | 2024.07.10 23:06:37.197205 [ 3 ] {} <Trace> HTTP-Session: e513fab4-9c75-44cf-8970-29e99c1f260f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7284 | 2024.07.10 23:06:37.197408 [ 3 ] {d6e65005-cec5-48ec-bb96-a17281bc25fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7285 | 2024.07.10 23:06:37.197482 [ 3 ] {d6e65005-cec5-48ec-bb96-a17281bc25fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7286 | 2024.07.10 23:06:37.197698 [ 3 ] {d6e65005-cec5-48ec-bb96-a17281bc25fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7287 | 2024.07.10 23:06:37.198170 [ 3 ] {d6e65005-cec5-48ec-bb96-a17281bc25fa} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7288 | 2024.07.10 23:06:37.198210 [ 3 ] {d6e65005-cec5-48ec-bb96-a17281bc25fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7289 | 2024.07.10 23:06:37.198576 [ 3 ] {d6e65005-cec5-48ec-bb96-a17281bc25fa} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7290 | 2024.07.10 23:06:37.198915 [ 3 ] {d6e65005-cec5-48ec-bb96-a17281bc25fa} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7291 | 2024.07.10 23:06:37.199059 [ 3 ] {d6e65005-cec5-48ec-bb96-a17281bc25fa} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001718 sec., 17462.165308498254 rows/sec., 1.38 MiB/sec. | ||
7292 | 2024.07.10 23:06:37.199354 [ 3 ] {d6e65005-cec5-48ec-bb96-a17281bc25fa} <Debug> DynamicQueryHandler: Done processing query | ||
7293 | 2024.07.10 23:06:37.199398 [ 3 ] {d6e65005-cec5-48ec-bb96-a17281bc25fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7294 | 2024.07.10 23:06:37.199420 [ 3 ] {} <Debug> HTTP-Session: e513fab4-9c75-44cf-8970-29e99c1f260f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7295 | 2024.07.10 23:06:37.199587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 21445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7296 | 2024.07.10 23:06:37.199645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7297 | 2024.07.10 23:06:37.199664 [ 3 ] {} <Debug> HTTP-Session: 425f32e4-79a8-4beb-93b0-e7f64d2b2614 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7298 | 2024.07.10 23:06:37.199682 [ 3 ] {} <Debug> HTTP-Session: 425f32e4-79a8-4beb-93b0-e7f64d2b2614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7299 | 2024.07.10 23:06:37.199695 [ 3 ] {} <Debug> HTTP-Session: 425f32e4-79a8-4beb-93b0-e7f64d2b2614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7300 | 2024.07.10 23:06:37.199730 [ 3 ] {} <Trace> HTTP-Session: 425f32e4-79a8-4beb-93b0-e7f64d2b2614 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7301 | 2024.07.10 23:06:37.199878 [ 3 ] {3fa45017-9f02-404e-951b-f389021e6080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7302 | 2024.07.10 23:06:37.199925 [ 3 ] {3fa45017-9f02-404e-951b-f389021e6080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7303 | 2024.07.10 23:06:37.200071 [ 3 ] {3fa45017-9f02-404e-951b-f389021e6080} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7304 | 2024.07.10 23:06:37.200492 [ 3 ] {3fa45017-9f02-404e-951b-f389021e6080} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7305 | 2024.07.10 23:06:37.200528 [ 3 ] {3fa45017-9f02-404e-951b-f389021e6080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7306 | 2024.07.10 23:06:37.200849 [ 3 ] {3fa45017-9f02-404e-951b-f389021e6080} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7307 | 2024.07.10 23:06:37.201148 [ 3 ] {3fa45017-9f02-404e-951b-f389021e6080} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7308 | 2024.07.10 23:06:37.201276 [ 3 ] {3fa45017-9f02-404e-951b-f389021e6080} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001462 sec., 99863.20109439125 rows/sec., 8.38 MiB/sec. | ||
7309 | 2024.07.10 23:06:37.201541 [ 3 ] {3fa45017-9f02-404e-951b-f389021e6080} <Debug> DynamicQueryHandler: Done processing query | ||
7310 | 2024.07.10 23:06:37.201586 [ 3 ] {3fa45017-9f02-404e-951b-f389021e6080} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7311 | 2024.07.10 23:06:37.201625 [ 3 ] {} <Debug> HTTP-Session: 425f32e4-79a8-4beb-93b0-e7f64d2b2614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7312 | 2024.07.10 23:06:37.201789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 15977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7313 | 2024.07.10 23:06:37.201840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7314 | 2024.07.10 23:06:37.201859 [ 3 ] {} <Debug> HTTP-Session: f27c6551-9764-4ec1-b238-dae564d06447 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7315 | 2024.07.10 23:06:37.201876 [ 3 ] {} <Debug> HTTP-Session: f27c6551-9764-4ec1-b238-dae564d06447 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7316 | 2024.07.10 23:06:37.201890 [ 3 ] {} <Debug> HTTP-Session: f27c6551-9764-4ec1-b238-dae564d06447 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7317 | 2024.07.10 23:06:37.201921 [ 3 ] {} <Trace> HTTP-Session: f27c6551-9764-4ec1-b238-dae564d06447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7318 | 2024.07.10 23:06:37.202053 [ 3 ] {360dec08-7596-4b2f-9b1f-758abd023f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7319 | 2024.07.10 23:06:37.202097 [ 3 ] {360dec08-7596-4b2f-9b1f-758abd023f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7320 | 2024.07.10 23:06:37.202236 [ 3 ] {360dec08-7596-4b2f-9b1f-758abd023f72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7321 | 2024.07.10 23:06:37.202602 [ 3 ] {360dec08-7596-4b2f-9b1f-758abd023f72} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7322 | 2024.07.10 23:06:37.202638 [ 3 ] {360dec08-7596-4b2f-9b1f-758abd023f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7323 | 2024.07.10 23:06:37.202940 [ 3 ] {360dec08-7596-4b2f-9b1f-758abd023f72} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7324 | 2024.07.10 23:06:37.203235 [ 3 ] {360dec08-7596-4b2f-9b1f-758abd023f72} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7325 | 2024.07.10 23:06:37.203358 [ 3 ] {360dec08-7596-4b2f-9b1f-758abd023f72} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001361 sec., 69066.86260102865 rows/sec., 5.39 MiB/sec. | ||
7326 | 2024.07.10 23:06:37.203519 [ 3 ] {360dec08-7596-4b2f-9b1f-758abd023f72} <Debug> DynamicQueryHandler: Done processing query | ||
7327 | 2024.07.10 23:06:37.203543 [ 3 ] {360dec08-7596-4b2f-9b1f-758abd023f72} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7328 | 2024.07.10 23:06:37.203558 [ 3 ] {} <Debug> HTTP-Session: f27c6551-9764-4ec1-b238-dae564d06447 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7329 | 2024.07.10 23:06:37.203726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7330 | 2024.07.10 23:06:37.203775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7331 | 2024.07.10 23:06:37.203794 [ 3 ] {} <Debug> HTTP-Session: 4d7d8e2e-a2d8-4f3c-9028-b86eabe9f329 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7332 | 2024.07.10 23:06:37.203811 [ 3 ] {} <Debug> HTTP-Session: 4d7d8e2e-a2d8-4f3c-9028-b86eabe9f329 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7333 | 2024.07.10 23:06:37.203825 [ 3 ] {} <Debug> HTTP-Session: 4d7d8e2e-a2d8-4f3c-9028-b86eabe9f329 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7334 | 2024.07.10 23:06:37.203855 [ 3 ] {} <Trace> HTTP-Session: 4d7d8e2e-a2d8-4f3c-9028-b86eabe9f329 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7335 | 2024.07.10 23:06:37.204002 [ 3 ] {721843d8-3b84-485c-b697-c361c0fcb840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7336 | 2024.07.10 23:06:37.204048 [ 3 ] {721843d8-3b84-485c-b697-c361c0fcb840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7337 | 2024.07.10 23:06:37.204189 [ 3 ] {721843d8-3b84-485c-b697-c361c0fcb840} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7338 | 2024.07.10 23:06:37.204591 [ 3 ] {721843d8-3b84-485c-b697-c361c0fcb840} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7339 | 2024.07.10 23:06:37.204626 [ 3 ] {721843d8-3b84-485c-b697-c361c0fcb840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7340 | 2024.07.10 23:06:37.205009 [ 3 ] {721843d8-3b84-485c-b697-c361c0fcb840} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7341 | 2024.07.10 23:06:37.205353 [ 3 ] {721843d8-3b84-485c-b697-c361c0fcb840} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7342 | 2024.07.10 23:06:37.205486 [ 3 ] {721843d8-3b84-485c-b697-c361c0fcb840} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
7343 | 2024.07.10 23:06:37.205651 [ 3 ] {721843d8-3b84-485c-b697-c361c0fcb840} <Debug> DynamicQueryHandler: Done processing query | ||
7344 | 2024.07.10 23:06:37.205674 [ 3 ] {721843d8-3b84-485c-b697-c361c0fcb840} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7345 | 2024.07.10 23:06:37.205690 [ 3 ] {} <Debug> HTTP-Session: 4d7d8e2e-a2d8-4f3c-9028-b86eabe9f329 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7346 | 2024.07.10 23:06:37.205919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 48316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7347 | 2024.07.10 23:06:37.205967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7348 | 2024.07.10 23:06:37.205986 [ 3 ] {} <Debug> HTTP-Session: 4bfa6398-c0f0-4bbc-8730-abc695ce08fc Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7349 | 2024.07.10 23:06:37.206002 [ 3 ] {} <Debug> HTTP-Session: 4bfa6398-c0f0-4bbc-8730-abc695ce08fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7350 | 2024.07.10 23:06:37.206015 [ 3 ] {} <Debug> HTTP-Session: 4bfa6398-c0f0-4bbc-8730-abc695ce08fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7351 | 2024.07.10 23:06:37.206046 [ 3 ] {} <Trace> HTTP-Session: 4bfa6398-c0f0-4bbc-8730-abc695ce08fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7352 | 2024.07.10 23:06:37.206340 [ 3 ] {0e2e9d56-14b1-4d6b-8087-d1148728bf69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7353 | 2024.07.10 23:06:37.206405 [ 3 ] {0e2e9d56-14b1-4d6b-8087-d1148728bf69} <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 | ||
7354 | 2024.07.10 23:06:37.206807 [ 3 ] {0e2e9d56-14b1-4d6b-8087-d1148728bf69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7355 | 2024.07.10 23:06:37.207556 [ 3 ] {0e2e9d56-14b1-4d6b-8087-d1148728bf69} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7356 | 2024.07.10 23:06:37.207591 [ 3 ] {0e2e9d56-14b1-4d6b-8087-d1148728bf69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7357 | 2024.07.10 23:06:37.208215 [ 3 ] {0e2e9d56-14b1-4d6b-8087-d1148728bf69} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7358 | 2024.07.10 23:06:37.208624 [ 3 ] {0e2e9d56-14b1-4d6b-8087-d1148728bf69} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7359 | 2024.07.10 23:06:37.208766 [ 3 ] {0e2e9d56-14b1-4d6b-8087-d1148728bf69} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002635 sec., 11385.199240986716 rows/sec., 20.40 MiB/sec. | ||
7360 | 2024.07.10 23:06:37.208984 [ 3 ] {0e2e9d56-14b1-4d6b-8087-d1148728bf69} <Debug> DynamicQueryHandler: Done processing query | ||
7361 | 2024.07.10 23:06:37.209008 [ 3 ] {0e2e9d56-14b1-4d6b-8087-d1148728bf69} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7362 | 2024.07.10 23:06:37.209026 [ 3 ] {} <Debug> HTTP-Session: 4bfa6398-c0f0-4bbc-8730-abc695ce08fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7363 | 2024.07.10 23:06:37.209159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7364 | 2024.07.10 23:06:37.209208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7365 | 2024.07.10 23:06:37.209228 [ 3 ] {} <Debug> HTTP-Session: 6c4e3772-cc54-43e9-a4d7-3d00357c6e12 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7366 | 2024.07.10 23:06:37.209244 [ 3 ] {} <Debug> HTTP-Session: 6c4e3772-cc54-43e9-a4d7-3d00357c6e12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7367 | 2024.07.10 23:06:37.209257 [ 3 ] {} <Debug> HTTP-Session: 6c4e3772-cc54-43e9-a4d7-3d00357c6e12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7368 | 2024.07.10 23:06:37.209288 [ 3 ] {} <Trace> HTTP-Session: 6c4e3772-cc54-43e9-a4d7-3d00357c6e12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7369 | 2024.07.10 23:06:37.209408 [ 3 ] {7e6be237-33b7-4608-a11d-248917a5e00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7370 | 2024.07.10 23:06:37.209451 [ 3 ] {7e6be237-33b7-4608-a11d-248917a5e00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7371 | 2024.07.10 23:06:37.209576 [ 3 ] {7e6be237-33b7-4608-a11d-248917a5e00d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7372 | 2024.07.10 23:06:37.209898 [ 3 ] {7e6be237-33b7-4608-a11d-248917a5e00d} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7373 | 2024.07.10 23:06:37.209933 [ 3 ] {7e6be237-33b7-4608-a11d-248917a5e00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7374 | 2024.07.10 23:06:37.210281 [ 3 ] {7e6be237-33b7-4608-a11d-248917a5e00d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7375 | 2024.07.10 23:06:37.210590 [ 3 ] {7e6be237-33b7-4608-a11d-248917a5e00d} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7376 | 2024.07.10 23:06:37.210716 [ 3 ] {7e6be237-33b7-4608-a11d-248917a5e00d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
7377 | 2024.07.10 23:06:37.210875 [ 3 ] {7e6be237-33b7-4608-a11d-248917a5e00d} <Debug> DynamicQueryHandler: Done processing query | ||
7378 | 2024.07.10 23:06:37.210898 [ 3 ] {7e6be237-33b7-4608-a11d-248917a5e00d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7379 | 2024.07.10 23:06:37.210915 [ 3 ] {} <Debug> HTTP-Session: 6c4e3772-cc54-43e9-a4d7-3d00357c6e12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7380 | 2024.07.10 23:06:42.194690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7381 | 2024.07.10 23:06:42.194879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7382 | 2024.07.10 23:06:42.194926 [ 3 ] {} <Debug> HTTP-Session: 1e6359ea-9e89-4341-8499-b96294119b36 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7383 | 2024.07.10 23:06:42.194967 [ 3 ] {} <Debug> HTTP-Session: 1e6359ea-9e89-4341-8499-b96294119b36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7384 | 2024.07.10 23:06:42.194996 [ 3 ] {} <Debug> HTTP-Session: 1e6359ea-9e89-4341-8499-b96294119b36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7385 | 2024.07.10 23:06:42.195080 [ 3 ] {} <Trace> HTTP-Session: 1e6359ea-9e89-4341-8499-b96294119b36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7386 | 2024.07.10 23:06:42.195309 [ 3 ] {e733ab76-d286-46c8-ba8a-415b987af43f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7387 | 2024.07.10 23:06:42.195377 [ 3 ] {e733ab76-d286-46c8-ba8a-415b987af43f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7388 | 2024.07.10 23:06:42.195573 [ 3 ] {e733ab76-d286-46c8-ba8a-415b987af43f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7389 | 2024.07.10 23:06:42.195990 [ 3 ] {e733ab76-d286-46c8-ba8a-415b987af43f} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7390 | 2024.07.10 23:06:42.196033 [ 3 ] {e733ab76-d286-46c8-ba8a-415b987af43f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7391 | 2024.07.10 23:06:42.196382 [ 3 ] {e733ab76-d286-46c8-ba8a-415b987af43f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7392 | 2024.07.10 23:06:42.196721 [ 3 ] {e733ab76-d286-46c8-ba8a-415b987af43f} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7393 | 2024.07.10 23:06:42.196883 [ 3 ] {e733ab76-d286-46c8-ba8a-415b987af43f} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001623 sec., 616.1429451632779 rows/sec., 49.94 KiB/sec. | ||
7394 | 2024.07.10 23:06:42.197099 [ 3 ] {e733ab76-d286-46c8-ba8a-415b987af43f} <Debug> DynamicQueryHandler: Done processing query | ||
7395 | 2024.07.10 23:06:42.197125 [ 3 ] {e733ab76-d286-46c8-ba8a-415b987af43f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7396 | 2024.07.10 23:06:42.197141 [ 3 ] {} <Debug> HTTP-Session: 1e6359ea-9e89-4341-8499-b96294119b36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7397 | 2024.07.10 23:06:42.197305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7398 | 2024.07.10 23:06:42.197357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7399 | 2024.07.10 23:06:42.197377 [ 3 ] {} <Debug> HTTP-Session: fc193bea-ade6-402e-82f1-ee8717cb5657 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7400 | 2024.07.10 23:06:42.197396 [ 3 ] {} <Debug> HTTP-Session: fc193bea-ade6-402e-82f1-ee8717cb5657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7401 | 2024.07.10 23:06:42.197410 [ 3 ] {} <Debug> HTTP-Session: fc193bea-ade6-402e-82f1-ee8717cb5657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7402 | 2024.07.10 23:06:42.197444 [ 3 ] {} <Trace> HTTP-Session: fc193bea-ade6-402e-82f1-ee8717cb5657 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7403 | 2024.07.10 23:06:42.197562 [ 3 ] {db33c8b6-b4ab-4a1b-8b9b-ce5836cfce4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7404 | 2024.07.10 23:06:42.197609 [ 3 ] {db33c8b6-b4ab-4a1b-8b9b-ce5836cfce4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7405 | 2024.07.10 23:06:42.197737 [ 3 ] {db33c8b6-b4ab-4a1b-8b9b-ce5836cfce4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7406 | 2024.07.10 23:06:42.198069 [ 3 ] {db33c8b6-b4ab-4a1b-8b9b-ce5836cfce4c} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7407 | 2024.07.10 23:06:42.198106 [ 3 ] {db33c8b6-b4ab-4a1b-8b9b-ce5836cfce4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7408 | 2024.07.10 23:06:42.198414 [ 3 ] {db33c8b6-b4ab-4a1b-8b9b-ce5836cfce4c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7409 | 2024.07.10 23:06:42.198715 [ 3 ] {db33c8b6-b4ab-4a1b-8b9b-ce5836cfce4c} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7410 | 2024.07.10 23:06:42.198869 [ 3 ] {db33c8b6-b4ab-4a1b-8b9b-ce5836cfce4c} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001341 sec., 43997.01715137957 rows/sec., 3.40 MiB/sec. | ||
7411 | 2024.07.10 23:06:42.199142 [ 3 ] {db33c8b6-b4ab-4a1b-8b9b-ce5836cfce4c} <Debug> DynamicQueryHandler: Done processing query | ||
7412 | 2024.07.10 23:06:42.199198 [ 3 ] {db33c8b6-b4ab-4a1b-8b9b-ce5836cfce4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7413 | 2024.07.10 23:06:42.199263 [ 3 ] {} <Debug> HTTP-Session: fc193bea-ade6-402e-82f1-ee8717cb5657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7414 | 2024.07.10 23:06:42.199435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7415 | 2024.07.10 23:06:42.199487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7416 | 2024.07.10 23:06:42.199506 [ 3 ] {} <Debug> HTTP-Session: 97faddeb-f047-4da3-a183-6d17549967a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7417 | 2024.07.10 23:06:42.199523 [ 3 ] {} <Debug> HTTP-Session: 97faddeb-f047-4da3-a183-6d17549967a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7418 | 2024.07.10 23:06:42.199538 [ 3 ] {} <Debug> HTTP-Session: 97faddeb-f047-4da3-a183-6d17549967a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7419 | 2024.07.10 23:06:42.199570 [ 3 ] {} <Trace> HTTP-Session: 97faddeb-f047-4da3-a183-6d17549967a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7420 | 2024.07.10 23:06:42.199693 [ 3 ] {977651e3-2031-4629-bdf5-f2abe485e422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7421 | 2024.07.10 23:06:42.199737 [ 3 ] {977651e3-2031-4629-bdf5-f2abe485e422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7422 | 2024.07.10 23:06:42.199881 [ 3 ] {977651e3-2031-4629-bdf5-f2abe485e422} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7423 | 2024.07.10 23:06:42.200188 [ 3 ] {977651e3-2031-4629-bdf5-f2abe485e422} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7424 | 2024.07.10 23:06:42.200224 [ 3 ] {977651e3-2031-4629-bdf5-f2abe485e422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7425 | 2024.07.10 23:06:42.200528 [ 3 ] {977651e3-2031-4629-bdf5-f2abe485e422} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7426 | 2024.07.10 23:06:42.200826 [ 3 ] {977651e3-2031-4629-bdf5-f2abe485e422} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7427 | 2024.07.10 23:06:42.200971 [ 3 ] {977651e3-2031-4629-bdf5-f2abe485e422} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001317 sec., 49354.59377372817 rows/sec., 3.85 MiB/sec. | ||
7428 | 2024.07.10 23:06:42.201243 [ 3 ] {977651e3-2031-4629-bdf5-f2abe485e422} <Debug> DynamicQueryHandler: Done processing query | ||
7429 | 2024.07.10 23:06:42.201299 [ 3 ] {977651e3-2031-4629-bdf5-f2abe485e422} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7430 | 2024.07.10 23:06:42.201355 [ 3 ] {} <Debug> HTTP-Session: 97faddeb-f047-4da3-a183-6d17549967a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7431 | 2024.07.10 23:06:42.201540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7432 | 2024.07.10 23:06:42.201590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7433 | 2024.07.10 23:06:42.201610 [ 3 ] {} <Debug> HTTP-Session: caf27c71-1ef8-4fb9-8f26-7a16c1333955 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7434 | 2024.07.10 23:06:42.201627 [ 3 ] {} <Debug> HTTP-Session: caf27c71-1ef8-4fb9-8f26-7a16c1333955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7435 | 2024.07.10 23:06:42.201642 [ 3 ] {} <Debug> HTTP-Session: caf27c71-1ef8-4fb9-8f26-7a16c1333955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7436 | 2024.07.10 23:06:42.201674 [ 3 ] {} <Trace> HTTP-Session: caf27c71-1ef8-4fb9-8f26-7a16c1333955 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7437 | 2024.07.10 23:06:42.201819 [ 3 ] {29e31ca1-0a6e-43bf-a967-e6f26fa676b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7438 | 2024.07.10 23:06:42.201868 [ 3 ] {29e31ca1-0a6e-43bf-a967-e6f26fa676b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7439 | 2024.07.10 23:06:42.202032 [ 3 ] {29e31ca1-0a6e-43bf-a967-e6f26fa676b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7440 | 2024.07.10 23:06:42.202419 [ 3 ] {29e31ca1-0a6e-43bf-a967-e6f26fa676b7} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7441 | 2024.07.10 23:06:42.202455 [ 3 ] {29e31ca1-0a6e-43bf-a967-e6f26fa676b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7442 | 2024.07.10 23:06:42.202848 [ 3 ] {29e31ca1-0a6e-43bf-a967-e6f26fa676b7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7443 | 2024.07.10 23:06:42.203176 [ 3 ] {29e31ca1-0a6e-43bf-a967-e6f26fa676b7} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7444 | 2024.07.10 23:06:42.203328 [ 3 ] {29e31ca1-0a6e-43bf-a967-e6f26fa676b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. | ||
7445 | 2024.07.10 23:06:42.203351 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7446 | 2024.07.10 23:06:42.203458 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7447 | 2024.07.10 23:06:42.203500 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7448 | 2024.07.10 23:06:42.203596 [ 3 ] {29e31ca1-0a6e-43bf-a967-e6f26fa676b7} <Debug> DynamicQueryHandler: Done processing query | ||
7449 | 2024.07.10 23:06:42.203676 [ 3 ] {29e31ca1-0a6e-43bf-a967-e6f26fa676b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7450 | 2024.07.10 23:06:42.203752 [ 3 ] {} <Debug> HTTP-Session: caf27c71-1ef8-4fb9-8f26-7a16c1333955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7451 | 2024.07.10 23:06:42.203921 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
7452 | 2024.07.10 23:06:42.204038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7453 | 2024.07.10 23:06:42.204209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7454 | 2024.07.10 23:06:42.204308 [ 3 ] {} <Debug> HTTP-Session: 28f6b1a8-5c54-4a37-8240-63944d3b3a76 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7455 | 2024.07.10 23:06:42.204370 [ 3 ] {} <Debug> HTTP-Session: 28f6b1a8-5c54-4a37-8240-63944d3b3a76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7456 | 2024.07.10 23:06:42.204436 [ 3 ] {} <Debug> HTTP-Session: 28f6b1a8-5c54-4a37-8240-63944d3b3a76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7457 | 2024.07.10 23:06:42.204568 [ 3 ] {} <Trace> HTTP-Session: 28f6b1a8-5c54-4a37-8240-63944d3b3a76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7458 | 2024.07.10 23:06:42.204665 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7459 | 2024.07.10 23:06:42.204745 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6253 rows starting from the beginning of the part | ||
7460 | 2024.07.10 23:06:42.204826 [ 3 ] {b1126a4b-18c9-4053-8741-f5cd8e147dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7461 | 2024.07.10 23:06:42.205037 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
7462 | 2024.07.10 23:06:42.205107 [ 3 ] {b1126a4b-18c9-4053-8741-f5cd8e147dd4} <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 | ||
7463 | 2024.07.10 23:06:42.205425 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
7464 | 2024.07.10 23:06:42.205760 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
7465 | 2024.07.10 23:06:42.206203 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
7466 | 2024.07.10 23:06:42.206508 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
7467 | 2024.07.10 23:06:42.208025 [ 3 ] {b1126a4b-18c9-4053-8741-f5cd8e147dd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7468 | 2024.07.10 23:06:42.209282 [ 3 ] {b1126a4b-18c9-4053-8741-f5cd8e147dd4} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7469 | 2024.07.10 23:06:42.209348 [ 3 ] {b1126a4b-18c9-4053-8741-f5cd8e147dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7470 | 2024.07.10 23:06:42.210558 [ 3 ] {b1126a4b-18c9-4053-8741-f5cd8e147dd4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7471 | 2024.07.10 23:06:42.211380 [ 3 ] {b1126a4b-18c9-4053-8741-f5cd8e147dd4} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7472 | 2024.07.10 23:06:42.211434 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7053 rows, containing 5 columns (5 merged, 0 gathered) in 0.00782019 sec., 901896.2454876417 rows/sec., 62.84 MiB/sec. | ||
7473 | 2024.07.10 23:06:42.211657 [ 3 ] {b1126a4b-18c9-4053-8741-f5cd8e147dd4} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.006914 sec., 144.6340757882557 rows/sec., 265.40 KiB/sec. | ||
7474 | 2024.07.10 23:06:42.212293 [ 187 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7475 | 2024.07.10 23:06:42.212504 [ 3 ] {b1126a4b-18c9-4053-8741-f5cd8e147dd4} <Debug> DynamicQueryHandler: Done processing query | ||
7476 | 2024.07.10 23:06:42.212554 [ 3 ] {b1126a4b-18c9-4053-8741-f5cd8e147dd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7477 | 2024.07.10 23:06:42.212575 [ 3 ] {} <Debug> HTTP-Session: 28f6b1a8-5c54-4a37-8240-63944d3b3a76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7478 | 2024.07.10 23:06:42.212816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7479 | 2024.07.10 23:06:42.212898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7480 | 2024.07.10 23:06:42.212942 [ 3 ] {} <Debug> HTTP-Session: 37d2a346-0631-4e37-9179-98af86203681 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7481 | 2024.07.10 23:06:42.212973 [ 3 ] {} <Debug> HTTP-Session: 37d2a346-0631-4e37-9179-98af86203681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7482 | 2024.07.10 23:06:42.213001 [ 3 ] {} <Debug> HTTP-Session: 37d2a346-0631-4e37-9179-98af86203681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7483 | 2024.07.10 23:06:42.213060 [ 3 ] {} <Trace> HTTP-Session: 37d2a346-0631-4e37-9179-98af86203681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7484 | 2024.07.10 23:06:42.213155 [ 187 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7485 | 2024.07.10 23:06:42.213292 [ 3 ] {9837fa07-30d8-4102-a80d-3661953ed75a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7486 | 2024.07.10 23:06:42.213361 [ 187 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7487 | 2024.07.10 23:06:42.213381 [ 3 ] {9837fa07-30d8-4102-a80d-3661953ed75a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7488 | 2024.07.10 23:06:42.213600 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
7489 | 2024.07.10 23:06:42.213722 [ 3 ] {9837fa07-30d8-4102-a80d-3661953ed75a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7490 | 2024.07.10 23:06:42.214048 [ 3 ] {9837fa07-30d8-4102-a80d-3661953ed75a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7491 | 2024.07.10 23:06:42.214086 [ 3 ] {9837fa07-30d8-4102-a80d-3661953ed75a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7492 | 2024.07.10 23:06:42.214453 [ 3 ] {9837fa07-30d8-4102-a80d-3661953ed75a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7493 | 2024.07.10 23:06:42.214779 [ 3 ] {9837fa07-30d8-4102-a80d-3661953ed75a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7494 | 2024.07.10 23:06:42.214937 [ 3 ] {9837fa07-30d8-4102-a80d-3661953ed75a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001737 sec., 34542.31433506045 rows/sec., 2.33 MiB/sec. | ||
7495 | 2024.07.10 23:06:42.215270 [ 3 ] {9837fa07-30d8-4102-a80d-3661953ed75a} <Debug> DynamicQueryHandler: Done processing query | ||
7496 | 2024.07.10 23:06:42.215315 [ 3 ] {9837fa07-30d8-4102-a80d-3661953ed75a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7497 | 2024.07.10 23:06:42.215337 [ 3 ] {} <Debug> HTTP-Session: 37d2a346-0631-4e37-9179-98af86203681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7498 | 2024.07.10 23:06:42.552433 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7499 | 2024.07.10 23:06:42.552494 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7500 | 2024.07.10 23:06:47.198274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7501 | 2024.07.10 23:06:47.198414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7502 | 2024.07.10 23:06:47.198442 [ 3 ] {} <Debug> HTTP-Session: 083a6099-52b3-467e-b53a-57f8a2f61dba Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7503 | 2024.07.10 23:06:47.198469 [ 3 ] {} <Debug> HTTP-Session: 083a6099-52b3-467e-b53a-57f8a2f61dba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7504 | 2024.07.10 23:06:47.198488 [ 3 ] {} <Debug> HTTP-Session: 083a6099-52b3-467e-b53a-57f8a2f61dba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7505 | 2024.07.10 23:06:47.198543 [ 3 ] {} <Trace> HTTP-Session: 083a6099-52b3-467e-b53a-57f8a2f61dba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7506 | 2024.07.10 23:06:47.198765 [ 3 ] {c4633b7d-1cce-4735-ab31-1b7af081be83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7507 | 2024.07.10 23:06:47.198841 [ 3 ] {c4633b7d-1cce-4735-ab31-1b7af081be83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7508 | 2024.07.10 23:06:47.199061 [ 3 ] {c4633b7d-1cce-4735-ab31-1b7af081be83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7509 | 2024.07.10 23:06:47.199485 [ 3 ] {c4633b7d-1cce-4735-ab31-1b7af081be83} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7510 | 2024.07.10 23:06:47.199527 [ 3 ] {c4633b7d-1cce-4735-ab31-1b7af081be83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7511 | 2024.07.10 23:06:47.199893 [ 3 ] {c4633b7d-1cce-4735-ab31-1b7af081be83} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7512 | 2024.07.10 23:06:47.200226 [ 3 ] {c4633b7d-1cce-4735-ab31-1b7af081be83} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7513 | 2024.07.10 23:06:47.200400 [ 3 ] {c4633b7d-1cce-4735-ab31-1b7af081be83} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001704 sec., 17605.6338028169 rows/sec., 1.39 MiB/sec. | ||
7514 | 2024.07.10 23:06:47.200604 [ 3 ] {c4633b7d-1cce-4735-ab31-1b7af081be83} <Debug> DynamicQueryHandler: Done processing query | ||
7515 | 2024.07.10 23:06:47.200630 [ 3 ] {c4633b7d-1cce-4735-ab31-1b7af081be83} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7516 | 2024.07.10 23:06:47.200647 [ 3 ] {} <Debug> HTTP-Session: 083a6099-52b3-467e-b53a-57f8a2f61dba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7517 | 2024.07.10 23:06:47.200840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 26431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7518 | 2024.07.10 23:06:47.200893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7519 | 2024.07.10 23:06:47.200912 [ 3 ] {} <Debug> HTTP-Session: a53a5f89-9506-4c8e-8723-652535ccbdcb Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7520 | 2024.07.10 23:06:47.200930 [ 3 ] {} <Debug> HTTP-Session: a53a5f89-9506-4c8e-8723-652535ccbdcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7521 | 2024.07.10 23:06:47.200944 [ 3 ] {} <Debug> HTTP-Session: a53a5f89-9506-4c8e-8723-652535ccbdcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7522 | 2024.07.10 23:06:47.200979 [ 3 ] {} <Trace> HTTP-Session: a53a5f89-9506-4c8e-8723-652535ccbdcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7523 | 2024.07.10 23:06:47.201135 [ 3 ] {2fc9699f-ee0b-4271-8d24-5d7219eefc67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7524 | 2024.07.10 23:06:47.201180 [ 3 ] {2fc9699f-ee0b-4271-8d24-5d7219eefc67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7525 | 2024.07.10 23:06:47.201312 [ 3 ] {2fc9699f-ee0b-4271-8d24-5d7219eefc67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7526 | 2024.07.10 23:06:47.201803 [ 3 ] {2fc9699f-ee0b-4271-8d24-5d7219eefc67} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7527 | 2024.07.10 23:06:47.201841 [ 3 ] {2fc9699f-ee0b-4271-8d24-5d7219eefc67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7528 | 2024.07.10 23:06:47.202164 [ 3 ] {2fc9699f-ee0b-4271-8d24-5d7219eefc67} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7529 | 2024.07.10 23:06:47.202470 [ 3 ] {2fc9699f-ee0b-4271-8d24-5d7219eefc67} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7530 | 2024.07.10 23:06:47.202628 [ 3 ] {2fc9699f-ee0b-4271-8d24-5d7219eefc67} <Debug> executeQuery: Read 182 rows, 15.36 KiB in 0.001563 sec., 116442.73832373641 rows/sec., 9.60 MiB/sec. | ||
7531 | 2024.07.10 23:06:47.202640 [ 49 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7532 | 2024.07.10 23:06:47.202756 [ 49 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7533 | 2024.07.10 23:06:47.202798 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7534 | 2024.07.10 23:06:47.202894 [ 3 ] {2fc9699f-ee0b-4271-8d24-5d7219eefc67} <Debug> DynamicQueryHandler: Done processing query | ||
7535 | 2024.07.10 23:06:47.202962 [ 3 ] {2fc9699f-ee0b-4271-8d24-5d7219eefc67} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7536 | 2024.07.10 23:06:47.203032 [ 3 ] {} <Debug> HTTP-Session: a53a5f89-9506-4c8e-8723-652535ccbdcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7537 | 2024.07.10 23:06:47.203114 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
7538 | 2024.07.10 23:06:47.203345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 20021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7539 | 2024.07.10 23:06:47.203524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7540 | 2024.07.10 23:06:47.203588 [ 3 ] {} <Debug> HTTP-Session: aa5d3fcc-d4ae-4d36-b978-f0e6e1baa01d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7541 | 2024.07.10 23:06:47.203590 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7542 | 2024.07.10 23:06:47.203616 [ 3 ] {} <Debug> HTTP-Session: aa5d3fcc-d4ae-4d36-b978-f0e6e1baa01d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7543 | 2024.07.10 23:06:47.203657 [ 3 ] {} <Debug> HTTP-Session: aa5d3fcc-d4ae-4d36-b978-f0e6e1baa01d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7544 | 2024.07.10 23:06:47.203661 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 193 rows starting from the beginning of the part | ||
7545 | 2024.07.10 23:06:47.203731 [ 3 ] {} <Trace> HTTP-Session: aa5d3fcc-d4ae-4d36-b978-f0e6e1baa01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7546 | 2024.07.10 23:06:47.203890 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 146 rows starting from the beginning of the part | ||
7547 | 2024.07.10 23:06:47.204153 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 59 rows starting from the beginning of the part | ||
7548 | 2024.07.10 23:06:47.204157 [ 3 ] {7e3817f2-e5b5-4261-b873-7153aacad488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7549 | 2024.07.10 23:06:47.204332 [ 3 ] {7e3817f2-e5b5-4261-b873-7153aacad488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7550 | 2024.07.10 23:06:47.204368 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 146 rows starting from the beginning of the part | ||
7551 | 2024.07.10 23:06:47.204789 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 59 rows starting from the beginning of the part | ||
7552 | 2024.07.10 23:06:47.205076 [ 191 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 182 rows starting from the beginning of the part | ||
7553 | 2024.07.10 23:06:47.205629 [ 3 ] {7e3817f2-e5b5-4261-b873-7153aacad488} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7554 | 2024.07.10 23:06:47.206614 [ 3 ] {7e3817f2-e5b5-4261-b873-7153aacad488} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7555 | 2024.07.10 23:06:47.206676 [ 3 ] {7e3817f2-e5b5-4261-b873-7153aacad488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7556 | 2024.07.10 23:06:47.207489 [ 3 ] {7e3817f2-e5b5-4261-b873-7153aacad488} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7557 | 2024.07.10 23:06:47.208148 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 785 rows, containing 4 columns (4 merged, 0 gathered) in 0.005243914 sec., 149697.3443881803 rows/sec., 12.30 MiB/sec. | ||
7558 | 2024.07.10 23:06:47.208336 [ 3 ] {7e3817f2-e5b5-4261-b873-7153aacad488} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7559 | 2024.07.10 23:06:47.208345 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7560 | 2024.07.10 23:06:47.208630 [ 49 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7561 | 2024.07.10 23:06:47.208660 [ 3 ] {7e3817f2-e5b5-4261-b873-7153aacad488} <Debug> executeQuery: Read 118 rows, 9.42 KiB in 0.004709 sec., 25058.398810787854 rows/sec., 1.95 MiB/sec. | ||
7562 | 2024.07.10 23:06:47.208800 [ 49 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7563 | 2024.07.10 23:06:47.209018 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7564 | 2024.07.10 23:06:47.209354 [ 3 ] {7e3817f2-e5b5-4261-b873-7153aacad488} <Debug> DynamicQueryHandler: Done processing query | ||
7565 | 2024.07.10 23:06:47.209402 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
7566 | 2024.07.10 23:06:47.209419 [ 3 ] {7e3817f2-e5b5-4261-b873-7153aacad488} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7567 | 2024.07.10 23:06:47.209491 [ 3 ] {} <Debug> HTTP-Session: aa5d3fcc-d4ae-4d36-b978-f0e6e1baa01d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7568 | 2024.07.10 23:06:47.209648 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_51_10} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7569 | 2024.07.10 23:06:47.209661 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7570 | 2024.07.10 23:06:47.209719 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 151 rows starting from the beginning of the part | ||
7571 | 2024.07.10 23:06:47.209802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 37622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7572 | 2024.07.10 23:06:47.209905 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_51_10} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7573 | 2024.07.10 23:06:47.209974 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 94 rows starting from the beginning of the part | ||
7574 | 2024.07.10 23:06:47.210002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7575 | 2024.07.10 23:06:47.210179 [ 3 ] {} <Debug> HTTP-Session: 93cda327-7e8c-4bdd-905b-75aa1cf1a913 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7576 | 2024.07.10 23:06:47.210219 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
7577 | 2024.07.10 23:06:47.210266 [ 3 ] {} <Debug> HTTP-Session: 93cda327-7e8c-4bdd-905b-75aa1cf1a913 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7578 | 2024.07.10 23:06:47.210365 [ 3 ] {} <Debug> HTTP-Session: 93cda327-7e8c-4bdd-905b-75aa1cf1a913 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7579 | 2024.07.10 23:06:47.210386 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 65 rows starting from the beginning of the part | ||
7580 | 2024.07.10 23:06:47.210487 [ 3 ] {} <Trace> HTTP-Session: 93cda327-7e8c-4bdd-905b-75aa1cf1a913 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7581 | 2024.07.10 23:06:47.210763 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 94 rows starting from the beginning of the part | ||
7582 | 2024.07.10 23:06:47.211064 [ 3 ] {e05c8601-f553-4509-8a02-d684473c8322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7583 | 2024.07.10 23:06:47.211075 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 65 rows starting from the beginning of the part | ||
7584 | 2024.07.10 23:06:47.211287 [ 3 ] {e05c8601-f553-4509-8a02-d684473c8322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7585 | 2024.07.10 23:06:47.211425 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 118 rows starting from the beginning of the part | ||
7586 | 2024.07.10 23:06:47.212283 [ 3 ] {e05c8601-f553-4509-8a02-d684473c8322} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7587 | 2024.07.10 23:06:47.213264 [ 3 ] {e05c8601-f553-4509-8a02-d684473c8322} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7588 | 2024.07.10 23:06:47.213330 [ 3 ] {e05c8601-f553-4509-8a02-d684473c8322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7589 | 2024.07.10 23:06:47.214138 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 587 rows, containing 4 columns (4 merged, 0 gathered) in 0.004968908 sec., 118134.60824792892 rows/sec., 9.22 MiB/sec. | ||
7590 | 2024.07.10 23:06:47.214253 [ 3 ] {e05c8601-f553-4509-8a02-d684473c8322} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7591 | 2024.07.10 23:06:47.214284 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7592 | 2024.07.10 23:06:47.214795 [ 3 ] {e05c8601-f553-4509-8a02-d684473c8322} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7593 | 2024.07.10 23:06:47.214840 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_51_10} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7594 | 2024.07.10 23:06:47.214998 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_51_10} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7595 | 2024.07.10 23:06:47.215010 [ 3 ] {e05c8601-f553-4509-8a02-d684473c8322} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.00418 sec., 46889.952153110054 rows/sec., 3.27 MiB/sec. | ||
7596 | 2024.07.10 23:06:47.215156 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
7597 | 2024.07.10 23:06:47.215269 [ 3 ] {e05c8601-f553-4509-8a02-d684473c8322} <Debug> DynamicQueryHandler: Done processing query | ||
7598 | 2024.07.10 23:06:47.215295 [ 3 ] {e05c8601-f553-4509-8a02-d684473c8322} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7599 | 2024.07.10 23:06:47.215311 [ 3 ] {} <Debug> HTTP-Session: 93cda327-7e8c-4bdd-905b-75aa1cf1a913 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7600 | 2024.07.10 23:06:47.215482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 48314, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7601 | 2024.07.10 23:06:47.215531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7602 | 2024.07.10 23:06:47.215549 [ 3 ] {} <Debug> HTTP-Session: 56e7f84c-535a-47a9-b768-d5f191026a45 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7603 | 2024.07.10 23:06:47.215566 [ 3 ] {} <Debug> HTTP-Session: 56e7f84c-535a-47a9-b768-d5f191026a45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7604 | 2024.07.10 23:06:47.215580 [ 3 ] {} <Debug> HTTP-Session: 56e7f84c-535a-47a9-b768-d5f191026a45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7605 | 2024.07.10 23:06:47.215610 [ 3 ] {} <Trace> HTTP-Session: 56e7f84c-535a-47a9-b768-d5f191026a45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7606 | 2024.07.10 23:06:47.215916 [ 3 ] {ec2d7385-4e69-4985-b750-29fb0baa2ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7607 | 2024.07.10 23:06:47.215982 [ 3 ] {ec2d7385-4e69-4985-b750-29fb0baa2ca4} <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 | ||
7608 | 2024.07.10 23:06:47.216392 [ 3 ] {ec2d7385-4e69-4985-b750-29fb0baa2ca4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7609 | 2024.07.10 23:06:47.217085 [ 3 ] {ec2d7385-4e69-4985-b750-29fb0baa2ca4} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7610 | 2024.07.10 23:06:47.217120 [ 3 ] {ec2d7385-4e69-4985-b750-29fb0baa2ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7611 | 2024.07.10 23:06:47.217756 [ 3 ] {ec2d7385-4e69-4985-b750-29fb0baa2ca4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7612 | 2024.07.10 23:06:47.218169 [ 3 ] {ec2d7385-4e69-4985-b750-29fb0baa2ca4} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7613 | 2024.07.10 23:06:47.218365 [ 49 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7614 | 2024.07.10 23:06:47.218383 [ 3 ] {ec2d7385-4e69-4985-b750-29fb0baa2ca4} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002669 sec., 11240.164855751218 rows/sec., 20.14 MiB/sec. | ||
7615 | 2024.07.10 23:06:47.218470 [ 49 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7616 | 2024.07.10 23:06:47.218578 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7617 | 2024.07.10 23:06:47.218945 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
7618 | 2024.07.10 23:06:47.218977 [ 3 ] {ec2d7385-4e69-4985-b750-29fb0baa2ca4} <Debug> DynamicQueryHandler: Done processing query | ||
7619 | 2024.07.10 23:06:47.219024 [ 3 ] {ec2d7385-4e69-4985-b750-29fb0baa2ca4} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7620 | 2024.07.10 23:06:47.219051 [ 3 ] {} <Debug> HTTP-Session: 56e7f84c-535a-47a9-b768-d5f191026a45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7621 | 2024.07.10 23:06:47.219255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7622 | 2024.07.10 23:06:47.219369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7623 | 2024.07.10 23:06:47.219428 [ 3 ] {} <Debug> HTTP-Session: 0bbbe5f4-e1f3-42ca-9291-5d2090710766 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7624 | 2024.07.10 23:06:47.219471 [ 3 ] {} <Debug> HTTP-Session: 0bbbe5f4-e1f3-42ca-9291-5d2090710766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7625 | 2024.07.10 23:06:47.219519 [ 3 ] {} <Debug> HTTP-Session: 0bbbe5f4-e1f3-42ca-9291-5d2090710766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7626 | 2024.07.10 23:06:47.219615 [ 3 ] {} <Trace> HTTP-Session: 0bbbe5f4-e1f3-42ca-9291-5d2090710766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7627 | 2024.07.10 23:06:47.219814 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7628 | 2024.07.10 23:06:47.219870 [ 3 ] {94ffca2c-4b7f-4f89-9e8e-2ec5f942b8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7629 | 2024.07.10 23:06:47.219958 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 738 rows starting from the beginning of the part | ||
7630 | 2024.07.10 23:06:47.219982 [ 3 ] {94ffca2c-4b7f-4f89-9e8e-2ec5f942b8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7631 | 2024.07.10 23:06:47.220833 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part | ||
7632 | 2024.07.10 23:06:47.220876 [ 3 ] {94ffca2c-4b7f-4f89-9e8e-2ec5f942b8bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7633 | 2024.07.10 23:06:47.221596 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
7634 | 2024.07.10 23:06:47.221877 [ 3 ] {94ffca2c-4b7f-4f89-9e8e-2ec5f942b8bf} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7635 | 2024.07.10 23:06:47.221998 [ 3 ] {94ffca2c-4b7f-4f89-9e8e-2ec5f942b8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7636 | 2024.07.10 23:06:47.222387 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part | ||
7637 | 2024.07.10 23:06:47.223040 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
7638 | 2024.07.10 23:06:47.223326 [ 3 ] {94ffca2c-4b7f-4f89-9e8e-2ec5f942b8bf} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7639 | 2024.07.10 23:06:47.223603 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part | ||
7640 | 2024.07.10 23:06:47.224494 [ 3 ] {94ffca2c-4b7f-4f89-9e8e-2ec5f942b8bf} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7641 | 2024.07.10 23:06:47.224840 [ 49 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7642 | 2024.07.10 23:06:47.224929 [ 3 ] {94ffca2c-4b7f-4f89-9e8e-2ec5f942b8bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005131 sec., 11693.626973299552 rows/sec., 806.98 KiB/sec. | ||
7643 | 2024.07.10 23:06:47.225013 [ 49 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7644 | 2024.07.10 23:06:47.225132 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
7645 | 2024.07.10 23:06:47.225588 [ 3 ] {94ffca2c-4b7f-4f89-9e8e-2ec5f942b8bf} <Debug> DynamicQueryHandler: Done processing query | ||
7646 | 2024.07.10 23:06:47.225705 [ 3 ] {94ffca2c-4b7f-4f89-9e8e-2ec5f942b8bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7647 | 2024.07.10 23:06:47.225790 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
7648 | 2024.07.10 23:06:47.225828 [ 3 ] {} <Debug> HTTP-Session: 0bbbe5f4-e1f3-42ca-9291-5d2090710766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7649 | 2024.07.10 23:06:47.226698 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7650 | 2024.07.10 23:06:47.226825 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2058 rows starting from the beginning of the part | ||
7651 | 2024.07.10 23:06:47.227082 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
7652 | 2024.07.10 23:06:47.227368 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
7653 | 2024.07.10 23:06:47.227509 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
7654 | 2024.07.10 23:06:47.227739 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
7655 | 2024.07.10 23:06:47.228039 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
7656 | 2024.07.10 23:06:47.231731 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2358 rows, containing 4 columns (4 merged, 0 gathered) in 0.006406199 sec., 368080.9790641846 rows/sec., 24.87 MiB/sec. | ||
7657 | 2024.07.10 23:06:47.232043 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7658 | 2024.07.10 23:06:47.232648 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_46_9} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7659 | 2024.07.10 23:06:47.232801 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_46_9} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7660 | 2024.07.10 23:06:47.232886 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
7661 | 2024.07.10 23:06:47.237502 [ 196 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 830 rows, containing 19 columns (19 merged, 0 gathered) in 0.018746916 sec., 44273.94884577282 rows/sec., 79.34 MiB/sec. | ||
7662 | 2024.07.10 23:06:47.238258 [ 195 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7663 | 2024.07.10 23:06:47.238863 [ 195 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7664 | 2024.07.10 23:06:47.238945 [ 195 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7665 | 2024.07.10 23:06:47.239058 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 9.94 MiB. | ||
7666 | 2024.07.10 23:06:52.195245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7667 | 2024.07.10 23:06:52.195440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7668 | 2024.07.10 23:06:52.195485 [ 3 ] {} <Debug> HTTP-Session: d6884366-3e95-451f-985a-663e1eb92ffb Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7669 | 2024.07.10 23:06:52.195527 [ 3 ] {} <Debug> HTTP-Session: d6884366-3e95-451f-985a-663e1eb92ffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7670 | 2024.07.10 23:06:52.195556 [ 3 ] {} <Debug> HTTP-Session: d6884366-3e95-451f-985a-663e1eb92ffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7671 | 2024.07.10 23:06:52.195636 [ 3 ] {} <Trace> HTTP-Session: d6884366-3e95-451f-985a-663e1eb92ffb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7672 | 2024.07.10 23:06:52.195911 [ 3 ] {51d60dce-9805-4bb1-9923-303740f11d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7673 | 2024.07.10 23:06:52.196019 [ 3 ] {51d60dce-9805-4bb1-9923-303740f11d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7674 | 2024.07.10 23:06:52.196336 [ 3 ] {51d60dce-9805-4bb1-9923-303740f11d94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7675 | 2024.07.10 23:06:52.196887 [ 3 ] {51d60dce-9805-4bb1-9923-303740f11d94} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7676 | 2024.07.10 23:06:52.196932 [ 3 ] {51d60dce-9805-4bb1-9923-303740f11d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7677 | 2024.07.10 23:06:52.197295 [ 3 ] {51d60dce-9805-4bb1-9923-303740f11d94} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7678 | 2024.07.10 23:06:52.197644 [ 3 ] {51d60dce-9805-4bb1-9923-303740f11d94} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7679 | 2024.07.10 23:06:52.197825 [ 3 ] {51d60dce-9805-4bb1-9923-303740f11d94} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001988 sec., 503.0181086519114 rows/sec., 40.77 KiB/sec. | ||
7680 | 2024.07.10 23:06:52.198083 [ 3 ] {51d60dce-9805-4bb1-9923-303740f11d94} <Debug> DynamicQueryHandler: Done processing query | ||
7681 | 2024.07.10 23:06:52.198110 [ 3 ] {51d60dce-9805-4bb1-9923-303740f11d94} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7682 | 2024.07.10 23:06:52.198127 [ 3 ] {} <Debug> HTTP-Session: d6884366-3e95-451f-985a-663e1eb92ffb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7683 | 2024.07.10 23:06:52.198289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7684 | 2024.07.10 23:06:52.198345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7685 | 2024.07.10 23:06:52.198365 [ 3 ] {} <Debug> HTTP-Session: a789fe27-2194-4506-ac79-ec3078de5d80 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7686 | 2024.07.10 23:06:52.198383 [ 3 ] {} <Debug> HTTP-Session: a789fe27-2194-4506-ac79-ec3078de5d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7687 | 2024.07.10 23:06:52.198398 [ 3 ] {} <Debug> HTTP-Session: a789fe27-2194-4506-ac79-ec3078de5d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7688 | 2024.07.10 23:06:52.198433 [ 3 ] {} <Trace> HTTP-Session: a789fe27-2194-4506-ac79-ec3078de5d80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7689 | 2024.07.10 23:06:52.198555 [ 3 ] {6b1b4439-771f-4611-8737-6cb7e2c01361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7690 | 2024.07.10 23:06:52.198601 [ 3 ] {6b1b4439-771f-4611-8737-6cb7e2c01361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7691 | 2024.07.10 23:06:52.198730 [ 3 ] {6b1b4439-771f-4611-8737-6cb7e2c01361} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7692 | 2024.07.10 23:06:52.199096 [ 3 ] {6b1b4439-771f-4611-8737-6cb7e2c01361} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7693 | 2024.07.10 23:06:52.199133 [ 3 ] {6b1b4439-771f-4611-8737-6cb7e2c01361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7694 | 2024.07.10 23:06:52.199445 [ 3 ] {6b1b4439-771f-4611-8737-6cb7e2c01361} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7695 | 2024.07.10 23:06:52.199751 [ 3 ] {6b1b4439-771f-4611-8737-6cb7e2c01361} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7696 | 2024.07.10 23:06:52.199897 [ 3 ] {6b1b4439-771f-4611-8737-6cb7e2c01361} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001383 sec., 42660.88214027477 rows/sec., 3.30 MiB/sec. | ||
7697 | 2024.07.10 23:06:52.200160 [ 3 ] {6b1b4439-771f-4611-8737-6cb7e2c01361} <Debug> DynamicQueryHandler: Done processing query | ||
7698 | 2024.07.10 23:06:52.200225 [ 3 ] {6b1b4439-771f-4611-8737-6cb7e2c01361} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7699 | 2024.07.10 23:06:52.200296 [ 3 ] {} <Debug> HTTP-Session: a789fe27-2194-4506-ac79-ec3078de5d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7700 | 2024.07.10 23:06:52.200455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7701 | 2024.07.10 23:06:52.200509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7702 | 2024.07.10 23:06:52.200530 [ 3 ] {} <Debug> HTTP-Session: d2bc1e88-cea8-4bdb-8c22-f6f1932da269 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7703 | 2024.07.10 23:06:52.200548 [ 3 ] {} <Debug> HTTP-Session: d2bc1e88-cea8-4bdb-8c22-f6f1932da269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7704 | 2024.07.10 23:06:52.200563 [ 3 ] {} <Debug> HTTP-Session: d2bc1e88-cea8-4bdb-8c22-f6f1932da269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7705 | 2024.07.10 23:06:52.200595 [ 3 ] {} <Trace> HTTP-Session: d2bc1e88-cea8-4bdb-8c22-f6f1932da269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7706 | 2024.07.10 23:06:52.200719 [ 3 ] {8d1ec1b0-153f-4462-8443-7d3b2e181dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7707 | 2024.07.10 23:06:52.200764 [ 3 ] {8d1ec1b0-153f-4462-8443-7d3b2e181dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7708 | 2024.07.10 23:06:52.200907 [ 3 ] {8d1ec1b0-153f-4462-8443-7d3b2e181dab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7709 | 2024.07.10 23:06:52.201237 [ 3 ] {8d1ec1b0-153f-4462-8443-7d3b2e181dab} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7710 | 2024.07.10 23:06:52.201275 [ 3 ] {8d1ec1b0-153f-4462-8443-7d3b2e181dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7711 | 2024.07.10 23:06:52.201587 [ 3 ] {8d1ec1b0-153f-4462-8443-7d3b2e181dab} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7712 | 2024.07.10 23:06:52.201907 [ 3 ] {8d1ec1b0-153f-4462-8443-7d3b2e181dab} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7713 | 2024.07.10 23:06:52.202060 [ 3 ] {8d1ec1b0-153f-4462-8443-7d3b2e181dab} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001385 sec., 46931.40794223827 rows/sec., 3.66 MiB/sec. | ||
7714 | 2024.07.10 23:06:52.202223 [ 3 ] {8d1ec1b0-153f-4462-8443-7d3b2e181dab} <Debug> DynamicQueryHandler: Done processing query | ||
7715 | 2024.07.10 23:06:52.202247 [ 3 ] {8d1ec1b0-153f-4462-8443-7d3b2e181dab} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7716 | 2024.07.10 23:06:52.202264 [ 3 ] {} <Debug> HTTP-Session: d2bc1e88-cea8-4bdb-8c22-f6f1932da269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7717 | 2024.07.10 23:06:52.202432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7718 | 2024.07.10 23:06:52.202482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7719 | 2024.07.10 23:06:52.202500 [ 3 ] {} <Debug> HTTP-Session: 586b4d14-7cbb-4afb-b0f4-4a87042ac926 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7720 | 2024.07.10 23:06:52.202517 [ 3 ] {} <Debug> HTTP-Session: 586b4d14-7cbb-4afb-b0f4-4a87042ac926 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7721 | 2024.07.10 23:06:52.202531 [ 3 ] {} <Debug> HTTP-Session: 586b4d14-7cbb-4afb-b0f4-4a87042ac926 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7722 | 2024.07.10 23:06:52.202562 [ 3 ] {} <Trace> HTTP-Session: 586b4d14-7cbb-4afb-b0f4-4a87042ac926 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7723 | 2024.07.10 23:06:52.202705 [ 3 ] {5802d60b-3750-415c-a793-0a22285325e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7724 | 2024.07.10 23:06:52.202752 [ 3 ] {5802d60b-3750-415c-a793-0a22285325e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7725 | 2024.07.10 23:06:52.202895 [ 3 ] {5802d60b-3750-415c-a793-0a22285325e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7726 | 2024.07.10 23:06:52.203329 [ 3 ] {5802d60b-3750-415c-a793-0a22285325e2} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7727 | 2024.07.10 23:06:52.203365 [ 3 ] {5802d60b-3750-415c-a793-0a22285325e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7728 | 2024.07.10 23:06:52.203742 [ 3 ] {5802d60b-3750-415c-a793-0a22285325e2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7729 | 2024.07.10 23:06:52.204070 [ 3 ] {5802d60b-3750-415c-a793-0a22285325e2} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7730 | 2024.07.10 23:06:52.204222 [ 3 ] {5802d60b-3750-415c-a793-0a22285325e2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec. | ||
7731 | 2024.07.10 23:06:52.204416 [ 3 ] {5802d60b-3750-415c-a793-0a22285325e2} <Debug> DynamicQueryHandler: Done processing query | ||
7732 | 2024.07.10 23:06:52.204451 [ 3 ] {5802d60b-3750-415c-a793-0a22285325e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7733 | 2024.07.10 23:06:52.204473 [ 3 ] {} <Debug> HTTP-Session: 586b4d14-7cbb-4afb-b0f4-4a87042ac926 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7734 | 2024.07.10 23:06:52.204601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7735 | 2024.07.10 23:06:52.204650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7736 | 2024.07.10 23:06:52.204669 [ 3 ] {} <Debug> HTTP-Session: 7c2cd423-7fc9-4ee4-8587-042b3c9cb413 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7737 | 2024.07.10 23:06:52.204686 [ 3 ] {} <Debug> HTTP-Session: 7c2cd423-7fc9-4ee4-8587-042b3c9cb413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7738 | 2024.07.10 23:06:52.204700 [ 3 ] {} <Debug> HTTP-Session: 7c2cd423-7fc9-4ee4-8587-042b3c9cb413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7739 | 2024.07.10 23:06:52.204730 [ 3 ] {} <Trace> HTTP-Session: 7c2cd423-7fc9-4ee4-8587-042b3c9cb413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7740 | 2024.07.10 23:06:52.204831 [ 3 ] {c2d08718-e4e4-473a-a29b-fb87c1470c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7741 | 2024.07.10 23:06:52.204895 [ 3 ] {c2d08718-e4e4-473a-a29b-fb87c1470c6d} <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 | ||
7742 | 2024.07.10 23:06:52.205310 [ 3 ] {c2d08718-e4e4-473a-a29b-fb87c1470c6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7743 | 2024.07.10 23:06:52.205777 [ 3 ] {c2d08718-e4e4-473a-a29b-fb87c1470c6d} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7744 | 2024.07.10 23:06:52.205812 [ 3 ] {c2d08718-e4e4-473a-a29b-fb87c1470c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7745 | 2024.07.10 23:06:52.206375 [ 3 ] {c2d08718-e4e4-473a-a29b-fb87c1470c6d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7746 | 2024.07.10 23:06:52.206796 [ 3 ] {c2d08718-e4e4-473a-a29b-fb87c1470c6d} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7747 | 2024.07.10 23:06:52.206999 [ 3 ] {c2d08718-e4e4-473a-a29b-fb87c1470c6d} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002192 sec., 456.2043795620438 rows/sec., 837.12 KiB/sec. | ||
7748 | 2024.07.10 23:06:52.207502 [ 3 ] {c2d08718-e4e4-473a-a29b-fb87c1470c6d} <Debug> DynamicQueryHandler: Done processing query | ||
7749 | 2024.07.10 23:06:52.207527 [ 3 ] {c2d08718-e4e4-473a-a29b-fb87c1470c6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7750 | 2024.07.10 23:06:52.207544 [ 3 ] {} <Debug> HTTP-Session: 7c2cd423-7fc9-4ee4-8587-042b3c9cb413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7751 | 2024.07.10 23:06:52.207669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7752 | 2024.07.10 23:06:52.207720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7753 | 2024.07.10 23:06:52.207739 [ 3 ] {} <Debug> HTTP-Session: 7cd9040b-0f89-49bc-9265-50b3a025f3f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7754 | 2024.07.10 23:06:52.207755 [ 3 ] {} <Debug> HTTP-Session: 7cd9040b-0f89-49bc-9265-50b3a025f3f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7755 | 2024.07.10 23:06:52.207769 [ 3 ] {} <Debug> HTTP-Session: 7cd9040b-0f89-49bc-9265-50b3a025f3f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7756 | 2024.07.10 23:06:52.207800 [ 3 ] {} <Trace> HTTP-Session: 7cd9040b-0f89-49bc-9265-50b3a025f3f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7757 | 2024.07.10 23:06:52.207921 [ 3 ] {f23cf156-945c-432c-b4c1-a78063e79baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7758 | 2024.07.10 23:06:52.207967 [ 3 ] {f23cf156-945c-432c-b4c1-a78063e79baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7759 | 2024.07.10 23:06:52.208111 [ 3 ] {f23cf156-945c-432c-b4c1-a78063e79baa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7760 | 2024.07.10 23:06:52.208424 [ 3 ] {f23cf156-945c-432c-b4c1-a78063e79baa} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7761 | 2024.07.10 23:06:52.208460 [ 3 ] {f23cf156-945c-432c-b4c1-a78063e79baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7762 | 2024.07.10 23:06:52.208825 [ 3 ] {f23cf156-945c-432c-b4c1-a78063e79baa} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7763 | 2024.07.10 23:06:52.209149 [ 3 ] {f23cf156-945c-432c-b4c1-a78063e79baa} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7764 | 2024.07.10 23:06:52.209297 [ 3 ] {f23cf156-945c-432c-b4c1-a78063e79baa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
7765 | 2024.07.10 23:06:52.209466 [ 3 ] {f23cf156-945c-432c-b4c1-a78063e79baa} <Debug> DynamicQueryHandler: Done processing query | ||
7766 | 2024.07.10 23:06:52.209489 [ 3 ] {f23cf156-945c-432c-b4c1-a78063e79baa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7767 | 2024.07.10 23:06:52.209505 [ 3 ] {} <Debug> HTTP-Session: 7cd9040b-0f89-49bc-9265-50b3a025f3f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7768 | 2024.07.10 23:06:57.196544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7769 | 2024.07.10 23:06:57.196689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7770 | 2024.07.10 23:06:57.196721 [ 3 ] {} <Debug> HTTP-Session: f3e57c05-5cca-4524-9953-13a232f8ae60 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7771 | 2024.07.10 23:06:57.196754 [ 3 ] {} <Debug> HTTP-Session: f3e57c05-5cca-4524-9953-13a232f8ae60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7772 | 2024.07.10 23:06:57.196772 [ 3 ] {} <Debug> HTTP-Session: f3e57c05-5cca-4524-9953-13a232f8ae60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7773 | 2024.07.10 23:06:57.196826 [ 3 ] {} <Trace> HTTP-Session: f3e57c05-5cca-4524-9953-13a232f8ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7774 | 2024.07.10 23:06:57.197032 [ 3 ] {7d1e53c9-9d2c-4420-b622-6b4cee065f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7775 | 2024.07.10 23:06:57.197105 [ 3 ] {7d1e53c9-9d2c-4420-b622-6b4cee065f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7776 | 2024.07.10 23:06:57.197318 [ 3 ] {7d1e53c9-9d2c-4420-b622-6b4cee065f84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7777 | 2024.07.10 23:06:57.197776 [ 3 ] {7d1e53c9-9d2c-4420-b622-6b4cee065f84} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7778 | 2024.07.10 23:06:57.197815 [ 3 ] {7d1e53c9-9d2c-4420-b622-6b4cee065f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7779 | 2024.07.10 23:06:57.198191 [ 3 ] {7d1e53c9-9d2c-4420-b622-6b4cee065f84} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7780 | 2024.07.10 23:06:57.198533 [ 3 ] {7d1e53c9-9d2c-4420-b622-6b4cee065f84} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7781 | 2024.07.10 23:06:57.198680 [ 3 ] {7d1e53c9-9d2c-4420-b622-6b4cee065f84} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001719 sec., 17452.00698080279 rows/sec., 1.38 MiB/sec. | ||
7782 | 2024.07.10 23:06:57.198679 [ 44 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
7783 | 2024.07.10 23:06:57.198743 [ 44 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7784 | 2024.07.10 23:06:57.198777 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7785 | 2024.07.10 23:06:57.198926 [ 3 ] {7d1e53c9-9d2c-4420-b622-6b4cee065f84} <Debug> DynamicQueryHandler: Done processing query | ||
7786 | 2024.07.10 23:06:57.198957 [ 197 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
7787 | 2024.07.10 23:06:57.198963 [ 3 ] {7d1e53c9-9d2c-4420-b622-6b4cee065f84} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7788 | 2024.07.10 23:06:57.199057 [ 3 ] {} <Debug> HTTP-Session: f3e57c05-5cca-4524-9953-13a232f8ae60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7789 | 2024.07.10 23:06:57.199238 [ 197 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7790 | 2024.07.10 23:06:57.199247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7791 | 2024.07.10 23:06:57.199298 [ 197 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 31 rows starting from the beginning of the part | ||
7792 | 2024.07.10 23:06:57.199347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7793 | 2024.07.10 23:06:57.199420 [ 3 ] {} <Debug> HTTP-Session: 85786eda-a4ba-4cf8-a932-5313c2313371 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7794 | 2024.07.10 23:06:57.199497 [ 3 ] {} <Debug> HTTP-Session: 85786eda-a4ba-4cf8-a932-5313c2313371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7795 | 2024.07.10 23:06:57.199550 [ 197 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part | ||
7796 | 2024.07.10 23:06:57.199567 [ 3 ] {} <Debug> HTTP-Session: 85786eda-a4ba-4cf8-a932-5313c2313371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7797 | 2024.07.10 23:06:57.199705 [ 3 ] {} <Trace> HTTP-Session: 85786eda-a4ba-4cf8-a932-5313c2313371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7798 | 2024.07.10 23:06:57.199859 [ 197 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
7799 | 2024.07.10 23:06:57.200040 [ 3 ] {24f8814f-3f87-47bf-969c-2659b94cbaa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7800 | 2024.07.10 23:06:57.200153 [ 197 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part | ||
7801 | 2024.07.10 23:06:57.200212 [ 3 ] {24f8814f-3f87-47bf-969c-2659b94cbaa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7802 | 2024.07.10 23:06:57.200506 [ 197 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
7803 | 2024.07.10 23:06:57.200859 [ 197 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 30 rows starting from the beginning of the part | ||
7804 | 2024.07.10 23:06:57.201418 [ 3 ] {24f8814f-3f87-47bf-969c-2659b94cbaa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7805 | 2024.07.10 23:06:57.202200 [ 3 ] {24f8814f-3f87-47bf-969c-2659b94cbaa1} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7806 | 2024.07.10 23:06:57.202271 [ 3 ] {24f8814f-3f87-47bf-969c-2659b94cbaa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7807 | 2024.07.10 23:06:57.203219 [ 3 ] {24f8814f-3f87-47bf-969c-2659b94cbaa1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7808 | 2024.07.10 23:06:57.203579 [ 197 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.004692511 sec., 26211.97904490794 rows/sec., 2.07 MiB/sec. | ||
7809 | 2024.07.10 23:06:57.203797 [ 197 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
7810 | 2024.07.10 23:06:57.204051 [ 3 ] {24f8814f-3f87-47bf-969c-2659b94cbaa1} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7811 | 2024.07.10 23:06:57.204506 [ 3 ] {24f8814f-3f87-47bf-969c-2659b94cbaa1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004558 sec., 877.5778850372969 rows/sec., 71.56 KiB/sec. | ||
7812 | 2024.07.10 23:06:57.204965 [ 196 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_38_8} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7813 | 2024.07.10 23:06:57.205057 [ 3 ] {24f8814f-3f87-47bf-969c-2659b94cbaa1} <Debug> DynamicQueryHandler: Done processing query | ||
7814 | 2024.07.10 23:06:57.205084 [ 3 ] {24f8814f-3f87-47bf-969c-2659b94cbaa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7815 | 2024.07.10 23:06:57.205104 [ 3 ] {} <Debug> HTTP-Session: 85786eda-a4ba-4cf8-a932-5313c2313371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7816 | 2024.07.10 23:06:57.205120 [ 196 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_38_8} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
7817 | 2024.07.10 23:06:57.205222 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
7818 | 2024.07.10 23:06:57.205280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 21712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7819 | 2024.07.10 23:06:57.205333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7820 | 2024.07.10 23:06:57.205352 [ 3 ] {} <Debug> HTTP-Session: 07545043-2bbf-4ddc-9b5b-108c527dbd5c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7821 | 2024.07.10 23:06:57.205368 [ 3 ] {} <Debug> HTTP-Session: 07545043-2bbf-4ddc-9b5b-108c527dbd5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7822 | 2024.07.10 23:06:57.205383 [ 3 ] {} <Debug> HTTP-Session: 07545043-2bbf-4ddc-9b5b-108c527dbd5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7823 | 2024.07.10 23:06:57.205415 [ 3 ] {} <Trace> HTTP-Session: 07545043-2bbf-4ddc-9b5b-108c527dbd5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7824 | 2024.07.10 23:06:57.205567 [ 3 ] {910a9e89-d616-4bee-a451-7dc0612d5177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7825 | 2024.07.10 23:06:57.205612 [ 3 ] {910a9e89-d616-4bee-a451-7dc0612d5177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7826 | 2024.07.10 23:06:57.205756 [ 3 ] {910a9e89-d616-4bee-a451-7dc0612d5177} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7827 | 2024.07.10 23:06:57.206170 [ 3 ] {910a9e89-d616-4bee-a451-7dc0612d5177} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7828 | 2024.07.10 23:06:57.206207 [ 3 ] {910a9e89-d616-4bee-a451-7dc0612d5177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7829 | 2024.07.10 23:06:57.206534 [ 3 ] {910a9e89-d616-4bee-a451-7dc0612d5177} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7830 | 2024.07.10 23:06:57.206853 [ 3 ] {910a9e89-d616-4bee-a451-7dc0612d5177} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7831 | 2024.07.10 23:06:57.206977 [ 3 ] {910a9e89-d616-4bee-a451-7dc0612d5177} <Debug> executeQuery: Read 148 rows, 12.70 KiB in 0.001471 sec., 100611.82868796737 rows/sec., 8.43 MiB/sec. | ||
7832 | 2024.07.10 23:06:57.207147 [ 3 ] {910a9e89-d616-4bee-a451-7dc0612d5177} <Debug> DynamicQueryHandler: Done processing query | ||
7833 | 2024.07.10 23:06:57.207171 [ 3 ] {910a9e89-d616-4bee-a451-7dc0612d5177} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7834 | 2024.07.10 23:06:57.207186 [ 3 ] {} <Debug> HTTP-Session: 07545043-2bbf-4ddc-9b5b-108c527dbd5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7835 | 2024.07.10 23:06:57.207299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7836 | 2024.07.10 23:06:57.207347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7837 | 2024.07.10 23:06:57.207366 [ 3 ] {} <Debug> HTTP-Session: cc51f7da-da77-4f8c-ad8e-e7678655c71a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7838 | 2024.07.10 23:06:57.207384 [ 3 ] {} <Debug> HTTP-Session: cc51f7da-da77-4f8c-ad8e-e7678655c71a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7839 | 2024.07.10 23:06:57.207398 [ 3 ] {} <Debug> HTTP-Session: cc51f7da-da77-4f8c-ad8e-e7678655c71a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7840 | 2024.07.10 23:06:57.207428 [ 3 ] {} <Trace> HTTP-Session: cc51f7da-da77-4f8c-ad8e-e7678655c71a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7841 | 2024.07.10 23:06:57.207526 [ 3 ] {b9b69989-af0a-4b05-9519-c4b86e695e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7842 | 2024.07.10 23:06:57.207568 [ 3 ] {b9b69989-af0a-4b05-9519-c4b86e695e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7843 | 2024.07.10 23:06:57.207696 [ 3 ] {b9b69989-af0a-4b05-9519-c4b86e695e20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7844 | 2024.07.10 23:06:57.207988 [ 3 ] {b9b69989-af0a-4b05-9519-c4b86e695e20} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7845 | 2024.07.10 23:06:57.208024 [ 3 ] {b9b69989-af0a-4b05-9519-c4b86e695e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7846 | 2024.07.10 23:06:57.208343 [ 3 ] {b9b69989-af0a-4b05-9519-c4b86e695e20} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7847 | 2024.07.10 23:06:57.208652 [ 3 ] {b9b69989-af0a-4b05-9519-c4b86e695e20} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7848 | 2024.07.10 23:06:57.208774 [ 3 ] {b9b69989-af0a-4b05-9519-c4b86e695e20} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001271 sec., 3147.128245476003 rows/sec., 219.75 KiB/sec. | ||
7849 | 2024.07.10 23:06:57.209100 [ 3 ] {b9b69989-af0a-4b05-9519-c4b86e695e20} <Debug> DynamicQueryHandler: Done processing query | ||
7850 | 2024.07.10 23:06:57.209125 [ 3 ] {b9b69989-af0a-4b05-9519-c4b86e695e20} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7851 | 2024.07.10 23:06:57.209141 [ 3 ] {} <Debug> HTTP-Session: cc51f7da-da77-4f8c-ad8e-e7678655c71a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7852 | 2024.07.10 23:06:57.209309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 16661, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7853 | 2024.07.10 23:06:57.209357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7854 | 2024.07.10 23:06:57.209376 [ 3 ] {} <Debug> HTTP-Session: 5e481e4e-d903-4abb-ba4a-58636ddd88d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7855 | 2024.07.10 23:06:57.209393 [ 3 ] {} <Debug> HTTP-Session: 5e481e4e-d903-4abb-ba4a-58636ddd88d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7856 | 2024.07.10 23:06:57.209406 [ 3 ] {} <Debug> HTTP-Session: 5e481e4e-d903-4abb-ba4a-58636ddd88d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7857 | 2024.07.10 23:06:57.209436 [ 3 ] {} <Trace> HTTP-Session: 5e481e4e-d903-4abb-ba4a-58636ddd88d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7858 | 2024.07.10 23:06:57.209565 [ 3 ] {cc3bec71-71f5-4344-bb3a-46d73a538c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7859 | 2024.07.10 23:06:57.209607 [ 3 ] {cc3bec71-71f5-4344-bb3a-46d73a538c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7860 | 2024.07.10 23:06:57.209754 [ 3 ] {cc3bec71-71f5-4344-bb3a-46d73a538c4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7861 | 2024.07.10 23:06:57.210147 [ 3 ] {cc3bec71-71f5-4344-bb3a-46d73a538c4c} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7862 | 2024.07.10 23:06:57.210182 [ 3 ] {cc3bec71-71f5-4344-bb3a-46d73a538c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7863 | 2024.07.10 23:06:57.210501 [ 3 ] {cc3bec71-71f5-4344-bb3a-46d73a538c4c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7864 | 2024.07.10 23:06:57.210818 [ 3 ] {cc3bec71-71f5-4344-bb3a-46d73a538c4c} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7865 | 2024.07.10 23:06:57.210943 [ 3 ] {cc3bec71-71f5-4344-bb3a-46d73a538c4c} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001426 sec., 68723.70266479664 rows/sec., 5.37 MiB/sec. | ||
7866 | 2024.07.10 23:06:57.211103 [ 3 ] {cc3bec71-71f5-4344-bb3a-46d73a538c4c} <Debug> DynamicQueryHandler: Done processing query | ||
7867 | 2024.07.10 23:06:57.211127 [ 3 ] {cc3bec71-71f5-4344-bb3a-46d73a538c4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7868 | 2024.07.10 23:06:57.211143 [ 3 ] {} <Debug> HTTP-Session: 5e481e4e-d903-4abb-ba4a-58636ddd88d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7869 | 2024.07.10 23:06:57.211321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 31033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7870 | 2024.07.10 23:06:57.211369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7871 | 2024.07.10 23:06:57.211388 [ 3 ] {} <Debug> HTTP-Session: 6a6fe2ae-4c3c-463b-8a21-fdf3eb714d00 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7872 | 2024.07.10 23:06:57.211405 [ 3 ] {} <Debug> HTTP-Session: 6a6fe2ae-4c3c-463b-8a21-fdf3eb714d00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7873 | 2024.07.10 23:06:57.211419 [ 3 ] {} <Debug> HTTP-Session: 6a6fe2ae-4c3c-463b-8a21-fdf3eb714d00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7874 | 2024.07.10 23:06:57.211449 [ 3 ] {} <Trace> HTTP-Session: 6a6fe2ae-4c3c-463b-8a21-fdf3eb714d00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7875 | 2024.07.10 23:06:57.211591 [ 3 ] {e73db679-1f49-45de-a57f-716c280a5aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7876 | 2024.07.10 23:06:57.211638 [ 3 ] {e73db679-1f49-45de-a57f-716c280a5aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7877 | 2024.07.10 23:06:57.211779 [ 3 ] {e73db679-1f49-45de-a57f-716c280a5aea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7878 | 2024.07.10 23:06:57.212196 [ 3 ] {e73db679-1f49-45de-a57f-716c280a5aea} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7879 | 2024.07.10 23:06:57.212232 [ 3 ] {e73db679-1f49-45de-a57f-716c280a5aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7880 | 2024.07.10 23:06:57.212662 [ 3 ] {e73db679-1f49-45de-a57f-716c280a5aea} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7881 | 2024.07.10 23:06:57.213004 [ 3 ] {e73db679-1f49-45de-a57f-716c280a5aea} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7882 | 2024.07.10 23:06:57.213134 [ 3 ] {e73db679-1f49-45de-a57f-716c280a5aea} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001604 sec., 100997.50623441397 rows/sec., 7.03 MiB/sec. | ||
7883 | 2024.07.10 23:06:57.213304 [ 3 ] {e73db679-1f49-45de-a57f-716c280a5aea} <Debug> DynamicQueryHandler: Done processing query | ||
7884 | 2024.07.10 23:06:57.213328 [ 3 ] {e73db679-1f49-45de-a57f-716c280a5aea} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7885 | 2024.07.10 23:06:57.213344 [ 3 ] {} <Debug> HTTP-Session: 6a6fe2ae-4c3c-463b-8a21-fdf3eb714d00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7886 | 2024.07.10 23:06:57.213505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 48305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7887 | 2024.07.10 23:06:57.213554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7888 | 2024.07.10 23:06:57.213574 [ 3 ] {} <Debug> HTTP-Session: fd008ff7-16a8-4740-807b-38481c74726d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7889 | 2024.07.10 23:06:57.213590 [ 3 ] {} <Debug> HTTP-Session: fd008ff7-16a8-4740-807b-38481c74726d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7890 | 2024.07.10 23:06:57.213604 [ 3 ] {} <Debug> HTTP-Session: fd008ff7-16a8-4740-807b-38481c74726d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7891 | 2024.07.10 23:06:57.213634 [ 3 ] {} <Trace> HTTP-Session: fd008ff7-16a8-4740-807b-38481c74726d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7892 | 2024.07.10 23:06:57.213929 [ 3 ] {88bc388e-b117-4eaf-832c-4f74c315fd50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7893 | 2024.07.10 23:06:57.213992 [ 3 ] {88bc388e-b117-4eaf-832c-4f74c315fd50} <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 | ||
7894 | 2024.07.10 23:06:57.214400 [ 3 ] {88bc388e-b117-4eaf-832c-4f74c315fd50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7895 | 2024.07.10 23:06:57.215143 [ 3 ] {88bc388e-b117-4eaf-832c-4f74c315fd50} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7896 | 2024.07.10 23:06:57.215178 [ 3 ] {88bc388e-b117-4eaf-832c-4f74c315fd50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7897 | 2024.07.10 23:06:57.215815 [ 3 ] {88bc388e-b117-4eaf-832c-4f74c315fd50} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7898 | 2024.07.10 23:06:57.216232 [ 3 ] {88bc388e-b117-4eaf-832c-4f74c315fd50} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7899 | 2024.07.10 23:06:57.216420 [ 3 ] {88bc388e-b117-4eaf-832c-4f74c315fd50} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00269 sec., 11152.416356877324 rows/sec., 19.98 MiB/sec. | ||
7900 | 2024.07.10 23:06:57.216644 [ 3 ] {88bc388e-b117-4eaf-832c-4f74c315fd50} <Debug> DynamicQueryHandler: Done processing query | ||
7901 | 2024.07.10 23:06:57.216669 [ 3 ] {88bc388e-b117-4eaf-832c-4f74c315fd50} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7902 | 2024.07.10 23:06:57.216684 [ 3 ] {} <Debug> HTTP-Session: fd008ff7-16a8-4740-807b-38481c74726d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7903 | 2024.07.10 23:06:57.216810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7904 | 2024.07.10 23:06:57.216860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7905 | 2024.07.10 23:06:57.216880 [ 3 ] {} <Debug> HTTP-Session: 6f723970-a104-4bcc-814d-09d99681beba Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7906 | 2024.07.10 23:06:57.216897 [ 3 ] {} <Debug> HTTP-Session: 6f723970-a104-4bcc-814d-09d99681beba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7907 | 2024.07.10 23:06:57.216911 [ 3 ] {} <Debug> HTTP-Session: 6f723970-a104-4bcc-814d-09d99681beba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7908 | 2024.07.10 23:06:57.216942 [ 3 ] {} <Trace> HTTP-Session: 6f723970-a104-4bcc-814d-09d99681beba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7909 | 2024.07.10 23:06:57.217059 [ 3 ] {55e2f40f-fbb2-4b37-9d03-61f28333178b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7910 | 2024.07.10 23:06:57.217103 [ 3 ] {55e2f40f-fbb2-4b37-9d03-61f28333178b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7911 | 2024.07.10 23:06:57.217239 [ 3 ] {55e2f40f-fbb2-4b37-9d03-61f28333178b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7912 | 2024.07.10 23:06:57.217536 [ 3 ] {55e2f40f-fbb2-4b37-9d03-61f28333178b} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7913 | 2024.07.10 23:06:57.217573 [ 3 ] {55e2f40f-fbb2-4b37-9d03-61f28333178b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7914 | 2024.07.10 23:06:57.217935 [ 3 ] {55e2f40f-fbb2-4b37-9d03-61f28333178b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7915 | 2024.07.10 23:06:57.218273 [ 3 ] {55e2f40f-fbb2-4b37-9d03-61f28333178b} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7916 | 2024.07.10 23:06:57.218419 [ 3 ] {55e2f40f-fbb2-4b37-9d03-61f28333178b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec. | ||
7917 | 2024.07.10 23:06:57.218685 [ 3 ] {55e2f40f-fbb2-4b37-9d03-61f28333178b} <Debug> DynamicQueryHandler: Done processing query | ||
7918 | 2024.07.10 23:06:57.218733 [ 3 ] {55e2f40f-fbb2-4b37-9d03-61f28333178b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7919 | 2024.07.10 23:06:57.218777 [ 3 ] {} <Debug> HTTP-Session: 6f723970-a104-4bcc-814d-09d99681beba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7920 | 2024.07.10 23:06:57.552744 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7921 | 2024.07.10 23:06:57.552800 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7922 | 2024.07.10 23:07:02.195699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7923 | 2024.07.10 23:07:02.195905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7924 | 2024.07.10 23:07:02.195952 [ 3 ] {} <Debug> HTTP-Session: b8cdd077-cbc0-42d9-8f83-88c193e8b14a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7925 | 2024.07.10 23:07:02.195993 [ 3 ] {} <Debug> HTTP-Session: b8cdd077-cbc0-42d9-8f83-88c193e8b14a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7926 | 2024.07.10 23:07:02.196023 [ 3 ] {} <Debug> HTTP-Session: b8cdd077-cbc0-42d9-8f83-88c193e8b14a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7927 | 2024.07.10 23:07:02.196104 [ 3 ] {} <Trace> HTTP-Session: b8cdd077-cbc0-42d9-8f83-88c193e8b14a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7928 | 2024.07.10 23:07:02.196380 [ 3 ] {63821a95-d7fd-4927-82f4-4063b15b60ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7929 | 2024.07.10 23:07:02.196491 [ 3 ] {63821a95-d7fd-4927-82f4-4063b15b60ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7930 | 2024.07.10 23:07:02.196809 [ 3 ] {63821a95-d7fd-4927-82f4-4063b15b60ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7931 | 2024.07.10 23:07:02.197205 [ 3 ] {63821a95-d7fd-4927-82f4-4063b15b60ca} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7932 | 2024.07.10 23:07:02.197250 [ 3 ] {63821a95-d7fd-4927-82f4-4063b15b60ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7933 | 2024.07.10 23:07:02.197619 [ 3 ] {63821a95-d7fd-4927-82f4-4063b15b60ca} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7934 | 2024.07.10 23:07:02.197965 [ 3 ] {63821a95-d7fd-4927-82f4-4063b15b60ca} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7935 | 2024.07.10 23:07:02.198143 [ 3 ] {63821a95-d7fd-4927-82f4-4063b15b60ca} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001844 sec., 542.2993492407809 rows/sec., 43.96 KiB/sec. | ||
7936 | 2024.07.10 23:07:02.198368 [ 3 ] {63821a95-d7fd-4927-82f4-4063b15b60ca} <Debug> DynamicQueryHandler: Done processing query | ||
7937 | 2024.07.10 23:07:02.198395 [ 3 ] {63821a95-d7fd-4927-82f4-4063b15b60ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7938 | 2024.07.10 23:07:02.198412 [ 3 ] {} <Debug> HTTP-Session: b8cdd077-cbc0-42d9-8f83-88c193e8b14a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7939 | 2024.07.10 23:07:02.198578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7940 | 2024.07.10 23:07:02.198636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7941 | 2024.07.10 23:07:02.198656 [ 3 ] {} <Debug> HTTP-Session: a722549a-6f9a-433f-8676-77faeb10ec3c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7942 | 2024.07.10 23:07:02.198674 [ 3 ] {} <Debug> HTTP-Session: a722549a-6f9a-433f-8676-77faeb10ec3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7943 | 2024.07.10 23:07:02.198688 [ 3 ] {} <Debug> HTTP-Session: a722549a-6f9a-433f-8676-77faeb10ec3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7944 | 2024.07.10 23:07:02.198725 [ 3 ] {} <Trace> HTTP-Session: a722549a-6f9a-433f-8676-77faeb10ec3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7945 | 2024.07.10 23:07:02.198831 [ 3 ] {503c1e16-d341-4af5-ae44-171928e6bc4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7946 | 2024.07.10 23:07:02.198879 [ 3 ] {503c1e16-d341-4af5-ae44-171928e6bc4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7947 | 2024.07.10 23:07:02.199012 [ 3 ] {503c1e16-d341-4af5-ae44-171928e6bc4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7948 | 2024.07.10 23:07:02.199293 [ 3 ] {503c1e16-d341-4af5-ae44-171928e6bc4d} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7949 | 2024.07.10 23:07:02.199331 [ 3 ] {503c1e16-d341-4af5-ae44-171928e6bc4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7950 | 2024.07.10 23:07:02.199634 [ 3 ] {503c1e16-d341-4af5-ae44-171928e6bc4d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7951 | 2024.07.10 23:07:02.199949 [ 3 ] {503c1e16-d341-4af5-ae44-171928e6bc4d} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7952 | 2024.07.10 23:07:02.200104 [ 3 ] {503c1e16-d341-4af5-ae44-171928e6bc4d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 376.64 KiB/sec. | ||
7953 | 2024.07.10 23:07:02.200274 [ 3 ] {503c1e16-d341-4af5-ae44-171928e6bc4d} <Debug> DynamicQueryHandler: Done processing query | ||
7954 | 2024.07.10 23:07:02.200298 [ 3 ] {503c1e16-d341-4af5-ae44-171928e6bc4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7955 | 2024.07.10 23:07:02.200314 [ 3 ] {} <Debug> HTTP-Session: a722549a-6f9a-433f-8676-77faeb10ec3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7956 | 2024.07.10 23:07:02.200468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8689, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7957 | 2024.07.10 23:07:02.200519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7958 | 2024.07.10 23:07:02.200538 [ 3 ] {} <Debug> HTTP-Session: 6495a153-97cd-416c-b387-df567425acf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7959 | 2024.07.10 23:07:02.200555 [ 3 ] {} <Debug> HTTP-Session: 6495a153-97cd-416c-b387-df567425acf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7960 | 2024.07.10 23:07:02.200569 [ 3 ] {} <Debug> HTTP-Session: 6495a153-97cd-416c-b387-df567425acf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7961 | 2024.07.10 23:07:02.200601 [ 3 ] {} <Trace> HTTP-Session: 6495a153-97cd-416c-b387-df567425acf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7962 | 2024.07.10 23:07:02.200718 [ 3 ] {d4f318b5-b9fd-43bd-bce1-24c9ef473ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7963 | 2024.07.10 23:07:02.200760 [ 3 ] {d4f318b5-b9fd-43bd-bce1-24c9ef473ad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7964 | 2024.07.10 23:07:02.200886 [ 3 ] {d4f318b5-b9fd-43bd-bce1-24c9ef473ad2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7965 | 2024.07.10 23:07:02.201203 [ 3 ] {d4f318b5-b9fd-43bd-bce1-24c9ef473ad2} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7966 | 2024.07.10 23:07:02.201241 [ 3 ] {d4f318b5-b9fd-43bd-bce1-24c9ef473ad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7967 | 2024.07.10 23:07:02.201554 [ 3 ] {d4f318b5-b9fd-43bd-bce1-24c9ef473ad2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7968 | 2024.07.10 23:07:02.201866 [ 3 ] {d4f318b5-b9fd-43bd-bce1-24c9ef473ad2} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7969 | 2024.07.10 23:07:02.202024 [ 3 ] {d4f318b5-b9fd-43bd-bce1-24c9ef473ad2} <Debug> executeQuery: Read 62 rows, 4.89 KiB in 0.001347 sec., 46028.21083890126 rows/sec., 3.54 MiB/sec. | ||
7970 | 2024.07.10 23:07:02.202190 [ 3 ] {d4f318b5-b9fd-43bd-bce1-24c9ef473ad2} <Debug> DynamicQueryHandler: Done processing query | ||
7971 | 2024.07.10 23:07:02.202214 [ 3 ] {d4f318b5-b9fd-43bd-bce1-24c9ef473ad2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7972 | 2024.07.10 23:07:02.202231 [ 3 ] {} <Debug> HTTP-Session: 6495a153-97cd-416c-b387-df567425acf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7973 | 2024.07.10 23:07:02.202358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7974 | 2024.07.10 23:07:02.202407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7975 | 2024.07.10 23:07:02.202426 [ 3 ] {} <Debug> HTTP-Session: e251a983-a62f-4268-9089-5e5297b77c96 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7976 | 2024.07.10 23:07:02.202444 [ 3 ] {} <Debug> HTTP-Session: e251a983-a62f-4268-9089-5e5297b77c96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7977 | 2024.07.10 23:07:02.202458 [ 3 ] {} <Debug> HTTP-Session: e251a983-a62f-4268-9089-5e5297b77c96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7978 | 2024.07.10 23:07:02.202489 [ 3 ] {} <Trace> HTTP-Session: e251a983-a62f-4268-9089-5e5297b77c96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7979 | 2024.07.10 23:07:02.202582 [ 3 ] {c1b0fea7-f652-41b6-a596-fa342cf8b9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7980 | 2024.07.10 23:07:02.202624 [ 3 ] {c1b0fea7-f652-41b6-a596-fa342cf8b9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7981 | 2024.07.10 23:07:02.202753 [ 3 ] {c1b0fea7-f652-41b6-a596-fa342cf8b9ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7982 | 2024.07.10 23:07:02.203018 [ 3 ] {c1b0fea7-f652-41b6-a596-fa342cf8b9ab} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7983 | 2024.07.10 23:07:02.203054 [ 3 ] {c1b0fea7-f652-41b6-a596-fa342cf8b9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
7984 | 2024.07.10 23:07:02.203353 [ 3 ] {c1b0fea7-f652-41b6-a596-fa342cf8b9ab} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7985 | 2024.07.10 23:07:02.203658 [ 3 ] {c1b0fea7-f652-41b6-a596-fa342cf8b9ab} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7986 | 2024.07.10 23:07:02.203814 [ 3 ] {c1b0fea7-f652-41b6-a596-fa342cf8b9ab} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001255 sec., 4780.876494023904 rows/sec., 333.82 KiB/sec. | ||
7987 | 2024.07.10 23:07:02.204134 [ 3 ] {c1b0fea7-f652-41b6-a596-fa342cf8b9ab} <Debug> DynamicQueryHandler: Done processing query | ||
7988 | 2024.07.10 23:07:02.204186 [ 3 ] {c1b0fea7-f652-41b6-a596-fa342cf8b9ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7989 | 2024.07.10 23:07:02.204231 [ 3 ] {} <Debug> HTTP-Session: e251a983-a62f-4268-9089-5e5297b77c96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7990 | 2024.07.10 23:07:02.204382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 12088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7991 | 2024.07.10 23:07:02.204435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7992 | 2024.07.10 23:07:02.204455 [ 3 ] {} <Debug> HTTP-Session: 45f8a25f-9de0-426f-8c75-bc18eacb30d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
7993 | 2024.07.10 23:07:02.204472 [ 3 ] {} <Debug> HTTP-Session: 45f8a25f-9de0-426f-8c75-bc18eacb30d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7994 | 2024.07.10 23:07:02.204486 [ 3 ] {} <Debug> HTTP-Session: 45f8a25f-9de0-426f-8c75-bc18eacb30d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7995 | 2024.07.10 23:07:02.204518 [ 3 ] {} <Trace> HTTP-Session: 45f8a25f-9de0-426f-8c75-bc18eacb30d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7996 | 2024.07.10 23:07:02.204641 [ 3 ] {fdbb1dd0-e203-453b-bb21-0ee943b08785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7997 | 2024.07.10 23:07:02.204685 [ 3 ] {fdbb1dd0-e203-453b-bb21-0ee943b08785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7998 | 2024.07.10 23:07:02.204838 [ 3 ] {fdbb1dd0-e203-453b-bb21-0ee943b08785} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7999 | 2024.07.10 23:07:02.205166 [ 3 ] {fdbb1dd0-e203-453b-bb21-0ee943b08785} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8000 | 2024.07.10 23:07:02.205203 [ 3 ] {fdbb1dd0-e203-453b-bb21-0ee943b08785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8001 | 2024.07.10 23:07:02.205515 [ 3 ] {fdbb1dd0-e203-453b-bb21-0ee943b08785} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8002 | 2024.07.10 23:07:02.205814 [ 3 ] {fdbb1dd0-e203-453b-bb21-0ee943b08785} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8003 | 2024.07.10 23:07:02.205959 [ 3 ] {fdbb1dd0-e203-453b-bb21-0ee943b08785} <Debug> executeQuery: Read 71 rows, 5.68 KiB in 0.001363 sec., 52090.97578870139 rows/sec., 4.07 MiB/sec. | ||
8004 | 2024.07.10 23:07:02.206127 [ 3 ] {fdbb1dd0-e203-453b-bb21-0ee943b08785} <Debug> DynamicQueryHandler: Done processing query | ||
8005 | 2024.07.10 23:07:02.206151 [ 3 ] {fdbb1dd0-e203-453b-bb21-0ee943b08785} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8006 | 2024.07.10 23:07:02.206167 [ 3 ] {} <Debug> HTTP-Session: 45f8a25f-9de0-426f-8c75-bc18eacb30d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8007 | 2024.07.10 23:07:02.206316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 31226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8008 | 2024.07.10 23:07:02.206367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8009 | 2024.07.10 23:07:02.206387 [ 3 ] {} <Debug> HTTP-Session: ec0a314a-1434-47e6-b25c-f5f4ee6540af Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8010 | 2024.07.10 23:07:02.206404 [ 3 ] {} <Debug> HTTP-Session: ec0a314a-1434-47e6-b25c-f5f4ee6540af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8011 | 2024.07.10 23:07:02.206419 [ 3 ] {} <Debug> HTTP-Session: ec0a314a-1434-47e6-b25c-f5f4ee6540af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8012 | 2024.07.10 23:07:02.206449 [ 3 ] {} <Trace> HTTP-Session: ec0a314a-1434-47e6-b25c-f5f4ee6540af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8013 | 2024.07.10 23:07:02.206593 [ 3 ] {a7e4359c-a961-4e2d-9e53-7f209f0296ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8014 | 2024.07.10 23:07:02.206641 [ 3 ] {a7e4359c-a961-4e2d-9e53-7f209f0296ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8015 | 2024.07.10 23:07:02.206790 [ 3 ] {a7e4359c-a961-4e2d-9e53-7f209f0296ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8016 | 2024.07.10 23:07:02.207231 [ 3 ] {a7e4359c-a961-4e2d-9e53-7f209f0296ca} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8017 | 2024.07.10 23:07:02.207269 [ 3 ] {a7e4359c-a961-4e2d-9e53-7f209f0296ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8018 | 2024.07.10 23:07:02.207670 [ 3 ] {a7e4359c-a961-4e2d-9e53-7f209f0296ca} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8019 | 2024.07.10 23:07:02.208009 [ 3 ] {a7e4359c-a961-4e2d-9e53-7f209f0296ca} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8020 | 2024.07.10 23:07:02.208164 [ 3 ] {a7e4359c-a961-4e2d-9e53-7f209f0296ca} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001634 sec., 99755.20195838434 rows/sec., 6.95 MiB/sec. | ||
8021 | 2024.07.10 23:07:02.208338 [ 3 ] {a7e4359c-a961-4e2d-9e53-7f209f0296ca} <Debug> DynamicQueryHandler: Done processing query | ||
8022 | 2024.07.10 23:07:02.208363 [ 3 ] {a7e4359c-a961-4e2d-9e53-7f209f0296ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8023 | 2024.07.10 23:07:02.208380 [ 3 ] {} <Debug> HTTP-Session: ec0a314a-1434-47e6-b25c-f5f4ee6540af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8024 | 2024.07.10 23:07:02.208494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8025 | 2024.07.10 23:07:02.208543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8026 | 2024.07.10 23:07:02.208561 [ 3 ] {} <Debug> HTTP-Session: 9dd64448-f473-4b03-b3f3-d0a7c0d07d49 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8027 | 2024.07.10 23:07:02.208579 [ 3 ] {} <Debug> HTTP-Session: 9dd64448-f473-4b03-b3f3-d0a7c0d07d49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8028 | 2024.07.10 23:07:02.208593 [ 3 ] {} <Debug> HTTP-Session: 9dd64448-f473-4b03-b3f3-d0a7c0d07d49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8029 | 2024.07.10 23:07:02.208624 [ 3 ] {} <Trace> HTTP-Session: 9dd64448-f473-4b03-b3f3-d0a7c0d07d49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8030 | 2024.07.10 23:07:02.208732 [ 3 ] {a0412812-378a-4b18-b57f-683d19d32c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8031 | 2024.07.10 23:07:02.208797 [ 3 ] {a0412812-378a-4b18-b57f-683d19d32c19} <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 | ||
8032 | 2024.07.10 23:07:02.209211 [ 3 ] {a0412812-378a-4b18-b57f-683d19d32c19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8033 | 2024.07.10 23:07:02.209675 [ 3 ] {a0412812-378a-4b18-b57f-683d19d32c19} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8034 | 2024.07.10 23:07:02.209711 [ 3 ] {a0412812-378a-4b18-b57f-683d19d32c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8035 | 2024.07.10 23:07:02.210275 [ 3 ] {a0412812-378a-4b18-b57f-683d19d32c19} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8036 | 2024.07.10 23:07:02.210680 [ 3 ] {a0412812-378a-4b18-b57f-683d19d32c19} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8037 | 2024.07.10 23:07:02.210875 [ 3 ] {a0412812-378a-4b18-b57f-683d19d32c19} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.00218 sec., 458.7155963302752 rows/sec., 841.73 KiB/sec. | ||
8038 | 2024.07.10 23:07:02.211232 [ 3 ] {a0412812-378a-4b18-b57f-683d19d32c19} <Debug> DynamicQueryHandler: Done processing query | ||
8039 | 2024.07.10 23:07:02.211257 [ 3 ] {a0412812-378a-4b18-b57f-683d19d32c19} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8040 | 2024.07.10 23:07:02.211273 [ 3 ] {} <Debug> HTTP-Session: 9dd64448-f473-4b03-b3f3-d0a7c0d07d49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8041 | 2024.07.10 23:07:02.211391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8042 | 2024.07.10 23:07:02.211440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8043 | 2024.07.10 23:07:02.211460 [ 3 ] {} <Debug> HTTP-Session: 18c94aa0-7343-4264-866b-656de6e6ca19 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8044 | 2024.07.10 23:07:02.211476 [ 3 ] {} <Debug> HTTP-Session: 18c94aa0-7343-4264-866b-656de6e6ca19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8045 | 2024.07.10 23:07:02.211491 [ 3 ] {} <Debug> HTTP-Session: 18c94aa0-7343-4264-866b-656de6e6ca19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8046 | 2024.07.10 23:07:02.211522 [ 3 ] {} <Trace> HTTP-Session: 18c94aa0-7343-4264-866b-656de6e6ca19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8047 | 2024.07.10 23:07:02.211647 [ 3 ] {23371b03-dfa3-4968-a806-38519a77b12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8048 | 2024.07.10 23:07:02.211692 [ 3 ] {23371b03-dfa3-4968-a806-38519a77b12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8049 | 2024.07.10 23:07:02.211820 [ 3 ] {23371b03-dfa3-4968-a806-38519a77b12a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8050 | 2024.07.10 23:07:02.212126 [ 3 ] {23371b03-dfa3-4968-a806-38519a77b12a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8051 | 2024.07.10 23:07:02.212162 [ 3 ] {23371b03-dfa3-4968-a806-38519a77b12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8052 | 2024.07.10 23:07:02.212521 [ 3 ] {23371b03-dfa3-4968-a806-38519a77b12a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8053 | 2024.07.10 23:07:02.212842 [ 3 ] {23371b03-dfa3-4968-a806-38519a77b12a} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8054 | 2024.07.10 23:07:02.212994 [ 3 ] {23371b03-dfa3-4968-a806-38519a77b12a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
8055 | 2024.07.10 23:07:02.213159 [ 3 ] {23371b03-dfa3-4968-a806-38519a77b12a} <Debug> DynamicQueryHandler: Done processing query | ||
8056 | 2024.07.10 23:07:02.213183 [ 3 ] {23371b03-dfa3-4968-a806-38519a77b12a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8057 | 2024.07.10 23:07:02.213200 [ 3 ] {} <Debug> HTTP-Session: 18c94aa0-7343-4264-866b-656de6e6ca19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8058 | 2024.07.10 23:07:07.196747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8059 | 2024.07.10 23:07:07.196938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8060 | 2024.07.10 23:07:07.196976 [ 3 ] {} <Debug> HTTP-Session: d564b5d8-f436-44a3-871b-9f64bc845acf Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8061 | 2024.07.10 23:07:07.197000 [ 3 ] {} <Debug> HTTP-Session: d564b5d8-f436-44a3-871b-9f64bc845acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8062 | 2024.07.10 23:07:07.197015 [ 3 ] {} <Debug> HTTP-Session: d564b5d8-f436-44a3-871b-9f64bc845acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8063 | 2024.07.10 23:07:07.197063 [ 3 ] {} <Trace> HTTP-Session: d564b5d8-f436-44a3-871b-9f64bc845acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8064 | 2024.07.10 23:07:07.197255 [ 3 ] {bb0c471f-9d17-42e7-b6eb-27c68c650ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8065 | 2024.07.10 23:07:07.197322 [ 3 ] {bb0c471f-9d17-42e7-b6eb-27c68c650ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8066 | 2024.07.10 23:07:07.197515 [ 3 ] {bb0c471f-9d17-42e7-b6eb-27c68c650ca8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8067 | 2024.07.10 23:07:07.197949 [ 3 ] {bb0c471f-9d17-42e7-b6eb-27c68c650ca8} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8068 | 2024.07.10 23:07:07.197991 [ 3 ] {bb0c471f-9d17-42e7-b6eb-27c68c650ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8069 | 2024.07.10 23:07:07.198372 [ 3 ] {bb0c471f-9d17-42e7-b6eb-27c68c650ca8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8070 | 2024.07.10 23:07:07.198705 [ 3 ] {bb0c471f-9d17-42e7-b6eb-27c68c650ca8} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8071 | 2024.07.10 23:07:07.198855 [ 3 ] {bb0c471f-9d17-42e7-b6eb-27c68c650ca8} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001661 sec., 18061.408789885612 rows/sec., 1.43 MiB/sec. | ||
8072 | 2024.07.10 23:07:07.199064 [ 3 ] {bb0c471f-9d17-42e7-b6eb-27c68c650ca8} <Debug> DynamicQueryHandler: Done processing query | ||
8073 | 2024.07.10 23:07:07.199090 [ 3 ] {bb0c471f-9d17-42e7-b6eb-27c68c650ca8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8074 | 2024.07.10 23:07:07.199107 [ 3 ] {} <Debug> HTTP-Session: d564b5d8-f436-44a3-871b-9f64bc845acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8075 | 2024.07.10 23:07:07.199228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8076 | 2024.07.10 23:07:07.199283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8077 | 2024.07.10 23:07:07.199303 [ 3 ] {} <Debug> HTTP-Session: 41b887a6-5f5b-449d-8914-bc9037d6c8dc Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8078 | 2024.07.10 23:07:07.199320 [ 3 ] {} <Debug> HTTP-Session: 41b887a6-5f5b-449d-8914-bc9037d6c8dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8079 | 2024.07.10 23:07:07.199335 [ 3 ] {} <Debug> HTTP-Session: 41b887a6-5f5b-449d-8914-bc9037d6c8dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8080 | 2024.07.10 23:07:07.199370 [ 3 ] {} <Trace> HTTP-Session: 41b887a6-5f5b-449d-8914-bc9037d6c8dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8081 | 2024.07.10 23:07:07.199474 [ 3 ] {e041d3e5-3df6-423c-9a79-274fc6914a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8082 | 2024.07.10 23:07:07.199519 [ 3 ] {e041d3e5-3df6-423c-9a79-274fc6914a1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8083 | 2024.07.10 23:07:07.199647 [ 3 ] {e041d3e5-3df6-423c-9a79-274fc6914a1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8084 | 2024.07.10 23:07:07.199942 [ 3 ] {e041d3e5-3df6-423c-9a79-274fc6914a1f} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8085 | 2024.07.10 23:07:07.199978 [ 3 ] {e041d3e5-3df6-423c-9a79-274fc6914a1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8086 | 2024.07.10 23:07:07.200273 [ 3 ] {e041d3e5-3df6-423c-9a79-274fc6914a1f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8087 | 2024.07.10 23:07:07.200576 [ 3 ] {e041d3e5-3df6-423c-9a79-274fc6914a1f} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8088 | 2024.07.10 23:07:07.200705 [ 3 ] {e041d3e5-3df6-423c-9a79-274fc6914a1f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 129.33 KiB/sec. | ||
8089 | 2024.07.10 23:07:07.200868 [ 3 ] {e041d3e5-3df6-423c-9a79-274fc6914a1f} <Debug> DynamicQueryHandler: Done processing query | ||
8090 | 2024.07.10 23:07:07.200892 [ 3 ] {e041d3e5-3df6-423c-9a79-274fc6914a1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8091 | 2024.07.10 23:07:07.200907 [ 3 ] {} <Debug> HTTP-Session: 41b887a6-5f5b-449d-8914-bc9037d6c8dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8092 | 2024.07.10 23:07:07.201048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 21579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8093 | 2024.07.10 23:07:07.201097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8094 | 2024.07.10 23:07:07.201116 [ 3 ] {} <Debug> HTTP-Session: 03074672-0110-4eb0-ab1c-d2238a76c2e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8095 | 2024.07.10 23:07:07.201133 [ 3 ] {} <Debug> HTTP-Session: 03074672-0110-4eb0-ab1c-d2238a76c2e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8096 | 2024.07.10 23:07:07.201147 [ 3 ] {} <Debug> HTTP-Session: 03074672-0110-4eb0-ab1c-d2238a76c2e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8097 | 2024.07.10 23:07:07.201178 [ 3 ] {} <Trace> HTTP-Session: 03074672-0110-4eb0-ab1c-d2238a76c2e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8098 | 2024.07.10 23:07:07.201315 [ 3 ] {5367d556-3372-49dd-b143-c39d4a928df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8099 | 2024.07.10 23:07:07.201357 [ 3 ] {5367d556-3372-49dd-b143-c39d4a928df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8100 | 2024.07.10 23:07:07.201482 [ 3 ] {5367d556-3372-49dd-b143-c39d4a928df6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8101 | 2024.07.10 23:07:07.201861 [ 3 ] {5367d556-3372-49dd-b143-c39d4a928df6} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8102 | 2024.07.10 23:07:07.201898 [ 3 ] {5367d556-3372-49dd-b143-c39d4a928df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8103 | 2024.07.10 23:07:07.202218 [ 3 ] {5367d556-3372-49dd-b143-c39d4a928df6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8104 | 2024.07.10 23:07:07.202527 [ 3 ] {5367d556-3372-49dd-b143-c39d4a928df6} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8105 | 2024.07.10 23:07:07.202655 [ 3 ] {5367d556-3372-49dd-b143-c39d4a928df6} <Debug> executeQuery: Read 147 rows, 12.62 KiB in 0.001401 sec., 104925.05353319058 rows/sec., 8.80 MiB/sec. | ||
8106 | 2024.07.10 23:07:07.202838 [ 3 ] {5367d556-3372-49dd-b143-c39d4a928df6} <Debug> DynamicQueryHandler: Done processing query | ||
8107 | 2024.07.10 23:07:07.202874 [ 3 ] {5367d556-3372-49dd-b143-c39d4a928df6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8108 | 2024.07.10 23:07:07.202902 [ 3 ] {} <Debug> HTTP-Session: 03074672-0110-4eb0-ab1c-d2238a76c2e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8109 | 2024.07.10 23:07:07.203017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8110 | 2024.07.10 23:07:07.203064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8111 | 2024.07.10 23:07:07.203084 [ 3 ] {} <Debug> HTTP-Session: 928191bf-ef28-4c3a-8ca3-626203d53bb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8112 | 2024.07.10 23:07:07.203101 [ 3 ] {} <Debug> HTTP-Session: 928191bf-ef28-4c3a-8ca3-626203d53bb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8113 | 2024.07.10 23:07:07.203114 [ 3 ] {} <Debug> HTTP-Session: 928191bf-ef28-4c3a-8ca3-626203d53bb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8114 | 2024.07.10 23:07:07.203145 [ 3 ] {} <Trace> HTTP-Session: 928191bf-ef28-4c3a-8ca3-626203d53bb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8115 | 2024.07.10 23:07:07.203239 [ 3 ] {9b620609-1174-42f3-9953-05ed4c2a9a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8116 | 2024.07.10 23:07:07.203280 [ 3 ] {9b620609-1174-42f3-9953-05ed4c2a9a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8117 | 2024.07.10 23:07:07.203406 [ 3 ] {9b620609-1174-42f3-9953-05ed4c2a9a75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8118 | 2024.07.10 23:07:07.203671 [ 3 ] {9b620609-1174-42f3-9953-05ed4c2a9a75} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8119 | 2024.07.10 23:07:07.203707 [ 3 ] {9b620609-1174-42f3-9953-05ed4c2a9a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8120 | 2024.07.10 23:07:07.204003 [ 3 ] {9b620609-1174-42f3-9953-05ed4c2a9a75} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8121 | 2024.07.10 23:07:07.204307 [ 3 ] {9b620609-1174-42f3-9953-05ed4c2a9a75} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8122 | 2024.07.10 23:07:07.204432 [ 3 ] {9b620609-1174-42f3-9953-05ed4c2a9a75} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001218 sec., 1642.0361247947455 rows/sec., 114.65 KiB/sec. | ||
8123 | 2024.07.10 23:07:07.204591 [ 3 ] {9b620609-1174-42f3-9953-05ed4c2a9a75} <Debug> DynamicQueryHandler: Done processing query | ||
8124 | 2024.07.10 23:07:07.204614 [ 3 ] {9b620609-1174-42f3-9953-05ed4c2a9a75} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8125 | 2024.07.10 23:07:07.204630 [ 3 ] {} <Debug> HTTP-Session: 928191bf-ef28-4c3a-8ca3-626203d53bb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8126 | 2024.07.10 23:07:07.204745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 16320, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8127 | 2024.07.10 23:07:07.204792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8128 | 2024.07.10 23:07:07.204812 [ 3 ] {} <Debug> HTTP-Session: c110309b-a109-45a7-a990-ff04430e53f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8129 | 2024.07.10 23:07:07.204828 [ 3 ] {} <Debug> HTTP-Session: c110309b-a109-45a7-a990-ff04430e53f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8130 | 2024.07.10 23:07:07.204842 [ 3 ] {} <Debug> HTTP-Session: c110309b-a109-45a7-a990-ff04430e53f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8131 | 2024.07.10 23:07:07.204872 [ 3 ] {} <Trace> HTTP-Session: c110309b-a109-45a7-a990-ff04430e53f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8132 | 2024.07.10 23:07:07.204991 [ 3 ] {5d14b702-eabe-439e-a305-28def39b77a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8133 | 2024.07.10 23:07:07.205032 [ 3 ] {5d14b702-eabe-439e-a305-28def39b77a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8134 | 2024.07.10 23:07:07.205156 [ 3 ] {5d14b702-eabe-439e-a305-28def39b77a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8135 | 2024.07.10 23:07:07.205496 [ 3 ] {5d14b702-eabe-439e-a305-28def39b77a9} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8136 | 2024.07.10 23:07:07.205533 [ 3 ] {5d14b702-eabe-439e-a305-28def39b77a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8137 | 2024.07.10 23:07:07.205840 [ 3 ] {5d14b702-eabe-439e-a305-28def39b77a9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8138 | 2024.07.10 23:07:07.206142 [ 3 ] {5d14b702-eabe-439e-a305-28def39b77a9} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8139 | 2024.07.10 23:07:07.206277 [ 3 ] {5d14b702-eabe-439e-a305-28def39b77a9} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001328 sec., 72289.15662650602 rows/sec., 5.65 MiB/sec. | ||
8140 | 2024.07.10 23:07:07.206436 [ 3 ] {5d14b702-eabe-439e-a305-28def39b77a9} <Debug> DynamicQueryHandler: Done processing query | ||
8141 | 2024.07.10 23:07:07.206459 [ 3 ] {5d14b702-eabe-439e-a305-28def39b77a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8142 | 2024.07.10 23:07:07.206475 [ 3 ] {} <Debug> HTTP-Session: c110309b-a109-45a7-a990-ff04430e53f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8143 | 2024.07.10 23:07:07.206609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8144 | 2024.07.10 23:07:07.206656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8145 | 2024.07.10 23:07:07.206675 [ 3 ] {} <Debug> HTTP-Session: 6b460de4-01fa-4568-b3d6-518ef672a36a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8146 | 2024.07.10 23:07:07.206692 [ 3 ] {} <Debug> HTTP-Session: 6b460de4-01fa-4568-b3d6-518ef672a36a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8147 | 2024.07.10 23:07:07.206706 [ 3 ] {} <Debug> HTTP-Session: 6b460de4-01fa-4568-b3d6-518ef672a36a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8148 | 2024.07.10 23:07:07.206736 [ 3 ] {} <Trace> HTTP-Session: 6b460de4-01fa-4568-b3d6-518ef672a36a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8149 | 2024.07.10 23:07:07.206883 [ 3 ] {04e40235-9fce-4e40-92ec-90eaa01be9e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8150 | 2024.07.10 23:07:07.206929 [ 3 ] {04e40235-9fce-4e40-92ec-90eaa01be9e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8151 | 2024.07.10 23:07:07.207070 [ 3 ] {04e40235-9fce-4e40-92ec-90eaa01be9e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8152 | 2024.07.10 23:07:07.207492 [ 3 ] {04e40235-9fce-4e40-92ec-90eaa01be9e4} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8153 | 2024.07.10 23:07:07.207527 [ 3 ] {04e40235-9fce-4e40-92ec-90eaa01be9e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8154 | 2024.07.10 23:07:07.207915 [ 3 ] {04e40235-9fce-4e40-92ec-90eaa01be9e4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8155 | 2024.07.10 23:07:07.208258 [ 3 ] {04e40235-9fce-4e40-92ec-90eaa01be9e4} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8156 | 2024.07.10 23:07:07.208385 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8157 | 2024.07.10 23:07:07.208389 [ 3 ] {04e40235-9fce-4e40-92ec-90eaa01be9e4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001571 sec., 102482.49522597072 rows/sec., 7.14 MiB/sec. | ||
8158 | 2024.07.10 23:07:07.208431 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8159 | 2024.07.10 23:07:07.208469 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8160 | 2024.07.10 23:07:07.208633 [ 3 ] {04e40235-9fce-4e40-92ec-90eaa01be9e4} <Debug> DynamicQueryHandler: Done processing query | ||
8161 | 2024.07.10 23:07:07.208645 [ 199 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
8162 | 2024.07.10 23:07:07.208666 [ 3 ] {04e40235-9fce-4e40-92ec-90eaa01be9e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8163 | 2024.07.10 23:07:07.208723 [ 3 ] {} <Debug> HTTP-Session: 6b460de4-01fa-4568-b3d6-518ef672a36a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8164 | 2024.07.10 23:07:07.208873 [ 199 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8165 | 2024.07.10 23:07:07.208923 [ 199 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7053 rows starting from the beginning of the part | ||
8166 | 2024.07.10 23:07:07.208944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 48327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8167 | 2024.07.10 23:07:07.209083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8168 | 2024.07.10 23:07:07.209164 [ 3 ] {} <Debug> HTTP-Session: f72383ba-ba30-4473-8d1e-d8ec76948ad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8169 | 2024.07.10 23:07:07.209174 [ 199 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 196 rows starting from the beginning of the part | ||
8170 | 2024.07.10 23:07:07.209221 [ 3 ] {} <Debug> HTTP-Session: f72383ba-ba30-4473-8d1e-d8ec76948ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8171 | 2024.07.10 23:07:07.209285 [ 3 ] {} <Debug> HTTP-Session: f72383ba-ba30-4473-8d1e-d8ec76948ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8172 | 2024.07.10 23:07:07.209461 [ 199 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
8173 | 2024.07.10 23:07:07.209463 [ 3 ] {} <Trace> HTTP-Session: f72383ba-ba30-4473-8d1e-d8ec76948ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8174 | 2024.07.10 23:07:07.209742 [ 199 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 162 rows starting from the beginning of the part | ||
8175 | 2024.07.10 23:07:07.209859 [ 199 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 163 rows starting from the beginning of the part | ||
8176 | 2024.07.10 23:07:07.210044 [ 3 ] {d0ae05a8-5fe1-4f93-a4ea-1ffcb0623a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8177 | 2024.07.10 23:07:07.210085 [ 199 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 161 rows starting from the beginning of the part | ||
8178 | 2024.07.10 23:07:07.210371 [ 3 ] {d0ae05a8-5fe1-4f93-a4ea-1ffcb0623a3b} <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 | ||
8179 | 2024.07.10 23:07:07.211704 [ 3 ] {d0ae05a8-5fe1-4f93-a4ea-1ffcb0623a3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8180 | 2024.07.10 23:07:07.213146 [ 3 ] {d0ae05a8-5fe1-4f93-a4ea-1ffcb0623a3b} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8181 | 2024.07.10 23:07:07.213194 [ 3 ] {d0ae05a8-5fe1-4f93-a4ea-1ffcb0623a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8182 | 2024.07.10 23:07:07.214167 [ 3 ] {d0ae05a8-5fe1-4f93-a4ea-1ffcb0623a3b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8183 | 2024.07.10 23:07:07.215002 [ 3 ] {d0ae05a8-5fe1-4f93-a4ea-1ffcb0623a3b} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8184 | 2024.07.10 23:07:07.215109 [ 199 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7895 rows, containing 5 columns (5 merged, 0 gathered) in 0.006547092 sec., 1205878.884854528 rows/sec., 84.02 MiB/sec. | ||
8185 | 2024.07.10 23:07:07.215261 [ 3 ] {d0ae05a8-5fe1-4f93-a4ea-1ffcb0623a3b} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.005568 sec., 5387.931034482758 rows/sec., 9.65 MiB/sec. | ||
8186 | 2024.07.10 23:07:07.215511 [ 3 ] {d0ae05a8-5fe1-4f93-a4ea-1ffcb0623a3b} <Debug> DynamicQueryHandler: Done processing query | ||
8187 | 2024.07.10 23:07:07.215536 [ 3 ] {d0ae05a8-5fe1-4f93-a4ea-1ffcb0623a3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8188 | 2024.07.10 23:07:07.215552 [ 3 ] {} <Debug> HTTP-Session: f72383ba-ba30-4473-8d1e-d8ec76948ad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8189 | 2024.07.10 23:07:07.215670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8190 | 2024.07.10 23:07:07.215709 [ 196 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8191 | 2024.07.10 23:07:07.215757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8192 | 2024.07.10 23:07:07.215793 [ 3 ] {} <Debug> HTTP-Session: c034d154-5547-457b-870e-bea3bff15c45 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8193 | 2024.07.10 23:07:07.215817 [ 3 ] {} <Debug> HTTP-Session: c034d154-5547-457b-870e-bea3bff15c45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8194 | 2024.07.10 23:07:07.215832 [ 3 ] {} <Debug> HTTP-Session: c034d154-5547-457b-870e-bea3bff15c45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8195 | 2024.07.10 23:07:07.215868 [ 3 ] {} <Trace> HTTP-Session: c034d154-5547-457b-870e-bea3bff15c45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8196 | 2024.07.10 23:07:07.216028 [ 3 ] {01c0674d-888e-4f94-96dc-32edbcdc769f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8197 | 2024.07.10 23:07:07.216085 [ 3 ] {01c0674d-888e-4f94-96dc-32edbcdc769f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8198 | 2024.07.10 23:07:07.216268 [ 196 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8199 | 2024.07.10 23:07:07.216284 [ 3 ] {01c0674d-888e-4f94-96dc-32edbcdc769f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8200 | 2024.07.10 23:07:07.216410 [ 196 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8201 | 2024.07.10 23:07:07.216544 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
8202 | 2024.07.10 23:07:07.216698 [ 3 ] {01c0674d-888e-4f94-96dc-32edbcdc769f} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8203 | 2024.07.10 23:07:07.216735 [ 3 ] {01c0674d-888e-4f94-96dc-32edbcdc769f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8204 | 2024.07.10 23:07:07.217105 [ 3 ] {01c0674d-888e-4f94-96dc-32edbcdc769f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8205 | 2024.07.10 23:07:07.217426 [ 3 ] {01c0674d-888e-4f94-96dc-32edbcdc769f} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8206 | 2024.07.10 23:07:07.217555 [ 3 ] {01c0674d-888e-4f94-96dc-32edbcdc769f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001603 sec., 37429.81908920773 rows/sec., 2.52 MiB/sec. | ||
8207 | 2024.07.10 23:07:07.217718 [ 3 ] {01c0674d-888e-4f94-96dc-32edbcdc769f} <Debug> DynamicQueryHandler: Done processing query | ||
8208 | 2024.07.10 23:07:07.217742 [ 3 ] {01c0674d-888e-4f94-96dc-32edbcdc769f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8209 | 2024.07.10 23:07:07.217758 [ 3 ] {} <Debug> HTTP-Session: c034d154-5547-457b-870e-bea3bff15c45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8210 | 2024.07.10 23:07:12.194607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8211 | 2024.07.10 23:07:12.194743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8212 | 2024.07.10 23:07:12.194773 [ 3 ] {} <Debug> HTTP-Session: 4159e92a-bd90-44c3-97c0-fdd81280f7f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8213 | 2024.07.10 23:07:12.194801 [ 3 ] {} <Debug> HTTP-Session: 4159e92a-bd90-44c3-97c0-fdd81280f7f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8214 | 2024.07.10 23:07:12.194820 [ 3 ] {} <Debug> HTTP-Session: 4159e92a-bd90-44c3-97c0-fdd81280f7f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8215 | 2024.07.10 23:07:12.194874 [ 3 ] {} <Trace> HTTP-Session: 4159e92a-bd90-44c3-97c0-fdd81280f7f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8216 | 2024.07.10 23:07:12.195058 [ 3 ] {d51036c4-451a-4517-ae06-4c207311e5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8217 | 2024.07.10 23:07:12.195126 [ 3 ] {d51036c4-451a-4517-ae06-4c207311e5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8218 | 2024.07.10 23:07:12.195314 [ 3 ] {d51036c4-451a-4517-ae06-4c207311e5cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8219 | 2024.07.10 23:07:12.195731 [ 3 ] {d51036c4-451a-4517-ae06-4c207311e5cb} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8220 | 2024.07.10 23:07:12.195773 [ 3 ] {d51036c4-451a-4517-ae06-4c207311e5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8221 | 2024.07.10 23:07:12.196125 [ 3 ] {d51036c4-451a-4517-ae06-4c207311e5cb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8222 | 2024.07.10 23:07:12.196478 [ 3 ] {d51036c4-451a-4517-ae06-4c207311e5cb} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8223 | 2024.07.10 23:07:12.196641 [ 3 ] {d51036c4-451a-4517-ae06-4c207311e5cb} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001632 sec., 612.7450980392157 rows/sec., 49.67 KiB/sec. | ||
8224 | 2024.07.10 23:07:12.196853 [ 3 ] {d51036c4-451a-4517-ae06-4c207311e5cb} <Debug> DynamicQueryHandler: Done processing query | ||
8225 | 2024.07.10 23:07:12.196879 [ 3 ] {d51036c4-451a-4517-ae06-4c207311e5cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8226 | 2024.07.10 23:07:12.196896 [ 3 ] {} <Debug> HTTP-Session: 4159e92a-bd90-44c3-97c0-fdd81280f7f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8227 | 2024.07.10 23:07:12.197030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8228 | 2024.07.10 23:07:12.197086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8229 | 2024.07.10 23:07:12.197105 [ 3 ] {} <Debug> HTTP-Session: 7287cc80-30e0-4331-b649-77096a269930 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8230 | 2024.07.10 23:07:12.197123 [ 3 ] {} <Debug> HTTP-Session: 7287cc80-30e0-4331-b649-77096a269930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8231 | 2024.07.10 23:07:12.197137 [ 3 ] {} <Debug> HTTP-Session: 7287cc80-30e0-4331-b649-77096a269930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8232 | 2024.07.10 23:07:12.197172 [ 3 ] {} <Trace> HTTP-Session: 7287cc80-30e0-4331-b649-77096a269930 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8233 | 2024.07.10 23:07:12.197292 [ 3 ] {b7b48006-4d96-4c23-b153-c38509946df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8234 | 2024.07.10 23:07:12.197338 [ 3 ] {b7b48006-4d96-4c23-b153-c38509946df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8235 | 2024.07.10 23:07:12.197469 [ 3 ] {b7b48006-4d96-4c23-b153-c38509946df3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8236 | 2024.07.10 23:07:12.197848 [ 3 ] {b7b48006-4d96-4c23-b153-c38509946df3} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8237 | 2024.07.10 23:07:12.197885 [ 3 ] {b7b48006-4d96-4c23-b153-c38509946df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8238 | 2024.07.10 23:07:12.198195 [ 3 ] {b7b48006-4d96-4c23-b153-c38509946df3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8239 | 2024.07.10 23:07:12.198503 [ 3 ] {b7b48006-4d96-4c23-b153-c38509946df3} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8240 | 2024.07.10 23:07:12.198663 [ 3 ] {b7b48006-4d96-4c23-b153-c38509946df3} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001402 sec., 42082.73894436519 rows/sec., 3.25 MiB/sec. | ||
8241 | 2024.07.10 23:07:12.198672 [ 33 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8242 | 2024.07.10 23:07:12.198779 [ 33 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8243 | 2024.07.10 23:07:12.198829 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8244 | 2024.07.10 23:07:12.198905 [ 3 ] {b7b48006-4d96-4c23-b153-c38509946df3} <Debug> DynamicQueryHandler: Done processing query | ||
8245 | 2024.07.10 23:07:12.198942 [ 3 ] {b7b48006-4d96-4c23-b153-c38509946df3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8246 | 2024.07.10 23:07:12.198965 [ 3 ] {} <Debug> HTTP-Session: 7287cc80-30e0-4331-b649-77096a269930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8247 | 2024.07.10 23:07:12.198981 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
8248 | 2024.07.10 23:07:12.199107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8249 | 2024.07.10 23:07:12.199147 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8250 | 2024.07.10 23:07:12.199173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8251 | 2024.07.10 23:07:12.199188 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 193 rows starting from the beginning of the part | ||
8252 | 2024.07.10 23:07:12.199197 [ 3 ] {} <Debug> HTTP-Session: a675acb9-8a8c-4ea9-8a29-e50567b998b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8253 | 2024.07.10 23:07:12.199224 [ 3 ] {} <Debug> HTTP-Session: a675acb9-8a8c-4ea9-8a29-e50567b998b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8254 | 2024.07.10 23:07:12.199242 [ 3 ] {} <Debug> HTTP-Session: a675acb9-8a8c-4ea9-8a29-e50567b998b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8255 | 2024.07.10 23:07:12.199352 [ 3 ] {} <Trace> HTTP-Session: a675acb9-8a8c-4ea9-8a29-e50567b998b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8256 | 2024.07.10 23:07:12.199395 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 59 rows starting from the beginning of the part | ||
8257 | 2024.07.10 23:07:12.199726 [ 3 ] {a4050533-a097-4cd7-a1d9-93aaf1833018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8258 | 2024.07.10 23:07:12.199740 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 148 rows starting from the beginning of the part | ||
8259 | 2024.07.10 23:07:12.199860 [ 3 ] {a4050533-a097-4cd7-a1d9-93aaf1833018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8260 | 2024.07.10 23:07:12.200155 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 62 rows starting from the beginning of the part | ||
8261 | 2024.07.10 23:07:12.200443 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 147 rows starting from the beginning of the part | ||
8262 | 2024.07.10 23:07:12.200830 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 59 rows starting from the beginning of the part | ||
8263 | 2024.07.10 23:07:12.201207 [ 3 ] {a4050533-a097-4cd7-a1d9-93aaf1833018} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8264 | 2024.07.10 23:07:12.201816 [ 3 ] {a4050533-a097-4cd7-a1d9-93aaf1833018} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8265 | 2024.07.10 23:07:12.201855 [ 3 ] {a4050533-a097-4cd7-a1d9-93aaf1833018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8266 | 2024.07.10 23:07:12.202325 [ 3 ] {a4050533-a097-4cd7-a1d9-93aaf1833018} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8267 | 2024.07.10 23:07:12.202685 [ 196 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 668 rows, containing 4 columns (4 merged, 0 gathered) in 0.003776692 sec., 176874.36518519383 rows/sec., 14.42 MiB/sec. | ||
8268 | 2024.07.10 23:07:12.202776 [ 3 ] {a4050533-a097-4cd7-a1d9-93aaf1833018} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8269 | 2024.07.10 23:07:12.203044 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8270 | 2024.07.10 23:07:12.203066 [ 3 ] {a4050533-a097-4cd7-a1d9-93aaf1833018} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.003526 sec., 18434.4866704481 rows/sec., 1.44 MiB/sec. | ||
8271 | 2024.07.10 23:07:12.203049 [ 33 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8272 | 2024.07.10 23:07:12.203235 [ 33 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8273 | 2024.07.10 23:07:12.203359 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8274 | 2024.07.10 23:07:12.203634 [ 3 ] {a4050533-a097-4cd7-a1d9-93aaf1833018} <Debug> DynamicQueryHandler: Done processing query | ||
8275 | 2024.07.10 23:07:12.203719 [ 3 ] {a4050533-a097-4cd7-a1d9-93aaf1833018} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8276 | 2024.07.10 23:07:12.203819 [ 3 ] {} <Debug> HTTP-Session: a675acb9-8a8c-4ea9-8a29-e50567b998b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8277 | 2024.07.10 23:07:12.203935 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
8278 | 2024.07.10 23:07:12.204145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8279 | 2024.07.10 23:07:12.204277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8280 | 2024.07.10 23:07:12.204362 [ 3 ] {} <Debug> HTTP-Session: e622eacf-4a59-4e5a-ae6b-eac743a6ebec Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8281 | 2024.07.10 23:07:12.204371 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8282 | 2024.07.10 23:07:12.204419 [ 3 ] {} <Debug> HTTP-Session: e622eacf-4a59-4e5a-ae6b-eac743a6ebec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8283 | 2024.07.10 23:07:12.204472 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 151 rows starting from the beginning of the part | ||
8284 | 2024.07.10 23:07:12.204475 [ 3 ] {} <Debug> HTTP-Session: e622eacf-4a59-4e5a-ae6b-eac743a6ebec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8285 | 2024.07.10 23:07:12.204579 [ 3 ] {} <Trace> HTTP-Session: e622eacf-4a59-4e5a-ae6b-eac743a6ebec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8286 | 2024.07.10 23:07:12.204801 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 65 rows starting from the beginning of the part | ||
8287 | 2024.07.10 23:07:12.205016 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_56_11} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8288 | 2024.07.10 23:07:12.205172 [ 3 ] {20d47302-944a-4a88-98d7-6ba2bb5eeabe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8289 | 2024.07.10 23:07:12.205254 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 98 rows starting from the beginning of the part | ||
8290 | 2024.07.10 23:07:12.205475 [ 3 ] {20d47302-944a-4a88-98d7-6ba2bb5eeabe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8291 | 2024.07.10 23:07:12.205701 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_56_11} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8292 | 2024.07.10 23:07:12.205788 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 71 rows starting from the beginning of the part | ||
8293 | 2024.07.10 23:07:12.206231 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
8294 | 2024.07.10 23:07:12.206333 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 96 rows starting from the beginning of the part | ||
8295 | 2024.07.10 23:07:12.206688 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 65 rows starting from the beginning of the part | ||
8296 | 2024.07.10 23:07:12.207338 [ 3 ] {20d47302-944a-4a88-98d7-6ba2bb5eeabe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8297 | 2024.07.10 23:07:12.207902 [ 3 ] {20d47302-944a-4a88-98d7-6ba2bb5eeabe} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8298 | 2024.07.10 23:07:12.207946 [ 3 ] {20d47302-944a-4a88-98d7-6ba2bb5eeabe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8299 | 2024.07.10 23:07:12.208553 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 546 rows, containing 4 columns (4 merged, 0 gathered) in 0.005037909 sec., 108378.29742458627 rows/sec., 8.47 MiB/sec. | ||
8300 | 2024.07.10 23:07:12.208565 [ 3 ] {20d47302-944a-4a88-98d7-6ba2bb5eeabe} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8301 | 2024.07.10 23:07:12.208780 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8302 | 2024.07.10 23:07:12.209424 [ 3 ] {20d47302-944a-4a88-98d7-6ba2bb5eeabe} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8303 | 2024.07.10 23:07:12.209635 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_56_11} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8304 | 2024.07.10 23:07:12.209776 [ 3 ] {20d47302-944a-4a88-98d7-6ba2bb5eeabe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004909 sec., 32593.19617029945 rows/sec., 2.27 MiB/sec. | ||
8305 | 2024.07.10 23:07:12.210016 [ 186 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_56_11} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8306 | 2024.07.10 23:07:12.210307 [ 3 ] {20d47302-944a-4a88-98d7-6ba2bb5eeabe} <Debug> DynamicQueryHandler: Done processing query | ||
8307 | 2024.07.10 23:07:12.210399 [ 3 ] {20d47302-944a-4a88-98d7-6ba2bb5eeabe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8308 | 2024.07.10 23:07:12.210385 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
8309 | 2024.07.10 23:07:12.210470 [ 3 ] {} <Debug> HTTP-Session: e622eacf-4a59-4e5a-ae6b-eac743a6ebec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8310 | 2024.07.10 23:07:12.210667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8311 | 2024.07.10 23:07:12.210719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8312 | 2024.07.10 23:07:12.210738 [ 3 ] {} <Debug> HTTP-Session: 2fa605f0-e381-4d0c-979e-836499443367 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8313 | 2024.07.10 23:07:12.210754 [ 3 ] {} <Debug> HTTP-Session: 2fa605f0-e381-4d0c-979e-836499443367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8314 | 2024.07.10 23:07:12.210768 [ 3 ] {} <Debug> HTTP-Session: 2fa605f0-e381-4d0c-979e-836499443367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8315 | 2024.07.10 23:07:12.210801 [ 3 ] {} <Trace> HTTP-Session: 2fa605f0-e381-4d0c-979e-836499443367 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8316 | 2024.07.10 23:07:12.210913 [ 3 ] {fa5b4101-02f4-4921-a317-2d30bebe44d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8317 | 2024.07.10 23:07:12.210986 [ 3 ] {fa5b4101-02f4-4921-a317-2d30bebe44d0} <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 | ||
8318 | 2024.07.10 23:07:12.211423 [ 3 ] {fa5b4101-02f4-4921-a317-2d30bebe44d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8319 | 2024.07.10 23:07:12.211883 [ 3 ] {fa5b4101-02f4-4921-a317-2d30bebe44d0} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8320 | 2024.07.10 23:07:12.211918 [ 3 ] {fa5b4101-02f4-4921-a317-2d30bebe44d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8321 | 2024.07.10 23:07:12.212492 [ 3 ] {fa5b4101-02f4-4921-a317-2d30bebe44d0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8322 | 2024.07.10 23:07:12.212901 [ 3 ] {fa5b4101-02f4-4921-a317-2d30bebe44d0} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8323 | 2024.07.10 23:07:12.213048 [ 3 ] {fa5b4101-02f4-4921-a317-2d30bebe44d0} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002168 sec., 461.2546125461255 rows/sec., 846.38 KiB/sec. | ||
8324 | 2024.07.10 23:07:12.213050 [ 32 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8325 | 2024.07.10 23:07:12.213116 [ 32 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8326 | 2024.07.10 23:07:12.213161 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8327 | 2024.07.10 23:07:12.213517 [ 3 ] {fa5b4101-02f4-4921-a317-2d30bebe44d0} <Debug> DynamicQueryHandler: Done processing query | ||
8328 | 2024.07.10 23:07:12.213529 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
8329 | 2024.07.10 23:07:12.213564 [ 3 ] {fa5b4101-02f4-4921-a317-2d30bebe44d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8330 | 2024.07.10 23:07:12.213645 [ 3 ] {} <Debug> HTTP-Session: 2fa605f0-e381-4d0c-979e-836499443367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8331 | 2024.07.10 23:07:12.213888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8332 | 2024.07.10 23:07:12.214028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8333 | 2024.07.10 23:07:12.214125 [ 3 ] {} <Debug> HTTP-Session: 17b91bc0-0a5c-4f0e-a772-ceb993cf753b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8334 | 2024.07.10 23:07:12.214217 [ 3 ] {} <Debug> HTTP-Session: 17b91bc0-0a5c-4f0e-a772-ceb993cf753b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8335 | 2024.07.10 23:07:12.214291 [ 3 ] {} <Debug> HTTP-Session: 17b91bc0-0a5c-4f0e-a772-ceb993cf753b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8336 | 2024.07.10 23:07:12.214430 [ 3 ] {} <Trace> HTTP-Session: 17b91bc0-0a5c-4f0e-a772-ceb993cf753b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8337 | 2024.07.10 23:07:12.214767 [ 3 ] {aec915bb-8260-492d-9e2a-1eb14156daf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8338 | 2024.07.10 23:07:12.214894 [ 3 ] {aec915bb-8260-492d-9e2a-1eb14156daf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8339 | 2024.07.10 23:07:12.215003 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8340 | 2024.07.10 23:07:12.215225 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 830 rows starting from the beginning of the part | ||
8341 | 2024.07.10 23:07:12.215531 [ 3 ] {aec915bb-8260-492d-9e2a-1eb14156daf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8342 | 2024.07.10 23:07:12.216010 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
8343 | 2024.07.10 23:07:12.216597 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 30 rows starting from the beginning of the part | ||
8344 | 2024.07.10 23:07:12.216945 [ 3 ] {aec915bb-8260-492d-9e2a-1eb14156daf5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8345 | 2024.07.10 23:07:12.217094 [ 3 ] {aec915bb-8260-492d-9e2a-1eb14156daf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8346 | 2024.07.10 23:07:12.217239 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
8347 | 2024.07.10 23:07:12.217893 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part | ||
8348 | 2024.07.10 23:07:12.218407 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
8349 | 2024.07.10 23:07:12.218415 [ 3 ] {aec915bb-8260-492d-9e2a-1eb14156daf5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8350 | 2024.07.10 23:07:12.219617 [ 3 ] {aec915bb-8260-492d-9e2a-1eb14156daf5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8351 | 2024.07.10 23:07:12.219825 [ 32 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8352 | 2024.07.10 23:07:12.219936 [ 3 ] {aec915bb-8260-492d-9e2a-1eb14156daf5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005285 sec., 11352.885525070957 rows/sec., 783.47 KiB/sec. | ||
8353 | 2024.07.10 23:07:12.219937 [ 32 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8354 | 2024.07.10 23:07:12.220048 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8355 | 2024.07.10 23:07:12.220702 [ 3 ] {aec915bb-8260-492d-9e2a-1eb14156daf5} <Debug> DynamicQueryHandler: Done processing query | ||
8356 | 2024.07.10 23:07:12.220709 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
8357 | 2024.07.10 23:07:12.220826 [ 3 ] {aec915bb-8260-492d-9e2a-1eb14156daf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8358 | 2024.07.10 23:07:12.220968 [ 3 ] {} <Debug> HTTP-Session: 17b91bc0-0a5c-4f0e-a772-ceb993cf753b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8359 | 2024.07.10 23:07:12.221471 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8360 | 2024.07.10 23:07:12.221559 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2358 rows starting from the beginning of the part | ||
8361 | 2024.07.10 23:07:12.221871 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
8362 | 2024.07.10 23:07:12.222118 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
8363 | 2024.07.10 23:07:12.222377 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
8364 | 2024.07.10 23:07:12.222565 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
8365 | 2024.07.10 23:07:12.222755 [ 186 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
8366 | 2024.07.10 23:07:12.225181 [ 201 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2658 rows, containing 4 columns (4 merged, 0 gathered) in 0.004985998 sec., 533092.8732823399 rows/sec., 36.01 MiB/sec. | ||
8367 | 2024.07.10 23:07:12.225696 [ 201 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8368 | 2024.07.10 23:07:12.226328 [ 201 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_51_10} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8369 | 2024.07.10 23:07:12.226647 [ 201 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_51_10} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8370 | 2024.07.10 23:07:12.226855 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
8371 | 2024.07.10 23:07:12.228421 [ 189 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 893 rows, containing 19 columns (19 merged, 0 gathered) in 0.015134358 sec., 59004.815400825064 rows/sec., 105.73 MiB/sec. | ||
8372 | 2024.07.10 23:07:12.229217 [ 189 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8373 | 2024.07.10 23:07:12.229800 [ 189 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8374 | 2024.07.10 23:07:12.229883 [ 189 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8375 | 2024.07.10 23:07:12.230032 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
8376 | 2024.07.10 23:07:12.552848 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8377 | 2024.07.10 23:07:12.552912 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8378 | 2024.07.10 23:07:17.198601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8379 | 2024.07.10 23:07:17.198796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8380 | 2024.07.10 23:07:17.198842 [ 3 ] {} <Debug> HTTP-Session: b568ae23-fcd2-44c9-bc44-39f48c9960b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8381 | 2024.07.10 23:07:17.198882 [ 3 ] {} <Debug> HTTP-Session: b568ae23-fcd2-44c9-bc44-39f48c9960b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8382 | 2024.07.10 23:07:17.198911 [ 3 ] {} <Debug> HTTP-Session: b568ae23-fcd2-44c9-bc44-39f48c9960b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8383 | 2024.07.10 23:07:17.198990 [ 3 ] {} <Trace> HTTP-Session: b568ae23-fcd2-44c9-bc44-39f48c9960b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8384 | 2024.07.10 23:07:17.199269 [ 3 ] {2821b313-e54c-462b-b733-7abc9604caa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8385 | 2024.07.10 23:07:17.199336 [ 3 ] {2821b313-e54c-462b-b733-7abc9604caa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8386 | 2024.07.10 23:07:17.199532 [ 3 ] {2821b313-e54c-462b-b733-7abc9604caa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8387 | 2024.07.10 23:07:17.200049 [ 3 ] {2821b313-e54c-462b-b733-7abc9604caa4} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8388 | 2024.07.10 23:07:17.200092 [ 3 ] {2821b313-e54c-462b-b733-7abc9604caa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8389 | 2024.07.10 23:07:17.200480 [ 3 ] {2821b313-e54c-462b-b733-7abc9604caa4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8390 | 2024.07.10 23:07:17.200822 [ 3 ] {2821b313-e54c-462b-b733-7abc9604caa4} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8391 | 2024.07.10 23:07:17.200967 [ 3 ] {2821b313-e54c-462b-b733-7abc9604caa4} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001768 sec., 16968.325791855204 rows/sec., 1.34 MiB/sec. | ||
8392 | 2024.07.10 23:07:17.201183 [ 3 ] {2821b313-e54c-462b-b733-7abc9604caa4} <Debug> DynamicQueryHandler: Done processing query | ||
8393 | 2024.07.10 23:07:17.201210 [ 3 ] {2821b313-e54c-462b-b733-7abc9604caa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8394 | 2024.07.10 23:07:17.201226 [ 3 ] {} <Debug> HTTP-Session: b568ae23-fcd2-44c9-bc44-39f48c9960b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8395 | 2024.07.10 23:07:17.201384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8396 | 2024.07.10 23:07:17.201442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8397 | 2024.07.10 23:07:17.201461 [ 3 ] {} <Debug> HTTP-Session: 9361c764-aed7-4403-b593-a2352e77b4e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8398 | 2024.07.10 23:07:17.201479 [ 3 ] {} <Debug> HTTP-Session: 9361c764-aed7-4403-b593-a2352e77b4e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8399 | 2024.07.10 23:07:17.201493 [ 3 ] {} <Debug> HTTP-Session: 9361c764-aed7-4403-b593-a2352e77b4e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8400 | 2024.07.10 23:07:17.201529 [ 3 ] {} <Trace> HTTP-Session: 9361c764-aed7-4403-b593-a2352e77b4e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8401 | 2024.07.10 23:07:17.201631 [ 3 ] {ee575a82-3fa9-4439-b0be-014c14409187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8402 | 2024.07.10 23:07:17.201675 [ 3 ] {ee575a82-3fa9-4439-b0be-014c14409187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8403 | 2024.07.10 23:07:17.201806 [ 3 ] {ee575a82-3fa9-4439-b0be-014c14409187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8404 | 2024.07.10 23:07:17.202073 [ 3 ] {ee575a82-3fa9-4439-b0be-014c14409187} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8405 | 2024.07.10 23:07:17.202110 [ 3 ] {ee575a82-3fa9-4439-b0be-014c14409187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8406 | 2024.07.10 23:07:17.202414 [ 3 ] {ee575a82-3fa9-4439-b0be-014c14409187} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8407 | 2024.07.10 23:07:17.202736 [ 3 ] {ee575a82-3fa9-4439-b0be-014c14409187} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8408 | 2024.07.10 23:07:17.202865 [ 3 ] {ee575a82-3fa9-4439-b0be-014c14409187} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001263 sec., 1583.5312747426763 rows/sec., 129.13 KiB/sec. | ||
8409 | 2024.07.10 23:07:17.203028 [ 3 ] {ee575a82-3fa9-4439-b0be-014c14409187} <Debug> DynamicQueryHandler: Done processing query | ||
8410 | 2024.07.10 23:07:17.203052 [ 3 ] {ee575a82-3fa9-4439-b0be-014c14409187} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8411 | 2024.07.10 23:07:17.203068 [ 3 ] {} <Debug> HTTP-Session: 9361c764-aed7-4403-b593-a2352e77b4e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8412 | 2024.07.10 23:07:17.203238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 26564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8413 | 2024.07.10 23:07:17.203290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8414 | 2024.07.10 23:07:17.203310 [ 3 ] {} <Debug> HTTP-Session: 4b499567-633b-49b8-b872-43c190e0c316 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8415 | 2024.07.10 23:07:17.203327 [ 3 ] {} <Debug> HTTP-Session: 4b499567-633b-49b8-b872-43c190e0c316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8416 | 2024.07.10 23:07:17.203341 [ 3 ] {} <Debug> HTTP-Session: 4b499567-633b-49b8-b872-43c190e0c316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8417 | 2024.07.10 23:07:17.203372 [ 3 ] {} <Trace> HTTP-Session: 4b499567-633b-49b8-b872-43c190e0c316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8418 | 2024.07.10 23:07:17.203517 [ 3 ] {db027ac1-e57a-4d99-888e-429ccccd2f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8419 | 2024.07.10 23:07:17.203560 [ 3 ] {db027ac1-e57a-4d99-888e-429ccccd2f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8420 | 2024.07.10 23:07:17.203687 [ 3 ] {db027ac1-e57a-4d99-888e-429ccccd2f57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8421 | 2024.07.10 23:07:17.204076 [ 3 ] {db027ac1-e57a-4d99-888e-429ccccd2f57} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8422 | 2024.07.10 23:07:17.204113 [ 3 ] {db027ac1-e57a-4d99-888e-429ccccd2f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8423 | 2024.07.10 23:07:17.204440 [ 3 ] {db027ac1-e57a-4d99-888e-429ccccd2f57} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8424 | 2024.07.10 23:07:17.204758 [ 3 ] {db027ac1-e57a-4d99-888e-429ccccd2f57} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8425 | 2024.07.10 23:07:17.204883 [ 3 ] {db027ac1-e57a-4d99-888e-429ccccd2f57} <Debug> executeQuery: Read 183 rows, 15.44 KiB in 0.001433 sec., 127704.11723656664 rows/sec., 10.52 MiB/sec. | ||
8426 | 2024.07.10 23:07:17.205078 [ 3 ] {db027ac1-e57a-4d99-888e-429ccccd2f57} <Debug> DynamicQueryHandler: Done processing query | ||
8427 | 2024.07.10 23:07:17.205106 [ 3 ] {db027ac1-e57a-4d99-888e-429ccccd2f57} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8428 | 2024.07.10 23:07:17.205123 [ 3 ] {} <Debug> HTTP-Session: 4b499567-633b-49b8-b872-43c190e0c316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8429 | 2024.07.10 23:07:17.205286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8430 | 2024.07.10 23:07:17.205345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8431 | 2024.07.10 23:07:17.205366 [ 3 ] {} <Debug> HTTP-Session: 856d67fc-de5f-43bc-bb3b-9ed0a9258861 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8432 | 2024.07.10 23:07:17.205384 [ 3 ] {} <Debug> HTTP-Session: 856d67fc-de5f-43bc-bb3b-9ed0a9258861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8433 | 2024.07.10 23:07:17.205398 [ 3 ] {} <Debug> HTTP-Session: 856d67fc-de5f-43bc-bb3b-9ed0a9258861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8434 | 2024.07.10 23:07:17.205431 [ 3 ] {} <Trace> HTTP-Session: 856d67fc-de5f-43bc-bb3b-9ed0a9258861 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8435 | 2024.07.10 23:07:17.205530 [ 3 ] {4ac76b8e-fa14-49ba-b334-3c295b26d2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8436 | 2024.07.10 23:07:17.205573 [ 3 ] {4ac76b8e-fa14-49ba-b334-3c295b26d2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8437 | 2024.07.10 23:07:17.205703 [ 3 ] {4ac76b8e-fa14-49ba-b334-3c295b26d2c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8438 | 2024.07.10 23:07:17.205960 [ 3 ] {4ac76b8e-fa14-49ba-b334-3c295b26d2c7} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8439 | 2024.07.10 23:07:17.205996 [ 3 ] {4ac76b8e-fa14-49ba-b334-3c295b26d2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8440 | 2024.07.10 23:07:17.206297 [ 3 ] {4ac76b8e-fa14-49ba-b334-3c295b26d2c7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8441 | 2024.07.10 23:07:17.206606 [ 3 ] {4ac76b8e-fa14-49ba-b334-3c295b26d2c7} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8442 | 2024.07.10 23:07:17.206731 [ 3 ] {4ac76b8e-fa14-49ba-b334-3c295b26d2c7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001224 sec., 1633.986928104575 rows/sec., 114.09 KiB/sec. | ||
8443 | 2024.07.10 23:07:17.206890 [ 3 ] {4ac76b8e-fa14-49ba-b334-3c295b26d2c7} <Debug> DynamicQueryHandler: Done processing query | ||
8444 | 2024.07.10 23:07:17.206914 [ 3 ] {4ac76b8e-fa14-49ba-b334-3c295b26d2c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8445 | 2024.07.10 23:07:17.206930 [ 3 ] {} <Debug> HTTP-Session: 856d67fc-de5f-43bc-bb3b-9ed0a9258861 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8446 | 2024.07.10 23:07:17.207062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 20362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8447 | 2024.07.10 23:07:17.207109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8448 | 2024.07.10 23:07:17.207128 [ 3 ] {} <Debug> HTTP-Session: 1b283831-c501-46c0-8d20-8176e6caa90b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8449 | 2024.07.10 23:07:17.207144 [ 3 ] {} <Debug> HTTP-Session: 1b283831-c501-46c0-8d20-8176e6caa90b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8450 | 2024.07.10 23:07:17.207158 [ 3 ] {} <Debug> HTTP-Session: 1b283831-c501-46c0-8d20-8176e6caa90b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8451 | 2024.07.10 23:07:17.207189 [ 3 ] {} <Trace> HTTP-Session: 1b283831-c501-46c0-8d20-8176e6caa90b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8452 | 2024.07.10 23:07:17.207330 [ 3 ] {7417b325-7b54-4011-b6af-fb166e31452a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8453 | 2024.07.10 23:07:17.207372 [ 3 ] {7417b325-7b54-4011-b6af-fb166e31452a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8454 | 2024.07.10 23:07:17.207498 [ 3 ] {7417b325-7b54-4011-b6af-fb166e31452a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8455 | 2024.07.10 23:07:17.207839 [ 3 ] {7417b325-7b54-4011-b6af-fb166e31452a} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8456 | 2024.07.10 23:07:17.207874 [ 3 ] {7417b325-7b54-4011-b6af-fb166e31452a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8457 | 2024.07.10 23:07:17.208200 [ 3 ] {7417b325-7b54-4011-b6af-fb166e31452a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8458 | 2024.07.10 23:07:17.208501 [ 3 ] {7417b325-7b54-4011-b6af-fb166e31452a} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8459 | 2024.07.10 23:07:17.208622 [ 3 ] {7417b325-7b54-4011-b6af-fb166e31452a} <Debug> executeQuery: Read 120 rows, 9.58 KiB in 0.001358 sec., 88365.24300441825 rows/sec., 6.89 MiB/sec. | ||
8460 | 2024.07.10 23:07:17.208779 [ 3 ] {7417b325-7b54-4011-b6af-fb166e31452a} <Debug> DynamicQueryHandler: Done processing query | ||
8461 | 2024.07.10 23:07:17.208802 [ 3 ] {7417b325-7b54-4011-b6af-fb166e31452a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8462 | 2024.07.10 23:07:17.208819 [ 3 ] {} <Debug> HTTP-Session: 1b283831-c501-46c0-8d20-8176e6caa90b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8463 | 2024.07.10 23:07:17.208963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 37813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8464 | 2024.07.10 23:07:17.209010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8465 | 2024.07.10 23:07:17.209028 [ 3 ] {} <Debug> HTTP-Session: 53c7ed55-1e78-4bfd-9644-8fd3069b16e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8466 | 2024.07.10 23:07:17.209045 [ 3 ] {} <Debug> HTTP-Session: 53c7ed55-1e78-4bfd-9644-8fd3069b16e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8467 | 2024.07.10 23:07:17.209060 [ 3 ] {} <Debug> HTTP-Session: 53c7ed55-1e78-4bfd-9644-8fd3069b16e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8468 | 2024.07.10 23:07:17.209090 [ 3 ] {} <Trace> HTTP-Session: 53c7ed55-1e78-4bfd-9644-8fd3069b16e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8469 | 2024.07.10 23:07:17.209260 [ 3 ] {1c63db42-9838-4ea7-8af8-13378c777336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8470 | 2024.07.10 23:07:17.209311 [ 3 ] {1c63db42-9838-4ea7-8af8-13378c777336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8471 | 2024.07.10 23:07:17.209464 [ 3 ] {1c63db42-9838-4ea7-8af8-13378c777336} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8472 | 2024.07.10 23:07:17.209894 [ 3 ] {1c63db42-9838-4ea7-8af8-13378c777336} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8473 | 2024.07.10 23:07:17.209928 [ 3 ] {1c63db42-9838-4ea7-8af8-13378c777336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8474 | 2024.07.10 23:07:17.210314 [ 3 ] {1c63db42-9838-4ea7-8af8-13378c777336} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8475 | 2024.07.10 23:07:17.210644 [ 3 ] {1c63db42-9838-4ea7-8af8-13378c777336} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8476 | 2024.07.10 23:07:17.210775 [ 3 ] {1c63db42-9838-4ea7-8af8-13378c777336} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001607 sec., 122588.6745488488 rows/sec., 8.56 MiB/sec. | ||
8477 | 2024.07.10 23:07:17.210969 [ 3 ] {1c63db42-9838-4ea7-8af8-13378c777336} <Debug> DynamicQueryHandler: Done processing query | ||
8478 | 2024.07.10 23:07:17.211002 [ 3 ] {1c63db42-9838-4ea7-8af8-13378c777336} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8479 | 2024.07.10 23:07:17.211021 [ 3 ] {} <Debug> HTTP-Session: 53c7ed55-1e78-4bfd-9644-8fd3069b16e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8480 | 2024.07.10 23:07:17.211166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 48333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8481 | 2024.07.10 23:07:17.211216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8482 | 2024.07.10 23:07:17.211234 [ 3 ] {} <Debug> HTTP-Session: ec1e4e28-02cf-45d9-bbc7-c5f53f9bb262 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8483 | 2024.07.10 23:07:17.211250 [ 3 ] {} <Debug> HTTP-Session: ec1e4e28-02cf-45d9-bbc7-c5f53f9bb262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8484 | 2024.07.10 23:07:17.211264 [ 3 ] {} <Debug> HTTP-Session: ec1e4e28-02cf-45d9-bbc7-c5f53f9bb262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8485 | 2024.07.10 23:07:17.211295 [ 3 ] {} <Trace> HTTP-Session: ec1e4e28-02cf-45d9-bbc7-c5f53f9bb262 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8486 | 2024.07.10 23:07:17.211588 [ 3 ] {ef4f069a-1c2f-4c92-a813-2c1cffd5fbc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8487 | 2024.07.10 23:07:17.211650 [ 3 ] {ef4f069a-1c2f-4c92-a813-2c1cffd5fbc8} <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 | ||
8488 | 2024.07.10 23:07:17.212034 [ 3 ] {ef4f069a-1c2f-4c92-a813-2c1cffd5fbc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8489 | 2024.07.10 23:07:17.212747 [ 3 ] {ef4f069a-1c2f-4c92-a813-2c1cffd5fbc8} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8490 | 2024.07.10 23:07:17.212782 [ 3 ] {ef4f069a-1c2f-4c92-a813-2c1cffd5fbc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8491 | 2024.07.10 23:07:17.213386 [ 3 ] {ef4f069a-1c2f-4c92-a813-2c1cffd5fbc8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8492 | 2024.07.10 23:07:17.213794 [ 3 ] {ef4f069a-1c2f-4c92-a813-2c1cffd5fbc8} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8493 | 2024.07.10 23:07:17.213939 [ 3 ] {ef4f069a-1c2f-4c92-a813-2c1cffd5fbc8} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002557 sec., 11732.49902229175 rows/sec., 21.02 MiB/sec. | ||
8494 | 2024.07.10 23:07:17.214152 [ 3 ] {ef4f069a-1c2f-4c92-a813-2c1cffd5fbc8} <Debug> DynamicQueryHandler: Done processing query | ||
8495 | 2024.07.10 23:07:17.214175 [ 3 ] {ef4f069a-1c2f-4c92-a813-2c1cffd5fbc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8496 | 2024.07.10 23:07:17.214191 [ 3 ] {} <Debug> HTTP-Session: ec1e4e28-02cf-45d9-bbc7-c5f53f9bb262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8497 | 2024.07.10 23:07:17.214320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8498 | 2024.07.10 23:07:17.214368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8499 | 2024.07.10 23:07:17.214387 [ 3 ] {} <Debug> HTTP-Session: fabc913d-c045-4212-bb97-e459b005dc73 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8500 | 2024.07.10 23:07:17.214402 [ 3 ] {} <Debug> HTTP-Session: fabc913d-c045-4212-bb97-e459b005dc73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8501 | 2024.07.10 23:07:17.214416 [ 3 ] {} <Debug> HTTP-Session: fabc913d-c045-4212-bb97-e459b005dc73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8502 | 2024.07.10 23:07:17.214446 [ 3 ] {} <Trace> HTTP-Session: fabc913d-c045-4212-bb97-e459b005dc73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8503 | 2024.07.10 23:07:17.214555 [ 3 ] {9095618c-95df-44e1-8aee-25ba505a6500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8504 | 2024.07.10 23:07:17.214599 [ 3 ] {9095618c-95df-44e1-8aee-25ba505a6500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8505 | 2024.07.10 23:07:17.214725 [ 3 ] {9095618c-95df-44e1-8aee-25ba505a6500} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8506 | 2024.07.10 23:07:17.215123 [ 3 ] {9095618c-95df-44e1-8aee-25ba505a6500} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8507 | 2024.07.10 23:07:17.215158 [ 3 ] {9095618c-95df-44e1-8aee-25ba505a6500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
8508 | 2024.07.10 23:07:17.215510 [ 3 ] {9095618c-95df-44e1-8aee-25ba505a6500} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8509 | 2024.07.10 23:07:17.215827 [ 3 ] {9095618c-95df-44e1-8aee-25ba505a6500} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8510 | 2024.07.10 23:07:17.215951 [ 3 ] {9095618c-95df-44e1-8aee-25ba505a6500} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
8511 | 2024.07.10 23:07:17.216166 [ 3 ] {9095618c-95df-44e1-8aee-25ba505a6500} <Debug> DynamicQueryHandler: Done processing query | ||
8512 | 2024.07.10 23:07:17.216195 [ 3 ] {9095618c-95df-44e1-8aee-25ba505a6500} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8513 | 2024.07.10 23:07:17.216213 [ 3 ] {} <Debug> HTTP-Session: fabc913d-c045-4212-bb97-e459b005dc73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8514 | 2024.07.10 23:07:22.195295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8515 | 2024.07.10 23:07:22.195425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8516 | 2024.07.10 23:07:22.195450 [ 3 ] {} <Debug> HTTP-Session: 253064a8-fbf2-4374-82b9-1178127c183c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8517 | 2024.07.10 23:07:22.195475 [ 3 ] {} <Debug> HTTP-Session: 253064a8-fbf2-4374-82b9-1178127c183c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8518 | 2024.07.10 23:07:22.195490 [ 3 ] {} <Debug> HTTP-Session: 253064a8-fbf2-4374-82b9-1178127c183c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8519 | 2024.07.10 23:07:22.195540 [ 3 ] {} <Trace> HTTP-Session: 253064a8-fbf2-4374-82b9-1178127c183c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8520 | 2024.07.10 23:07:22.195722 [ 3 ] {de7669a7-437e-431b-9e0b-e2c935bc1143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8521 | 2024.07.10 23:07:22.195791 [ 3 ] {de7669a7-437e-431b-9e0b-e2c935bc1143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8522 | 2024.07.10 23:07:22.195997 [ 3 ] {de7669a7-437e-431b-9e0b-e2c935bc1143} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8523 | 2024.07.10 23:07:22.196426 [ 3 ] {de7669a7-437e-431b-9e0b-e2c935bc1143} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8524 | 2024.07.10 23:07:22.196470 [ 3 ] {de7669a7-437e-431b-9e0b-e2c935bc1143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8525 | 2024.07.10 23:07:22.196846 [ 3 ] {de7669a7-437e-431b-9e0b-e2c935bc1143} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8526 | 2024.07.10 23:07:22.197197 [ 3 ] {de7669a7-437e-431b-9e0b-e2c935bc1143} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8527 | 2024.07.10 23:07:22.197338 [ 3 ] {de7669a7-437e-431b-9e0b-e2c935bc1143} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001667 sec., 599.880023995201 rows/sec., 48.62 KiB/sec. | ||
8528 | 2024.07.10 23:07:22.197346 [ 24 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 6 parts from all_1_38_8 to all_43_43_0 | ||
8529 | 2024.07.10 23:07:22.197395 [ 24 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8530 | 2024.07.10 23:07:22.197430 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8531 | 2024.07.10 23:07:22.197614 [ 3 ] {de7669a7-437e-431b-9e0b-e2c935bc1143} <Debug> DynamicQueryHandler: Done processing query | ||
8532 | 2024.07.10 23:07:22.197679 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_38_8 to all_43_43_0 into Compact with storage Full | ||
8533 | 2024.07.10 23:07:22.197681 [ 3 ] {de7669a7-437e-431b-9e0b-e2c935bc1143} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8534 | 2024.07.10 23:07:22.197807 [ 3 ] {} <Debug> HTTP-Session: 253064a8-fbf2-4374-82b9-1178127c183c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8535 | 2024.07.10 23:07:22.198081 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8536 | 2024.07.10 23:07:22.198109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8537 | 2024.07.10 23:07:22.198169 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 31 rows starting from the beginning of the part | ||
8538 | 2024.07.10 23:07:22.198234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8539 | 2024.07.10 23:07:22.198338 [ 3 ] {} <Debug> HTTP-Session: 125699a4-f7a6-49ba-b094-871093290572 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8540 | 2024.07.10 23:07:22.198382 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
8541 | 2024.07.10 23:07:22.198434 [ 3 ] {} <Debug> HTTP-Session: 125699a4-f7a6-49ba-b094-871093290572 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8542 | 2024.07.10 23:07:22.198530 [ 3 ] {} <Debug> HTTP-Session: 125699a4-f7a6-49ba-b094-871093290572 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8543 | 2024.07.10 23:07:22.198681 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part | ||
8544 | 2024.07.10 23:07:22.198720 [ 3 ] {} <Trace> HTTP-Session: 125699a4-f7a6-49ba-b094-871093290572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8545 | 2024.07.10 23:07:22.198913 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
8546 | 2024.07.10 23:07:22.199168 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part | ||
8547 | 2024.07.10 23:07:22.199223 [ 3 ] {75e9b22f-92fc-4bba-b3c6-2dda53f57cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8548 | 2024.07.10 23:07:22.199394 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
8549 | 2024.07.10 23:07:22.199429 [ 3 ] {75e9b22f-92fc-4bba-b3c6-2dda53f57cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8550 | 2024.07.10 23:07:22.200112 [ 3 ] {75e9b22f-92fc-4bba-b3c6-2dda53f57cf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8551 | 2024.07.10 23:07:22.201052 [ 3 ] {75e9b22f-92fc-4bba-b3c6-2dda53f57cf3} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8552 | 2024.07.10 23:07:22.201129 [ 3 ] {75e9b22f-92fc-4bba-b3c6-2dda53f57cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8553 | 2024.07.10 23:07:22.202080 [ 189 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 4 columns (4 merged, 0 gathered) in 0.004548799 sec., 20664.795256945843 rows/sec., 1.64 MiB/sec. | ||
8554 | 2024.07.10 23:07:22.202120 [ 3 ] {75e9b22f-92fc-4bba-b3c6-2dda53f57cf3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8555 | 2024.07.10 23:07:22.202267 [ 189 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) | ||
8556 | 2024.07.10 23:07:22.203011 [ 3 ] {75e9b22f-92fc-4bba-b3c6-2dda53f57cf3} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8557 | 2024.07.10 23:07:22.203136 [ 189 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_43_9} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8558 | 2024.07.10 23:07:22.203340 [ 3 ] {75e9b22f-92fc-4bba-b3c6-2dda53f57cf3} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.004329 sec., 13629.013629013627 rows/sec., 1.05 MiB/sec. | ||
8559 | 2024.07.10 23:07:22.203387 [ 189 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_43_9} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 6 parts: [all_1_38_8, all_43_43_0] -> all_1_43_9 | ||
8560 | 2024.07.10 23:07:22.203653 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8561 | 2024.07.10 23:07:22.203753 [ 3 ] {75e9b22f-92fc-4bba-b3c6-2dda53f57cf3} <Debug> DynamicQueryHandler: Done processing query | ||
8562 | 2024.07.10 23:07:22.203785 [ 3 ] {75e9b22f-92fc-4bba-b3c6-2dda53f57cf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8563 | 2024.07.10 23:07:22.203803 [ 3 ] {} <Debug> HTTP-Session: 125699a4-f7a6-49ba-b094-871093290572 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8564 | 2024.07.10 23:07:22.204007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8565 | 2024.07.10 23:07:22.204070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8566 | 2024.07.10 23:07:22.204091 [ 3 ] {} <Debug> HTTP-Session: c16098b6-1561-4831-a4cd-f089df2d90fc Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8567 | 2024.07.10 23:07:22.204109 [ 3 ] {} <Debug> HTTP-Session: c16098b6-1561-4831-a4cd-f089df2d90fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8568 | 2024.07.10 23:07:22.204129 [ 3 ] {} <Debug> HTTP-Session: c16098b6-1561-4831-a4cd-f089df2d90fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8569 | 2024.07.10 23:07:22.204169 [ 3 ] {} <Trace> HTTP-Session: c16098b6-1561-4831-a4cd-f089df2d90fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8570 | 2024.07.10 23:07:22.204313 [ 3 ] {411f5636-b9ae-4f66-8ad9-13de32e83123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8571 | 2024.07.10 23:07:22.204359 [ 3 ] {411f5636-b9ae-4f66-8ad9-13de32e83123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8572 | 2024.07.10 23:07:22.204511 [ 3 ] {411f5636-b9ae-4f66-8ad9-13de32e83123} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8573 | 2024.07.10 23:07:22.204884 [ 3 ] {411f5636-b9ae-4f66-8ad9-13de32e83123} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8574 | 2024.07.10 23:07:22.204926 [ 3 ] {411f5636-b9ae-4f66-8ad9-13de32e83123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8575 | 2024.07.10 23:07:22.205277 [ 3 ] {411f5636-b9ae-4f66-8ad9-13de32e83123} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8576 | 2024.07.10 23:07:22.205610 [ 3 ] {411f5636-b9ae-4f66-8ad9-13de32e83123} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8577 | 2024.07.10 23:07:22.205749 [ 3 ] {411f5636-b9ae-4f66-8ad9-13de32e83123} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.00149 sec., 43624.161073825504 rows/sec., 3.41 MiB/sec. | ||
8578 | 2024.07.10 23:07:22.205928 [ 3 ] {411f5636-b9ae-4f66-8ad9-13de32e83123} <Debug> DynamicQueryHandler: Done processing query | ||
8579 | 2024.07.10 23:07:22.205957 [ 3 ] {411f5636-b9ae-4f66-8ad9-13de32e83123} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8580 | 2024.07.10 23:07:22.205973 [ 3 ] {} <Debug> HTTP-Session: c16098b6-1561-4831-a4cd-f089df2d90fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8581 | 2024.07.10 23:07:22.206147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8582 | 2024.07.10 23:07:22.206203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8583 | 2024.07.10 23:07:22.206223 [ 3 ] {} <Debug> HTTP-Session: 1711f1bd-53d3-47ea-a8b2-c6a78d4276b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8584 | 2024.07.10 23:07:22.206241 [ 3 ] {} <Debug> HTTP-Session: 1711f1bd-53d3-47ea-a8b2-c6a78d4276b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8585 | 2024.07.10 23:07:22.206256 [ 3 ] {} <Debug> HTTP-Session: 1711f1bd-53d3-47ea-a8b2-c6a78d4276b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8586 | 2024.07.10 23:07:22.206288 [ 3 ] {} <Trace> HTTP-Session: 1711f1bd-53d3-47ea-a8b2-c6a78d4276b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8587 | 2024.07.10 23:07:22.206438 [ 3 ] {fcf24e84-6018-4a76-a6ae-655dff6f46a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8588 | 2024.07.10 23:07:22.206487 [ 3 ] {fcf24e84-6018-4a76-a6ae-655dff6f46a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8589 | 2024.07.10 23:07:22.206634 [ 3 ] {fcf24e84-6018-4a76-a6ae-655dff6f46a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8590 | 2024.07.10 23:07:22.207039 [ 3 ] {fcf24e84-6018-4a76-a6ae-655dff6f46a7} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8591 | 2024.07.10 23:07:22.207079 [ 3 ] {fcf24e84-6018-4a76-a6ae-655dff6f46a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8592 | 2024.07.10 23:07:22.207516 [ 3 ] {fcf24e84-6018-4a76-a6ae-655dff6f46a7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8593 | 2024.07.10 23:07:22.207858 [ 3 ] {fcf24e84-6018-4a76-a6ae-655dff6f46a7} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8594 | 2024.07.10 23:07:22.207985 [ 3 ] {fcf24e84-6018-4a76-a6ae-655dff6f46a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec. | ||
8595 | 2024.07.10 23:07:22.208260 [ 3 ] {fcf24e84-6018-4a76-a6ae-655dff6f46a7} <Debug> DynamicQueryHandler: Done processing query | ||
8596 | 2024.07.10 23:07:22.208321 [ 3 ] {fcf24e84-6018-4a76-a6ae-655dff6f46a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8597 | 2024.07.10 23:07:22.208371 [ 3 ] {} <Debug> HTTP-Session: 1711f1bd-53d3-47ea-a8b2-c6a78d4276b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8598 | 2024.07.10 23:07:22.208540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8599 | 2024.07.10 23:07:22.208593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8600 | 2024.07.10 23:07:22.208615 [ 3 ] {} <Debug> HTTP-Session: 6097c6e0-4715-4fc3-91f4-6d070c26f8e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8601 | 2024.07.10 23:07:22.208634 [ 3 ] {} <Debug> HTTP-Session: 6097c6e0-4715-4fc3-91f4-6d070c26f8e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8602 | 2024.07.10 23:07:22.208649 [ 3 ] {} <Debug> HTTP-Session: 6097c6e0-4715-4fc3-91f4-6d070c26f8e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8603 | 2024.07.10 23:07:22.208682 [ 3 ] {} <Trace> HTTP-Session: 6097c6e0-4715-4fc3-91f4-6d070c26f8e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8604 | 2024.07.10 23:07:22.208798 [ 3 ] {86102731-928e-4601-8b63-003f35dcb150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8605 | 2024.07.10 23:07:22.208872 [ 3 ] {86102731-928e-4601-8b63-003f35dcb150} <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 | ||
8606 | 2024.07.10 23:07:22.209300 [ 3 ] {86102731-928e-4601-8b63-003f35dcb150} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8607 | 2024.07.10 23:07:22.209780 [ 3 ] {86102731-928e-4601-8b63-003f35dcb150} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8608 | 2024.07.10 23:07:22.209817 [ 3 ] {86102731-928e-4601-8b63-003f35dcb150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8609 | 2024.07.10 23:07:22.210406 [ 3 ] {86102731-928e-4601-8b63-003f35dcb150} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8610 | 2024.07.10 23:07:22.210823 [ 3 ] {86102731-928e-4601-8b63-003f35dcb150} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8611 | 2024.07.10 23:07:22.210969 [ 3 ] {86102731-928e-4601-8b63-003f35dcb150} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002207 sec., 453.1037607612143 rows/sec., 831.43 KiB/sec. | ||
8612 | 2024.07.10 23:07:22.211186 [ 3 ] {86102731-928e-4601-8b63-003f35dcb150} <Debug> DynamicQueryHandler: Done processing query | ||
8613 | 2024.07.10 23:07:22.211213 [ 3 ] {86102731-928e-4601-8b63-003f35dcb150} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8614 | 2024.07.10 23:07:22.211229 [ 3 ] {} <Debug> HTTP-Session: 6097c6e0-4715-4fc3-91f4-6d070c26f8e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8615 | 2024.07.10 23:07:22.211352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8616 | 2024.07.10 23:07:22.211402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8617 | 2024.07.10 23:07:22.211422 [ 3 ] {} <Debug> HTTP-Session: 963db308-8d01-4857-ba74-89ba5bcd53e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8618 | 2024.07.10 23:07:22.211439 [ 3 ] {} <Debug> HTTP-Session: 963db308-8d01-4857-ba74-89ba5bcd53e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8619 | 2024.07.10 23:07:22.211454 [ 3 ] {} <Debug> HTTP-Session: 963db308-8d01-4857-ba74-89ba5bcd53e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8620 | 2024.07.10 23:07:22.211485 [ 3 ] {} <Trace> HTTP-Session: 963db308-8d01-4857-ba74-89ba5bcd53e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8621 | 2024.07.10 23:07:22.211610 [ 3 ] {07ed78d8-5138-4963-8c5a-36c152bc0848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8622 | 2024.07.10 23:07:22.211656 [ 3 ] {07ed78d8-5138-4963-8c5a-36c152bc0848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8623 | 2024.07.10 23:07:22.211786 [ 3 ] {07ed78d8-5138-4963-8c5a-36c152bc0848} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8624 | 2024.07.10 23:07:22.212108 [ 3 ] {07ed78d8-5138-4963-8c5a-36c152bc0848} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8625 | 2024.07.10 23:07:22.212146 [ 3 ] {07ed78d8-5138-4963-8c5a-36c152bc0848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8626 | 2024.07.10 23:07:22.212521 [ 3 ] {07ed78d8-5138-4963-8c5a-36c152bc0848} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8627 | 2024.07.10 23:07:22.212875 [ 3 ] {07ed78d8-5138-4963-8c5a-36c152bc0848} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8628 | 2024.07.10 23:07:22.213006 [ 3 ] {07ed78d8-5138-4963-8c5a-36c152bc0848} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
8629 | 2024.07.10 23:07:22.213269 [ 3 ] {07ed78d8-5138-4963-8c5a-36c152bc0848} <Debug> DynamicQueryHandler: Done processing query | ||
8630 | 2024.07.10 23:07:22.213324 [ 3 ] {07ed78d8-5138-4963-8c5a-36c152bc0848} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8631 | 2024.07.10 23:07:22.213364 [ 3 ] {} <Debug> HTTP-Session: 963db308-8d01-4857-ba74-89ba5bcd53e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8632 | 2024.07.10 23:07:27.196485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8633 | 2024.07.10 23:07:27.196634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8634 | 2024.07.10 23:07:27.196665 [ 3 ] {} <Debug> HTTP-Session: fcbe229d-f8b0-47a3-abf4-227249b73896 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8635 | 2024.07.10 23:07:27.196695 [ 3 ] {} <Debug> HTTP-Session: fcbe229d-f8b0-47a3-abf4-227249b73896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8636 | 2024.07.10 23:07:27.196714 [ 3 ] {} <Debug> HTTP-Session: fcbe229d-f8b0-47a3-abf4-227249b73896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8637 | 2024.07.10 23:07:27.196772 [ 3 ] {} <Trace> HTTP-Session: fcbe229d-f8b0-47a3-abf4-227249b73896 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8638 | 2024.07.10 23:07:27.196994 [ 3 ] {ee9d8239-d055-47a2-91e8-aa167edf51be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8639 | 2024.07.10 23:07:27.197069 [ 3 ] {ee9d8239-d055-47a2-91e8-aa167edf51be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8640 | 2024.07.10 23:07:27.197289 [ 3 ] {ee9d8239-d055-47a2-91e8-aa167edf51be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8641 | 2024.07.10 23:07:27.197755 [ 3 ] {ee9d8239-d055-47a2-91e8-aa167edf51be} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8642 | 2024.07.10 23:07:27.197803 [ 3 ] {ee9d8239-d055-47a2-91e8-aa167edf51be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8643 | 2024.07.10 23:07:27.198196 [ 3 ] {ee9d8239-d055-47a2-91e8-aa167edf51be} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8644 | 2024.07.10 23:07:27.198544 [ 3 ] {ee9d8239-d055-47a2-91e8-aa167edf51be} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8645 | 2024.07.10 23:07:27.198722 [ 3 ] {ee9d8239-d055-47a2-91e8-aa167edf51be} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001794 sec., 16722.408026755853 rows/sec., 1.32 MiB/sec. | ||
8646 | 2024.07.10 23:07:27.199083 [ 3 ] {ee9d8239-d055-47a2-91e8-aa167edf51be} <Debug> DynamicQueryHandler: Done processing query | ||
8647 | 2024.07.10 23:07:27.199112 [ 3 ] {ee9d8239-d055-47a2-91e8-aa167edf51be} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8648 | 2024.07.10 23:07:27.199130 [ 3 ] {} <Debug> HTTP-Session: fcbe229d-f8b0-47a3-abf4-227249b73896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8649 | 2024.07.10 23:07:27.199324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 21445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8650 | 2024.07.10 23:07:27.199383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8651 | 2024.07.10 23:07:27.199404 [ 3 ] {} <Debug> HTTP-Session: 717b685f-ac73-43af-b524-381c44606dd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8652 | 2024.07.10 23:07:27.199422 [ 3 ] {} <Debug> HTTP-Session: 717b685f-ac73-43af-b524-381c44606dd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8653 | 2024.07.10 23:07:27.199437 [ 3 ] {} <Debug> HTTP-Session: 717b685f-ac73-43af-b524-381c44606dd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8654 | 2024.07.10 23:07:27.199473 [ 3 ] {} <Trace> HTTP-Session: 717b685f-ac73-43af-b524-381c44606dd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8655 | 2024.07.10 23:07:27.199625 [ 3 ] {d91abc57-230c-4390-b344-959eaa8dcc31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8656 | 2024.07.10 23:07:27.199674 [ 3 ] {d91abc57-230c-4390-b344-959eaa8dcc31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8657 | 2024.07.10 23:07:27.199824 [ 3 ] {d91abc57-230c-4390-b344-959eaa8dcc31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8658 | 2024.07.10 23:07:27.200276 [ 3 ] {d91abc57-230c-4390-b344-959eaa8dcc31} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8659 | 2024.07.10 23:07:27.200315 [ 3 ] {d91abc57-230c-4390-b344-959eaa8dcc31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8660 | 2024.07.10 23:07:27.200637 [ 3 ] {d91abc57-230c-4390-b344-959eaa8dcc31} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8661 | 2024.07.10 23:07:27.200960 [ 3 ] {d91abc57-230c-4390-b344-959eaa8dcc31} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8662 | 2024.07.10 23:07:27.201111 [ 3 ] {d91abc57-230c-4390-b344-959eaa8dcc31} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001552 sec., 94072.1649484536 rows/sec., 7.90 MiB/sec. | ||
8663 | 2024.07.10 23:07:27.201286 [ 3 ] {d91abc57-230c-4390-b344-959eaa8dcc31} <Debug> DynamicQueryHandler: Done processing query | ||
8664 | 2024.07.10 23:07:27.201312 [ 3 ] {d91abc57-230c-4390-b344-959eaa8dcc31} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8665 | 2024.07.10 23:07:27.201329 [ 3 ] {} <Debug> HTTP-Session: 717b685f-ac73-43af-b524-381c44606dd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8666 | 2024.07.10 23:07:27.201479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 15977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8667 | 2024.07.10 23:07:27.201531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8668 | 2024.07.10 23:07:27.201551 [ 3 ] {} <Debug> HTTP-Session: f6d62eba-1b47-4d5b-95ab-e0e8aa8b554e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8669 | 2024.07.10 23:07:27.201569 [ 3 ] {} <Debug> HTTP-Session: f6d62eba-1b47-4d5b-95ab-e0e8aa8b554e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8670 | 2024.07.10 23:07:27.201584 [ 3 ] {} <Debug> HTTP-Session: f6d62eba-1b47-4d5b-95ab-e0e8aa8b554e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8671 | 2024.07.10 23:07:27.201617 [ 3 ] {} <Trace> HTTP-Session: f6d62eba-1b47-4d5b-95ab-e0e8aa8b554e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8672 | 2024.07.10 23:07:27.201750 [ 3 ] {9096d0c9-9dd1-40d2-8e20-1a18a85a7c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8673 | 2024.07.10 23:07:27.201795 [ 3 ] {9096d0c9-9dd1-40d2-8e20-1a18a85a7c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8674 | 2024.07.10 23:07:27.201925 [ 3 ] {9096d0c9-9dd1-40d2-8e20-1a18a85a7c44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8675 | 2024.07.10 23:07:27.202305 [ 3 ] {9096d0c9-9dd1-40d2-8e20-1a18a85a7c44} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8676 | 2024.07.10 23:07:27.202342 [ 3 ] {9096d0c9-9dd1-40d2-8e20-1a18a85a7c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8677 | 2024.07.10 23:07:27.202666 [ 3 ] {9096d0c9-9dd1-40d2-8e20-1a18a85a7c44} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8678 | 2024.07.10 23:07:27.202994 [ 3 ] {9096d0c9-9dd1-40d2-8e20-1a18a85a7c44} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8679 | 2024.07.10 23:07:27.203165 [ 3 ] {9096d0c9-9dd1-40d2-8e20-1a18a85a7c44} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001459 sec., 64427.69019876628 rows/sec., 5.03 MiB/sec. | ||
8680 | 2024.07.10 23:07:27.203365 [ 3 ] {9096d0c9-9dd1-40d2-8e20-1a18a85a7c44} <Debug> DynamicQueryHandler: Done processing query | ||
8681 | 2024.07.10 23:07:27.203403 [ 3 ] {9096d0c9-9dd1-40d2-8e20-1a18a85a7c44} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8682 | 2024.07.10 23:07:27.203431 [ 3 ] {} <Debug> HTTP-Session: f6d62eba-1b47-4d5b-95ab-e0e8aa8b554e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8683 | 2024.07.10 23:07:27.203625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8684 | 2024.07.10 23:07:27.203676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8685 | 2024.07.10 23:07:27.203695 [ 3 ] {} <Debug> HTTP-Session: 01032168-758d-408f-ab10-2f7192183dc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8686 | 2024.07.10 23:07:27.203712 [ 3 ] {} <Debug> HTTP-Session: 01032168-758d-408f-ab10-2f7192183dc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8687 | 2024.07.10 23:07:27.203727 [ 3 ] {} <Debug> HTTP-Session: 01032168-758d-408f-ab10-2f7192183dc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8688 | 2024.07.10 23:07:27.203758 [ 3 ] {} <Trace> HTTP-Session: 01032168-758d-408f-ab10-2f7192183dc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8689 | 2024.07.10 23:07:27.203902 [ 3 ] {c5c3acec-efd0-44bf-a076-befad148a15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8690 | 2024.07.10 23:07:27.203949 [ 3 ] {c5c3acec-efd0-44bf-a076-befad148a15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8691 | 2024.07.10 23:07:27.204098 [ 3 ] {c5c3acec-efd0-44bf-a076-befad148a15d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8692 | 2024.07.10 23:07:27.204504 [ 3 ] {c5c3acec-efd0-44bf-a076-befad148a15d} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8693 | 2024.07.10 23:07:27.204541 [ 3 ] {c5c3acec-efd0-44bf-a076-befad148a15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8694 | 2024.07.10 23:07:27.204942 [ 3 ] {c5c3acec-efd0-44bf-a076-befad148a15d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8695 | 2024.07.10 23:07:27.205308 [ 3 ] {c5c3acec-efd0-44bf-a076-befad148a15d} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8696 | 2024.07.10 23:07:27.205465 [ 3 ] {c5c3acec-efd0-44bf-a076-befad148a15d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec. | ||
8697 | 2024.07.10 23:07:27.205640 [ 3 ] {c5c3acec-efd0-44bf-a076-befad148a15d} <Debug> DynamicQueryHandler: Done processing query | ||
8698 | 2024.07.10 23:07:27.205665 [ 3 ] {c5c3acec-efd0-44bf-a076-befad148a15d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8699 | 2024.07.10 23:07:27.205682 [ 3 ] {} <Debug> HTTP-Session: 01032168-758d-408f-ab10-2f7192183dc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8700 | 2024.07.10 23:07:27.205850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 48334, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8701 | 2024.07.10 23:07:27.205900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8702 | 2024.07.10 23:07:27.205920 [ 3 ] {} <Debug> HTTP-Session: 7455ba4f-d327-4c78-87c7-3829b22e0748 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8703 | 2024.07.10 23:07:27.205937 [ 3 ] {} <Debug> HTTP-Session: 7455ba4f-d327-4c78-87c7-3829b22e0748 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8704 | 2024.07.10 23:07:27.205952 [ 3 ] {} <Debug> HTTP-Session: 7455ba4f-d327-4c78-87c7-3829b22e0748 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8705 | 2024.07.10 23:07:27.205983 [ 3 ] {} <Trace> HTTP-Session: 7455ba4f-d327-4c78-87c7-3829b22e0748 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8706 | 2024.07.10 23:07:27.206285 [ 3 ] {4385c809-e970-4781-886f-e0673959039d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8707 | 2024.07.10 23:07:27.206351 [ 3 ] {4385c809-e970-4781-886f-e0673959039d} <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 | ||
8708 | 2024.07.10 23:07:27.206973 [ 3 ] {4385c809-e970-4781-886f-e0673959039d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8709 | 2024.07.10 23:07:27.207698 [ 3 ] {4385c809-e970-4781-886f-e0673959039d} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8710 | 2024.07.10 23:07:27.207736 [ 3 ] {4385c809-e970-4781-886f-e0673959039d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8711 | 2024.07.10 23:07:27.208383 [ 3 ] {4385c809-e970-4781-886f-e0673959039d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8712 | 2024.07.10 23:07:27.208800 [ 3 ] {4385c809-e970-4781-886f-e0673959039d} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8713 | 2024.07.10 23:07:27.208984 [ 3 ] {4385c809-e970-4781-886f-e0673959039d} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00291 sec., 10309.278350515464 rows/sec., 18.47 MiB/sec. | ||
8714 | 2024.07.10 23:07:27.209216 [ 3 ] {4385c809-e970-4781-886f-e0673959039d} <Debug> DynamicQueryHandler: Done processing query | ||
8715 | 2024.07.10 23:07:27.209240 [ 3 ] {4385c809-e970-4781-886f-e0673959039d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8716 | 2024.07.10 23:07:27.209257 [ 3 ] {} <Debug> HTTP-Session: 7455ba4f-d327-4c78-87c7-3829b22e0748 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8717 | 2024.07.10 23:07:27.209404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8718 | 2024.07.10 23:07:27.209454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8719 | 2024.07.10 23:07:27.209473 [ 3 ] {} <Debug> HTTP-Session: 2bd36909-0388-4436-a9f9-2ad118056ba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8720 | 2024.07.10 23:07:27.209490 [ 3 ] {} <Debug> HTTP-Session: 2bd36909-0388-4436-a9f9-2ad118056ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8721 | 2024.07.10 23:07:27.209504 [ 3 ] {} <Debug> HTTP-Session: 2bd36909-0388-4436-a9f9-2ad118056ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8722 | 2024.07.10 23:07:27.209536 [ 3 ] {} <Trace> HTTP-Session: 2bd36909-0388-4436-a9f9-2ad118056ba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8723 | 2024.07.10 23:07:27.209653 [ 3 ] {19672619-50e4-46fa-8b8b-742e20b10cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8724 | 2024.07.10 23:07:27.209696 [ 3 ] {19672619-50e4-46fa-8b8b-742e20b10cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8725 | 2024.07.10 23:07:27.209825 [ 3 ] {19672619-50e4-46fa-8b8b-742e20b10cd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8726 | 2024.07.10 23:07:27.210136 [ 3 ] {19672619-50e4-46fa-8b8b-742e20b10cd3} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8727 | 2024.07.10 23:07:27.210174 [ 3 ] {19672619-50e4-46fa-8b8b-742e20b10cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8728 | 2024.07.10 23:07:27.210548 [ 3 ] {19672619-50e4-46fa-8b8b-742e20b10cd3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8729 | 2024.07.10 23:07:27.210884 [ 3 ] {19672619-50e4-46fa-8b8b-742e20b10cd3} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8730 | 2024.07.10 23:07:27.211031 [ 3 ] {19672619-50e4-46fa-8b8b-742e20b10cd3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
8731 | 2024.07.10 23:07:27.211206 [ 3 ] {19672619-50e4-46fa-8b8b-742e20b10cd3} <Debug> DynamicQueryHandler: Done processing query | ||
8732 | 2024.07.10 23:07:27.211232 [ 3 ] {19672619-50e4-46fa-8b8b-742e20b10cd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8733 | 2024.07.10 23:07:27.211248 [ 3 ] {} <Debug> HTTP-Session: 2bd36909-0388-4436-a9f9-2ad118056ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8734 | 2024.07.10 23:07:27.552980 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8735 | 2024.07.10 23:07:27.553035 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8736 | 2024.07.10 23:07:28.677568 [ 76 ] {} <Debug> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
8737 | 2024.07.10 23:07:28.677640 [ 76 ] {} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8738 | 2024.07.10 23:07:28.677667 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8739 | 2024.07.10 23:07:28.677858 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::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 | ||
8740 | 2024.07.10 23:07:28.678071 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8741 | 2024.07.10 23:07:28.678106 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
8742 | 2024.07.10 23:07:28.678180 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
8743 | 2024.07.10 23:07:28.678406 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
8744 | 2024.07.10 23:07:28.678610 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
8745 | 2024.07.10 23:07:28.678781 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
8746 | 2024.07.10 23:07:28.679800 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002056804 sec., 13613.353532956955 rows/sec., 950.54 KiB/sec. | ||
8747 | 2024.07.10 23:07:28.680058 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
8748 | 2024.07.10 23:07:28.680677 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_18_4} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8749 | 2024.07.10 23:07:28.680764 [ 200 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_18_4} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
8750 | 2024.07.10 23:07:28.680860 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8751 | 2024.07.10 23:07:29.214198 [ 93 ] {} <Debug> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
8752 | 2024.07.10 23:07:29.214264 [ 93 ] {} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8753 | 2024.07.10 23:07:29.214287 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
8754 | 2024.07.10 23:07:29.214504 [ 191 ] {c4817826-8c46-47f4-a150-00bb10db9e81::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 | ||
8755 | 2024.07.10 23:07:29.214740 [ 191 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8756 | 2024.07.10 23:07:29.214786 [ 191 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
8757 | 2024.07.10 23:07:29.214871 [ 191 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
8758 | 2024.07.10 23:07:29.215100 [ 191 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
8759 | 2024.07.10 23:07:29.215350 [ 191 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
8760 | 2024.07.10 23:07:29.215538 [ 191 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
8761 | 2024.07.10 23:07:29.216740 [ 189 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002378512 sec., 11772.065896661441 rows/sec., 959.93 KiB/sec. | ||
8762 | 2024.07.10 23:07:29.216945 [ 194 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
8763 | 2024.07.10 23:07:29.217399 [ 194 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_18_4} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8764 | 2024.07.10 23:07:29.217486 [ 194 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_18_4} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
8765 | 2024.07.10 23:07:29.217585 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8766 | 2024.07.10 23:07:32.195227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8767 | 2024.07.10 23:07:32.195365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8768 | 2024.07.10 23:07:32.195395 [ 3 ] {} <Debug> HTTP-Session: 1058f222-8c28-4da6-b2a6-c0604250ee58 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8769 | 2024.07.10 23:07:32.195425 [ 3 ] {} <Debug> HTTP-Session: 1058f222-8c28-4da6-b2a6-c0604250ee58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8770 | 2024.07.10 23:07:32.195445 [ 3 ] {} <Debug> HTTP-Session: 1058f222-8c28-4da6-b2a6-c0604250ee58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8771 | 2024.07.10 23:07:32.195503 [ 3 ] {} <Trace> HTTP-Session: 1058f222-8c28-4da6-b2a6-c0604250ee58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8772 | 2024.07.10 23:07:32.195689 [ 3 ] {20598707-249e-491c-bcc9-211d3a06e99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8773 | 2024.07.10 23:07:32.195755 [ 3 ] {20598707-249e-491c-bcc9-211d3a06e99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8774 | 2024.07.10 23:07:32.195948 [ 3 ] {20598707-249e-491c-bcc9-211d3a06e99c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8775 | 2024.07.10 23:07:32.196352 [ 3 ] {20598707-249e-491c-bcc9-211d3a06e99c} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8776 | 2024.07.10 23:07:32.196397 [ 3 ] {20598707-249e-491c-bcc9-211d3a06e99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8777 | 2024.07.10 23:07:32.196768 [ 3 ] {20598707-249e-491c-bcc9-211d3a06e99c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8778 | 2024.07.10 23:07:32.197116 [ 3 ] {20598707-249e-491c-bcc9-211d3a06e99c} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8779 | 2024.07.10 23:07:32.197284 [ 3 ] {20598707-249e-491c-bcc9-211d3a06e99c} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001646 sec., 607.5334143377886 rows/sec., 49.24 KiB/sec. | ||
8780 | 2024.07.10 23:07:32.197515 [ 3 ] {20598707-249e-491c-bcc9-211d3a06e99c} <Debug> DynamicQueryHandler: Done processing query | ||
8781 | 2024.07.10 23:07:32.197544 [ 3 ] {20598707-249e-491c-bcc9-211d3a06e99c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8782 | 2024.07.10 23:07:32.197561 [ 3 ] {} <Debug> HTTP-Session: 1058f222-8c28-4da6-b2a6-c0604250ee58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8783 | 2024.07.10 23:07:32.197718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8784 | 2024.07.10 23:07:32.197778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8785 | 2024.07.10 23:07:32.197799 [ 3 ] {} <Debug> HTTP-Session: 18089d0a-7c16-49d2-95cb-5adcec10ccef Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8786 | 2024.07.10 23:07:32.197818 [ 3 ] {} <Debug> HTTP-Session: 18089d0a-7c16-49d2-95cb-5adcec10ccef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8787 | 2024.07.10 23:07:32.197833 [ 3 ] {} <Debug> HTTP-Session: 18089d0a-7c16-49d2-95cb-5adcec10ccef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8788 | 2024.07.10 23:07:32.197869 [ 3 ] {} <Trace> HTTP-Session: 18089d0a-7c16-49d2-95cb-5adcec10ccef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8789 | 2024.07.10 23:07:32.197990 [ 3 ] {2b6d5f2f-755a-4386-b73b-cc0c2e265a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8790 | 2024.07.10 23:07:32.198038 [ 3 ] {2b6d5f2f-755a-4386-b73b-cc0c2e265a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8791 | 2024.07.10 23:07:32.198179 [ 3 ] {2b6d5f2f-755a-4386-b73b-cc0c2e265a43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8792 | 2024.07.10 23:07:32.198511 [ 3 ] {2b6d5f2f-755a-4386-b73b-cc0c2e265a43} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8793 | 2024.07.10 23:07:32.198551 [ 3 ] {2b6d5f2f-755a-4386-b73b-cc0c2e265a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8794 | 2024.07.10 23:07:32.198873 [ 3 ] {2b6d5f2f-755a-4386-b73b-cc0c2e265a43} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8795 | 2024.07.10 23:07:32.199193 [ 3 ] {2b6d5f2f-755a-4386-b73b-cc0c2e265a43} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8796 | 2024.07.10 23:07:32.199345 [ 3 ] {2b6d5f2f-755a-4386-b73b-cc0c2e265a43} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001396 sec., 42263.61031518624 rows/sec., 3.27 MiB/sec. | ||
8797 | 2024.07.10 23:07:32.199520 [ 3 ] {2b6d5f2f-755a-4386-b73b-cc0c2e265a43} <Debug> DynamicQueryHandler: Done processing query | ||
8798 | 2024.07.10 23:07:32.199546 [ 3 ] {2b6d5f2f-755a-4386-b73b-cc0c2e265a43} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8799 | 2024.07.10 23:07:32.199563 [ 3 ] {} <Debug> HTTP-Session: 18089d0a-7c16-49d2-95cb-5adcec10ccef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8800 | 2024.07.10 23:07:32.199719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8801 | 2024.07.10 23:07:32.199772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8802 | 2024.07.10 23:07:32.199792 [ 3 ] {} <Debug> HTTP-Session: ccbdcd8f-2670-4dad-9b30-43e2ae8dcd52 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8803 | 2024.07.10 23:07:32.199810 [ 3 ] {} <Debug> HTTP-Session: ccbdcd8f-2670-4dad-9b30-43e2ae8dcd52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8804 | 2024.07.10 23:07:32.199824 [ 3 ] {} <Debug> HTTP-Session: ccbdcd8f-2670-4dad-9b30-43e2ae8dcd52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8805 | 2024.07.10 23:07:32.199857 [ 3 ] {} <Trace> HTTP-Session: ccbdcd8f-2670-4dad-9b30-43e2ae8dcd52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8806 | 2024.07.10 23:07:32.199980 [ 3 ] {bb013554-a092-4ca5-a4c8-f08921679b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8807 | 2024.07.10 23:07:32.200025 [ 3 ] {bb013554-a092-4ca5-a4c8-f08921679b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8808 | 2024.07.10 23:07:32.200155 [ 3 ] {bb013554-a092-4ca5-a4c8-f08921679b9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8809 | 2024.07.10 23:07:32.200472 [ 3 ] {bb013554-a092-4ca5-a4c8-f08921679b9d} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8810 | 2024.07.10 23:07:32.200510 [ 3 ] {bb013554-a092-4ca5-a4c8-f08921679b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8811 | 2024.07.10 23:07:32.200840 [ 3 ] {bb013554-a092-4ca5-a4c8-f08921679b9d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8812 | 2024.07.10 23:07:32.201144 [ 3 ] {bb013554-a092-4ca5-a4c8-f08921679b9d} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8813 | 2024.07.10 23:07:32.201300 [ 3 ] {bb013554-a092-4ca5-a4c8-f08921679b9d} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001359 sec., 47829.28623988227 rows/sec., 3.73 MiB/sec. | ||
8814 | 2024.07.10 23:07:32.201554 [ 3 ] {bb013554-a092-4ca5-a4c8-f08921679b9d} <Debug> DynamicQueryHandler: Done processing query | ||
8815 | 2024.07.10 23:07:32.201613 [ 3 ] {bb013554-a092-4ca5-a4c8-f08921679b9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8816 | 2024.07.10 23:07:32.201673 [ 3 ] {} <Debug> HTTP-Session: ccbdcd8f-2670-4dad-9b30-43e2ae8dcd52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8817 | 2024.07.10 23:07:32.201925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8818 | 2024.07.10 23:07:32.201980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8819 | 2024.07.10 23:07:32.202000 [ 3 ] {} <Debug> HTTP-Session: 9c6f7114-a7f9-4f49-bae3-5f96f39f10b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8820 | 2024.07.10 23:07:32.202018 [ 3 ] {} <Debug> HTTP-Session: 9c6f7114-a7f9-4f49-bae3-5f96f39f10b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8821 | 2024.07.10 23:07:32.202033 [ 3 ] {} <Debug> HTTP-Session: 9c6f7114-a7f9-4f49-bae3-5f96f39f10b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8822 | 2024.07.10 23:07:32.202066 [ 3 ] {} <Trace> HTTP-Session: 9c6f7114-a7f9-4f49-bae3-5f96f39f10b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8823 | 2024.07.10 23:07:32.202217 [ 3 ] {72d7c536-afe9-4963-af84-a0a60a58a8b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8824 | 2024.07.10 23:07:32.202268 [ 3 ] {72d7c536-afe9-4963-af84-a0a60a58a8b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8825 | 2024.07.10 23:07:32.202433 [ 3 ] {72d7c536-afe9-4963-af84-a0a60a58a8b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8826 | 2024.07.10 23:07:32.202873 [ 3 ] {72d7c536-afe9-4963-af84-a0a60a58a8b0} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8827 | 2024.07.10 23:07:32.202910 [ 3 ] {72d7c536-afe9-4963-af84-a0a60a58a8b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8828 | 2024.07.10 23:07:32.203299 [ 3 ] {72d7c536-afe9-4963-af84-a0a60a58a8b0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8829 | 2024.07.10 23:07:32.203648 [ 3 ] {72d7c536-afe9-4963-af84-a0a60a58a8b0} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8830 | 2024.07.10 23:07:32.203805 [ 3 ] {72d7c536-afe9-4963-af84-a0a60a58a8b0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
8831 | 2024.07.10 23:07:32.203815 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8832 | 2024.07.10 23:07:32.203925 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8833 | 2024.07.10 23:07:32.203973 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8834 | 2024.07.10 23:07:32.204062 [ 3 ] {72d7c536-afe9-4963-af84-a0a60a58a8b0} <Debug> DynamicQueryHandler: Done processing query | ||
8835 | 2024.07.10 23:07:32.204124 [ 3 ] {72d7c536-afe9-4963-af84-a0a60a58a8b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8836 | 2024.07.10 23:07:32.204163 [ 3 ] {} <Debug> HTTP-Session: 9c6f7114-a7f9-4f49-bae3-5f96f39f10b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8837 | 2024.07.10 23:07:32.204183 [ 191 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
8838 | 2024.07.10 23:07:32.204346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8839 | 2024.07.10 23:07:32.204456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8840 | 2024.07.10 23:07:32.204493 [ 191 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8841 | 2024.07.10 23:07:32.204505 [ 3 ] {} <Debug> HTTP-Session: be39e19b-8d33-4212-bece-cf9856dfe170 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8842 | 2024.07.10 23:07:32.204562 [ 3 ] {} <Debug> HTTP-Session: be39e19b-8d33-4212-bece-cf9856dfe170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8843 | 2024.07.10 23:07:32.204565 [ 191 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 7895 rows starting from the beginning of the part | ||
8844 | 2024.07.10 23:07:32.204587 [ 3 ] {} <Debug> HTTP-Session: be39e19b-8d33-4212-bece-cf9856dfe170 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8845 | 2024.07.10 23:07:32.204668 [ 3 ] {} <Trace> HTTP-Session: be39e19b-8d33-4212-bece-cf9856dfe170 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8846 | 2024.07.10 23:07:32.204813 [ 191 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
8847 | 2024.07.10 23:07:32.205059 [ 3 ] {b2bce126-e77c-48a7-9bae-6157ffcb3a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8848 | 2024.07.10 23:07:32.205258 [ 191 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 197 rows starting from the beginning of the part | ||
8849 | 2024.07.10 23:07:32.205383 [ 3 ] {b2bce126-e77c-48a7-9bae-6157ffcb3a79} <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 | ||
8850 | 2024.07.10 23:07:32.205590 [ 191 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
8851 | 2024.07.10 23:07:32.206038 [ 191 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
8852 | 2024.07.10 23:07:32.206429 [ 191 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
8853 | 2024.07.10 23:07:32.208019 [ 3 ] {b2bce126-e77c-48a7-9bae-6157ffcb3a79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8854 | 2024.07.10 23:07:32.209185 [ 3 ] {b2bce126-e77c-48a7-9bae-6157ffcb3a79} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8855 | 2024.07.10 23:07:32.209265 [ 3 ] {b2bce126-e77c-48a7-9bae-6157ffcb3a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8856 | 2024.07.10 23:07:32.210325 [ 3 ] {b2bce126-e77c-48a7-9bae-6157ffcb3a79} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8857 | 2024.07.10 23:07:32.211148 [ 3 ] {b2bce126-e77c-48a7-9bae-6157ffcb3a79} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8858 | 2024.07.10 23:07:32.211411 [ 3 ] {b2bce126-e77c-48a7-9bae-6157ffcb3a79} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.006547 sec., 152.7417137620284 rows/sec., 280.28 KiB/sec. | ||
8859 | 2024.07.10 23:07:32.211677 [ 3 ] {b2bce126-e77c-48a7-9bae-6157ffcb3a79} <Debug> DynamicQueryHandler: Done processing query | ||
8860 | 2024.07.10 23:07:32.211704 [ 3 ] {b2bce126-e77c-48a7-9bae-6157ffcb3a79} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8861 | 2024.07.10 23:07:32.211738 [ 3 ] {} <Debug> HTTP-Session: be39e19b-8d33-4212-bece-cf9856dfe170 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8862 | 2024.07.10 23:07:32.211888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8863 | 2024.07.10 23:07:32.211940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8864 | 2024.07.10 23:07:32.211961 [ 3 ] {} <Debug> HTTP-Session: bb5fb7d8-1e20-4e30-a467-6526d897d430 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8865 | 2024.07.10 23:07:32.211979 [ 3 ] {} <Debug> HTTP-Session: bb5fb7d8-1e20-4e30-a467-6526d897d430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8866 | 2024.07.10 23:07:32.211994 [ 3 ] {} <Debug> HTTP-Session: bb5fb7d8-1e20-4e30-a467-6526d897d430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8867 | 2024.07.10 23:07:32.212086 [ 3 ] {} <Trace> HTTP-Session: bb5fb7d8-1e20-4e30-a467-6526d897d430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8868 | 2024.07.10 23:07:32.212407 [ 3 ] {219e0b1c-73ee-46e8-ae61-af92b02aa209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8869 | 2024.07.10 23:07:32.212441 [ 191 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8732 rows, containing 5 columns (5 merged, 0 gathered) in 0.008372872 sec., 1042891.8535957554 rows/sec., 72.67 MiB/sec. | ||
8870 | 2024.07.10 23:07:32.212483 [ 3 ] {219e0b1c-73ee-46e8-ae61-af92b02aa209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8871 | 2024.07.10 23:07:32.212687 [ 191 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8872 | 2024.07.10 23:07:32.212745 [ 3 ] {219e0b1c-73ee-46e8-ae61-af92b02aa209} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8873 | 2024.07.10 23:07:32.213497 [ 3 ] {219e0b1c-73ee-46e8-ae61-af92b02aa209} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8874 | 2024.07.10 23:07:32.213548 [ 3 ] {219e0b1c-73ee-46e8-ae61-af92b02aa209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8875 | 2024.07.10 23:07:32.213651 [ 191 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8876 | 2024.07.10 23:07:32.213787 [ 191 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8877 | 2024.07.10 23:07:32.213952 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
8878 | 2024.07.10 23:07:32.214159 [ 3 ] {219e0b1c-73ee-46e8-ae61-af92b02aa209} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8879 | 2024.07.10 23:07:32.214506 [ 3 ] {219e0b1c-73ee-46e8-ae61-af92b02aa209} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8880 | 2024.07.10 23:07:32.214659 [ 3 ] {219e0b1c-73ee-46e8-ae61-af92b02aa209} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00239 sec., 25104.60251046025 rows/sec., 1.69 MiB/sec. | ||
8881 | 2024.07.10 23:07:32.214861 [ 3 ] {219e0b1c-73ee-46e8-ae61-af92b02aa209} <Debug> DynamicQueryHandler: Done processing query | ||
8882 | 2024.07.10 23:07:32.214900 [ 3 ] {219e0b1c-73ee-46e8-ae61-af92b02aa209} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8883 | 2024.07.10 23:07:32.214927 [ 3 ] {} <Debug> HTTP-Session: bb5fb7d8-1e20-4e30-a467-6526d897d430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8884 | 2024.07.10 23:07:37.197344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 5504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8885 | 2024.07.10 23:07:37.197473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8886 | 2024.07.10 23:07:37.197499 [ 3 ] {} <Debug> HTTP-Session: 2c5c8dd5-1ae1-4cd4-bc02-d3adf59c830f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8887 | 2024.07.10 23:07:37.197524 [ 3 ] {} <Debug> HTTP-Session: 2c5c8dd5-1ae1-4cd4-bc02-d3adf59c830f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8888 | 2024.07.10 23:07:37.197539 [ 3 ] {} <Debug> HTTP-Session: 2c5c8dd5-1ae1-4cd4-bc02-d3adf59c830f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8889 | 2024.07.10 23:07:37.197591 [ 3 ] {} <Trace> HTTP-Session: 2c5c8dd5-1ae1-4cd4-bc02-d3adf59c830f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8890 | 2024.07.10 23:07:37.197788 [ 3 ] {f16351e2-6637-4aaa-bb45-2504c376c8af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8891 | 2024.07.10 23:07:37.197857 [ 3 ] {f16351e2-6637-4aaa-bb45-2504c376c8af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8892 | 2024.07.10 23:07:37.198053 [ 3 ] {f16351e2-6637-4aaa-bb45-2504c376c8af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8893 | 2024.07.10 23:07:37.198498 [ 3 ] {f16351e2-6637-4aaa-bb45-2504c376c8af} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8894 | 2024.07.10 23:07:37.198547 [ 3 ] {f16351e2-6637-4aaa-bb45-2504c376c8af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8895 | 2024.07.10 23:07:37.198935 [ 3 ] {f16351e2-6637-4aaa-bb45-2504c376c8af} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8896 | 2024.07.10 23:07:37.199283 [ 3 ] {f16351e2-6637-4aaa-bb45-2504c376c8af} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8897 | 2024.07.10 23:07:37.199503 [ 3 ] {f16351e2-6637-4aaa-bb45-2504c376c8af} <Debug> executeQuery: Read 38 rows, 3.08 KiB in 0.001775 sec., 21408.45070422535 rows/sec., 1.69 MiB/sec. | ||
8898 | 2024.07.10 23:07:37.199723 [ 3 ] {f16351e2-6637-4aaa-bb45-2504c376c8af} <Debug> DynamicQueryHandler: Done processing query | ||
8899 | 2024.07.10 23:07:37.199752 [ 3 ] {f16351e2-6637-4aaa-bb45-2504c376c8af} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8900 | 2024.07.10 23:07:37.199769 [ 3 ] {} <Debug> HTTP-Session: 2c5c8dd5-1ae1-4cd4-bc02-d3adf59c830f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8901 | 2024.07.10 23:07:37.200017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 25047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8902 | 2024.07.10 23:07:37.200074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8903 | 2024.07.10 23:07:37.200094 [ 3 ] {} <Debug> HTTP-Session: 199d9201-e16d-4034-ad7b-c54edf3a9dbe Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8904 | 2024.07.10 23:07:37.200113 [ 3 ] {} <Debug> HTTP-Session: 199d9201-e16d-4034-ad7b-c54edf3a9dbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8905 | 2024.07.10 23:07:37.200128 [ 3 ] {} <Debug> HTTP-Session: 199d9201-e16d-4034-ad7b-c54edf3a9dbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8906 | 2024.07.10 23:07:37.200165 [ 3 ] {} <Trace> HTTP-Session: 199d9201-e16d-4034-ad7b-c54edf3a9dbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8907 | 2024.07.10 23:07:37.200317 [ 3 ] {bf8a28bf-f04c-408a-b4b4-0abf7da474ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8908 | 2024.07.10 23:07:37.200449 [ 3 ] {bf8a28bf-f04c-408a-b4b4-0abf7da474ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8909 | 2024.07.10 23:07:37.200581 [ 3 ] {bf8a28bf-f04c-408a-b4b4-0abf7da474ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8910 | 2024.07.10 23:07:37.201008 [ 3 ] {bf8a28bf-f04c-408a-b4b4-0abf7da474ec} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8911 | 2024.07.10 23:07:37.201047 [ 3 ] {bf8a28bf-f04c-408a-b4b4-0abf7da474ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8912 | 2024.07.10 23:07:37.201387 [ 3 ] {bf8a28bf-f04c-408a-b4b4-0abf7da474ec} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8913 | 2024.07.10 23:07:37.201724 [ 3 ] {bf8a28bf-f04c-408a-b4b4-0abf7da474ec} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8914 | 2024.07.10 23:07:37.201872 [ 3 ] {bf8a28bf-f04c-408a-b4b4-0abf7da474ec} <Debug> executeQuery: Read 170 rows, 14.69 KiB in 0.001622 sec., 104808.87792848336 rows/sec., 8.85 MiB/sec. | ||
8915 | 2024.07.10 23:07:37.201889 [ 175 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8916 | 2024.07.10 23:07:37.201994 [ 175 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8917 | 2024.07.10 23:07:37.202035 [ 175 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8918 | 2024.07.10 23:07:37.202108 [ 3 ] {bf8a28bf-f04c-408a-b4b4-0abf7da474ec} <Debug> DynamicQueryHandler: Done processing query | ||
8919 | 2024.07.10 23:07:37.202170 [ 3 ] {bf8a28bf-f04c-408a-b4b4-0abf7da474ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8920 | 2024.07.10 23:07:37.202206 [ 3 ] {} <Debug> HTTP-Session: 199d9201-e16d-4034-ad7b-c54edf3a9dbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8921 | 2024.07.10 23:07:37.202220 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
8922 | 2024.07.10 23:07:37.202416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 18383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8923 | 2024.07.10 23:07:37.202434 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8924 | 2024.07.10 23:07:37.202496 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 193 rows starting from the beginning of the part | ||
8925 | 2024.07.10 23:07:37.202510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8926 | 2024.07.10 23:07:37.202558 [ 3 ] {} <Debug> HTTP-Session: fd7198a6-76a4-4f5f-8f48-e2dfb0b92965 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8927 | 2024.07.10 23:07:37.202611 [ 3 ] {} <Debug> HTTP-Session: fd7198a6-76a4-4f5f-8f48-e2dfb0b92965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8928 | 2024.07.10 23:07:37.202709 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 183 rows starting from the beginning of the part | ||
8929 | 2024.07.10 23:07:37.202700 [ 3 ] {} <Debug> HTTP-Session: fd7198a6-76a4-4f5f-8f48-e2dfb0b92965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8930 | 2024.07.10 23:07:37.202848 [ 3 ] {} <Trace> HTTP-Session: fd7198a6-76a4-4f5f-8f48-e2dfb0b92965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8931 | 2024.07.10 23:07:37.202901 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 59 rows starting from the beginning of the part | ||
8932 | 2024.07.10 23:07:37.203174 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 146 rows starting from the beginning of the part | ||
8933 | 2024.07.10 23:07:37.203250 [ 3 ] {2626266a-497a-436a-aa0d-bd5a12da1932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8934 | 2024.07.10 23:07:37.203471 [ 3 ] {2626266a-497a-436a-aa0d-bd5a12da1932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8935 | 2024.07.10 23:07:37.203541 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 59 rows starting from the beginning of the part | ||
8936 | 2024.07.10 23:07:37.203904 [ 187 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 170 rows starting from the beginning of the part | ||
8937 | 2024.07.10 23:07:37.204675 [ 3 ] {2626266a-497a-436a-aa0d-bd5a12da1932} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8938 | 2024.07.10 23:07:37.205550 [ 3 ] {2626266a-497a-436a-aa0d-bd5a12da1932} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8939 | 2024.07.10 23:07:37.205620 [ 3 ] {2626266a-497a-436a-aa0d-bd5a12da1932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8940 | 2024.07.10 23:07:37.206430 [ 3 ] {2626266a-497a-436a-aa0d-bd5a12da1932} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8941 | 2024.07.10 23:07:37.206636 [ 189 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 810 rows, containing 4 columns (4 merged, 0 gathered) in 0.004517618 sec., 179298.02829721326 rows/sec., 14.75 MiB/sec. | ||
8942 | 2024.07.10 23:07:37.206932 [ 189 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8943 | 2024.07.10 23:07:37.207444 [ 3 ] {2626266a-497a-436a-aa0d-bd5a12da1932} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8944 | 2024.07.10 23:07:37.207807 [ 175 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8945 | 2024.07.10 23:07:37.207853 [ 3 ] {2626266a-497a-436a-aa0d-bd5a12da1932} <Debug> executeQuery: Read 108 rows, 8.67 KiB in 0.004757 sec., 22703.3844860206 rows/sec., 1.78 MiB/sec. | ||
8946 | 2024.07.10 23:07:37.207905 [ 175 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8947 | 2024.07.10 23:07:37.207908 [ 189 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_61_12} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8948 | 2024.07.10 23:07:37.208027 [ 175 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8949 | 2024.07.10 23:07:37.208485 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
8950 | 2024.07.10 23:07:37.208551 [ 3 ] {2626266a-497a-436a-aa0d-bd5a12da1932} <Debug> DynamicQueryHandler: Done processing query | ||
8951 | 2024.07.10 23:07:37.208554 [ 189 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_61_12} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8952 | 2024.07.10 23:07:37.208651 [ 3 ] {2626266a-497a-436a-aa0d-bd5a12da1932} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8953 | 2024.07.10 23:07:37.208743 [ 3 ] {} <Debug> HTTP-Session: fd7198a6-76a4-4f5f-8f48-e2dfb0b92965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8954 | 2024.07.10 23:07:37.209056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8955 | 2024.07.10 23:07:37.209137 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8956 | 2024.07.10 23:07:37.209216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8957 | 2024.07.10 23:07:37.209266 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 151 rows starting from the beginning of the part | ||
8958 | 2024.07.10 23:07:37.209303 [ 3 ] {} <Debug> HTTP-Session: 946465dc-f71f-46b7-9962-bc4abab1f2be Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8959 | 2024.07.10 23:07:37.209383 [ 3 ] {} <Debug> HTTP-Session: 946465dc-f71f-46b7-9962-bc4abab1f2be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8960 | 2024.07.10 23:07:37.209460 [ 3 ] {} <Debug> HTTP-Session: 946465dc-f71f-46b7-9962-bc4abab1f2be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8961 | 2024.07.10 23:07:37.209693 [ 3 ] {} <Trace> HTTP-Session: 946465dc-f71f-46b7-9962-bc4abab1f2be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8962 | 2024.07.10 23:07:37.209748 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 120 rows starting from the beginning of the part | ||
8963 | 2024.07.10 23:07:37.210257 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 65 rows starting from the beginning of the part | ||
8964 | 2024.07.10 23:07:37.210352 [ 3 ] {005c3b0c-6ed5-4f8c-add0-1cb55910dd32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8965 | 2024.07.10 23:07:37.210594 [ 3 ] {005c3b0c-6ed5-4f8c-add0-1cb55910dd32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8966 | 2024.07.10 23:07:37.210610 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 94 rows starting from the beginning of the part | ||
8967 | 2024.07.10 23:07:37.210935 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 65 rows starting from the beginning of the part | ||
8968 | 2024.07.10 23:07:37.211289 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 108 rows starting from the beginning of the part | ||
8969 | 2024.07.10 23:07:37.212016 [ 3 ] {005c3b0c-6ed5-4f8c-add0-1cb55910dd32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8970 | 2024.07.10 23:07:37.212140 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
8971 | 2024.07.10 23:07:37.213240 [ 3 ] {005c3b0c-6ed5-4f8c-add0-1cb55910dd32} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8972 | 2024.07.10 23:07:37.213324 [ 3 ] {005c3b0c-6ed5-4f8c-add0-1cb55910dd32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8973 | 2024.07.10 23:07:37.214427 [ 3 ] {005c3b0c-6ed5-4f8c-add0-1cb55910dd32} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8974 | 2024.07.10 23:07:37.214448 [ 197 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 603 rows, containing 4 columns (4 merged, 0 gathered) in 0.006279156 sec., 96032.01449366762 rows/sec., 7.50 MiB/sec. | ||
8975 | 2024.07.10 23:07:37.214680 [ 197 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8976 | 2024.07.10 23:07:37.215234 [ 3 ] {005c3b0c-6ed5-4f8c-add0-1cb55910dd32} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8977 | 2024.07.10 23:07:37.215525 [ 197 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_61_12} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8978 | 2024.07.10 23:07:37.215529 [ 3 ] {005c3b0c-6ed5-4f8c-add0-1cb55910dd32} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005505 sec., 29064.486830154405 rows/sec., 2.02 MiB/sec. | ||
8979 | 2024.07.10 23:07:37.215771 [ 197 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_61_12} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8980 | 2024.07.10 23:07:37.215930 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
8981 | 2024.07.10 23:07:37.215942 [ 3 ] {005c3b0c-6ed5-4f8c-add0-1cb55910dd32} <Debug> DynamicQueryHandler: Done processing query | ||
8982 | 2024.07.10 23:07:37.215986 [ 3 ] {005c3b0c-6ed5-4f8c-add0-1cb55910dd32} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8983 | 2024.07.10 23:07:37.216004 [ 3 ] {} <Debug> HTTP-Session: 946465dc-f71f-46b7-9962-bc4abab1f2be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8984 | 2024.07.10 23:07:37.216191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 60995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8985 | 2024.07.10 23:07:37.216240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8986 | 2024.07.10 23:07:37.216260 [ 3 ] {} <Debug> HTTP-Session: 389cae68-c38f-48c4-b788-1946304ab3d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
8987 | 2024.07.10 23:07:37.216276 [ 3 ] {} <Debug> HTTP-Session: 389cae68-c38f-48c4-b788-1946304ab3d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8988 | 2024.07.10 23:07:37.216291 [ 3 ] {} <Debug> HTTP-Session: 389cae68-c38f-48c4-b788-1946304ab3d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8989 | 2024.07.10 23:07:37.216323 [ 3 ] {} <Trace> HTTP-Session: 389cae68-c38f-48c4-b788-1946304ab3d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8990 | 2024.07.10 23:07:37.216737 [ 3 ] {f7b1c066-416b-4803-8732-57a633326cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8991 | 2024.07.10 23:07:37.216813 [ 3 ] {f7b1c066-416b-4803-8732-57a633326cd1} <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 | ||
8992 | 2024.07.10 23:07:37.217270 [ 3 ] {f7b1c066-416b-4803-8732-57a633326cd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8993 | 2024.07.10 23:07:37.218046 [ 3 ] {f7b1c066-416b-4803-8732-57a633326cd1} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8994 | 2024.07.10 23:07:37.218084 [ 3 ] {f7b1c066-416b-4803-8732-57a633326cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
8995 | 2024.07.10 23:07:37.218736 [ 3 ] {f7b1c066-416b-4803-8732-57a633326cd1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8996 | 2024.07.10 23:07:37.219150 [ 3 ] {f7b1c066-416b-4803-8732-57a633326cd1} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8997 | 2024.07.10 23:07:37.219324 [ 175 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8998 | 2024.07.10 23:07:37.219346 [ 3 ] {f7b1c066-416b-4803-8732-57a633326cd1} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002926 sec., 12987.012987012986 rows/sec., 23.27 MiB/sec. | ||
8999 | 2024.07.10 23:07:37.219385 [ 175 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9000 | 2024.07.10 23:07:37.219455 [ 175 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9001 | 2024.07.10 23:07:37.219984 [ 197 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
9002 | 2024.07.10 23:07:37.220118 [ 3 ] {f7b1c066-416b-4803-8732-57a633326cd1} <Debug> DynamicQueryHandler: Done processing query | ||
9003 | 2024.07.10 23:07:37.220204 [ 3 ] {f7b1c066-416b-4803-8732-57a633326cd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9004 | 2024.07.10 23:07:37.220283 [ 3 ] {} <Debug> HTTP-Session: 389cae68-c38f-48c4-b788-1946304ab3d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9005 | 2024.07.10 23:07:37.220549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9006 | 2024.07.10 23:07:37.220694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9007 | 2024.07.10 23:07:37.220756 [ 3 ] {} <Debug> HTTP-Session: f67fb85e-7020-4f7b-8492-d016dc449638 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9008 | 2024.07.10 23:07:37.220805 [ 3 ] {} <Debug> HTTP-Session: f67fb85e-7020-4f7b-8492-d016dc449638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9009 | 2024.07.10 23:07:37.220849 [ 3 ] {} <Debug> HTTP-Session: f67fb85e-7020-4f7b-8492-d016dc449638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9010 | 2024.07.10 23:07:37.220948 [ 3 ] {} <Trace> HTTP-Session: f67fb85e-7020-4f7b-8492-d016dc449638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9011 | 2024.07.10 23:07:37.221162 [ 197 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9012 | 2024.07.10 23:07:37.221191 [ 3 ] {7341d912-e754-46f9-9e28-0c271cc46dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9013 | 2024.07.10 23:07:37.221311 [ 197 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 893 rows starting from the beginning of the part | ||
9014 | 2024.07.10 23:07:37.221318 [ 3 ] {7341d912-e754-46f9-9e28-0c271cc46dec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9015 | 2024.07.10 23:07:37.222165 [ 197 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part | ||
9016 | 2024.07.10 23:07:37.222242 [ 3 ] {7341d912-e754-46f9-9e28-0c271cc46dec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9017 | 2024.07.10 23:07:37.222716 [ 197 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
9018 | 2024.07.10 23:07:37.223416 [ 197 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part | ||
9019 | 2024.07.10 23:07:37.223522 [ 3 ] {7341d912-e754-46f9-9e28-0c271cc46dec} <Trace> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9020 | 2024.07.10 23:07:37.223624 [ 3 ] {7341d912-e754-46f9-9e28-0c271cc46dec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9021 | 2024.07.10 23:07:37.223983 [ 197 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
9022 | 2024.07.10 23:07:37.224525 [ 197 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 38 rows starting from the beginning of the part | ||
9023 | 2024.07.10 23:07:37.225121 [ 3 ] {7341d912-e754-46f9-9e28-0c271cc46dec} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
9024 | 2024.07.10 23:07:37.226120 [ 3 ] {7341d912-e754-46f9-9e28-0c271cc46dec} <Trace> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9025 | 2024.07.10 23:07:37.226583 [ 3 ] {7341d912-e754-46f9-9e28-0c271cc46dec} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.005449 sec., 1651.6792071939806 rows/sec., 127.07 KiB/sec. | ||
9026 | 2024.07.10 23:07:37.226994 [ 3 ] {7341d912-e754-46f9-9e28-0c271cc46dec} <Debug> DynamicQueryHandler: Done processing query | ||
9027 | 2024.07.10 23:07:37.227018 [ 3 ] {7341d912-e754-46f9-9e28-0c271cc46dec} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9028 | 2024.07.10 23:07:37.227043 [ 3 ] {} <Debug> HTTP-Session: f67fb85e-7020-4f7b-8492-d016dc449638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9029 | 2024.07.10 23:07:37.227202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9030 | 2024.07.10 23:07:37.227273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9031 | 2024.07.10 23:07:37.227301 [ 3 ] {} <Debug> HTTP-Session: 878d8acd-5fcc-4f6c-ace4-523c34f6ec0e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9032 | 2024.07.10 23:07:37.227331 [ 3 ] {} <Debug> HTTP-Session: 878d8acd-5fcc-4f6c-ace4-523c34f6ec0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9033 | 2024.07.10 23:07:37.227347 [ 3 ] {} <Debug> HTTP-Session: 878d8acd-5fcc-4f6c-ace4-523c34f6ec0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9034 | 2024.07.10 23:07:37.227392 [ 3 ] {} <Trace> HTTP-Session: 878d8acd-5fcc-4f6c-ace4-523c34f6ec0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9035 | 2024.07.10 23:07:37.227625 [ 3 ] {c34d3081-a44a-4ba8-824a-7821bc1abf1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9036 | 2024.07.10 23:07:37.227748 [ 3 ] {c34d3081-a44a-4ba8-824a-7821bc1abf1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9037 | 2024.07.10 23:07:37.228432 [ 3 ] {c34d3081-a44a-4ba8-824a-7821bc1abf1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9038 | 2024.07.10 23:07:37.229597 [ 3 ] {c34d3081-a44a-4ba8-824a-7821bc1abf1b} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9039 | 2024.07.10 23:07:37.229668 [ 3 ] {c34d3081-a44a-4ba8-824a-7821bc1abf1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9040 | 2024.07.10 23:07:37.230928 [ 3 ] {c34d3081-a44a-4ba8-824a-7821bc1abf1b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9041 | 2024.07.10 23:07:37.232004 [ 3 ] {c34d3081-a44a-4ba8-824a-7821bc1abf1b} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9042 | 2024.07.10 23:07:37.232455 [ 175 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9043 | 2024.07.10 23:07:37.232459 [ 3 ] {c34d3081-a44a-4ba8-824a-7821bc1abf1b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004966 sec., 12082.158679017319 rows/sec., 833.79 KiB/sec. | ||
9044 | 2024.07.10 23:07:37.232535 [ 175 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9045 | 2024.07.10 23:07:37.232631 [ 175 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9046 | 2024.07.10 23:07:37.232836 [ 3 ] {c34d3081-a44a-4ba8-824a-7821bc1abf1b} <Debug> DynamicQueryHandler: Done processing query | ||
9047 | 2024.07.10 23:07:37.232912 [ 3 ] {c34d3081-a44a-4ba8-824a-7821bc1abf1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9048 | 2024.07.10 23:07:37.232960 [ 3 ] {} <Debug> HTTP-Session: 878d8acd-5fcc-4f6c-ace4-523c34f6ec0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9049 | 2024.07.10 23:07:37.232977 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
9050 | 2024.07.10 23:07:37.233550 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9051 | 2024.07.10 23:07:37.233626 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2658 rows starting from the beginning of the part | ||
9052 | 2024.07.10 23:07:37.233719 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
9053 | 2024.07.10 23:07:37.233930 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
9054 | 2024.07.10 23:07:37.234064 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
9055 | 2024.07.10 23:07:37.234263 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
9056 | 2024.07.10 23:07:37.234329 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
9057 | 2024.07.10 23:07:37.237269 [ 201 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2958 rows, containing 4 columns (4 merged, 0 gathered) in 0.004510678 sec., 655777.2467908373 rows/sec., 44.29 MiB/sec. | ||
9058 | 2024.07.10 23:07:37.237693 [ 201 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9059 | 2024.07.10 23:07:37.238981 [ 201 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_56_11} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9060 | 2024.07.10 23:07:37.239072 [ 201 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_56_11} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9061 | 2024.07.10 23:07:37.239222 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
9062 | 2024.07.10 23:07:37.239499 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 993 rows, containing 19 columns (19 merged, 0 gathered) in 0.019881901 sec., 49944.92226875086 rows/sec., 89.50 MiB/sec. | ||
9063 | 2024.07.10 23:07:37.240614 [ 196 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9064 | 2024.07.10 23:07:37.241256 [ 196 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9065 | 2024.07.10 23:07:37.241337 [ 196 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9066 | 2024.07.10 23:07:37.241485 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 9.18 MiB. | ||
9067 | 2024.07.10 23:07:38.000200 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.92 MiB, peak 210.14 MiB, free memory in arenas 0.00 B, will set to 201.10 MiB (RSS), difference: 3.18 MiB | ||
9068 | 2024.07.10 23:07:42.196795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9069 | 2024.07.10 23:07:42.196933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9070 | 2024.07.10 23:07:42.196960 [ 3 ] {} <Debug> HTTP-Session: 9cd5dca9-8e99-4a9a-866c-024bf830deef Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9071 | 2024.07.10 23:07:42.196985 [ 3 ] {} <Debug> HTTP-Session: 9cd5dca9-8e99-4a9a-866c-024bf830deef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9072 | 2024.07.10 23:07:42.197001 [ 3 ] {} <Debug> HTTP-Session: 9cd5dca9-8e99-4a9a-866c-024bf830deef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9073 | 2024.07.10 23:07:42.197050 [ 3 ] {} <Trace> HTTP-Session: 9cd5dca9-8e99-4a9a-866c-024bf830deef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9074 | 2024.07.10 23:07:42.197230 [ 3 ] {cd3760c5-5ba5-4e93-a9ee-ea1e0803ca00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9075 | 2024.07.10 23:07:42.197301 [ 3 ] {cd3760c5-5ba5-4e93-a9ee-ea1e0803ca00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9076 | 2024.07.10 23:07:42.197494 [ 3 ] {cd3760c5-5ba5-4e93-a9ee-ea1e0803ca00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9077 | 2024.07.10 23:07:42.197911 [ 3 ] {cd3760c5-5ba5-4e93-a9ee-ea1e0803ca00} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9078 | 2024.07.10 23:07:42.197960 [ 3 ] {cd3760c5-5ba5-4e93-a9ee-ea1e0803ca00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9079 | 2024.07.10 23:07:42.198339 [ 3 ] {cd3760c5-5ba5-4e93-a9ee-ea1e0803ca00} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9080 | 2024.07.10 23:07:42.198693 [ 3 ] {cd3760c5-5ba5-4e93-a9ee-ea1e0803ca00} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9081 | 2024.07.10 23:07:42.198850 [ 3 ] {cd3760c5-5ba5-4e93-a9ee-ea1e0803ca00} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001668 sec., 599.5203836930456 rows/sec., 48.59 KiB/sec. | ||
9082 | 2024.07.10 23:07:42.199182 [ 3 ] {cd3760c5-5ba5-4e93-a9ee-ea1e0803ca00} <Debug> DynamicQueryHandler: Done processing query | ||
9083 | 2024.07.10 23:07:42.199246 [ 3 ] {cd3760c5-5ba5-4e93-a9ee-ea1e0803ca00} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9084 | 2024.07.10 23:07:42.199294 [ 3 ] {} <Debug> HTTP-Session: 9cd5dca9-8e99-4a9a-866c-024bf830deef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9085 | 2024.07.10 23:07:42.199488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9086 | 2024.07.10 23:07:42.199545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9087 | 2024.07.10 23:07:42.199567 [ 3 ] {} <Debug> HTTP-Session: 994008e5-0c60-46ec-82b4-a1219cb8a8a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9088 | 2024.07.10 23:07:42.199586 [ 3 ] {} <Debug> HTTP-Session: 994008e5-0c60-46ec-82b4-a1219cb8a8a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9089 | 2024.07.10 23:07:42.199601 [ 3 ] {} <Debug> HTTP-Session: 994008e5-0c60-46ec-82b4-a1219cb8a8a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9090 | 2024.07.10 23:07:42.199639 [ 3 ] {} <Trace> HTTP-Session: 994008e5-0c60-46ec-82b4-a1219cb8a8a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9091 | 2024.07.10 23:07:42.199769 [ 3 ] {e0815c5c-bfe0-44f4-b7e8-112e3cb57abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9092 | 2024.07.10 23:07:42.199816 [ 3 ] {e0815c5c-bfe0-44f4-b7e8-112e3cb57abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9093 | 2024.07.10 23:07:42.199967 [ 3 ] {e0815c5c-bfe0-44f4-b7e8-112e3cb57abf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9094 | 2024.07.10 23:07:42.200360 [ 3 ] {e0815c5c-bfe0-44f4-b7e8-112e3cb57abf} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9095 | 2024.07.10 23:07:42.200399 [ 3 ] {e0815c5c-bfe0-44f4-b7e8-112e3cb57abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9096 | 2024.07.10 23:07:42.200736 [ 3 ] {e0815c5c-bfe0-44f4-b7e8-112e3cb57abf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9097 | 2024.07.10 23:07:42.201055 [ 3 ] {e0815c5c-bfe0-44f4-b7e8-112e3cb57abf} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9098 | 2024.07.10 23:07:42.201215 [ 3 ] {e0815c5c-bfe0-44f4-b7e8-112e3cb57abf} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001488 sec., 39650.5376344086 rows/sec., 3.06 MiB/sec. | ||
9099 | 2024.07.10 23:07:42.201393 [ 3 ] {e0815c5c-bfe0-44f4-b7e8-112e3cb57abf} <Debug> DynamicQueryHandler: Done processing query | ||
9100 | 2024.07.10 23:07:42.201418 [ 3 ] {e0815c5c-bfe0-44f4-b7e8-112e3cb57abf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9101 | 2024.07.10 23:07:42.201434 [ 3 ] {} <Debug> HTTP-Session: 994008e5-0c60-46ec-82b4-a1219cb8a8a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9102 | 2024.07.10 23:07:42.201571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9103 | 2024.07.10 23:07:42.201621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9104 | 2024.07.10 23:07:42.201642 [ 3 ] {} <Debug> HTTP-Session: 5b90cd3d-65ab-465d-ba05-f1dbfcacae3b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9105 | 2024.07.10 23:07:42.201662 [ 3 ] {} <Debug> HTTP-Session: 5b90cd3d-65ab-465d-ba05-f1dbfcacae3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9106 | 2024.07.10 23:07:42.201677 [ 3 ] {} <Debug> HTTP-Session: 5b90cd3d-65ab-465d-ba05-f1dbfcacae3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9107 | 2024.07.10 23:07:42.201711 [ 3 ] {} <Trace> HTTP-Session: 5b90cd3d-65ab-465d-ba05-f1dbfcacae3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9108 | 2024.07.10 23:07:42.201832 [ 3 ] {a249865e-1782-4b23-9998-27ade1c83b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9109 | 2024.07.10 23:07:42.201875 [ 3 ] {a249865e-1782-4b23-9998-27ade1c83b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9110 | 2024.07.10 23:07:42.202005 [ 3 ] {a249865e-1782-4b23-9998-27ade1c83b5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9111 | 2024.07.10 23:07:42.202368 [ 3 ] {a249865e-1782-4b23-9998-27ade1c83b5f} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9112 | 2024.07.10 23:07:42.202405 [ 3 ] {a249865e-1782-4b23-9998-27ade1c83b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9113 | 2024.07.10 23:07:42.202721 [ 3 ] {a249865e-1782-4b23-9998-27ade1c83b5f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9114 | 2024.07.10 23:07:42.203037 [ 3 ] {a249865e-1782-4b23-9998-27ade1c83b5f} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9115 | 2024.07.10 23:07:42.203187 [ 3 ] {a249865e-1782-4b23-9998-27ade1c83b5f} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001397 sec., 46528.27487473156 rows/sec., 3.63 MiB/sec. | ||
9116 | 2024.07.10 23:07:42.203369 [ 3 ] {a249865e-1782-4b23-9998-27ade1c83b5f} <Debug> DynamicQueryHandler: Done processing query | ||
9117 | 2024.07.10 23:07:42.203394 [ 3 ] {a249865e-1782-4b23-9998-27ade1c83b5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9118 | 2024.07.10 23:07:42.203411 [ 3 ] {} <Debug> HTTP-Session: 5b90cd3d-65ab-465d-ba05-f1dbfcacae3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9119 | 2024.07.10 23:07:42.203602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9120 | 2024.07.10 23:07:42.203653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9121 | 2024.07.10 23:07:42.203673 [ 3 ] {} <Debug> HTTP-Session: 749093de-839a-4495-8e64-0cd9660f83d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9122 | 2024.07.10 23:07:42.203690 [ 3 ] {} <Debug> HTTP-Session: 749093de-839a-4495-8e64-0cd9660f83d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9123 | 2024.07.10 23:07:42.203706 [ 3 ] {} <Debug> HTTP-Session: 749093de-839a-4495-8e64-0cd9660f83d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9124 | 2024.07.10 23:07:42.203738 [ 3 ] {} <Trace> HTTP-Session: 749093de-839a-4495-8e64-0cd9660f83d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9125 | 2024.07.10 23:07:42.203882 [ 3 ] {f383c400-70ea-4d52-be43-db7682fd9c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9126 | 2024.07.10 23:07:42.203931 [ 3 ] {f383c400-70ea-4d52-be43-db7682fd9c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9127 | 2024.07.10 23:07:42.204077 [ 3 ] {f383c400-70ea-4d52-be43-db7682fd9c44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9128 | 2024.07.10 23:07:42.204459 [ 3 ] {f383c400-70ea-4d52-be43-db7682fd9c44} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9129 | 2024.07.10 23:07:42.204496 [ 3 ] {f383c400-70ea-4d52-be43-db7682fd9c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9130 | 2024.07.10 23:07:42.204891 [ 3 ] {f383c400-70ea-4d52-be43-db7682fd9c44} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9131 | 2024.07.10 23:07:42.205257 [ 3 ] {f383c400-70ea-4d52-be43-db7682fd9c44} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9132 | 2024.07.10 23:07:42.205417 [ 3 ] {f383c400-70ea-4d52-be43-db7682fd9c44} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001599 sec., 100062.53908692933 rows/sec., 6.97 MiB/sec. | ||
9133 | 2024.07.10 23:07:42.205590 [ 3 ] {f383c400-70ea-4d52-be43-db7682fd9c44} <Debug> DynamicQueryHandler: Done processing query | ||
9134 | 2024.07.10 23:07:42.205614 [ 3 ] {f383c400-70ea-4d52-be43-db7682fd9c44} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9135 | 2024.07.10 23:07:42.205632 [ 3 ] {} <Debug> HTTP-Session: 749093de-839a-4495-8e64-0cd9660f83d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9136 | 2024.07.10 23:07:42.205769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9137 | 2024.07.10 23:07:42.205817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9138 | 2024.07.10 23:07:42.205836 [ 3 ] {} <Debug> HTTP-Session: 2d3cf96f-b285-4d77-ba66-e61ca71c087d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9139 | 2024.07.10 23:07:42.205853 [ 3 ] {} <Debug> HTTP-Session: 2d3cf96f-b285-4d77-ba66-e61ca71c087d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9140 | 2024.07.10 23:07:42.205868 [ 3 ] {} <Debug> HTTP-Session: 2d3cf96f-b285-4d77-ba66-e61ca71c087d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9141 | 2024.07.10 23:07:42.205901 [ 3 ] {} <Trace> HTTP-Session: 2d3cf96f-b285-4d77-ba66-e61ca71c087d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9142 | 2024.07.10 23:07:42.206003 [ 3 ] {802b2ce0-0523-47cf-bef9-67c82fc51548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9143 | 2024.07.10 23:07:42.206066 [ 3 ] {802b2ce0-0523-47cf-bef9-67c82fc51548} <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 | ||
9144 | 2024.07.10 23:07:42.206469 [ 3 ] {802b2ce0-0523-47cf-bef9-67c82fc51548} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9145 | 2024.07.10 23:07:42.206943 [ 3 ] {802b2ce0-0523-47cf-bef9-67c82fc51548} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9146 | 2024.07.10 23:07:42.206979 [ 3 ] {802b2ce0-0523-47cf-bef9-67c82fc51548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9147 | 2024.07.10 23:07:42.207559 [ 3 ] {802b2ce0-0523-47cf-bef9-67c82fc51548} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9148 | 2024.07.10 23:07:42.207964 [ 3 ] {802b2ce0-0523-47cf-bef9-67c82fc51548} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9149 | 2024.07.10 23:07:42.208149 [ 3 ] {802b2ce0-0523-47cf-bef9-67c82fc51548} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002176 sec., 459.55882352941177 rows/sec., 843.27 KiB/sec. | ||
9150 | 2024.07.10 23:07:42.208373 [ 3 ] {802b2ce0-0523-47cf-bef9-67c82fc51548} <Debug> DynamicQueryHandler: Done processing query | ||
9151 | 2024.07.10 23:07:42.208397 [ 3 ] {802b2ce0-0523-47cf-bef9-67c82fc51548} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9152 | 2024.07.10 23:07:42.208413 [ 3 ] {} <Debug> HTTP-Session: 2d3cf96f-b285-4d77-ba66-e61ca71c087d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9153 | 2024.07.10 23:07:42.208535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9154 | 2024.07.10 23:07:42.208584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9155 | 2024.07.10 23:07:42.208603 [ 3 ] {} <Debug> HTTP-Session: d9e00b66-596c-4538-9ccf-15d92eae8324 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9156 | 2024.07.10 23:07:42.208620 [ 3 ] {} <Debug> HTTP-Session: d9e00b66-596c-4538-9ccf-15d92eae8324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9157 | 2024.07.10 23:07:42.208634 [ 3 ] {} <Debug> HTTP-Session: d9e00b66-596c-4538-9ccf-15d92eae8324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9158 | 2024.07.10 23:07:42.208666 [ 3 ] {} <Trace> HTTP-Session: d9e00b66-596c-4538-9ccf-15d92eae8324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9159 | 2024.07.10 23:07:42.208780 [ 3 ] {153b0d6f-099d-4f57-a005-2d8dcef79525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9160 | 2024.07.10 23:07:42.208825 [ 3 ] {153b0d6f-099d-4f57-a005-2d8dcef79525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9161 | 2024.07.10 23:07:42.208951 [ 3 ] {153b0d6f-099d-4f57-a005-2d8dcef79525} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9162 | 2024.07.10 23:07:42.209268 [ 3 ] {153b0d6f-099d-4f57-a005-2d8dcef79525} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9163 | 2024.07.10 23:07:42.209304 [ 3 ] {153b0d6f-099d-4f57-a005-2d8dcef79525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9164 | 2024.07.10 23:07:42.209663 [ 3 ] {153b0d6f-099d-4f57-a005-2d8dcef79525} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9165 | 2024.07.10 23:07:42.209985 [ 3 ] {153b0d6f-099d-4f57-a005-2d8dcef79525} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9166 | 2024.07.10 23:07:42.210144 [ 3 ] {153b0d6f-099d-4f57-a005-2d8dcef79525} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
9167 | 2024.07.10 23:07:42.210300 [ 3 ] {153b0d6f-099d-4f57-a005-2d8dcef79525} <Debug> DynamicQueryHandler: Done processing query | ||
9168 | 2024.07.10 23:07:42.210323 [ 3 ] {153b0d6f-099d-4f57-a005-2d8dcef79525} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9169 | 2024.07.10 23:07:42.210339 [ 3 ] {} <Debug> HTTP-Session: d9e00b66-596c-4538-9ccf-15d92eae8324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9170 | 2024.07.10 23:07:42.553272 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9171 | 2024.07.10 23:07:42.553334 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9172 | 2024.07.10 23:07:47.198848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 6222, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9173 | 2024.07.10 23:07:47.198985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9174 | 2024.07.10 23:07:47.199015 [ 3 ] {} <Debug> HTTP-Session: 46bc4d2d-2d93-42e1-b699-454d1d103829 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9175 | 2024.07.10 23:07:47.199043 [ 3 ] {} <Debug> HTTP-Session: 46bc4d2d-2d93-42e1-b699-454d1d103829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9176 | 2024.07.10 23:07:47.199062 [ 3 ] {} <Debug> HTTP-Session: 46bc4d2d-2d93-42e1-b699-454d1d103829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9177 | 2024.07.10 23:07:47.199116 [ 3 ] {} <Trace> HTTP-Session: 46bc4d2d-2d93-42e1-b699-454d1d103829 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9178 | 2024.07.10 23:07:47.199330 [ 3 ] {736f054e-87e1-41a2-884f-91c53715496d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9179 | 2024.07.10 23:07:47.199405 [ 3 ] {736f054e-87e1-41a2-884f-91c53715496d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9180 | 2024.07.10 23:07:47.199617 [ 3 ] {736f054e-87e1-41a2-884f-91c53715496d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9181 | 2024.07.10 23:07:47.200092 [ 3 ] {736f054e-87e1-41a2-884f-91c53715496d} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9182 | 2024.07.10 23:07:47.200138 [ 3 ] {736f054e-87e1-41a2-884f-91c53715496d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9183 | 2024.07.10 23:07:47.200508 [ 3 ] {736f054e-87e1-41a2-884f-91c53715496d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9184 | 2024.07.10 23:07:47.200852 [ 3 ] {736f054e-87e1-41a2-884f-91c53715496d} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9185 | 2024.07.10 23:07:47.201008 [ 3 ] {736f054e-87e1-41a2-884f-91c53715496d} <Debug> executeQuery: Read 43 rows, 3.49 KiB in 0.001748 sec., 24599.54233409611 rows/sec., 1.95 MiB/sec. | ||
9186 | 2024.07.10 23:07:47.201079 [ 29 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0 | ||
9187 | 2024.07.10 23:07:47.201185 [ 29 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9188 | 2024.07.10 23:07:47.201223 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9189 | 2024.07.10 23:07:47.201330 [ 3 ] {736f054e-87e1-41a2-884f-91c53715496d} <Debug> DynamicQueryHandler: Done processing query | ||
9190 | 2024.07.10 23:07:47.201385 [ 3 ] {736f054e-87e1-41a2-884f-91c53715496d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9191 | 2024.07.10 23:07:47.201419 [ 3 ] {} <Debug> HTTP-Session: 46bc4d2d-2d93-42e1-b699-454d1d103829 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9192 | 2024.07.10 23:07:47.201429 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_48_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full | ||
9193 | 2024.07.10 23:07:47.201635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 32331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9194 | 2024.07.10 23:07:47.201689 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_48_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9195 | 2024.07.10 23:07:47.201749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9196 | 2024.07.10 23:07:47.201753 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 31 rows starting from the beginning of the part | ||
9197 | 2024.07.10 23:07:47.201793 [ 3 ] {} <Debug> HTTP-Session: 62f890d2-4a3e-4ebe-b380-f50c49b5314c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9198 | 2024.07.10 23:07:47.201832 [ 3 ] {} <Debug> HTTP-Session: 62f890d2-4a3e-4ebe-b380-f50c49b5314c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9199 | 2024.07.10 23:07:47.201873 [ 3 ] {} <Debug> HTTP-Session: 62f890d2-4a3e-4ebe-b380-f50c49b5314c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9200 | 2024.07.10 23:07:47.202006 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part | ||
9201 | 2024.07.10 23:07:47.202021 [ 3 ] {} <Trace> HTTP-Session: 62f890d2-4a3e-4ebe-b380-f50c49b5314c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9202 | 2024.07.10 23:07:47.202184 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
9203 | 2024.07.10 23:07:47.202493 [ 3 ] {9d41e265-1ba0-4014-ac90-bb99c5cebf1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9204 | 2024.07.10 23:07:47.202513 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 38 rows starting from the beginning of the part | ||
9205 | 2024.07.10 23:07:47.202622 [ 3 ] {9d41e265-1ba0-4014-ac90-bb99c5cebf1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9206 | 2024.07.10 23:07:47.202835 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
9207 | 2024.07.10 23:07:47.203225 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 43 rows starting from the beginning of the part | ||
9208 | 2024.07.10 23:07:47.203715 [ 3 ] {9d41e265-1ba0-4014-ac90-bb99c5cebf1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9209 | 2024.07.10 23:07:47.204775 [ 3 ] {9d41e265-1ba0-4014-ac90-bb99c5cebf1d} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9210 | 2024.07.10 23:07:47.204861 [ 3 ] {9d41e265-1ba0-4014-ac90-bb99c5cebf1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9211 | 2024.07.10 23:07:47.205767 [ 196 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_48_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.004463886 sec., 32258.888331825678 rows/sec., 2.55 MiB/sec. | ||
9212 | 2024.07.10 23:07:47.205821 [ 3 ] {9d41e265-1ba0-4014-ac90-bb99c5cebf1d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9213 | 2024.07.10 23:07:47.206040 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_48_10} <Trace> MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) | ||
9214 | 2024.07.10 23:07:47.206564 [ 3 ] {9d41e265-1ba0-4014-ac90-bb99c5cebf1d} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9215 | 2024.07.10 23:07:47.206911 [ 3 ] {9d41e265-1ba0-4014-ac90-bb99c5cebf1d} <Debug> executeQuery: Read 221 rows, 18.89 KiB in 0.004651 sec., 47516.66308320792 rows/sec., 3.97 MiB/sec. | ||
9216 | 2024.07.10 23:07:47.207067 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_48_10} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9217 | 2024.07.10 23:07:47.207383 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_48_10} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10 | ||
9218 | 2024.07.10 23:07:47.207546 [ 3 ] {9d41e265-1ba0-4014-ac90-bb99c5cebf1d} <Debug> DynamicQueryHandler: Done processing query | ||
9219 | 2024.07.10 23:07:47.207618 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9220 | 2024.07.10 23:07:47.207642 [ 3 ] {9d41e265-1ba0-4014-ac90-bb99c5cebf1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9221 | 2024.07.10 23:07:47.207727 [ 3 ] {} <Debug> HTTP-Session: 62f890d2-4a3e-4ebe-b380-f50c49b5314c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9222 | 2024.07.10 23:07:47.207907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 23217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9223 | 2024.07.10 23:07:47.207965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9224 | 2024.07.10 23:07:47.207985 [ 3 ] {} <Debug> HTTP-Session: 10821d7b-cd6e-4680-a5ad-c1bc6023fbb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9225 | 2024.07.10 23:07:47.208003 [ 3 ] {} <Debug> HTTP-Session: 10821d7b-cd6e-4680-a5ad-c1bc6023fbb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9226 | 2024.07.10 23:07:47.208017 [ 3 ] {} <Debug> HTTP-Session: 10821d7b-cd6e-4680-a5ad-c1bc6023fbb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9227 | 2024.07.10 23:07:47.208054 [ 3 ] {} <Trace> HTTP-Session: 10821d7b-cd6e-4680-a5ad-c1bc6023fbb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9228 | 2024.07.10 23:07:47.208221 [ 3 ] {487c7a2e-dee2-4dce-b5f3-74c2f383bc34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9229 | 2024.07.10 23:07:47.208270 [ 3 ] {487c7a2e-dee2-4dce-b5f3-74c2f383bc34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9230 | 2024.07.10 23:07:47.208426 [ 3 ] {487c7a2e-dee2-4dce-b5f3-74c2f383bc34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9231 | 2024.07.10 23:07:47.208819 [ 3 ] {487c7a2e-dee2-4dce-b5f3-74c2f383bc34} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9232 | 2024.07.10 23:07:47.208854 [ 3 ] {487c7a2e-dee2-4dce-b5f3-74c2f383bc34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9233 | 2024.07.10 23:07:47.209182 [ 3 ] {487c7a2e-dee2-4dce-b5f3-74c2f383bc34} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9234 | 2024.07.10 23:07:47.209486 [ 3 ] {487c7a2e-dee2-4dce-b5f3-74c2f383bc34} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9235 | 2024.07.10 23:07:47.209633 [ 3 ] {487c7a2e-dee2-4dce-b5f3-74c2f383bc34} <Debug> executeQuery: Read 137 rows, 10.91 KiB in 0.001491 sec., 91884.64118041583 rows/sec., 7.15 MiB/sec. | ||
9236 | 2024.07.10 23:07:47.209802 [ 3 ] {487c7a2e-dee2-4dce-b5f3-74c2f383bc34} <Debug> DynamicQueryHandler: Done processing query | ||
9237 | 2024.07.10 23:07:47.209825 [ 3 ] {487c7a2e-dee2-4dce-b5f3-74c2f383bc34} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9238 | 2024.07.10 23:07:47.209842 [ 3 ] {} <Debug> HTTP-Session: 10821d7b-cd6e-4680-a5ad-c1bc6023fbb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9239 | 2024.07.10 23:07:47.210009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 37624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9240 | 2024.07.10 23:07:47.210057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9241 | 2024.07.10 23:07:47.210075 [ 3 ] {} <Debug> HTTP-Session: a133a363-cbfb-45dd-a5c3-f75424dba5f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9242 | 2024.07.10 23:07:47.210091 [ 3 ] {} <Debug> HTTP-Session: a133a363-cbfb-45dd-a5c3-f75424dba5f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9243 | 2024.07.10 23:07:47.210105 [ 3 ] {} <Debug> HTTP-Session: a133a363-cbfb-45dd-a5c3-f75424dba5f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9244 | 2024.07.10 23:07:47.210140 [ 3 ] {} <Trace> HTTP-Session: a133a363-cbfb-45dd-a5c3-f75424dba5f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9245 | 2024.07.10 23:07:47.210312 [ 3 ] {608294d4-7c0b-43ac-a5ae-fba6d598e592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9246 | 2024.07.10 23:07:47.210359 [ 3 ] {608294d4-7c0b-43ac-a5ae-fba6d598e592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9247 | 2024.07.10 23:07:47.210508 [ 3 ] {608294d4-7c0b-43ac-a5ae-fba6d598e592} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9248 | 2024.07.10 23:07:47.210924 [ 3 ] {608294d4-7c0b-43ac-a5ae-fba6d598e592} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9249 | 2024.07.10 23:07:47.210958 [ 3 ] {608294d4-7c0b-43ac-a5ae-fba6d598e592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9250 | 2024.07.10 23:07:47.211352 [ 3 ] {608294d4-7c0b-43ac-a5ae-fba6d598e592} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9251 | 2024.07.10 23:07:47.211682 [ 3 ] {608294d4-7c0b-43ac-a5ae-fba6d598e592} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9252 | 2024.07.10 23:07:47.211836 [ 3 ] {608294d4-7c0b-43ac-a5ae-fba6d598e592} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.00161 sec., 121739.13043478261 rows/sec., 8.50 MiB/sec. | ||
9253 | 2024.07.10 23:07:47.212006 [ 3 ] {608294d4-7c0b-43ac-a5ae-fba6d598e592} <Debug> DynamicQueryHandler: Done processing query | ||
9254 | 2024.07.10 23:07:47.212030 [ 3 ] {608294d4-7c0b-43ac-a5ae-fba6d598e592} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9255 | 2024.07.10 23:07:47.212045 [ 3 ] {} <Debug> HTTP-Session: a133a363-cbfb-45dd-a5c3-f75424dba5f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9256 | 2024.07.10 23:07:47.212222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 68991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9257 | 2024.07.10 23:07:47.212269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9258 | 2024.07.10 23:07:47.212287 [ 3 ] {} <Debug> HTTP-Session: 4059f545-6924-4437-a537-09dda4cdeb4d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9259 | 2024.07.10 23:07:47.212304 [ 3 ] {} <Debug> HTTP-Session: 4059f545-6924-4437-a537-09dda4cdeb4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9260 | 2024.07.10 23:07:47.212318 [ 3 ] {} <Debug> HTTP-Session: 4059f545-6924-4437-a537-09dda4cdeb4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9261 | 2024.07.10 23:07:47.212349 [ 3 ] {} <Trace> HTTP-Session: 4059f545-6924-4437-a537-09dda4cdeb4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9262 | 2024.07.10 23:07:47.212781 [ 3 ] {b21ebc3f-a4c0-48fb-be26-27ef113f8310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9263 | 2024.07.10 23:07:47.212845 [ 3 ] {b21ebc3f-a4c0-48fb-be26-27ef113f8310} <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 | ||
9264 | 2024.07.10 23:07:47.213254 [ 3 ] {b21ebc3f-a4c0-48fb-be26-27ef113f8310} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9265 | 2024.07.10 23:07:47.213992 [ 3 ] {b21ebc3f-a4c0-48fb-be26-27ef113f8310} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9266 | 2024.07.10 23:07:47.214028 [ 3 ] {b21ebc3f-a4c0-48fb-be26-27ef113f8310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9267 | 2024.07.10 23:07:47.214659 [ 3 ] {b21ebc3f-a4c0-48fb-be26-27ef113f8310} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9268 | 2024.07.10 23:07:47.215074 [ 3 ] {b21ebc3f-a4c0-48fb-be26-27ef113f8310} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9269 | 2024.07.10 23:07:47.215259 [ 3 ] {b21ebc3f-a4c0-48fb-be26-27ef113f8310} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.002806 sec., 15324.305060584462 rows/sec., 27.46 MiB/sec. | ||
9270 | 2024.07.10 23:07:47.215475 [ 3 ] {b21ebc3f-a4c0-48fb-be26-27ef113f8310} <Debug> DynamicQueryHandler: Done processing query | ||
9271 | 2024.07.10 23:07:47.215499 [ 3 ] {b21ebc3f-a4c0-48fb-be26-27ef113f8310} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
9272 | 2024.07.10 23:07:47.215514 [ 3 ] {} <Debug> HTTP-Session: 4059f545-6924-4437-a537-09dda4cdeb4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9273 | 2024.07.10 23:07:47.215633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9274 | 2024.07.10 23:07:47.215681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9275 | 2024.07.10 23:07:47.215700 [ 3 ] {} <Debug> HTTP-Session: a6805a25-03e4-45d3-9966-8203d9c9e6ec Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9276 | 2024.07.10 23:07:47.215717 [ 3 ] {} <Debug> HTTP-Session: a6805a25-03e4-45d3-9966-8203d9c9e6ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9277 | 2024.07.10 23:07:47.215731 [ 3 ] {} <Debug> HTTP-Session: a6805a25-03e4-45d3-9966-8203d9c9e6ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9278 | 2024.07.10 23:07:47.215761 [ 3 ] {} <Trace> HTTP-Session: a6805a25-03e4-45d3-9966-8203d9c9e6ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9279 | 2024.07.10 23:07:47.215856 [ 3 ] {777e0d24-0a5b-4839-894d-77108a6661cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9280 | 2024.07.10 23:07:47.215900 [ 3 ] {777e0d24-0a5b-4839-894d-77108a6661cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9281 | 2024.07.10 23:07:47.216026 [ 3 ] {777e0d24-0a5b-4839-894d-77108a6661cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9282 | 2024.07.10 23:07:47.216270 [ 3 ] {777e0d24-0a5b-4839-894d-77108a6661cd} <Trace> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9283 | 2024.07.10 23:07:47.216305 [ 3 ] {777e0d24-0a5b-4839-894d-77108a6661cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9284 | 2024.07.10 23:07:47.216645 [ 3 ] {777e0d24-0a5b-4839-894d-77108a6661cd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
9285 | 2024.07.10 23:07:47.216957 [ 3 ] {777e0d24-0a5b-4839-894d-77108a6661cd} <Trace> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9286 | 2024.07.10 23:07:47.217115 [ 3 ] {777e0d24-0a5b-4839-894d-77108a6661cd} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001276 sec., 4702.194357366771 rows/sec., 309.96 KiB/sec. | ||
9287 | 2024.07.10 23:07:47.217375 [ 3 ] {777e0d24-0a5b-4839-894d-77108a6661cd} <Debug> DynamicQueryHandler: Done processing query | ||
9288 | 2024.07.10 23:07:47.217400 [ 3 ] {777e0d24-0a5b-4839-894d-77108a6661cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9289 | 2024.07.10 23:07:47.217415 [ 3 ] {} <Debug> HTTP-Session: a6805a25-03e4-45d3-9966-8203d9c9e6ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9290 | 2024.07.10 23:07:47.217529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9291 | 2024.07.10 23:07:47.217576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9292 | 2024.07.10 23:07:47.217594 [ 3 ] {} <Debug> HTTP-Session: 1e429f07-1af9-46fc-addc-141d695498bf Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9293 | 2024.07.10 23:07:47.217610 [ 3 ] {} <Debug> HTTP-Session: 1e429f07-1af9-46fc-addc-141d695498bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9294 | 2024.07.10 23:07:47.217624 [ 3 ] {} <Debug> HTTP-Session: 1e429f07-1af9-46fc-addc-141d695498bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9295 | 2024.07.10 23:07:47.217653 [ 3 ] {} <Trace> HTTP-Session: 1e429f07-1af9-46fc-addc-141d695498bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9296 | 2024.07.10 23:07:47.217764 [ 3 ] {05acb402-8c61-4f79-8c5c-02fa39d0adf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9297 | 2024.07.10 23:07:47.217809 [ 3 ] {05acb402-8c61-4f79-8c5c-02fa39d0adf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9298 | 2024.07.10 23:07:47.217951 [ 3 ] {05acb402-8c61-4f79-8c5c-02fa39d0adf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9299 | 2024.07.10 23:07:47.218237 [ 3 ] {05acb402-8c61-4f79-8c5c-02fa39d0adf6} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9300 | 2024.07.10 23:07:47.218273 [ 3 ] {05acb402-8c61-4f79-8c5c-02fa39d0adf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9301 | 2024.07.10 23:07:47.218624 [ 3 ] {05acb402-8c61-4f79-8c5c-02fa39d0adf6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9302 | 2024.07.10 23:07:47.218939 [ 3 ] {05acb402-8c61-4f79-8c5c-02fa39d0adf6} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9303 | 2024.07.10 23:07:47.219096 [ 3 ] {05acb402-8c61-4f79-8c5c-02fa39d0adf6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
9304 | 2024.07.10 23:07:47.219386 [ 3 ] {05acb402-8c61-4f79-8c5c-02fa39d0adf6} <Debug> DynamicQueryHandler: Done processing query | ||
9305 | 2024.07.10 23:07:47.219441 [ 3 ] {05acb402-8c61-4f79-8c5c-02fa39d0adf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9306 | 2024.07.10 23:07:47.219490 [ 3 ] {} <Debug> HTTP-Session: 1e429f07-1af9-46fc-addc-141d695498bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9307 | 2024.07.10 23:07:52.195126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9308 | 2024.07.10 23:07:52.195259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9309 | 2024.07.10 23:07:52.195285 [ 3 ] {} <Debug> HTTP-Session: 9041bbfa-a4c0-4dba-b7d4-62e4aac6bf8a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9310 | 2024.07.10 23:07:52.195309 [ 3 ] {} <Debug> HTTP-Session: 9041bbfa-a4c0-4dba-b7d4-62e4aac6bf8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9311 | 2024.07.10 23:07:52.195324 [ 3 ] {} <Debug> HTTP-Session: 9041bbfa-a4c0-4dba-b7d4-62e4aac6bf8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9312 | 2024.07.10 23:07:52.195373 [ 3 ] {} <Trace> HTTP-Session: 9041bbfa-a4c0-4dba-b7d4-62e4aac6bf8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9313 | 2024.07.10 23:07:52.195546 [ 3 ] {622b2c6a-6ade-4a1e-bd27-af552868f44c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9314 | 2024.07.10 23:07:52.195614 [ 3 ] {622b2c6a-6ade-4a1e-bd27-af552868f44c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9315 | 2024.07.10 23:07:52.195817 [ 3 ] {622b2c6a-6ade-4a1e-bd27-af552868f44c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9316 | 2024.07.10 23:07:52.196225 [ 3 ] {622b2c6a-6ade-4a1e-bd27-af552868f44c} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9317 | 2024.07.10 23:07:52.196268 [ 3 ] {622b2c6a-6ade-4a1e-bd27-af552868f44c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9318 | 2024.07.10 23:07:52.196657 [ 3 ] {622b2c6a-6ade-4a1e-bd27-af552868f44c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9319 | 2024.07.10 23:07:52.196992 [ 3 ] {622b2c6a-6ade-4a1e-bd27-af552868f44c} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9320 | 2024.07.10 23:07:52.197139 [ 3 ] {622b2c6a-6ade-4a1e-bd27-af552868f44c} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001642 sec., 609.0133982947625 rows/sec., 49.36 KiB/sec. | ||
9321 | 2024.07.10 23:07:52.197359 [ 3 ] {622b2c6a-6ade-4a1e-bd27-af552868f44c} <Debug> DynamicQueryHandler: Done processing query | ||
9322 | 2024.07.10 23:07:52.197386 [ 3 ] {622b2c6a-6ade-4a1e-bd27-af552868f44c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9323 | 2024.07.10 23:07:52.197402 [ 3 ] {} <Debug> HTTP-Session: 9041bbfa-a4c0-4dba-b7d4-62e4aac6bf8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9324 | 2024.07.10 23:07:52.197537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9325 | 2024.07.10 23:07:52.197594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9326 | 2024.07.10 23:07:52.197614 [ 3 ] {} <Debug> HTTP-Session: c6bc25ea-90ed-4dd0-981e-83def85f8ad2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9327 | 2024.07.10 23:07:52.197632 [ 3 ] {} <Debug> HTTP-Session: c6bc25ea-90ed-4dd0-981e-83def85f8ad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9328 | 2024.07.10 23:07:52.197647 [ 3 ] {} <Debug> HTTP-Session: c6bc25ea-90ed-4dd0-981e-83def85f8ad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9329 | 2024.07.10 23:07:52.197684 [ 3 ] {} <Trace> HTTP-Session: c6bc25ea-90ed-4dd0-981e-83def85f8ad2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9330 | 2024.07.10 23:07:52.197801 [ 3 ] {0fe7aaeb-da8b-46a5-ba0d-a60182b14936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9331 | 2024.07.10 23:07:52.197848 [ 3 ] {0fe7aaeb-da8b-46a5-ba0d-a60182b14936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9332 | 2024.07.10 23:07:52.197977 [ 3 ] {0fe7aaeb-da8b-46a5-ba0d-a60182b14936} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9333 | 2024.07.10 23:07:52.198365 [ 3 ] {0fe7aaeb-da8b-46a5-ba0d-a60182b14936} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9334 | 2024.07.10 23:07:52.198402 [ 3 ] {0fe7aaeb-da8b-46a5-ba0d-a60182b14936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9335 | 2024.07.10 23:07:52.198717 [ 3 ] {0fe7aaeb-da8b-46a5-ba0d-a60182b14936} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9336 | 2024.07.10 23:07:52.199019 [ 3 ] {0fe7aaeb-da8b-46a5-ba0d-a60182b14936} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9337 | 2024.07.10 23:07:52.199143 [ 3 ] {0fe7aaeb-da8b-46a5-ba0d-a60182b14936} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001383 sec., 42660.88214027477 rows/sec., 3.30 MiB/sec. | ||
9338 | 2024.07.10 23:07:52.199310 [ 3 ] {0fe7aaeb-da8b-46a5-ba0d-a60182b14936} <Debug> DynamicQueryHandler: Done processing query | ||
9339 | 2024.07.10 23:07:52.199333 [ 3 ] {0fe7aaeb-da8b-46a5-ba0d-a60182b14936} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9340 | 2024.07.10 23:07:52.199350 [ 3 ] {} <Debug> HTTP-Session: c6bc25ea-90ed-4dd0-981e-83def85f8ad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9341 | 2024.07.10 23:07:52.199488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9342 | 2024.07.10 23:07:52.199537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9343 | 2024.07.10 23:07:52.199557 [ 3 ] {} <Debug> HTTP-Session: a5225d08-4baa-4674-8889-b7e5044517c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9344 | 2024.07.10 23:07:52.199573 [ 3 ] {} <Debug> HTTP-Session: a5225d08-4baa-4674-8889-b7e5044517c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9345 | 2024.07.10 23:07:52.199588 [ 3 ] {} <Debug> HTTP-Session: a5225d08-4baa-4674-8889-b7e5044517c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9346 | 2024.07.10 23:07:52.199619 [ 3 ] {} <Trace> HTTP-Session: a5225d08-4baa-4674-8889-b7e5044517c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9347 | 2024.07.10 23:07:52.199732 [ 3 ] {81da855e-6f58-4c56-8cca-244abf1d0d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9348 | 2024.07.10 23:07:52.199773 [ 3 ] {81da855e-6f58-4c56-8cca-244abf1d0d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9349 | 2024.07.10 23:07:52.199898 [ 3 ] {81da855e-6f58-4c56-8cca-244abf1d0d33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9350 | 2024.07.10 23:07:52.200229 [ 3 ] {81da855e-6f58-4c56-8cca-244abf1d0d33} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9351 | 2024.07.10 23:07:52.200264 [ 3 ] {81da855e-6f58-4c56-8cca-244abf1d0d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9352 | 2024.07.10 23:07:52.200573 [ 3 ] {81da855e-6f58-4c56-8cca-244abf1d0d33} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9353 | 2024.07.10 23:07:52.200870 [ 3 ] {81da855e-6f58-4c56-8cca-244abf1d0d33} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9354 | 2024.07.10 23:07:52.201003 [ 3 ] {81da855e-6f58-4c56-8cca-244abf1d0d33} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.00131 sec., 49618.32061068703 rows/sec., 3.87 MiB/sec. | ||
9355 | 2024.07.10 23:07:52.201200 [ 3 ] {81da855e-6f58-4c56-8cca-244abf1d0d33} <Debug> DynamicQueryHandler: Done processing query | ||
9356 | 2024.07.10 23:07:52.201223 [ 3 ] {81da855e-6f58-4c56-8cca-244abf1d0d33} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9357 | 2024.07.10 23:07:52.201239 [ 3 ] {} <Debug> HTTP-Session: a5225d08-4baa-4674-8889-b7e5044517c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9358 | 2024.07.10 23:07:52.201457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9359 | 2024.07.10 23:07:52.201505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9360 | 2024.07.10 23:07:52.201524 [ 3 ] {} <Debug> HTTP-Session: b36c1294-0a5a-45bf-a64a-66f6b5aca03f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9361 | 2024.07.10 23:07:52.201541 [ 3 ] {} <Debug> HTTP-Session: b36c1294-0a5a-45bf-a64a-66f6b5aca03f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9362 | 2024.07.10 23:07:52.201554 [ 3 ] {} <Debug> HTTP-Session: b36c1294-0a5a-45bf-a64a-66f6b5aca03f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9363 | 2024.07.10 23:07:52.201584 [ 3 ] {} <Trace> HTTP-Session: b36c1294-0a5a-45bf-a64a-66f6b5aca03f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9364 | 2024.07.10 23:07:52.201725 [ 3 ] {138255a3-c4f8-4822-9836-beaa3ea995d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9365 | 2024.07.10 23:07:52.201772 [ 3 ] {138255a3-c4f8-4822-9836-beaa3ea995d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9366 | 2024.07.10 23:07:52.201928 [ 3 ] {138255a3-c4f8-4822-9836-beaa3ea995d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9367 | 2024.07.10 23:07:52.202315 [ 3 ] {138255a3-c4f8-4822-9836-beaa3ea995d1} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9368 | 2024.07.10 23:07:52.202351 [ 3 ] {138255a3-c4f8-4822-9836-beaa3ea995d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9369 | 2024.07.10 23:07:52.202764 [ 3 ] {138255a3-c4f8-4822-9836-beaa3ea995d1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9370 | 2024.07.10 23:07:52.203099 [ 3 ] {138255a3-c4f8-4822-9836-beaa3ea995d1} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9371 | 2024.07.10 23:07:52.203251 [ 3 ] {138255a3-c4f8-4822-9836-beaa3ea995d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001589 sec., 100692.25928256765 rows/sec., 7.01 MiB/sec. | ||
9372 | 2024.07.10 23:07:52.203426 [ 3 ] {138255a3-c4f8-4822-9836-beaa3ea995d1} <Debug> DynamicQueryHandler: Done processing query | ||
9373 | 2024.07.10 23:07:52.203449 [ 3 ] {138255a3-c4f8-4822-9836-beaa3ea995d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9374 | 2024.07.10 23:07:52.203466 [ 3 ] {} <Debug> HTTP-Session: b36c1294-0a5a-45bf-a64a-66f6b5aca03f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9375 | 2024.07.10 23:07:52.203604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9376 | 2024.07.10 23:07:52.203655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9377 | 2024.07.10 23:07:52.203674 [ 3 ] {} <Debug> HTTP-Session: 7070dfe6-5c8f-45eb-a793-12aaee6b2df1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9378 | 2024.07.10 23:07:52.203691 [ 3 ] {} <Debug> HTTP-Session: 7070dfe6-5c8f-45eb-a793-12aaee6b2df1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9379 | 2024.07.10 23:07:52.203707 [ 3 ] {} <Debug> HTTP-Session: 7070dfe6-5c8f-45eb-a793-12aaee6b2df1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9380 | 2024.07.10 23:07:52.203737 [ 3 ] {} <Trace> HTTP-Session: 7070dfe6-5c8f-45eb-a793-12aaee6b2df1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9381 | 2024.07.10 23:07:52.203839 [ 3 ] {34b428e4-7c30-4337-979a-11e64d104b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9382 | 2024.07.10 23:07:52.203902 [ 3 ] {34b428e4-7c30-4337-979a-11e64d104b04} <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 | ||
9383 | 2024.07.10 23:07:52.204314 [ 3 ] {34b428e4-7c30-4337-979a-11e64d104b04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9384 | 2024.07.10 23:07:52.204764 [ 3 ] {34b428e4-7c30-4337-979a-11e64d104b04} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9385 | 2024.07.10 23:07:52.204802 [ 3 ] {34b428e4-7c30-4337-979a-11e64d104b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9386 | 2024.07.10 23:07:52.205368 [ 3 ] {34b428e4-7c30-4337-979a-11e64d104b04} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9387 | 2024.07.10 23:07:52.205775 [ 3 ] {34b428e4-7c30-4337-979a-11e64d104b04} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9388 | 2024.07.10 23:07:52.205972 [ 3 ] {34b428e4-7c30-4337-979a-11e64d104b04} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002159 sec., 463.1773969430292 rows/sec., 849.91 KiB/sec. | ||
9389 | 2024.07.10 23:07:52.206461 [ 3 ] {34b428e4-7c30-4337-979a-11e64d104b04} <Debug> DynamicQueryHandler: Done processing query | ||
9390 | 2024.07.10 23:07:52.206487 [ 3 ] {34b428e4-7c30-4337-979a-11e64d104b04} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9391 | 2024.07.10 23:07:52.206505 [ 3 ] {} <Debug> HTTP-Session: 7070dfe6-5c8f-45eb-a793-12aaee6b2df1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9392 | 2024.07.10 23:07:52.206632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9393 | 2024.07.10 23:07:52.206682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9394 | 2024.07.10 23:07:52.206702 [ 3 ] {} <Debug> HTTP-Session: 6527f668-0270-45bf-8408-0c5d41bb1110 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9395 | 2024.07.10 23:07:52.206720 [ 3 ] {} <Debug> HTTP-Session: 6527f668-0270-45bf-8408-0c5d41bb1110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9396 | 2024.07.10 23:07:52.206733 [ 3 ] {} <Debug> HTTP-Session: 6527f668-0270-45bf-8408-0c5d41bb1110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9397 | 2024.07.10 23:07:52.206764 [ 3 ] {} <Trace> HTTP-Session: 6527f668-0270-45bf-8408-0c5d41bb1110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9398 | 2024.07.10 23:07:52.206894 [ 3 ] {4478a61a-a2cb-43d6-8526-df2a864c40ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9399 | 2024.07.10 23:07:52.206940 [ 3 ] {4478a61a-a2cb-43d6-8526-df2a864c40ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9400 | 2024.07.10 23:07:52.207085 [ 3 ] {4478a61a-a2cb-43d6-8526-df2a864c40ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9401 | 2024.07.10 23:07:52.207382 [ 3 ] {4478a61a-a2cb-43d6-8526-df2a864c40ed} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9402 | 2024.07.10 23:07:52.207419 [ 3 ] {4478a61a-a2cb-43d6-8526-df2a864c40ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9403 | 2024.07.10 23:07:52.207779 [ 3 ] {4478a61a-a2cb-43d6-8526-df2a864c40ed} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9404 | 2024.07.10 23:07:52.208126 [ 3 ] {4478a61a-a2cb-43d6-8526-df2a864c40ed} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9405 | 2024.07.10 23:07:52.208282 [ 3 ] {4478a61a-a2cb-43d6-8526-df2a864c40ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
9406 | 2024.07.10 23:07:52.208447 [ 3 ] {4478a61a-a2cb-43d6-8526-df2a864c40ed} <Debug> DynamicQueryHandler: Done processing query | ||
9407 | 2024.07.10 23:07:52.208472 [ 3 ] {4478a61a-a2cb-43d6-8526-df2a864c40ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9408 | 2024.07.10 23:07:52.208489 [ 3 ] {} <Debug> HTTP-Session: 6527f668-0270-45bf-8408-0c5d41bb1110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9409 | 2024.07.10 23:07:57.197837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 6940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9410 | 2024.07.10 23:07:57.198012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9411 | 2024.07.10 23:07:57.198054 [ 3 ] {} <Debug> HTTP-Session: 4536617e-6100-443f-8bb3-92bed2caef9e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9412 | 2024.07.10 23:07:57.198094 [ 3 ] {} <Debug> HTTP-Session: 4536617e-6100-443f-8bb3-92bed2caef9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9413 | 2024.07.10 23:07:57.198122 [ 3 ] {} <Debug> HTTP-Session: 4536617e-6100-443f-8bb3-92bed2caef9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9414 | 2024.07.10 23:07:57.198198 [ 3 ] {} <Trace> HTTP-Session: 4536617e-6100-443f-8bb3-92bed2caef9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9415 | 2024.07.10 23:07:57.198444 [ 3 ] {2233219f-dfcf-42c9-ac68-4acc3795a5ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9416 | 2024.07.10 23:07:57.198514 [ 3 ] {2233219f-dfcf-42c9-ac68-4acc3795a5ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9417 | 2024.07.10 23:07:57.198713 [ 3 ] {2233219f-dfcf-42c9-ac68-4acc3795a5ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9418 | 2024.07.10 23:07:57.199182 [ 3 ] {2233219f-dfcf-42c9-ac68-4acc3795a5ad} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9419 | 2024.07.10 23:07:57.199229 [ 3 ] {2233219f-dfcf-42c9-ac68-4acc3795a5ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9420 | 2024.07.10 23:07:57.199608 [ 3 ] {2233219f-dfcf-42c9-ac68-4acc3795a5ad} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9421 | 2024.07.10 23:07:57.199945 [ 3 ] {2233219f-dfcf-42c9-ac68-4acc3795a5ad} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9422 | 2024.07.10 23:07:57.200128 [ 3 ] {2233219f-dfcf-42c9-ac68-4acc3795a5ad} <Debug> executeQuery: Read 48 rows, 3.89 KiB in 0.001744 sec., 27522.93577981651 rows/sec., 2.18 MiB/sec. | ||
9423 | 2024.07.10 23:07:57.200372 [ 3 ] {2233219f-dfcf-42c9-ac68-4acc3795a5ad} <Debug> DynamicQueryHandler: Done processing query | ||
9424 | 2024.07.10 23:07:57.200399 [ 3 ] {2233219f-dfcf-42c9-ac68-4acc3795a5ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9425 | 2024.07.10 23:07:57.200416 [ 3 ] {} <Debug> HTTP-Session: 4536617e-6100-443f-8bb3-92bed2caef9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9426 | 2024.07.10 23:07:57.200582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9427 | 2024.07.10 23:07:57.200639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9428 | 2024.07.10 23:07:57.200658 [ 3 ] {} <Debug> HTTP-Session: 81333566-61aa-469f-a9a7-2de51fe2899c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9429 | 2024.07.10 23:07:57.200676 [ 3 ] {} <Debug> HTTP-Session: 81333566-61aa-469f-a9a7-2de51fe2899c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9430 | 2024.07.10 23:07:57.200691 [ 3 ] {} <Debug> HTTP-Session: 81333566-61aa-469f-a9a7-2de51fe2899c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9431 | 2024.07.10 23:07:57.200726 [ 3 ] {} <Trace> HTTP-Session: 81333566-61aa-469f-a9a7-2de51fe2899c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9432 | 2024.07.10 23:07:57.200831 [ 3 ] {872c32a9-868e-499e-88c7-cab929693e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9433 | 2024.07.10 23:07:57.200879 [ 3 ] {872c32a9-868e-499e-88c7-cab929693e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9434 | 2024.07.10 23:07:57.201015 [ 3 ] {872c32a9-868e-499e-88c7-cab929693e40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9435 | 2024.07.10 23:07:57.201326 [ 3 ] {872c32a9-868e-499e-88c7-cab929693e40} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9436 | 2024.07.10 23:07:57.201364 [ 3 ] {872c32a9-868e-499e-88c7-cab929693e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9437 | 2024.07.10 23:07:57.201666 [ 3 ] {872c32a9-868e-499e-88c7-cab929693e40} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9438 | 2024.07.10 23:07:57.201973 [ 3 ] {872c32a9-868e-499e-88c7-cab929693e40} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9439 | 2024.07.10 23:07:57.202130 [ 3 ] {872c32a9-868e-499e-88c7-cab929693e40} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001325 sec., 3018.867924528302 rows/sec., 246.17 KiB/sec. | ||
9440 | 2024.07.10 23:07:57.202336 [ 3 ] {872c32a9-868e-499e-88c7-cab929693e40} <Debug> DynamicQueryHandler: Done processing query | ||
9441 | 2024.07.10 23:07:57.202361 [ 3 ] {872c32a9-868e-499e-88c7-cab929693e40} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9442 | 2024.07.10 23:07:57.202377 [ 3 ] {} <Debug> HTTP-Session: 81333566-61aa-469f-a9a7-2de51fe2899c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9443 | 2024.07.10 23:07:57.202561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 29931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9444 | 2024.07.10 23:07:57.202612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9445 | 2024.07.10 23:07:57.202632 [ 3 ] {} <Debug> HTTP-Session: 080dced5-58bb-453d-af7e-ba011b620ffe Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9446 | 2024.07.10 23:07:57.202649 [ 3 ] {} <Debug> HTTP-Session: 080dced5-58bb-453d-af7e-ba011b620ffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9447 | 2024.07.10 23:07:57.202663 [ 3 ] {} <Debug> HTTP-Session: 080dced5-58bb-453d-af7e-ba011b620ffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9448 | 2024.07.10 23:07:57.202693 [ 3 ] {} <Trace> HTTP-Session: 080dced5-58bb-453d-af7e-ba011b620ffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9449 | 2024.07.10 23:07:57.202837 [ 3 ] {6c526da7-f4c6-400b-a4e5-660a5add4bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9450 | 2024.07.10 23:07:57.202879 [ 3 ] {6c526da7-f4c6-400b-a4e5-660a5add4bc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9451 | 2024.07.10 23:07:57.203006 [ 3 ] {6c526da7-f4c6-400b-a4e5-660a5add4bc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9452 | 2024.07.10 23:07:57.203428 [ 3 ] {6c526da7-f4c6-400b-a4e5-660a5add4bc5} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9453 | 2024.07.10 23:07:57.203464 [ 3 ] {6c526da7-f4c6-400b-a4e5-660a5add4bc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9454 | 2024.07.10 23:07:57.203783 [ 3 ] {6c526da7-f4c6-400b-a4e5-660a5add4bc5} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9455 | 2024.07.10 23:07:57.204096 [ 3 ] {6c526da7-f4c6-400b-a4e5-660a5add4bc5} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9456 | 2024.07.10 23:07:57.204257 [ 3 ] {6c526da7-f4c6-400b-a4e5-660a5add4bc5} <Debug> executeQuery: Read 202 rows, 17.63 KiB in 0.001488 sec., 135752.688172043 rows/sec., 11.57 MiB/sec. | ||
9457 | 2024.07.10 23:07:57.204436 [ 3 ] {6c526da7-f4c6-400b-a4e5-660a5add4bc5} <Debug> DynamicQueryHandler: Done processing query | ||
9458 | 2024.07.10 23:07:57.204460 [ 3 ] {6c526da7-f4c6-400b-a4e5-660a5add4bc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9459 | 2024.07.10 23:07:57.204476 [ 3 ] {} <Debug> HTTP-Session: 080dced5-58bb-453d-af7e-ba011b620ffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9460 | 2024.07.10 23:07:57.204604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9461 | 2024.07.10 23:07:57.204654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9462 | 2024.07.10 23:07:57.204672 [ 3 ] {} <Debug> HTTP-Session: de5f046b-acc7-41f4-b048-08e3abcd05a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9463 | 2024.07.10 23:07:57.204690 [ 3 ] {} <Debug> HTTP-Session: de5f046b-acc7-41f4-b048-08e3abcd05a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9464 | 2024.07.10 23:07:57.204704 [ 3 ] {} <Debug> HTTP-Session: de5f046b-acc7-41f4-b048-08e3abcd05a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9465 | 2024.07.10 23:07:57.204736 [ 3 ] {} <Trace> HTTP-Session: de5f046b-acc7-41f4-b048-08e3abcd05a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9466 | 2024.07.10 23:07:57.204828 [ 3 ] {27fbe5b4-d93c-482b-a1d9-afce61ae4ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9467 | 2024.07.10 23:07:57.204871 [ 3 ] {27fbe5b4-d93c-482b-a1d9-afce61ae4ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9468 | 2024.07.10 23:07:57.205001 [ 3 ] {27fbe5b4-d93c-482b-a1d9-afce61ae4ebf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9469 | 2024.07.10 23:07:57.205308 [ 3 ] {27fbe5b4-d93c-482b-a1d9-afce61ae4ebf} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9470 | 2024.07.10 23:07:57.205345 [ 3 ] {27fbe5b4-d93c-482b-a1d9-afce61ae4ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9471 | 2024.07.10 23:07:57.205640 [ 3 ] {27fbe5b4-d93c-482b-a1d9-afce61ae4ebf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9472 | 2024.07.10 23:07:57.205952 [ 3 ] {27fbe5b4-d93c-482b-a1d9-afce61ae4ebf} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9473 | 2024.07.10 23:07:57.206109 [ 3 ] {27fbe5b4-d93c-482b-a1d9-afce61ae4ebf} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001302 sec., 3072.1966205837175 rows/sec., 214.51 KiB/sec. | ||
9474 | 2024.07.10 23:07:57.206287 [ 3 ] {27fbe5b4-d93c-482b-a1d9-afce61ae4ebf} <Debug> DynamicQueryHandler: Done processing query | ||
9475 | 2024.07.10 23:07:57.206312 [ 3 ] {27fbe5b4-d93c-482b-a1d9-afce61ae4ebf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9476 | 2024.07.10 23:07:57.206328 [ 3 ] {} <Debug> HTTP-Session: de5f046b-acc7-41f4-b048-08e3abcd05a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9477 | 2024.07.10 23:07:57.206463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 21245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9478 | 2024.07.10 23:07:57.206511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9479 | 2024.07.10 23:07:57.206530 [ 3 ] {} <Debug> HTTP-Session: 1d7243f3-6902-45c1-9d9a-e3e76a9ef26c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9480 | 2024.07.10 23:07:57.206548 [ 3 ] {} <Debug> HTTP-Session: 1d7243f3-6902-45c1-9d9a-e3e76a9ef26c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9481 | 2024.07.10 23:07:57.206562 [ 3 ] {} <Debug> HTTP-Session: 1d7243f3-6902-45c1-9d9a-e3e76a9ef26c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9482 | 2024.07.10 23:07:57.206592 [ 3 ] {} <Trace> HTTP-Session: 1d7243f3-6902-45c1-9d9a-e3e76a9ef26c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9483 | 2024.07.10 23:07:57.206733 [ 3 ] {635025b0-6c92-4110-ba62-a8a81e0c5a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9484 | 2024.07.10 23:07:57.206776 [ 3 ] {635025b0-6c92-4110-ba62-a8a81e0c5a36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9485 | 2024.07.10 23:07:57.206905 [ 3 ] {635025b0-6c92-4110-ba62-a8a81e0c5a36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9486 | 2024.07.10 23:07:57.207284 [ 3 ] {635025b0-6c92-4110-ba62-a8a81e0c5a36} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9487 | 2024.07.10 23:07:57.207322 [ 3 ] {635025b0-6c92-4110-ba62-a8a81e0c5a36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9488 | 2024.07.10 23:07:57.207631 [ 3 ] {635025b0-6c92-4110-ba62-a8a81e0c5a36} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9489 | 2024.07.10 23:07:57.207924 [ 3 ] {635025b0-6c92-4110-ba62-a8a81e0c5a36} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9490 | 2024.07.10 23:07:57.208085 [ 3 ] {635025b0-6c92-4110-ba62-a8a81e0c5a36} <Debug> executeQuery: Read 125 rows, 10.01 KiB in 0.001408 sec., 88778.40909090909 rows/sec., 6.94 MiB/sec. | ||
9491 | 2024.07.10 23:07:57.208329 [ 3 ] {635025b0-6c92-4110-ba62-a8a81e0c5a36} <Debug> DynamicQueryHandler: Done processing query | ||
9492 | 2024.07.10 23:07:57.208386 [ 3 ] {635025b0-6c92-4110-ba62-a8a81e0c5a36} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9493 | 2024.07.10 23:07:57.208434 [ 3 ] {} <Debug> HTTP-Session: 1d7243f3-6902-45c1-9d9a-e3e76a9ef26c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9494 | 2024.07.10 23:07:57.208634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 31033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9495 | 2024.07.10 23:07:57.208687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9496 | 2024.07.10 23:07:57.208707 [ 3 ] {} <Debug> HTTP-Session: 32c9858b-8bff-41f5-8461-8b52876bb680 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9497 | 2024.07.10 23:07:57.208725 [ 3 ] {} <Debug> HTTP-Session: 32c9858b-8bff-41f5-8461-8b52876bb680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9498 | 2024.07.10 23:07:57.208739 [ 3 ] {} <Debug> HTTP-Session: 32c9858b-8bff-41f5-8461-8b52876bb680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9499 | 2024.07.10 23:07:57.208771 [ 3 ] {} <Trace> HTTP-Session: 32c9858b-8bff-41f5-8461-8b52876bb680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9500 | 2024.07.10 23:07:57.208928 [ 3 ] {94a38676-9d2c-4a6f-b1a4-7568924d24d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9501 | 2024.07.10 23:07:57.208978 [ 3 ] {94a38676-9d2c-4a6f-b1a4-7568924d24d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9502 | 2024.07.10 23:07:57.209137 [ 3 ] {94a38676-9d2c-4a6f-b1a4-7568924d24d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9503 | 2024.07.10 23:07:57.209513 [ 3 ] {94a38676-9d2c-4a6f-b1a4-7568924d24d2} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9504 | 2024.07.10 23:07:57.209549 [ 3 ] {94a38676-9d2c-4a6f-b1a4-7568924d24d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9505 | 2024.07.10 23:07:57.209930 [ 3 ] {94a38676-9d2c-4a6f-b1a4-7568924d24d2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9506 | 2024.07.10 23:07:57.210275 [ 3 ] {94a38676-9d2c-4a6f-b1a4-7568924d24d2} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9507 | 2024.07.10 23:07:57.210400 [ 3 ] {94a38676-9d2c-4a6f-b1a4-7568924d24d2} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001549 sec., 104583.60232408006 rows/sec., 7.28 MiB/sec. | ||
9508 | 2024.07.10 23:07:57.210415 [ 152 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9509 | 2024.07.10 23:07:57.210465 [ 152 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9510 | 2024.07.10 23:07:57.210499 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9511 | 2024.07.10 23:07:57.210613 [ 3 ] {94a38676-9d2c-4a6f-b1a4-7568924d24d2} <Debug> DynamicQueryHandler: Done processing query | ||
9512 | 2024.07.10 23:07:57.210632 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
9513 | 2024.07.10 23:07:57.210640 [ 3 ] {94a38676-9d2c-4a6f-b1a4-7568924d24d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9514 | 2024.07.10 23:07:57.210701 [ 3 ] {} <Debug> HTTP-Session: 32c9858b-8bff-41f5-8461-8b52876bb680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9515 | 2024.07.10 23:07:57.210983 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9516 | 2024.07.10 23:07:57.210982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 77435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9517 | 2024.07.10 23:07:57.211056 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 8732 rows starting from the beginning of the part | ||
9518 | 2024.07.10 23:07:57.211097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9519 | 2024.07.10 23:07:57.211153 [ 3 ] {} <Debug> HTTP-Session: a666e410-2f6e-40a3-ada5-bacebde65325 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9520 | 2024.07.10 23:07:57.211206 [ 3 ] {} <Debug> HTTP-Session: a666e410-2f6e-40a3-ada5-bacebde65325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9521 | 2024.07.10 23:07:57.211229 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
9522 | 2024.07.10 23:07:57.211240 [ 3 ] {} <Debug> HTTP-Session: a666e410-2f6e-40a3-ada5-bacebde65325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9523 | 2024.07.10 23:07:57.211292 [ 3 ] {} <Trace> HTTP-Session: a666e410-2f6e-40a3-ada5-bacebde65325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9524 | 2024.07.10 23:07:57.211449 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
9525 | 2024.07.10 23:07:57.211692 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 196 rows starting from the beginning of the part | ||
9526 | 2024.07.10 23:07:57.211834 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
9527 | 2024.07.10 23:07:57.211985 [ 3 ] {11cb9f23-b916-4706-a052-106da9600ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9528 | 2024.07.10 23:07:57.212091 [ 200 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 162 rows starting from the beginning of the part | ||
9529 | 2024.07.10 23:07:57.212354 [ 3 ] {11cb9f23-b916-4706-a052-106da9600ec2} <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 | ||
9530 | 2024.07.10 23:07:57.213306 [ 3 ] {11cb9f23-b916-4706-a052-106da9600ec2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9531 | 2024.07.10 23:07:57.214460 [ 3 ] {11cb9f23-b916-4706-a052-106da9600ec2} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9532 | 2024.07.10 23:07:57.214508 [ 3 ] {11cb9f23-b916-4706-a052-106da9600ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9533 | 2024.07.10 23:07:57.215428 [ 3 ] {11cb9f23-b916-4706-a052-106da9600ec2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9534 | 2024.07.10 23:07:57.216074 [ 3 ] {11cb9f23-b916-4706-a052-106da9600ec2} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9535 | 2024.07.10 23:07:57.216228 [ 193 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9570 rows, containing 5 columns (5 merged, 0 gathered) in 0.005660182 sec., 1690758.3537066476 rows/sec., 117.81 MiB/sec. | ||
9536 | 2024.07.10 23:07:57.216419 [ 3 ] {11cb9f23-b916-4706-a052-106da9600ec2} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.004903 sec., 9789.924535998367 rows/sec., 17.54 MiB/sec. | ||
9537 | 2024.07.10 23:07:57.216711 [ 196 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9538 | 2024.07.10 23:07:57.217660 [ 3 ] {11cb9f23-b916-4706-a052-106da9600ec2} <Debug> DynamicQueryHandler: Done processing query | ||
9539 | 2024.07.10 23:07:57.217747 [ 3 ] {11cb9f23-b916-4706-a052-106da9600ec2} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
9540 | 2024.07.10 23:07:57.217845 [ 3 ] {} <Debug> HTTP-Session: a666e410-2f6e-40a3-ada5-bacebde65325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9541 | 2024.07.10 23:07:57.218135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9542 | 2024.07.10 23:07:57.218235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9543 | 2024.07.10 23:07:57.218258 [ 3 ] {} <Debug> HTTP-Session: af09f794-6c51-46b7-9baf-087cb1a9c341 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9544 | 2024.07.10 23:07:57.218285 [ 3 ] {} <Debug> HTTP-Session: af09f794-6c51-46b7-9baf-087cb1a9c341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9545 | 2024.07.10 23:07:57.218303 [ 3 ] {} <Debug> HTTP-Session: af09f794-6c51-46b7-9baf-087cb1a9c341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9546 | 2024.07.10 23:07:57.218345 [ 3 ] {} <Trace> HTTP-Session: af09f794-6c51-46b7-9baf-087cb1a9c341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9547 | 2024.07.10 23:07:57.218428 [ 196 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9548 | 2024.07.10 23:07:57.218481 [ 3 ] {7536338c-f18f-4c06-a4a5-177e25af273d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9549 | 2024.07.10 23:07:57.218524 [ 196 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9550 | 2024.07.10 23:07:57.218537 [ 3 ] {7536338c-f18f-4c06-a4a5-177e25af273d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9551 | 2024.07.10 23:07:57.218623 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. | ||
9552 | 2024.07.10 23:07:57.218731 [ 3 ] {7536338c-f18f-4c06-a4a5-177e25af273d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9553 | 2024.07.10 23:07:57.219016 [ 3 ] {7536338c-f18f-4c06-a4a5-177e25af273d} <Trace> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9554 | 2024.07.10 23:07:57.219054 [ 3 ] {7536338c-f18f-4c06-a4a5-177e25af273d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9555 | 2024.07.10 23:07:57.219433 [ 3 ] {7536338c-f18f-4c06-a4a5-177e25af273d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
9556 | 2024.07.10 23:07:57.219777 [ 3 ] {7536338c-f18f-4c06-a4a5-177e25af273d} <Trace> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9557 | 2024.07.10 23:07:57.219905 [ 3 ] {7536338c-f18f-4c06-a4a5-177e25af273d} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001467 sec., 6134.9693251533745 rows/sec., 433.36 KiB/sec. | ||
9558 | 2024.07.10 23:07:57.220130 [ 3 ] {7536338c-f18f-4c06-a4a5-177e25af273d} <Debug> DynamicQueryHandler: Done processing query | ||
9559 | 2024.07.10 23:07:57.220154 [ 3 ] {7536338c-f18f-4c06-a4a5-177e25af273d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9560 | 2024.07.10 23:07:57.220170 [ 3 ] {} <Debug> HTTP-Session: af09f794-6c51-46b7-9baf-087cb1a9c341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9561 | 2024.07.10 23:07:57.220309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9562 | 2024.07.10 23:07:57.220359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9563 | 2024.07.10 23:07:57.220378 [ 3 ] {} <Debug> HTTP-Session: 9c426c2f-58b6-44ba-ae69-7b92f4bb86b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9564 | 2024.07.10 23:07:57.220395 [ 3 ] {} <Debug> HTTP-Session: 9c426c2f-58b6-44ba-ae69-7b92f4bb86b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9565 | 2024.07.10 23:07:57.220409 [ 3 ] {} <Debug> HTTP-Session: 9c426c2f-58b6-44ba-ae69-7b92f4bb86b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9566 | 2024.07.10 23:07:57.220440 [ 3 ] {} <Trace> HTTP-Session: 9c426c2f-58b6-44ba-ae69-7b92f4bb86b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9567 | 2024.07.10 23:07:57.220551 [ 3 ] {82319e12-2437-48e2-939c-3369e918176b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9568 | 2024.07.10 23:07:57.220597 [ 3 ] {82319e12-2437-48e2-939c-3369e918176b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9569 | 2024.07.10 23:07:57.220723 [ 3 ] {82319e12-2437-48e2-939c-3369e918176b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9570 | 2024.07.10 23:07:57.221022 [ 3 ] {82319e12-2437-48e2-939c-3369e918176b} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9571 | 2024.07.10 23:07:57.221058 [ 3 ] {82319e12-2437-48e2-939c-3369e918176b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
9572 | 2024.07.10 23:07:57.221419 [ 3 ] {82319e12-2437-48e2-939c-3369e918176b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9573 | 2024.07.10 23:07:57.221751 [ 3 ] {82319e12-2437-48e2-939c-3369e918176b} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9574 | 2024.07.10 23:07:57.221878 [ 3 ] {82319e12-2437-48e2-939c-3369e918176b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
9575 | 2024.07.10 23:07:57.222051 [ 3 ] {82319e12-2437-48e2-939c-3369e918176b} <Debug> DynamicQueryHandler: Done processing query | ||
9576 | 2024.07.10 23:07:57.222076 [ 3 ] {82319e12-2437-48e2-939c-3369e918176b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9577 | 2024.07.10 23:07:57.222093 [ 3 ] {} <Debug> HTTP-Session: 9c426c2f-58b6-44ba-ae69-7b92f4bb86b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9578 | 2024.07.10 23:07:57.553373 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9579 | 2024.07.10 23:07:57.553426 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9580 | 2024.07.10 23:07:58.002012 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001629306 sec. | ||
9581 | 2024.07.10 23:08:02.195085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9582 | 2024.07.10 23:08:02.195211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9583 | 2024.07.10 23:08:02.195237 [ 3 ] {} <Debug> HTTP-Session: d4138bb8-9d39-4b48-9a22-045952065910 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9584 | 2024.07.10 23:08:02.195264 [ 3 ] {} <Debug> HTTP-Session: d4138bb8-9d39-4b48-9a22-045952065910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9585 | 2024.07.10 23:08:02.195280 [ 3 ] {} <Debug> HTTP-Session: d4138bb8-9d39-4b48-9a22-045952065910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9586 | 2024.07.10 23:08:02.195332 [ 3 ] {} <Trace> HTTP-Session: d4138bb8-9d39-4b48-9a22-045952065910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9587 | 2024.07.10 23:08:02.195508 [ 3 ] {33682fa4-d191-43a2-b780-06131588f144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9588 | 2024.07.10 23:08:02.195578 [ 3 ] {33682fa4-d191-43a2-b780-06131588f144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9589 | 2024.07.10 23:08:02.195777 [ 3 ] {33682fa4-d191-43a2-b780-06131588f144} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9590 | 2024.07.10 23:08:02.196183 [ 3 ] {33682fa4-d191-43a2-b780-06131588f144} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9591 | 2024.07.10 23:08:02.196224 [ 3 ] {33682fa4-d191-43a2-b780-06131588f144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9592 | 2024.07.10 23:08:02.196601 [ 3 ] {33682fa4-d191-43a2-b780-06131588f144} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9593 | 2024.07.10 23:08:02.196955 [ 3 ] {33682fa4-d191-43a2-b780-06131588f144} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9594 | 2024.07.10 23:08:02.197106 [ 3 ] {33682fa4-d191-43a2-b780-06131588f144} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001648 sec., 606.7961165048544 rows/sec., 49.18 KiB/sec. | ||
9595 | 2024.07.10 23:08:02.197334 [ 3 ] {33682fa4-d191-43a2-b780-06131588f144} <Debug> DynamicQueryHandler: Done processing query | ||
9596 | 2024.07.10 23:08:02.197362 [ 3 ] {33682fa4-d191-43a2-b780-06131588f144} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9597 | 2024.07.10 23:08:02.197379 [ 3 ] {} <Debug> HTTP-Session: d4138bb8-9d39-4b48-9a22-045952065910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9598 | 2024.07.10 23:08:02.197514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9599 | 2024.07.10 23:08:02.197572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9600 | 2024.07.10 23:08:02.197592 [ 3 ] {} <Debug> HTTP-Session: 5702de6e-d318-4a45-a673-ed197f5ce321 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9601 | 2024.07.10 23:08:02.197610 [ 3 ] {} <Debug> HTTP-Session: 5702de6e-d318-4a45-a673-ed197f5ce321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9602 | 2024.07.10 23:08:02.197626 [ 3 ] {} <Debug> HTTP-Session: 5702de6e-d318-4a45-a673-ed197f5ce321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9603 | 2024.07.10 23:08:02.197662 [ 3 ] {} <Trace> HTTP-Session: 5702de6e-d318-4a45-a673-ed197f5ce321 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9604 | 2024.07.10 23:08:02.197768 [ 3 ] {a566542c-61cb-452e-ae87-0f0c0d94ddbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9605 | 2024.07.10 23:08:02.197817 [ 3 ] {a566542c-61cb-452e-ae87-0f0c0d94ddbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9606 | 2024.07.10 23:08:02.197952 [ 3 ] {a566542c-61cb-452e-ae87-0f0c0d94ddbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9607 | 2024.07.10 23:08:02.198256 [ 3 ] {a566542c-61cb-452e-ae87-0f0c0d94ddbb} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9608 | 2024.07.10 23:08:02.198294 [ 3 ] {a566542c-61cb-452e-ae87-0f0c0d94ddbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9609 | 2024.07.10 23:08:02.198643 [ 3 ] {a566542c-61cb-452e-ae87-0f0c0d94ddbb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9610 | 2024.07.10 23:08:02.198961 [ 3 ] {a566542c-61cb-452e-ae87-0f0c0d94ddbb} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9611 | 2024.07.10 23:08:02.199089 [ 3 ] {a566542c-61cb-452e-ae87-0f0c0d94ddbb} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 361.88 KiB/sec. | ||
9612 | 2024.07.10 23:08:02.199268 [ 3 ] {a566542c-61cb-452e-ae87-0f0c0d94ddbb} <Debug> DynamicQueryHandler: Done processing query | ||
9613 | 2024.07.10 23:08:02.199292 [ 3 ] {a566542c-61cb-452e-ae87-0f0c0d94ddbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9614 | 2024.07.10 23:08:02.199308 [ 3 ] {} <Debug> HTTP-Session: 5702de6e-d318-4a45-a673-ed197f5ce321 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9615 | 2024.07.10 23:08:02.199427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8689, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9616 | 2024.07.10 23:08:02.199479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9617 | 2024.07.10 23:08:02.199498 [ 3 ] {} <Debug> HTTP-Session: ed72fb31-2502-44f7-b2a4-80d71a00cbcb Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9618 | 2024.07.10 23:08:02.199514 [ 3 ] {} <Debug> HTTP-Session: ed72fb31-2502-44f7-b2a4-80d71a00cbcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9619 | 2024.07.10 23:08:02.199528 [ 3 ] {} <Debug> HTTP-Session: ed72fb31-2502-44f7-b2a4-80d71a00cbcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9620 | 2024.07.10 23:08:02.199585 [ 3 ] {} <Trace> HTTP-Session: ed72fb31-2502-44f7-b2a4-80d71a00cbcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9621 | 2024.07.10 23:08:02.199703 [ 3 ] {8cdaf09b-4cba-43b2-9463-395f5bab43e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9622 | 2024.07.10 23:08:02.199749 [ 3 ] {8cdaf09b-4cba-43b2-9463-395f5bab43e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9623 | 2024.07.10 23:08:02.199876 [ 3 ] {8cdaf09b-4cba-43b2-9463-395f5bab43e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9624 | 2024.07.10 23:08:02.200278 [ 3 ] {8cdaf09b-4cba-43b2-9463-395f5bab43e8} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9625 | 2024.07.10 23:08:02.200315 [ 3 ] {8cdaf09b-4cba-43b2-9463-395f5bab43e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9626 | 2024.07.10 23:08:02.200632 [ 3 ] {8cdaf09b-4cba-43b2-9463-395f5bab43e8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
9627 | 2024.07.10 23:08:02.200949 [ 3 ] {8cdaf09b-4cba-43b2-9463-395f5bab43e8} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9628 | 2024.07.10 23:08:02.201077 [ 132 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
9629 | 2024.07.10 23:08:02.201078 [ 3 ] {8cdaf09b-4cba-43b2-9463-395f5bab43e8} <Debug> executeQuery: Read 62 rows, 4.89 KiB in 0.001415 sec., 43816.25441696113 rows/sec., 3.37 MiB/sec. | ||
9630 | 2024.07.10 23:08:02.201122 [ 132 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9631 | 2024.07.10 23:08:02.201166 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9632 | 2024.07.10 23:08:02.201346 [ 3 ] {8cdaf09b-4cba-43b2-9463-395f5bab43e8} <Debug> DynamicQueryHandler: Done processing query | ||
9633 | 2024.07.10 23:08:02.201349 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
9634 | 2024.07.10 23:08:02.201375 [ 3 ] {8cdaf09b-4cba-43b2-9463-395f5bab43e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9635 | 2024.07.10 23:08:02.201436 [ 3 ] {} <Debug> HTTP-Session: ed72fb31-2502-44f7-b2a4-80d71a00cbcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9636 | 2024.07.10 23:08:02.201597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9637 | 2024.07.10 23:08:02.201662 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9638 | 2024.07.10 23:08:02.201696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9639 | 2024.07.10 23:08:02.201727 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 217 rows starting from the beginning of the part | ||
9640 | 2024.07.10 23:08:02.201741 [ 3 ] {} <Debug> HTTP-Session: e73fce69-27b6-4f45-826e-faf1a1a8dc67 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9641 | 2024.07.10 23:08:02.201794 [ 3 ] {} <Debug> HTTP-Session: e73fce69-27b6-4f45-826e-faf1a1a8dc67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9642 | 2024.07.10 23:08:02.201825 [ 3 ] {} <Debug> HTTP-Session: e73fce69-27b6-4f45-826e-faf1a1a8dc67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9643 | 2024.07.10 23:08:02.202003 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 59 rows starting from the beginning of the part | ||
9644 | 2024.07.10 23:08:02.202020 [ 3 ] {} <Trace> HTTP-Session: e73fce69-27b6-4f45-826e-faf1a1a8dc67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9645 | 2024.07.10 23:08:02.202369 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 221 rows starting from the beginning of the part | ||
9646 | 2024.07.10 23:08:02.202390 [ 3 ] {76606c44-f46f-4989-9e22-a895ca7c84b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9647 | 2024.07.10 23:08:02.202549 [ 3 ] {76606c44-f46f-4989-9e22-a895ca7c84b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9648 | 2024.07.10 23:08:02.202709 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 59 rows starting from the beginning of the part | ||
9649 | 2024.07.10 23:08:02.202999 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 202 rows starting from the beginning of the part | ||
9650 | 2024.07.10 23:08:02.203404 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 62 rows starting from the beginning of the part | ||
9651 | 2024.07.10 23:08:02.203476 [ 3 ] {76606c44-f46f-4989-9e22-a895ca7c84b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9652 | 2024.07.10 23:08:02.204382 [ 3 ] {76606c44-f46f-4989-9e22-a895ca7c84b1} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9653 | 2024.07.10 23:08:02.204436 [ 3 ] {76606c44-f46f-4989-9e22-a895ca7c84b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9654 | 2024.07.10 23:08:02.205379 [ 3 ] {76606c44-f46f-4989-9e22-a895ca7c84b1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9655 | 2024.07.10 23:08:02.206159 [ 3 ] {76606c44-f46f-4989-9e22-a895ca7c84b1} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9656 | 2024.07.10 23:08:02.206221 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 820 rows, containing 4 columns (4 merged, 0 gathered) in 0.004968158 sec., 165051.11149846684 rows/sec., 13.59 MiB/sec. | ||
9657 | 2024.07.10 23:08:02.206416 [ 3 ] {76606c44-f46f-4989-9e22-a895ca7c84b1} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.004153 sec., 1444.7387430772937 rows/sec., 100.88 KiB/sec. | ||
9658 | 2024.07.10 23:08:02.206476 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
9659 | 2024.07.10 23:08:02.206769 [ 3 ] {76606c44-f46f-4989-9e22-a895ca7c84b1} <Debug> DynamicQueryHandler: Done processing query | ||
9660 | 2024.07.10 23:08:02.206852 [ 3 ] {76606c44-f46f-4989-9e22-a895ca7c84b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9661 | 2024.07.10 23:08:02.206897 [ 3 ] {} <Debug> HTTP-Session: e73fce69-27b6-4f45-826e-faf1a1a8dc67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9662 | 2024.07.10 23:08:02.207075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 12088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9663 | 2024.07.10 23:08:02.207150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9664 | 2024.07.10 23:08:02.207200 [ 3 ] {} <Debug> HTTP-Session: 3e121f94-0bdf-451a-afa6-3e488a35d369 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9665 | 2024.07.10 23:08:02.207209 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_66_13} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9666 | 2024.07.10 23:08:02.207230 [ 3 ] {} <Debug> HTTP-Session: 3e121f94-0bdf-451a-afa6-3e488a35d369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9667 | 2024.07.10 23:08:02.207277 [ 3 ] {} <Debug> HTTP-Session: 3e121f94-0bdf-451a-afa6-3e488a35d369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9668 | 2024.07.10 23:08:02.207345 [ 3 ] {} <Trace> HTTP-Session: 3e121f94-0bdf-451a-afa6-3e488a35d369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9669 | 2024.07.10 23:08:02.207376 [ 190 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_66_13} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
9670 | 2024.07.10 23:08:02.207522 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
9671 | 2024.07.10 23:08:02.207580 [ 3 ] {d40183b3-6bc9-480d-921c-8aa859265e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9672 | 2024.07.10 23:08:02.207630 [ 3 ] {d40183b3-6bc9-480d-921c-8aa859265e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9673 | 2024.07.10 23:08:02.207777 [ 3 ] {d40183b3-6bc9-480d-921c-8aa859265e96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9674 | 2024.07.10 23:08:02.208120 [ 3 ] {d40183b3-6bc9-480d-921c-8aa859265e96} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9675 | 2024.07.10 23:08:02.208157 [ 3 ] {d40183b3-6bc9-480d-921c-8aa859265e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9676 | 2024.07.10 23:08:02.208489 [ 3 ] {d40183b3-6bc9-480d-921c-8aa859265e96} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
9677 | 2024.07.10 23:08:02.208807 [ 3 ] {d40183b3-6bc9-480d-921c-8aa859265e96} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9678 | 2024.07.10 23:08:02.208935 [ 132 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
9679 | 2024.07.10 23:08:02.208936 [ 3 ] {d40183b3-6bc9-480d-921c-8aa859265e96} <Debug> executeQuery: Read 71 rows, 5.68 KiB in 0.001463 sec., 48530.41695146958 rows/sec., 3.79 MiB/sec. | ||
9680 | 2024.07.10 23:08:02.208974 [ 132 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9681 | 2024.07.10 23:08:02.209015 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9682 | 2024.07.10 23:08:02.209133 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
9683 | 2024.07.10 23:08:02.209180 [ 3 ] {d40183b3-6bc9-480d-921c-8aa859265e96} <Debug> DynamicQueryHandler: Done processing query | ||
9684 | 2024.07.10 23:08:02.209211 [ 3 ] {d40183b3-6bc9-480d-921c-8aa859265e96} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9685 | 2024.07.10 23:08:02.209239 [ 3 ] {} <Debug> HTTP-Session: 3e121f94-0bdf-451a-afa6-3e488a35d369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9686 | 2024.07.10 23:08:02.209273 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9687 | 2024.07.10 23:08:02.209303 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 162 rows starting from the beginning of the part | ||
9688 | 2024.07.10 23:08:02.209374 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 65 rows starting from the beginning of the part | ||
9689 | 2024.07.10 23:08:02.209461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 31226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9690 | 2024.07.10 23:08:02.209679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9691 | 2024.07.10 23:08:02.209714 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 137 rows starting from the beginning of the part | ||
9692 | 2024.07.10 23:08:02.209741 [ 3 ] {} <Debug> HTTP-Session: e6aa1c20-c7dd-40a6-a933-7aaadf7f980e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9693 | 2024.07.10 23:08:02.209824 [ 3 ] {} <Debug> HTTP-Session: e6aa1c20-c7dd-40a6-a933-7aaadf7f980e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9694 | 2024.07.10 23:08:02.209913 [ 3 ] {} <Debug> HTTP-Session: e6aa1c20-c7dd-40a6-a933-7aaadf7f980e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9695 | 2024.07.10 23:08:02.209994 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 65 rows starting from the beginning of the part | ||
9696 | 2024.07.10 23:08:02.210036 [ 3 ] {} <Trace> HTTP-Session: e6aa1c20-c7dd-40a6-a933-7aaadf7f980e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9697 | 2024.07.10 23:08:02.210339 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 125 rows starting from the beginning of the part | ||
9698 | 2024.07.10 23:08:02.210516 [ 3 ] {8e9a73c1-81e8-4046-95e1-b063025ecae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9699 | 2024.07.10 23:08:02.210676 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 71 rows starting from the beginning of the part | ||
9700 | 2024.07.10 23:08:02.210723 [ 3 ] {8e9a73c1-81e8-4046-95e1-b063025ecae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9701 | 2024.07.10 23:08:02.211475 [ 3 ] {8e9a73c1-81e8-4046-95e1-b063025ecae2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9702 | 2024.07.10 23:08:02.212050 [ 3 ] {8e9a73c1-81e8-4046-95e1-b063025ecae2} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9703 | 2024.07.10 23:08:02.212096 [ 3 ] {8e9a73c1-81e8-4046-95e1-b063025ecae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9704 | 2024.07.10 23:08:02.212706 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 625 rows, containing 4 columns (4 merged, 0 gathered) in 0.003613839 sec., 172946.27679871736 rows/sec., 13.50 MiB/sec. | ||
9705 | 2024.07.10 23:08:02.212731 [ 3 ] {8e9a73c1-81e8-4046-95e1-b063025ecae2} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9706 | 2024.07.10 23:08:02.212916 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
9707 | 2024.07.10 23:08:02.213266 [ 3 ] {8e9a73c1-81e8-4046-95e1-b063025ecae2} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9708 | 2024.07.10 23:08:02.213444 [ 3 ] {8e9a73c1-81e8-4046-95e1-b063025ecae2} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.003162 sec., 51549.65211891208 rows/sec., 3.59 MiB/sec. | ||
9709 | 2024.07.10 23:08:02.213537 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_66_13} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9710 | 2024.07.10 23:08:02.213632 [ 188 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_66_13} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
9711 | 2024.07.10 23:08:02.213672 [ 3 ] {8e9a73c1-81e8-4046-95e1-b063025ecae2} <Debug> DynamicQueryHandler: Done processing query | ||
9712 | 2024.07.10 23:08:02.213712 [ 3 ] {8e9a73c1-81e8-4046-95e1-b063025ecae2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9713 | 2024.07.10 23:08:02.213716 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
9714 | 2024.07.10 23:08:02.213734 [ 3 ] {} <Debug> HTTP-Session: e6aa1c20-c7dd-40a6-a933-7aaadf7f980e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9715 | 2024.07.10 23:08:02.213855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9716 | 2024.07.10 23:08:02.213904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9717 | 2024.07.10 23:08:02.213924 [ 3 ] {} <Debug> HTTP-Session: 1350f6ec-89cb-4542-bc3e-7c91f0d8ddb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9718 | 2024.07.10 23:08:02.213940 [ 3 ] {} <Debug> HTTP-Session: 1350f6ec-89cb-4542-bc3e-7c91f0d8ddb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9719 | 2024.07.10 23:08:02.213954 [ 3 ] {} <Debug> HTTP-Session: 1350f6ec-89cb-4542-bc3e-7c91f0d8ddb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9720 | 2024.07.10 23:08:02.213985 [ 3 ] {} <Trace> HTTP-Session: 1350f6ec-89cb-4542-bc3e-7c91f0d8ddb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9721 | 2024.07.10 23:08:02.214089 [ 3 ] {5e95c79d-b1b7-495d-9476-82f388fd8bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9722 | 2024.07.10 23:08:02.214157 [ 3 ] {5e95c79d-b1b7-495d-9476-82f388fd8bcf} <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 | ||
9723 | 2024.07.10 23:08:02.214553 [ 3 ] {5e95c79d-b1b7-495d-9476-82f388fd8bcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9724 | 2024.07.10 23:08:02.215013 [ 3 ] {5e95c79d-b1b7-495d-9476-82f388fd8bcf} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9725 | 2024.07.10 23:08:02.215049 [ 3 ] {5e95c79d-b1b7-495d-9476-82f388fd8bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9726 | 2024.07.10 23:08:02.215615 [ 3 ] {5e95c79d-b1b7-495d-9476-82f388fd8bcf} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9727 | 2024.07.10 23:08:02.216050 [ 3 ] {5e95c79d-b1b7-495d-9476-82f388fd8bcf} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9728 | 2024.07.10 23:08:02.216186 [ 132 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9729 | 2024.07.10 23:08:02.216201 [ 3 ] {5e95c79d-b1b7-495d-9476-82f388fd8bcf} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002144 sec., 466.4179104477612 rows/sec., 855.86 KiB/sec. | ||
9730 | 2024.07.10 23:08:02.216221 [ 132 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9731 | 2024.07.10 23:08:02.216255 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9732 | 2024.07.10 23:08:02.216614 [ 199 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
9733 | 2024.07.10 23:08:02.216900 [ 3 ] {5e95c79d-b1b7-495d-9476-82f388fd8bcf} <Debug> DynamicQueryHandler: Done processing query | ||
9734 | 2024.07.10 23:08:02.216976 [ 3 ] {5e95c79d-b1b7-495d-9476-82f388fd8bcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9735 | 2024.07.10 23:08:02.217081 [ 3 ] {} <Debug> HTTP-Session: 1350f6ec-89cb-4542-bc3e-7c91f0d8ddb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9736 | 2024.07.10 23:08:02.217343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9737 | 2024.07.10 23:08:02.217452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9738 | 2024.07.10 23:08:02.217509 [ 3 ] {} <Debug> HTTP-Session: 4c6e7387-a275-4922-8330-86ac8d3b0601 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9739 | 2024.07.10 23:08:02.217564 [ 3 ] {} <Debug> HTTP-Session: 4c6e7387-a275-4922-8330-86ac8d3b0601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9740 | 2024.07.10 23:08:02.217608 [ 3 ] {} <Debug> HTTP-Session: 4c6e7387-a275-4922-8330-86ac8d3b0601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9741 | 2024.07.10 23:08:02.217706 [ 3 ] {} <Trace> HTTP-Session: 4c6e7387-a275-4922-8330-86ac8d3b0601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9742 | 2024.07.10 23:08:02.217767 [ 199 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9743 | 2024.07.10 23:08:02.217951 [ 199 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 993 rows starting from the beginning of the part | ||
9744 | 2024.07.10 23:08:02.217966 [ 3 ] {95a76957-49b1-47c4-9bff-72a776ba8842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9745 | 2024.07.10 23:08:02.218087 [ 3 ] {95a76957-49b1-47c4-9bff-72a776ba8842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9746 | 2024.07.10 23:08:02.218789 [ 199 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
9747 | 2024.07.10 23:08:02.219012 [ 3 ] {95a76957-49b1-47c4-9bff-72a776ba8842} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9748 | 2024.07.10 23:08:02.219511 [ 199 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 43 rows starting from the beginning of the part | ||
9749 | 2024.07.10 23:08:02.220311 [ 3 ] {95a76957-49b1-47c4-9bff-72a776ba8842} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9750 | 2024.07.10 23:08:02.220385 [ 199 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
9751 | 2024.07.10 23:08:02.220392 [ 3 ] {95a76957-49b1-47c4-9bff-72a776ba8842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9752 | 2024.07.10 23:08:02.221067 [ 199 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
9753 | 2024.07.10 23:08:02.221729 [ 199 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
9754 | 2024.07.10 23:08:02.221783 [ 3 ] {95a76957-49b1-47c4-9bff-72a776ba8842} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9755 | 2024.07.10 23:08:02.222821 [ 3 ] {95a76957-49b1-47c4-9bff-72a776ba8842} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9756 | 2024.07.10 23:08:02.223080 [ 132 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9757 | 2024.07.10 23:08:02.223158 [ 3 ] {95a76957-49b1-47c4-9bff-72a776ba8842} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005269 sec., 11387.360030366293 rows/sec., 785.85 KiB/sec. | ||
9758 | 2024.07.10 23:08:02.223183 [ 132 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9759 | 2024.07.10 23:08:02.223268 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9760 | 2024.07.10 23:08:02.223729 [ 3 ] {95a76957-49b1-47c4-9bff-72a776ba8842} <Debug> DynamicQueryHandler: Done processing query | ||
9761 | 2024.07.10 23:08:02.223813 [ 3 ] {95a76957-49b1-47c4-9bff-72a776ba8842} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9762 | 2024.07.10 23:08:02.223837 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
9763 | 2024.07.10 23:08:02.223874 [ 3 ] {} <Debug> HTTP-Session: 4c6e7387-a275-4922-8330-86ac8d3b0601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9764 | 2024.07.10 23:08:02.224312 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9765 | 2024.07.10 23:08:02.224372 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2958 rows starting from the beginning of the part | ||
9766 | 2024.07.10 23:08:02.224546 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
9767 | 2024.07.10 23:08:02.224655 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
9768 | 2024.07.10 23:08:02.224883 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
9769 | 2024.07.10 23:08:02.225181 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
9770 | 2024.07.10 23:08:02.225385 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
9771 | 2024.07.10 23:08:02.229237 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3258 rows, containing 4 columns (4 merged, 0 gathered) in 0.005775855 sec., 564072.3321482274 rows/sec., 38.09 MiB/sec. | ||
9772 | 2024.07.10 23:08:02.229678 [ 201 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9773 | 2024.07.10 23:08:02.231149 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_61_12} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9774 | 2024.07.10 23:08:02.231423 [ 188 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_61_12} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9775 | 2024.07.10 23:08:02.231573 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
9776 | 2024.07.10 23:08:02.233013 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1087 rows, containing 19 columns (19 merged, 0 gathered) in 0.016635011 sec., 65344.110683185 rows/sec., 117.09 MiB/sec. | ||
9777 | 2024.07.10 23:08:02.233881 [ 195 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9778 | 2024.07.10 23:08:02.234466 [ 195 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9779 | 2024.07.10 23:08:02.234555 [ 195 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9780 | 2024.07.10 23:08:02.234678 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.82 MiB. | ||
9781 | 2024.07.10 23:08:07.197814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9782 | 2024.07.10 23:08:07.198014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9783 | 2024.07.10 23:08:07.198062 [ 3 ] {} <Debug> HTTP-Session: 0695c91b-b7a5-44f5-9952-b7db7d3a3510 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9784 | 2024.07.10 23:08:07.198105 [ 3 ] {} <Debug> HTTP-Session: 0695c91b-b7a5-44f5-9952-b7db7d3a3510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9785 | 2024.07.10 23:08:07.198135 [ 3 ] {} <Debug> HTTP-Session: 0695c91b-b7a5-44f5-9952-b7db7d3a3510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9786 | 2024.07.10 23:08:07.198218 [ 3 ] {} <Trace> HTTP-Session: 0695c91b-b7a5-44f5-9952-b7db7d3a3510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9787 | 2024.07.10 23:08:07.198538 [ 3 ] {1eb3d2ce-f509-4ab0-bfdb-faf07e17d4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9788 | 2024.07.10 23:08:07.198654 [ 3 ] {1eb3d2ce-f509-4ab0-bfdb-faf07e17d4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9789 | 2024.07.10 23:08:07.198866 [ 3 ] {1eb3d2ce-f509-4ab0-bfdb-faf07e17d4ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9790 | 2024.07.10 23:08:07.199322 [ 3 ] {1eb3d2ce-f509-4ab0-bfdb-faf07e17d4ed} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9791 | 2024.07.10 23:08:07.199368 [ 3 ] {1eb3d2ce-f509-4ab0-bfdb-faf07e17d4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9792 | 2024.07.10 23:08:07.199760 [ 3 ] {1eb3d2ce-f509-4ab0-bfdb-faf07e17d4ed} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9793 | 2024.07.10 23:08:07.200102 [ 3 ] {1eb3d2ce-f509-4ab0-bfdb-faf07e17d4ed} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9794 | 2024.07.10 23:08:07.200261 [ 3 ] {1eb3d2ce-f509-4ab0-bfdb-faf07e17d4ed} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001834 sec., 27262.813522355507 rows/sec., 2.16 MiB/sec. | ||
9795 | 2024.07.10 23:08:07.200608 [ 3 ] {1eb3d2ce-f509-4ab0-bfdb-faf07e17d4ed} <Debug> DynamicQueryHandler: Done processing query | ||
9796 | 2024.07.10 23:08:07.200661 [ 3 ] {1eb3d2ce-f509-4ab0-bfdb-faf07e17d4ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9797 | 2024.07.10 23:08:07.200696 [ 3 ] {} <Debug> HTTP-Session: 0695c91b-b7a5-44f5-9952-b7db7d3a3510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9798 | 2024.07.10 23:08:07.200834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9799 | 2024.07.10 23:08:07.200892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9800 | 2024.07.10 23:08:07.200913 [ 3 ] {} <Debug> HTTP-Session: ec6f5e08-016c-42f9-bbd0-6c0a2ab3329f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9801 | 2024.07.10 23:08:07.200930 [ 3 ] {} <Debug> HTTP-Session: ec6f5e08-016c-42f9-bbd0-6c0a2ab3329f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9802 | 2024.07.10 23:08:07.200944 [ 3 ] {} <Debug> HTTP-Session: ec6f5e08-016c-42f9-bbd0-6c0a2ab3329f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9803 | 2024.07.10 23:08:07.200982 [ 3 ] {} <Trace> HTTP-Session: ec6f5e08-016c-42f9-bbd0-6c0a2ab3329f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9804 | 2024.07.10 23:08:07.201089 [ 3 ] {e4c2aaf0-18c3-476d-97b0-9c61b9309251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9805 | 2024.07.10 23:08:07.201142 [ 3 ] {e4c2aaf0-18c3-476d-97b0-9c61b9309251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9806 | 2024.07.10 23:08:07.201300 [ 3 ] {e4c2aaf0-18c3-476d-97b0-9c61b9309251} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9807 | 2024.07.10 23:08:07.201638 [ 3 ] {e4c2aaf0-18c3-476d-97b0-9c61b9309251} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9808 | 2024.07.10 23:08:07.201677 [ 3 ] {e4c2aaf0-18c3-476d-97b0-9c61b9309251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9809 | 2024.07.10 23:08:07.201994 [ 3 ] {e4c2aaf0-18c3-476d-97b0-9c61b9309251} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9810 | 2024.07.10 23:08:07.202342 [ 3 ] {e4c2aaf0-18c3-476d-97b0-9c61b9309251} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9811 | 2024.07.10 23:08:07.202509 [ 3 ] {e4c2aaf0-18c3-476d-97b0-9c61b9309251} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00144 sec., 1388.888888888889 rows/sec., 113.25 KiB/sec. | ||
9812 | 2024.07.10 23:08:07.203038 [ 3 ] {e4c2aaf0-18c3-476d-97b0-9c61b9309251} <Debug> DynamicQueryHandler: Done processing query | ||
9813 | 2024.07.10 23:08:07.203114 [ 3 ] {e4c2aaf0-18c3-476d-97b0-9c61b9309251} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9814 | 2024.07.10 23:08:07.203203 [ 3 ] {} <Debug> HTTP-Session: ec6f5e08-016c-42f9-bbd0-6c0a2ab3329f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9815 | 2024.07.10 23:08:07.203446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9816 | 2024.07.10 23:08:07.203502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9817 | 2024.07.10 23:08:07.203522 [ 3 ] {} <Debug> HTTP-Session: f402c0aa-4005-47e3-8c25-5770f80509bb Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9818 | 2024.07.10 23:08:07.203540 [ 3 ] {} <Debug> HTTP-Session: f402c0aa-4005-47e3-8c25-5770f80509bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9819 | 2024.07.10 23:08:07.203554 [ 3 ] {} <Debug> HTTP-Session: f402c0aa-4005-47e3-8c25-5770f80509bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9820 | 2024.07.10 23:08:07.203587 [ 3 ] {} <Trace> HTTP-Session: f402c0aa-4005-47e3-8c25-5770f80509bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9821 | 2024.07.10 23:08:07.203742 [ 3 ] {91c4fe89-3551-4c7b-88c0-6d9de63b834c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9822 | 2024.07.10 23:08:07.203789 [ 3 ] {91c4fe89-3551-4c7b-88c0-6d9de63b834c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9823 | 2024.07.10 23:08:07.203943 [ 3 ] {91c4fe89-3551-4c7b-88c0-6d9de63b834c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9824 | 2024.07.10 23:08:07.204391 [ 3 ] {91c4fe89-3551-4c7b-88c0-6d9de63b834c} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9825 | 2024.07.10 23:08:07.204428 [ 3 ] {91c4fe89-3551-4c7b-88c0-6d9de63b834c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9826 | 2024.07.10 23:08:07.204762 [ 3 ] {91c4fe89-3551-4c7b-88c0-6d9de63b834c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9827 | 2024.07.10 23:08:07.205076 [ 3 ] {91c4fe89-3551-4c7b-88c0-6d9de63b834c} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9828 | 2024.07.10 23:08:07.205229 [ 3 ] {91c4fe89-3551-4c7b-88c0-6d9de63b834c} <Debug> executeQuery: Read 207 rows, 18.11 KiB in 0.001556 sec., 133033.41902313623 rows/sec., 11.36 MiB/sec. | ||
9829 | 2024.07.10 23:08:07.205404 [ 3 ] {91c4fe89-3551-4c7b-88c0-6d9de63b834c} <Debug> DynamicQueryHandler: Done processing query | ||
9830 | 2024.07.10 23:08:07.205429 [ 3 ] {91c4fe89-3551-4c7b-88c0-6d9de63b834c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9831 | 2024.07.10 23:08:07.205445 [ 3 ] {} <Debug> HTTP-Session: f402c0aa-4005-47e3-8c25-5770f80509bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9832 | 2024.07.10 23:08:07.205553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9833 | 2024.07.10 23:08:07.205603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9834 | 2024.07.10 23:08:07.205625 [ 3 ] {} <Debug> HTTP-Session: e50ad982-7ece-4551-9570-dc5288b28499 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9835 | 2024.07.10 23:08:07.205642 [ 3 ] {} <Debug> HTTP-Session: e50ad982-7ece-4551-9570-dc5288b28499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9836 | 2024.07.10 23:08:07.205657 [ 3 ] {} <Debug> HTTP-Session: e50ad982-7ece-4551-9570-dc5288b28499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9837 | 2024.07.10 23:08:07.205689 [ 3 ] {} <Trace> HTTP-Session: e50ad982-7ece-4551-9570-dc5288b28499 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9838 | 2024.07.10 23:08:07.205784 [ 3 ] {b2dd6843-8df1-4f08-86c3-42a3533cbb3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9839 | 2024.07.10 23:08:07.205828 [ 3 ] {b2dd6843-8df1-4f08-86c3-42a3533cbb3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9840 | 2024.07.10 23:08:07.205958 [ 3 ] {b2dd6843-8df1-4f08-86c3-42a3533cbb3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9841 | 2024.07.10 23:08:07.206241 [ 3 ] {b2dd6843-8df1-4f08-86c3-42a3533cbb3d} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9842 | 2024.07.10 23:08:07.206278 [ 3 ] {b2dd6843-8df1-4f08-86c3-42a3533cbb3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9843 | 2024.07.10 23:08:07.206589 [ 3 ] {b2dd6843-8df1-4f08-86c3-42a3533cbb3d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9844 | 2024.07.10 23:08:07.206899 [ 3 ] {b2dd6843-8df1-4f08-86c3-42a3533cbb3d} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9845 | 2024.07.10 23:08:07.207055 [ 3 ] {b2dd6843-8df1-4f08-86c3-42a3533cbb3d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001295 sec., 1544.4015444015445 rows/sec., 107.84 KiB/sec. | ||
9846 | 2024.07.10 23:08:07.207223 [ 3 ] {b2dd6843-8df1-4f08-86c3-42a3533cbb3d} <Debug> DynamicQueryHandler: Done processing query | ||
9847 | 2024.07.10 23:08:07.207248 [ 3 ] {b2dd6843-8df1-4f08-86c3-42a3533cbb3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9848 | 2024.07.10 23:08:07.207264 [ 3 ] {} <Debug> HTTP-Session: e50ad982-7ece-4551-9570-dc5288b28499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9849 | 2024.07.10 23:08:07.207392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9850 | 2024.07.10 23:08:07.207440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9851 | 2024.07.10 23:08:07.207460 [ 3 ] {} <Debug> HTTP-Session: 1cc35440-af32-42a1-856f-9d17e40fbd5e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9852 | 2024.07.10 23:08:07.207477 [ 3 ] {} <Debug> HTTP-Session: 1cc35440-af32-42a1-856f-9d17e40fbd5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9853 | 2024.07.10 23:08:07.207491 [ 3 ] {} <Debug> HTTP-Session: 1cc35440-af32-42a1-856f-9d17e40fbd5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9854 | 2024.07.10 23:08:07.207523 [ 3 ] {} <Trace> HTTP-Session: 1cc35440-af32-42a1-856f-9d17e40fbd5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9855 | 2024.07.10 23:08:07.207654 [ 3 ] {3d96c71c-6d12-4960-bd8a-820833eb790c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9856 | 2024.07.10 23:08:07.207697 [ 3 ] {3d96c71c-6d12-4960-bd8a-820833eb790c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9857 | 2024.07.10 23:08:07.207825 [ 3 ] {3d96c71c-6d12-4960-bd8a-820833eb790c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9858 | 2024.07.10 23:08:07.208228 [ 3 ] {3d96c71c-6d12-4960-bd8a-820833eb790c} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9859 | 2024.07.10 23:08:07.208265 [ 3 ] {3d96c71c-6d12-4960-bd8a-820833eb790c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9860 | 2024.07.10 23:08:07.208589 [ 3 ] {3d96c71c-6d12-4960-bd8a-820833eb790c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9861 | 2024.07.10 23:08:07.208922 [ 3 ] {3d96c71c-6d12-4960-bd8a-820833eb790c} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9862 | 2024.07.10 23:08:07.209073 [ 3 ] {3d96c71c-6d12-4960-bd8a-820833eb790c} <Debug> executeQuery: Read 116 rows, 9.28 KiB in 0.001467 sec., 79072.93796864348 rows/sec., 6.18 MiB/sec. | ||
9863 | 2024.07.10 23:08:07.209266 [ 3 ] {3d96c71c-6d12-4960-bd8a-820833eb790c} <Debug> DynamicQueryHandler: Done processing query | ||
9864 | 2024.07.10 23:08:07.209305 [ 3 ] {3d96c71c-6d12-4960-bd8a-820833eb790c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9865 | 2024.07.10 23:08:07.209337 [ 3 ] {} <Debug> HTTP-Session: 1cc35440-af32-42a1-856f-9d17e40fbd5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9866 | 2024.07.10 23:08:07.209501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9867 | 2024.07.10 23:08:07.209553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9868 | 2024.07.10 23:08:07.209574 [ 3 ] {} <Debug> HTTP-Session: b40bd3f4-ab3d-42fe-af89-7fab4694b615 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9869 | 2024.07.10 23:08:07.209591 [ 3 ] {} <Debug> HTTP-Session: b40bd3f4-ab3d-42fe-af89-7fab4694b615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9870 | 2024.07.10 23:08:07.209606 [ 3 ] {} <Debug> HTTP-Session: b40bd3f4-ab3d-42fe-af89-7fab4694b615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9871 | 2024.07.10 23:08:07.209637 [ 3 ] {} <Trace> HTTP-Session: b40bd3f4-ab3d-42fe-af89-7fab4694b615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9872 | 2024.07.10 23:08:07.209780 [ 3 ] {3e0562f2-5ec0-4b31-bc9a-b1295e984005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9873 | 2024.07.10 23:08:07.209829 [ 3 ] {3e0562f2-5ec0-4b31-bc9a-b1295e984005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9874 | 2024.07.10 23:08:07.209976 [ 3 ] {3e0562f2-5ec0-4b31-bc9a-b1295e984005} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9875 | 2024.07.10 23:08:07.210376 [ 3 ] {3e0562f2-5ec0-4b31-bc9a-b1295e984005} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9876 | 2024.07.10 23:08:07.210412 [ 3 ] {3e0562f2-5ec0-4b31-bc9a-b1295e984005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9877 | 2024.07.10 23:08:07.210817 [ 3 ] {3e0562f2-5ec0-4b31-bc9a-b1295e984005} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9878 | 2024.07.10 23:08:07.211164 [ 3 ] {3e0562f2-5ec0-4b31-bc9a-b1295e984005} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9879 | 2024.07.10 23:08:07.211327 [ 3 ] {3e0562f2-5ec0-4b31-bc9a-b1295e984005} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001598 sec., 100750.93867334168 rows/sec., 7.02 MiB/sec. | ||
9880 | 2024.07.10 23:08:07.211650 [ 3 ] {3e0562f2-5ec0-4b31-bc9a-b1295e984005} <Debug> DynamicQueryHandler: Done processing query | ||
9881 | 2024.07.10 23:08:07.211685 [ 3 ] {3e0562f2-5ec0-4b31-bc9a-b1295e984005} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9882 | 2024.07.10 23:08:07.211720 [ 3 ] {} <Debug> HTTP-Session: b40bd3f4-ab3d-42fe-af89-7fab4694b615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9883 | 2024.07.10 23:08:07.212009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 80712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9884 | 2024.07.10 23:08:07.212061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9885 | 2024.07.10 23:08:07.212081 [ 3 ] {} <Debug> HTTP-Session: f9c07d33-5adc-4dc7-868c-6dae7b807726 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9886 | 2024.07.10 23:08:07.212098 [ 3 ] {} <Debug> HTTP-Session: f9c07d33-5adc-4dc7-868c-6dae7b807726 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9887 | 2024.07.10 23:08:07.212112 [ 3 ] {} <Debug> HTTP-Session: f9c07d33-5adc-4dc7-868c-6dae7b807726 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9888 | 2024.07.10 23:08:07.212145 [ 3 ] {} <Trace> HTTP-Session: f9c07d33-5adc-4dc7-868c-6dae7b807726 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9889 | 2024.07.10 23:08:07.212641 [ 3 ] {7f3acda5-f20c-46d5-84a6-8a7fbaa625e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9890 | 2024.07.10 23:08:07.212715 [ 3 ] {7f3acda5-f20c-46d5-84a6-8a7fbaa625e0} <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 | ||
9891 | 2024.07.10 23:08:07.213139 [ 3 ] {7f3acda5-f20c-46d5-84a6-8a7fbaa625e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9892 | 2024.07.10 23:08:07.214021 [ 3 ] {7f3acda5-f20c-46d5-84a6-8a7fbaa625e0} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9893 | 2024.07.10 23:08:07.214058 [ 3 ] {7f3acda5-f20c-46d5-84a6-8a7fbaa625e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9894 | 2024.07.10 23:08:07.214721 [ 3 ] {7f3acda5-f20c-46d5-84a6-8a7fbaa625e0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9895 | 2024.07.10 23:08:07.215138 [ 3 ] {7f3acda5-f20c-46d5-84a6-8a7fbaa625e0} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9896 | 2024.07.10 23:08:07.215342 [ 3 ] {7f3acda5-f20c-46d5-84a6-8a7fbaa625e0} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003097 sec., 16144.656118824669 rows/sec., 28.93 MiB/sec. | ||
9897 | 2024.07.10 23:08:07.215695 [ 3 ] {7f3acda5-f20c-46d5-84a6-8a7fbaa625e0} <Debug> DynamicQueryHandler: Done processing query | ||
9898 | 2024.07.10 23:08:07.215721 [ 3 ] {7f3acda5-f20c-46d5-84a6-8a7fbaa625e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
9899 | 2024.07.10 23:08:07.215737 [ 3 ] {} <Debug> HTTP-Session: f9c07d33-5adc-4dc7-868c-6dae7b807726 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9900 | 2024.07.10 23:08:07.215852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9901 | 2024.07.10 23:08:07.215903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9902 | 2024.07.10 23:08:07.215923 [ 3 ] {} <Debug> HTTP-Session: cd09f401-ec96-4a72-a3d2-33bd6f2d49d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9903 | 2024.07.10 23:08:07.215941 [ 3 ] {} <Debug> HTTP-Session: cd09f401-ec96-4a72-a3d2-33bd6f2d49d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9904 | 2024.07.10 23:08:07.215956 [ 3 ] {} <Debug> HTTP-Session: cd09f401-ec96-4a72-a3d2-33bd6f2d49d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9905 | 2024.07.10 23:08:07.215988 [ 3 ] {} <Trace> HTTP-Session: cd09f401-ec96-4a72-a3d2-33bd6f2d49d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9906 | 2024.07.10 23:08:07.216113 [ 3 ] {f669cbbb-966e-4f2c-a7f1-1f52fcff075d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9907 | 2024.07.10 23:08:07.216159 [ 3 ] {f669cbbb-966e-4f2c-a7f1-1f52fcff075d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9908 | 2024.07.10 23:08:07.216290 [ 3 ] {f669cbbb-966e-4f2c-a7f1-1f52fcff075d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9909 | 2024.07.10 23:08:07.216589 [ 3 ] {f669cbbb-966e-4f2c-a7f1-1f52fcff075d} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9910 | 2024.07.10 23:08:07.216625 [ 3 ] {f669cbbb-966e-4f2c-a7f1-1f52fcff075d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9911 | 2024.07.10 23:08:07.217012 [ 3 ] {f669cbbb-966e-4f2c-a7f1-1f52fcff075d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9912 | 2024.07.10 23:08:07.217343 [ 3 ] {f669cbbb-966e-4f2c-a7f1-1f52fcff075d} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9913 | 2024.07.10 23:08:07.217503 [ 3 ] {f669cbbb-966e-4f2c-a7f1-1f52fcff075d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec. | ||
9914 | 2024.07.10 23:08:07.217800 [ 3 ] {f669cbbb-966e-4f2c-a7f1-1f52fcff075d} <Debug> DynamicQueryHandler: Done processing query | ||
9915 | 2024.07.10 23:08:07.217845 [ 3 ] {f669cbbb-966e-4f2c-a7f1-1f52fcff075d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9916 | 2024.07.10 23:08:07.217868 [ 3 ] {} <Debug> HTTP-Session: cd09f401-ec96-4a72-a3d2-33bd6f2d49d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9917 | 2024.07.10 23:08:08.584054 [ 148 ] {} <Debug> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
9918 | 2024.07.10 23:08:08.584145 [ 148 ] {} <Trace> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9919 | 2024.07.10 23:08:08.584169 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9920 | 2024.07.10 23:08:08.584333 [ 189 ] {02882e7c-31dc-4897-8efd-2e6658a00b4a::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 | ||
9921 | 2024.07.10 23:08:08.584518 [ 189 ] {02882e7c-31dc-4897-8efd-2e6658a00b4a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9922 | 2024.07.10 23:08:08.584564 [ 189 ] {02882e7c-31dc-4897-8efd-2e6658a00b4a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
9923 | 2024.07.10 23:08:08.584651 [ 189 ] {02882e7c-31dc-4897-8efd-2e6658a00b4a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
9924 | 2024.07.10 23:08:08.584795 [ 189 ] {02882e7c-31dc-4897-8efd-2e6658a00b4a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
9925 | 2024.07.10 23:08:08.584928 [ 189 ] {02882e7c-31dc-4897-8efd-2e6658a00b4a::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 | ||
9926 | 2024.07.10 23:08:08.585153 [ 189 ] {02882e7c-31dc-4897-8efd-2e6658a00b4a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
9927 | 2024.07.10 23:08:08.586312 [ 195 ] {02882e7c-31dc-4897-8efd-2e6658a00b4a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002065635 sec., 24689.74431591254 rows/sec., 1.76 MiB/sec. | ||
9928 | 2024.07.10 23:08:08.586513 [ 188 ] {02882e7c-31dc-4897-8efd-2e6658a00b4a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
9929 | 2024.07.10 23:08:08.586970 [ 188 ] {02882e7c-31dc-4897-8efd-2e6658a00b4a::all_1_5_1} <Trace> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9930 | 2024.07.10 23:08:08.587059 [ 188 ] {02882e7c-31dc-4897-8efd-2e6658a00b4a::all_1_5_1} <Trace> oximeter.measurements_i64 (02882e7c-31dc-4897-8efd-2e6658a00b4a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
9931 | 2024.07.10 23:08:08.587155 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
9932 | 2024.07.10 23:08:12.194650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9933 | 2024.07.10 23:08:12.194853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9934 | 2024.07.10 23:08:12.194902 [ 3 ] {} <Debug> HTTP-Session: fc1b4fba-e90f-4657-98ac-c9ccaed7b5d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9935 | 2024.07.10 23:08:12.194946 [ 3 ] {} <Debug> HTTP-Session: fc1b4fba-e90f-4657-98ac-c9ccaed7b5d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9936 | 2024.07.10 23:08:12.194975 [ 3 ] {} <Debug> HTTP-Session: fc1b4fba-e90f-4657-98ac-c9ccaed7b5d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9937 | 2024.07.10 23:08:12.195060 [ 3 ] {} <Trace> HTTP-Session: fc1b4fba-e90f-4657-98ac-c9ccaed7b5d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9938 | 2024.07.10 23:08:12.195346 [ 3 ] {d8d23880-a736-4cc5-8826-5cfc53bc0d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9939 | 2024.07.10 23:08:12.195462 [ 3 ] {d8d23880-a736-4cc5-8826-5cfc53bc0d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9940 | 2024.07.10 23:08:12.195793 [ 3 ] {d8d23880-a736-4cc5-8826-5cfc53bc0d89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9941 | 2024.07.10 23:08:12.196300 [ 3 ] {d8d23880-a736-4cc5-8826-5cfc53bc0d89} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9942 | 2024.07.10 23:08:12.196346 [ 3 ] {d8d23880-a736-4cc5-8826-5cfc53bc0d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9943 | 2024.07.10 23:08:12.196724 [ 3 ] {d8d23880-a736-4cc5-8826-5cfc53bc0d89} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9944 | 2024.07.10 23:08:12.197064 [ 3 ] {d8d23880-a736-4cc5-8826-5cfc53bc0d89} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9945 | 2024.07.10 23:08:12.197238 [ 3 ] {d8d23880-a736-4cc5-8826-5cfc53bc0d89} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001976 sec., 506.07287449392715 rows/sec., 41.02 KiB/sec. | ||
9946 | 2024.07.10 23:08:12.197258 [ 146 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 6 parts from all_1_48_10 to all_53_53_0 | ||
9947 | 2024.07.10 23:08:12.197381 [ 146 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9948 | 2024.07.10 23:08:12.197422 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9949 | 2024.07.10 23:08:12.197557 [ 3 ] {d8d23880-a736-4cc5-8826-5cfc53bc0d89} <Debug> DynamicQueryHandler: Done processing query | ||
9950 | 2024.07.10 23:08:12.197612 [ 3 ] {d8d23880-a736-4cc5-8826-5cfc53bc0d89} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9951 | 2024.07.10 23:08:12.197623 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_53_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_48_10 to all_53_53_0 into Compact with storage Full | ||
9952 | 2024.07.10 23:08:12.197643 [ 3 ] {} <Debug> HTTP-Session: fc1b4fba-e90f-4657-98ac-c9ccaed7b5d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9953 | 2024.07.10 23:08:12.197815 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_53_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9954 | 2024.07.10 23:08:12.197856 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 44 rows starting from the beginning of the part | ||
9955 | 2024.07.10 23:08:12.197906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9956 | 2024.07.10 23:08:12.197984 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
9957 | 2024.07.10 23:08:12.198042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9958 | 2024.07.10 23:08:12.198141 [ 3 ] {} <Debug> HTTP-Session: 5cb01b6a-6a83-4f71-b74c-56400148fe7c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9959 | 2024.07.10 23:08:12.198246 [ 3 ] {} <Debug> HTTP-Session: 5cb01b6a-6a83-4f71-b74c-56400148fe7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9960 | 2024.07.10 23:08:12.198322 [ 3 ] {} <Debug> HTTP-Session: 5cb01b6a-6a83-4f71-b74c-56400148fe7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9961 | 2024.07.10 23:08:12.198320 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
9962 | 2024.07.10 23:08:12.198492 [ 3 ] {} <Trace> HTTP-Session: 5cb01b6a-6a83-4f71-b74c-56400148fe7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9963 | 2024.07.10 23:08:12.198614 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
9964 | 2024.07.10 23:08:12.198890 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 50 rows starting from the beginning of the part | ||
9965 | 2024.07.10 23:08:12.198893 [ 3 ] {3a396cf6-a5a6-4da2-8c5d-28d2f87381cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9966 | 2024.07.10 23:08:12.199066 [ 3 ] {3a396cf6-a5a6-4da2-8c5d-28d2f87381cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9967 | 2024.07.10 23:08:12.199220 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
9968 | 2024.07.10 23:08:12.200252 [ 3 ] {3a396cf6-a5a6-4da2-8c5d-28d2f87381cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9969 | 2024.07.10 23:08:12.201096 [ 3 ] {3a396cf6-a5a6-4da2-8c5d-28d2f87381cd} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9970 | 2024.07.10 23:08:12.201177 [ 3 ] {3a396cf6-a5a6-4da2-8c5d-28d2f87381cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9971 | 2024.07.10 23:08:12.202117 [ 3 ] {3a396cf6-a5a6-4da2-8c5d-28d2f87381cd} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9972 | 2024.07.10 23:08:12.202122 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_53_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.004611571 sec., 31442.647202005563 rows/sec., 2.49 MiB/sec. | ||
9973 | 2024.07.10 23:08:12.202346 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_53_11} <Trace> MergedBlockOutputStream: filled checksums all_1_53_11 (state Temporary) | ||
9974 | 2024.07.10 23:08:12.202768 [ 3 ] {3a396cf6-a5a6-4da2-8c5d-28d2f87381cd} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9975 | 2024.07.10 23:08:12.203143 [ 3 ] {3a396cf6-a5a6-4da2-8c5d-28d2f87381cd} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.004431 sec., 13315.27871812232 rows/sec., 1.03 MiB/sec. | ||
9976 | 2024.07.10 23:08:12.203329 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_53_11} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_53_11 to all_1_53_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9977 | 2024.07.10 23:08:12.203455 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_53_11} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 6 parts: [all_1_48_10, all_53_53_0] -> all_1_53_11 | ||
9978 | 2024.07.10 23:08:12.203474 [ 3 ] {3a396cf6-a5a6-4da2-8c5d-28d2f87381cd} <Debug> DynamicQueryHandler: Done processing query | ||
9979 | 2024.07.10 23:08:12.203524 [ 3 ] {3a396cf6-a5a6-4da2-8c5d-28d2f87381cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9980 | 2024.07.10 23:08:12.203589 [ 3 ] {} <Debug> HTTP-Session: 5cb01b6a-6a83-4f71-b74c-56400148fe7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9981 | 2024.07.10 23:08:12.203612 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9982 | 2024.07.10 23:08:12.203750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9983 | 2024.07.10 23:08:12.203810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9984 | 2024.07.10 23:08:12.203830 [ 3 ] {} <Debug> HTTP-Session: 1e53612d-52b0-4b39-a206-d8d5281ab467 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
9985 | 2024.07.10 23:08:12.203847 [ 3 ] {} <Debug> HTTP-Session: 1e53612d-52b0-4b39-a206-d8d5281ab467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9986 | 2024.07.10 23:08:12.203862 [ 3 ] {} <Debug> HTTP-Session: 1e53612d-52b0-4b39-a206-d8d5281ab467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9987 | 2024.07.10 23:08:12.203896 [ 3 ] {} <Trace> HTTP-Session: 1e53612d-52b0-4b39-a206-d8d5281ab467 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9988 | 2024.07.10 23:08:12.204033 [ 3 ] {de39c1d2-a564-4e81-81ce-34c3ff3fdb36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9989 | 2024.07.10 23:08:12.204079 [ 3 ] {de39c1d2-a564-4e81-81ce-34c3ff3fdb36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9990 | 2024.07.10 23:08:12.204226 [ 3 ] {de39c1d2-a564-4e81-81ce-34c3ff3fdb36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9991 | 2024.07.10 23:08:12.204617 [ 3 ] {de39c1d2-a564-4e81-81ce-34c3ff3fdb36} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9992 | 2024.07.10 23:08:12.204653 [ 3 ] {de39c1d2-a564-4e81-81ce-34c3ff3fdb36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
9993 | 2024.07.10 23:08:12.204993 [ 3 ] {de39c1d2-a564-4e81-81ce-34c3ff3fdb36} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9994 | 2024.07.10 23:08:12.205309 [ 3 ] {de39c1d2-a564-4e81-81ce-34c3ff3fdb36} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9995 | 2024.07.10 23:08:12.205475 [ 3 ] {de39c1d2-a564-4e81-81ce-34c3ff3fdb36} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001494 sec., 43507.36278447122 rows/sec., 3.40 MiB/sec. | ||
9996 | 2024.07.10 23:08:12.205653 [ 3 ] {de39c1d2-a564-4e81-81ce-34c3ff3fdb36} <Debug> DynamicQueryHandler: Done processing query | ||
9997 | 2024.07.10 23:08:12.205678 [ 3 ] {de39c1d2-a564-4e81-81ce-34c3ff3fdb36} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9998 | 2024.07.10 23:08:12.205694 [ 3 ] {} <Debug> HTTP-Session: 1e53612d-52b0-4b39-a206-d8d5281ab467 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9999 | 2024.07.10 23:08:12.205865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10000 | 2024.07.10 23:08:12.205918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10001 | 2024.07.10 23:08:12.205939 [ 3 ] {} <Debug> HTTP-Session: 475f378d-eabe-44e4-a7d3-bce35a603a56 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10002 | 2024.07.10 23:08:12.205956 [ 3 ] {} <Debug> HTTP-Session: 475f378d-eabe-44e4-a7d3-bce35a603a56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10003 | 2024.07.10 23:08:12.205970 [ 3 ] {} <Debug> HTTP-Session: 475f378d-eabe-44e4-a7d3-bce35a603a56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10004 | 2024.07.10 23:08:12.206002 [ 3 ] {} <Trace> HTTP-Session: 475f378d-eabe-44e4-a7d3-bce35a603a56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10005 | 2024.07.10 23:08:12.206165 [ 3 ] {e5c9e0d5-b413-4f7b-9d72-c663140efb81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10006 | 2024.07.10 23:08:12.206216 [ 3 ] {e5c9e0d5-b413-4f7b-9d72-c663140efb81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10007 | 2024.07.10 23:08:12.206363 [ 3 ] {e5c9e0d5-b413-4f7b-9d72-c663140efb81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10008 | 2024.07.10 23:08:12.206760 [ 3 ] {e5c9e0d5-b413-4f7b-9d72-c663140efb81} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10009 | 2024.07.10 23:08:12.206796 [ 3 ] {e5c9e0d5-b413-4f7b-9d72-c663140efb81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10010 | 2024.07.10 23:08:12.207197 [ 3 ] {e5c9e0d5-b413-4f7b-9d72-c663140efb81} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10011 | 2024.07.10 23:08:12.207544 [ 3 ] {e5c9e0d5-b413-4f7b-9d72-c663140efb81} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10012 | 2024.07.10 23:08:12.207705 [ 3 ] {e5c9e0d5-b413-4f7b-9d72-c663140efb81} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec. | ||
10013 | 2024.07.10 23:08:12.207888 [ 3 ] {e5c9e0d5-b413-4f7b-9d72-c663140efb81} <Debug> DynamicQueryHandler: Done processing query | ||
10014 | 2024.07.10 23:08:12.207914 [ 3 ] {e5c9e0d5-b413-4f7b-9d72-c663140efb81} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10015 | 2024.07.10 23:08:12.207929 [ 3 ] {} <Debug> HTTP-Session: 475f378d-eabe-44e4-a7d3-bce35a603a56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10016 | 2024.07.10 23:08:12.208060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10017 | 2024.07.10 23:08:12.208110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10018 | 2024.07.10 23:08:12.208130 [ 3 ] {} <Debug> HTTP-Session: 6d664484-9371-49ee-9b30-f72f70ed6bdc Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10019 | 2024.07.10 23:08:12.208146 [ 3 ] {} <Debug> HTTP-Session: 6d664484-9371-49ee-9b30-f72f70ed6bdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10020 | 2024.07.10 23:08:12.208160 [ 3 ] {} <Debug> HTTP-Session: 6d664484-9371-49ee-9b30-f72f70ed6bdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10021 | 2024.07.10 23:08:12.208191 [ 3 ] {} <Trace> HTTP-Session: 6d664484-9371-49ee-9b30-f72f70ed6bdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10022 | 2024.07.10 23:08:12.208293 [ 3 ] {8b9ee915-51ef-4f7b-8aac-43b237425dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10023 | 2024.07.10 23:08:12.208359 [ 3 ] {8b9ee915-51ef-4f7b-8aac-43b237425dab} <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 | ||
10024 | 2024.07.10 23:08:12.208774 [ 3 ] {8b9ee915-51ef-4f7b-8aac-43b237425dab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10025 | 2024.07.10 23:08:12.209250 [ 3 ] {8b9ee915-51ef-4f7b-8aac-43b237425dab} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10026 | 2024.07.10 23:08:12.209286 [ 3 ] {8b9ee915-51ef-4f7b-8aac-43b237425dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10027 | 2024.07.10 23:08:12.209875 [ 3 ] {8b9ee915-51ef-4f7b-8aac-43b237425dab} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10028 | 2024.07.10 23:08:12.210294 [ 3 ] {8b9ee915-51ef-4f7b-8aac-43b237425dab} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10029 | 2024.07.10 23:08:12.210482 [ 3 ] {8b9ee915-51ef-4f7b-8aac-43b237425dab} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.00222 sec., 450.45045045045043 rows/sec., 826.56 KiB/sec. | ||
10030 | 2024.07.10 23:08:12.210712 [ 3 ] {8b9ee915-51ef-4f7b-8aac-43b237425dab} <Debug> DynamicQueryHandler: Done processing query | ||
10031 | 2024.07.10 23:08:12.210737 [ 3 ] {8b9ee915-51ef-4f7b-8aac-43b237425dab} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10032 | 2024.07.10 23:08:12.210753 [ 3 ] {} <Debug> HTTP-Session: 6d664484-9371-49ee-9b30-f72f70ed6bdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10033 | 2024.07.10 23:08:12.210883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10034 | 2024.07.10 23:08:12.210934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10035 | 2024.07.10 23:08:12.210955 [ 3 ] {} <Debug> HTTP-Session: 0dbb984e-b68a-497b-a256-07a9116ec9b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10036 | 2024.07.10 23:08:12.210972 [ 3 ] {} <Debug> HTTP-Session: 0dbb984e-b68a-497b-a256-07a9116ec9b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10037 | 2024.07.10 23:08:12.210987 [ 3 ] {} <Debug> HTTP-Session: 0dbb984e-b68a-497b-a256-07a9116ec9b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10038 | 2024.07.10 23:08:12.211019 [ 3 ] {} <Trace> HTTP-Session: 0dbb984e-b68a-497b-a256-07a9116ec9b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10039 | 2024.07.10 23:08:12.211140 [ 3 ] {ecf911d2-f449-4c8c-88a7-fcf1a7b04bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10040 | 2024.07.10 23:08:12.211186 [ 3 ] {ecf911d2-f449-4c8c-88a7-fcf1a7b04bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10041 | 2024.07.10 23:08:12.211316 [ 3 ] {ecf911d2-f449-4c8c-88a7-fcf1a7b04bab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10042 | 2024.07.10 23:08:12.211632 [ 3 ] {ecf911d2-f449-4c8c-88a7-fcf1a7b04bab} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10043 | 2024.07.10 23:08:12.211669 [ 3 ] {ecf911d2-f449-4c8c-88a7-fcf1a7b04bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10044 | 2024.07.10 23:08:12.212038 [ 3 ] {ecf911d2-f449-4c8c-88a7-fcf1a7b04bab} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10045 | 2024.07.10 23:08:12.212365 [ 3 ] {ecf911d2-f449-4c8c-88a7-fcf1a7b04bab} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10046 | 2024.07.10 23:08:12.212522 [ 3 ] {ecf911d2-f449-4c8c-88a7-fcf1a7b04bab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
10047 | 2024.07.10 23:08:12.212774 [ 3 ] {ecf911d2-f449-4c8c-88a7-fcf1a7b04bab} <Debug> DynamicQueryHandler: Done processing query | ||
10048 | 2024.07.10 23:08:12.212831 [ 3 ] {ecf911d2-f449-4c8c-88a7-fcf1a7b04bab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10049 | 2024.07.10 23:08:12.212889 [ 3 ] {} <Debug> HTTP-Session: 0dbb984e-b68a-497b-a256-07a9116ec9b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10050 | 2024.07.10 23:08:12.553483 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10051 | 2024.07.10 23:08:12.553565 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10052 | 2024.07.10 23:08:17.201896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10053 | 2024.07.10 23:08:17.202058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10054 | 2024.07.10 23:08:17.202103 [ 3 ] {} <Debug> HTTP-Session: 4b4468cb-272d-45a2-a430-81bcd382a4bf Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10055 | 2024.07.10 23:08:17.202144 [ 3 ] {} <Debug> HTTP-Session: 4b4468cb-272d-45a2-a430-81bcd382a4bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10056 | 2024.07.10 23:08:17.202172 [ 3 ] {} <Debug> HTTP-Session: 4b4468cb-272d-45a2-a430-81bcd382a4bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10057 | 2024.07.10 23:08:17.202249 [ 3 ] {} <Trace> HTTP-Session: 4b4468cb-272d-45a2-a430-81bcd382a4bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10058 | 2024.07.10 23:08:17.202566 [ 3 ] {53216937-0cd5-4e37-9963-5ec1ee266cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10059 | 2024.07.10 23:08:17.202696 [ 3 ] {53216937-0cd5-4e37-9963-5ec1ee266cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10060 | 2024.07.10 23:08:17.203027 [ 3 ] {53216937-0cd5-4e37-9963-5ec1ee266cd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10061 | 2024.07.10 23:08:17.203491 [ 3 ] {53216937-0cd5-4e37-9963-5ec1ee266cd5} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10062 | 2024.07.10 23:08:17.203537 [ 3 ] {53216937-0cd5-4e37-9963-5ec1ee266cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10063 | 2024.07.10 23:08:17.203926 [ 3 ] {53216937-0cd5-4e37-9963-5ec1ee266cd5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10064 | 2024.07.10 23:08:17.204275 [ 3 ] {53216937-0cd5-4e37-9963-5ec1ee266cd5} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10065 | 2024.07.10 23:08:17.204452 [ 3 ] {53216937-0cd5-4e37-9963-5ec1ee266cd5} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.002007 sec., 24912.805181863478 rows/sec., 1.97 MiB/sec. | ||
10066 | 2024.07.10 23:08:17.204674 [ 3 ] {53216937-0cd5-4e37-9963-5ec1ee266cd5} <Debug> DynamicQueryHandler: Done processing query | ||
10067 | 2024.07.10 23:08:17.204703 [ 3 ] {53216937-0cd5-4e37-9963-5ec1ee266cd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10068 | 2024.07.10 23:08:17.204720 [ 3 ] {} <Debug> HTTP-Session: 4b4468cb-272d-45a2-a430-81bcd382a4bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10069 | 2024.07.10 23:08:17.204903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10070 | 2024.07.10 23:08:17.204962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10071 | 2024.07.10 23:08:17.204983 [ 3 ] {} <Debug> HTTP-Session: db52522c-bd75-4128-8211-2c5b9b8ca15c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10072 | 2024.07.10 23:08:17.205001 [ 3 ] {} <Debug> HTTP-Session: db52522c-bd75-4128-8211-2c5b9b8ca15c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10073 | 2024.07.10 23:08:17.205016 [ 3 ] {} <Debug> HTTP-Session: db52522c-bd75-4128-8211-2c5b9b8ca15c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10074 | 2024.07.10 23:08:17.205056 [ 3 ] {} <Trace> HTTP-Session: db52522c-bd75-4128-8211-2c5b9b8ca15c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10075 | 2024.07.10 23:08:17.205164 [ 3 ] {d7938e6d-10b6-4ef2-a6d9-da9718595a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10076 | 2024.07.10 23:08:17.205213 [ 3 ] {d7938e6d-10b6-4ef2-a6d9-da9718595a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10077 | 2024.07.10 23:08:17.205351 [ 3 ] {d7938e6d-10b6-4ef2-a6d9-da9718595a4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10078 | 2024.07.10 23:08:17.205666 [ 3 ] {d7938e6d-10b6-4ef2-a6d9-da9718595a4f} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10079 | 2024.07.10 23:08:17.205704 [ 3 ] {d7938e6d-10b6-4ef2-a6d9-da9718595a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10080 | 2024.07.10 23:08:17.206020 [ 3 ] {d7938e6d-10b6-4ef2-a6d9-da9718595a4f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10081 | 2024.07.10 23:08:17.206343 [ 3 ] {d7938e6d-10b6-4ef2-a6d9-da9718595a4f} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10082 | 2024.07.10 23:08:17.206503 [ 3 ] {d7938e6d-10b6-4ef2-a6d9-da9718595a4f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001359 sec., 1471.6703458425313 rows/sec., 120.00 KiB/sec. | ||
10083 | 2024.07.10 23:08:17.206675 [ 3 ] {d7938e6d-10b6-4ef2-a6d9-da9718595a4f} <Debug> DynamicQueryHandler: Done processing query | ||
10084 | 2024.07.10 23:08:17.206700 [ 3 ] {d7938e6d-10b6-4ef2-a6d9-da9718595a4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10085 | 2024.07.10 23:08:17.206717 [ 3 ] {} <Debug> HTTP-Session: db52522c-bd75-4128-8211-2c5b9b8ca15c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10086 | 2024.07.10 23:08:17.206886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 35697, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10087 | 2024.07.10 23:08:17.206939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10088 | 2024.07.10 23:08:17.206959 [ 3 ] {} <Debug> HTTP-Session: be95555c-a663-44ad-8862-8abb18dbfc91 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10089 | 2024.07.10 23:08:17.206977 [ 3 ] {} <Debug> HTTP-Session: be95555c-a663-44ad-8862-8abb18dbfc91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10090 | 2024.07.10 23:08:17.206992 [ 3 ] {} <Debug> HTTP-Session: be95555c-a663-44ad-8862-8abb18dbfc91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10091 | 2024.07.10 23:08:17.207026 [ 3 ] {} <Trace> HTTP-Session: be95555c-a663-44ad-8862-8abb18dbfc91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10092 | 2024.07.10 23:08:17.207208 [ 3 ] {b3908da7-c699-46b7-a944-b222ab435aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10093 | 2024.07.10 23:08:17.207253 [ 3 ] {b3908da7-c699-46b7-a944-b222ab435aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10094 | 2024.07.10 23:08:17.207383 [ 3 ] {b3908da7-c699-46b7-a944-b222ab435aea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10095 | 2024.07.10 23:08:17.207913 [ 3 ] {b3908da7-c699-46b7-a944-b222ab435aea} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10096 | 2024.07.10 23:08:17.207962 [ 3 ] {b3908da7-c699-46b7-a944-b222ab435aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10097 | 2024.07.10 23:08:17.208389 [ 3 ] {b3908da7-c699-46b7-a944-b222ab435aea} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10098 | 2024.07.10 23:08:17.208796 [ 3 ] {b3908da7-c699-46b7-a944-b222ab435aea} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10099 | 2024.07.10 23:08:17.208982 [ 3 ] {b3908da7-c699-46b7-a944-b222ab435aea} <Debug> executeQuery: Read 243 rows, 20.92 KiB in 0.001872 sec., 129807.69230769231 rows/sec., 10.91 MiB/sec. | ||
10100 | 2024.07.10 23:08:17.209156 [ 3 ] {b3908da7-c699-46b7-a944-b222ab435aea} <Debug> DynamicQueryHandler: Done processing query | ||
10101 | 2024.07.10 23:08:17.209182 [ 3 ] {b3908da7-c699-46b7-a944-b222ab435aea} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
10102 | 2024.07.10 23:08:17.209198 [ 3 ] {} <Debug> HTTP-Session: be95555c-a663-44ad-8862-8abb18dbfc91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10103 | 2024.07.10 23:08:17.209331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10104 | 2024.07.10 23:08:17.209382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10105 | 2024.07.10 23:08:17.209402 [ 3 ] {} <Debug> HTTP-Session: 8c7349b4-432d-4277-bfd3-5c42da989b9a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10106 | 2024.07.10 23:08:17.209419 [ 3 ] {} <Debug> HTTP-Session: 8c7349b4-432d-4277-bfd3-5c42da989b9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10107 | 2024.07.10 23:08:17.209434 [ 3 ] {} <Debug> HTTP-Session: 8c7349b4-432d-4277-bfd3-5c42da989b9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10108 | 2024.07.10 23:08:17.209466 [ 3 ] {} <Trace> HTTP-Session: 8c7349b4-432d-4277-bfd3-5c42da989b9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10109 | 2024.07.10 23:08:17.209561 [ 3 ] {d616bc3b-cd87-4e09-b6ac-e526eeb24ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10110 | 2024.07.10 23:08:17.209605 [ 3 ] {d616bc3b-cd87-4e09-b6ac-e526eeb24ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10111 | 2024.07.10 23:08:17.209736 [ 3 ] {d616bc3b-cd87-4e09-b6ac-e526eeb24ca6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10112 | 2024.07.10 23:08:17.210008 [ 3 ] {d616bc3b-cd87-4e09-b6ac-e526eeb24ca6} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10113 | 2024.07.10 23:08:17.210046 [ 3 ] {d616bc3b-cd87-4e09-b6ac-e526eeb24ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10114 | 2024.07.10 23:08:17.210353 [ 3 ] {d616bc3b-cd87-4e09-b6ac-e526eeb24ca6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10115 | 2024.07.10 23:08:17.210668 [ 3 ] {d616bc3b-cd87-4e09-b6ac-e526eeb24ca6} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10116 | 2024.07.10 23:08:17.210830 [ 3 ] {d616bc3b-cd87-4e09-b6ac-e526eeb24ca6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001283 sec., 1558.846453624318 rows/sec., 108.85 KiB/sec. | ||
10117 | 2024.07.10 23:08:17.211150 [ 3 ] {d616bc3b-cd87-4e09-b6ac-e526eeb24ca6} <Debug> DynamicQueryHandler: Done processing query | ||
10118 | 2024.07.10 23:08:17.211177 [ 3 ] {d616bc3b-cd87-4e09-b6ac-e526eeb24ca6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10119 | 2024.07.10 23:08:17.211194 [ 3 ] {} <Debug> HTTP-Session: 8c7349b4-432d-4277-bfd3-5c42da989b9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10120 | 2024.07.10 23:08:17.211350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 23755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10121 | 2024.07.10 23:08:17.211400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10122 | 2024.07.10 23:08:17.211420 [ 3 ] {} <Debug> HTTP-Session: a8e9e367-f583-40d0-869b-9003efb5e16b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10123 | 2024.07.10 23:08:17.211438 [ 3 ] {} <Debug> HTTP-Session: a8e9e367-f583-40d0-869b-9003efb5e16b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10124 | 2024.07.10 23:08:17.211453 [ 3 ] {} <Debug> HTTP-Session: a8e9e367-f583-40d0-869b-9003efb5e16b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10125 | 2024.07.10 23:08:17.211485 [ 3 ] {} <Trace> HTTP-Session: a8e9e367-f583-40d0-869b-9003efb5e16b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10126 | 2024.07.10 23:08:17.211634 [ 3 ] {65bfe61f-23b4-48db-b062-d3334705e483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10127 | 2024.07.10 23:08:17.211679 [ 3 ] {65bfe61f-23b4-48db-b062-d3334705e483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10128 | 2024.07.10 23:08:17.211825 [ 3 ] {65bfe61f-23b4-48db-b062-d3334705e483} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10129 | 2024.07.10 23:08:17.212227 [ 3 ] {65bfe61f-23b4-48db-b062-d3334705e483} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10130 | 2024.07.10 23:08:17.212264 [ 3 ] {65bfe61f-23b4-48db-b062-d3334705e483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10131 | 2024.07.10 23:08:17.212591 [ 3 ] {65bfe61f-23b4-48db-b062-d3334705e483} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10132 | 2024.07.10 23:08:17.212908 [ 3 ] {65bfe61f-23b4-48db-b062-d3334705e483} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10133 | 2024.07.10 23:08:17.213071 [ 3 ] {65bfe61f-23b4-48db-b062-d3334705e483} <Debug> executeQuery: Read 140 rows, 11.18 KiB in 0.001504 sec., 93085.10638297873 rows/sec., 7.26 MiB/sec. | ||
10134 | 2024.07.10 23:08:17.213327 [ 3 ] {65bfe61f-23b4-48db-b062-d3334705e483} <Debug> DynamicQueryHandler: Done processing query | ||
10135 | 2024.07.10 23:08:17.213386 [ 3 ] {65bfe61f-23b4-48db-b062-d3334705e483} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10136 | 2024.07.10 23:08:17.213439 [ 3 ] {} <Debug> HTTP-Session: a8e9e367-f583-40d0-869b-9003efb5e16b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10137 | 2024.07.10 23:08:17.213660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 37814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10138 | 2024.07.10 23:08:17.213712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10139 | 2024.07.10 23:08:17.213731 [ 3 ] {} <Debug> HTTP-Session: c469416b-cb5b-4412-86e3-ff66c1e10242 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10140 | 2024.07.10 23:08:17.213749 [ 3 ] {} <Debug> HTTP-Session: c469416b-cb5b-4412-86e3-ff66c1e10242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10141 | 2024.07.10 23:08:17.213763 [ 3 ] {} <Debug> HTTP-Session: c469416b-cb5b-4412-86e3-ff66c1e10242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10142 | 2024.07.10 23:08:17.213795 [ 3 ] {} <Trace> HTTP-Session: c469416b-cb5b-4412-86e3-ff66c1e10242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10143 | 2024.07.10 23:08:17.213966 [ 3 ] {d54b0140-8207-4ceb-b29d-8c1dbafc8e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10144 | 2024.07.10 23:08:17.214016 [ 3 ] {d54b0140-8207-4ceb-b29d-8c1dbafc8e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10145 | 2024.07.10 23:08:17.214184 [ 3 ] {d54b0140-8207-4ceb-b29d-8c1dbafc8e9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10146 | 2024.07.10 23:08:17.214611 [ 3 ] {d54b0140-8207-4ceb-b29d-8c1dbafc8e9e} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10147 | 2024.07.10 23:08:17.214647 [ 3 ] {d54b0140-8207-4ceb-b29d-8c1dbafc8e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10148 | 2024.07.10 23:08:17.215042 [ 3 ] {d54b0140-8207-4ceb-b29d-8c1dbafc8e9e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10149 | 2024.07.10 23:08:17.215407 [ 3 ] {d54b0140-8207-4ceb-b29d-8c1dbafc8e9e} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10150 | 2024.07.10 23:08:17.215583 [ 3 ] {d54b0140-8207-4ceb-b29d-8c1dbafc8e9e} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001694 sec., 116292.79811097993 rows/sec., 8.12 MiB/sec. | ||
10151 | 2024.07.10 23:08:17.215863 [ 3 ] {d54b0140-8207-4ceb-b29d-8c1dbafc8e9e} <Debug> DynamicQueryHandler: Done processing query | ||
10152 | 2024.07.10 23:08:17.215924 [ 3 ] {d54b0140-8207-4ceb-b29d-8c1dbafc8e9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10153 | 2024.07.10 23:08:17.215980 [ 3 ] {} <Debug> HTTP-Session: c469416b-cb5b-4412-86e3-ff66c1e10242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10154 | 2024.07.10 23:08:17.216276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 80708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10155 | 2024.07.10 23:08:17.216328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10156 | 2024.07.10 23:08:17.216347 [ 3 ] {} <Debug> HTTP-Session: 0f5b7bfd-b103-48db-8598-e35efc6eac45 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10157 | 2024.07.10 23:08:17.216364 [ 3 ] {} <Debug> HTTP-Session: 0f5b7bfd-b103-48db-8598-e35efc6eac45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10158 | 2024.07.10 23:08:17.216379 [ 3 ] {} <Debug> HTTP-Session: 0f5b7bfd-b103-48db-8598-e35efc6eac45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10159 | 2024.07.10 23:08:17.216412 [ 3 ] {} <Trace> HTTP-Session: 0f5b7bfd-b103-48db-8598-e35efc6eac45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10160 | 2024.07.10 23:08:17.216885 [ 3 ] {d9ee861f-ba17-4a2b-b861-b11e2cd7d6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10161 | 2024.07.10 23:08:17.216955 [ 3 ] {d9ee861f-ba17-4a2b-b861-b11e2cd7d6fe} <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 | ||
10162 | 2024.07.10 23:08:17.217380 [ 3 ] {d9ee861f-ba17-4a2b-b861-b11e2cd7d6fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10163 | 2024.07.10 23:08:17.218322 [ 3 ] {d9ee861f-ba17-4a2b-b861-b11e2cd7d6fe} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10164 | 2024.07.10 23:08:17.218358 [ 3 ] {d9ee861f-ba17-4a2b-b861-b11e2cd7d6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10165 | 2024.07.10 23:08:17.219016 [ 3 ] {d9ee861f-ba17-4a2b-b861-b11e2cd7d6fe} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10166 | 2024.07.10 23:08:17.219432 [ 3 ] {d9ee861f-ba17-4a2b-b861-b11e2cd7d6fe} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10167 | 2024.07.10 23:08:17.219613 [ 3 ] {d9ee861f-ba17-4a2b-b861-b11e2cd7d6fe} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003095 sec., 16155.08885298869 rows/sec., 28.95 MiB/sec. | ||
10168 | 2024.07.10 23:08:17.219833 [ 3 ] {d9ee861f-ba17-4a2b-b861-b11e2cd7d6fe} <Debug> DynamicQueryHandler: Done processing query | ||
10169 | 2024.07.10 23:08:17.219858 [ 3 ] {d9ee861f-ba17-4a2b-b861-b11e2cd7d6fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
10170 | 2024.07.10 23:08:17.219874 [ 3 ] {} <Debug> HTTP-Session: 0f5b7bfd-b103-48db-8598-e35efc6eac45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10171 | 2024.07.10 23:08:17.220010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10172 | 2024.07.10 23:08:17.220059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10173 | 2024.07.10 23:08:17.220080 [ 3 ] {} <Debug> HTTP-Session: 63494b30-be30-4d53-a882-89d702d51d30 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10174 | 2024.07.10 23:08:17.220097 [ 3 ] {} <Debug> HTTP-Session: 63494b30-be30-4d53-a882-89d702d51d30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10175 | 2024.07.10 23:08:17.220112 [ 3 ] {} <Debug> HTTP-Session: 63494b30-be30-4d53-a882-89d702d51d30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10176 | 2024.07.10 23:08:17.220143 [ 3 ] {} <Trace> HTTP-Session: 63494b30-be30-4d53-a882-89d702d51d30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10177 | 2024.07.10 23:08:17.220256 [ 3 ] {3b1a2e30-5c55-4e69-a533-c22ecefafc01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10178 | 2024.07.10 23:08:17.220300 [ 3 ] {3b1a2e30-5c55-4e69-a533-c22ecefafc01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10179 | 2024.07.10 23:08:17.220426 [ 3 ] {3b1a2e30-5c55-4e69-a533-c22ecefafc01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10180 | 2024.07.10 23:08:17.220733 [ 3 ] {3b1a2e30-5c55-4e69-a533-c22ecefafc01} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10181 | 2024.07.10 23:08:17.220769 [ 3 ] {3b1a2e30-5c55-4e69-a533-c22ecefafc01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10182 | 2024.07.10 23:08:17.221128 [ 3 ] {3b1a2e30-5c55-4e69-a533-c22ecefafc01} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10183 | 2024.07.10 23:08:17.221457 [ 3 ] {3b1a2e30-5c55-4e69-a533-c22ecefafc01} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10184 | 2024.07.10 23:08:17.221617 [ 3 ] {3b1a2e30-5c55-4e69-a533-c22ecefafc01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
10185 | 2024.07.10 23:08:17.221781 [ 3 ] {3b1a2e30-5c55-4e69-a533-c22ecefafc01} <Debug> DynamicQueryHandler: Done processing query | ||
10186 | 2024.07.10 23:08:17.221806 [ 3 ] {3b1a2e30-5c55-4e69-a533-c22ecefafc01} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10187 | 2024.07.10 23:08:17.221821 [ 3 ] {} <Debug> HTTP-Session: 63494b30-be30-4d53-a882-89d702d51d30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10188 | 2024.07.10 23:08:22.194820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10189 | 2024.07.10 23:08:22.195017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10190 | 2024.07.10 23:08:22.195063 [ 3 ] {} <Debug> HTTP-Session: c9557597-286c-4ff1-8481-0aa6e99f4c85 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10191 | 2024.07.10 23:08:22.195107 [ 3 ] {} <Debug> HTTP-Session: c9557597-286c-4ff1-8481-0aa6e99f4c85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10192 | 2024.07.10 23:08:22.195138 [ 3 ] {} <Debug> HTTP-Session: c9557597-286c-4ff1-8481-0aa6e99f4c85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10193 | 2024.07.10 23:08:22.195204 [ 3 ] {} <Trace> HTTP-Session: c9557597-286c-4ff1-8481-0aa6e99f4c85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10194 | 2024.07.10 23:08:22.195381 [ 3 ] {3ce9bce2-b335-4513-ac5a-eb1b68a7b1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10195 | 2024.07.10 23:08:22.195451 [ 3 ] {3ce9bce2-b335-4513-ac5a-eb1b68a7b1f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10196 | 2024.07.10 23:08:22.195651 [ 3 ] {3ce9bce2-b335-4513-ac5a-eb1b68a7b1f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10197 | 2024.07.10 23:08:22.196112 [ 3 ] {3ce9bce2-b335-4513-ac5a-eb1b68a7b1f2} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10198 | 2024.07.10 23:08:22.196154 [ 3 ] {3ce9bce2-b335-4513-ac5a-eb1b68a7b1f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10199 | 2024.07.10 23:08:22.196547 [ 3 ] {3ce9bce2-b335-4513-ac5a-eb1b68a7b1f2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10200 | 2024.07.10 23:08:22.196891 [ 3 ] {3ce9bce2-b335-4513-ac5a-eb1b68a7b1f2} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10201 | 2024.07.10 23:08:22.197062 [ 3 ] {3ce9bce2-b335-4513-ac5a-eb1b68a7b1f2} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.00173 sec., 578.0346820809249 rows/sec., 46.85 KiB/sec. | ||
10202 | 2024.07.10 23:08:22.197363 [ 3 ] {3ce9bce2-b335-4513-ac5a-eb1b68a7b1f2} <Debug> DynamicQueryHandler: Done processing query | ||
10203 | 2024.07.10 23:08:22.197415 [ 3 ] {3ce9bce2-b335-4513-ac5a-eb1b68a7b1f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10204 | 2024.07.10 23:08:22.197450 [ 3 ] {} <Debug> HTTP-Session: c9557597-286c-4ff1-8481-0aa6e99f4c85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10205 | 2024.07.10 23:08:22.197613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10206 | 2024.07.10 23:08:22.197664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10207 | 2024.07.10 23:08:22.197683 [ 3 ] {} <Debug> HTTP-Session: 8f0a20c5-e7e0-4c35-a46c-24d8667e915e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10208 | 2024.07.10 23:08:22.197701 [ 3 ] {} <Debug> HTTP-Session: 8f0a20c5-e7e0-4c35-a46c-24d8667e915e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10209 | 2024.07.10 23:08:22.197715 [ 3 ] {} <Debug> HTTP-Session: 8f0a20c5-e7e0-4c35-a46c-24d8667e915e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10210 | 2024.07.10 23:08:22.197747 [ 3 ] {} <Trace> HTTP-Session: 8f0a20c5-e7e0-4c35-a46c-24d8667e915e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10211 | 2024.07.10 23:08:22.197862 [ 3 ] {f2568f02-28a6-44dd-a923-983f6f4cc5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10212 | 2024.07.10 23:08:22.197909 [ 3 ] {f2568f02-28a6-44dd-a923-983f6f4cc5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10213 | 2024.07.10 23:08:22.198056 [ 3 ] {f2568f02-28a6-44dd-a923-983f6f4cc5be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10214 | 2024.07.10 23:08:22.198386 [ 3 ] {f2568f02-28a6-44dd-a923-983f6f4cc5be} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10215 | 2024.07.10 23:08:22.198423 [ 3 ] {f2568f02-28a6-44dd-a923-983f6f4cc5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10216 | 2024.07.10 23:08:22.198748 [ 3 ] {f2568f02-28a6-44dd-a923-983f6f4cc5be} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10217 | 2024.07.10 23:08:22.199062 [ 3 ] {f2568f02-28a6-44dd-a923-983f6f4cc5be} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10218 | 2024.07.10 23:08:22.199222 [ 3 ] {f2568f02-28a6-44dd-a923-983f6f4cc5be} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001389 sec., 42476.60187185025 rows/sec., 3.28 MiB/sec. | ||
10219 | 2024.07.10 23:08:22.199403 [ 3 ] {f2568f02-28a6-44dd-a923-983f6f4cc5be} <Debug> DynamicQueryHandler: Done processing query | ||
10220 | 2024.07.10 23:08:22.199427 [ 3 ] {f2568f02-28a6-44dd-a923-983f6f4cc5be} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10221 | 2024.07.10 23:08:22.199443 [ 3 ] {} <Debug> HTTP-Session: 8f0a20c5-e7e0-4c35-a46c-24d8667e915e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10222 | 2024.07.10 23:08:22.199644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10223 | 2024.07.10 23:08:22.199696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10224 | 2024.07.10 23:08:22.199715 [ 3 ] {} <Debug> HTTP-Session: f7e09255-69ad-4755-9b08-01897204c9b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10225 | 2024.07.10 23:08:22.199733 [ 3 ] {} <Debug> HTTP-Session: f7e09255-69ad-4755-9b08-01897204c9b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10226 | 2024.07.10 23:08:22.199747 [ 3 ] {} <Debug> HTTP-Session: f7e09255-69ad-4755-9b08-01897204c9b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10227 | 2024.07.10 23:08:22.199777 [ 3 ] {} <Trace> HTTP-Session: f7e09255-69ad-4755-9b08-01897204c9b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10228 | 2024.07.10 23:08:22.199896 [ 3 ] {424001b2-056f-4de9-b97c-bc5a077faa48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10229 | 2024.07.10 23:08:22.199939 [ 3 ] {424001b2-056f-4de9-b97c-bc5a077faa48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10230 | 2024.07.10 23:08:22.200064 [ 3 ] {424001b2-056f-4de9-b97c-bc5a077faa48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10231 | 2024.07.10 23:08:22.200383 [ 3 ] {424001b2-056f-4de9-b97c-bc5a077faa48} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10232 | 2024.07.10 23:08:22.200419 [ 3 ] {424001b2-056f-4de9-b97c-bc5a077faa48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10233 | 2024.07.10 23:08:22.200739 [ 3 ] {424001b2-056f-4de9-b97c-bc5a077faa48} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10234 | 2024.07.10 23:08:22.201049 [ 3 ] {424001b2-056f-4de9-b97c-bc5a077faa48} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10235 | 2024.07.10 23:08:22.201211 [ 3 ] {424001b2-056f-4de9-b97c-bc5a077faa48} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.00135 sec., 48148.148148148146 rows/sec., 3.76 MiB/sec. | ||
10236 | 2024.07.10 23:08:22.201391 [ 3 ] {424001b2-056f-4de9-b97c-bc5a077faa48} <Debug> DynamicQueryHandler: Done processing query | ||
10237 | 2024.07.10 23:08:22.201417 [ 3 ] {424001b2-056f-4de9-b97c-bc5a077faa48} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10238 | 2024.07.10 23:08:22.201433 [ 3 ] {} <Debug> HTTP-Session: f7e09255-69ad-4755-9b08-01897204c9b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10239 | 2024.07.10 23:08:22.201620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10240 | 2024.07.10 23:08:22.201669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10241 | 2024.07.10 23:08:22.201688 [ 3 ] {} <Debug> HTTP-Session: 99a29941-1c1c-4280-b315-a44ab633c858 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10242 | 2024.07.10 23:08:22.201705 [ 3 ] {} <Debug> HTTP-Session: 99a29941-1c1c-4280-b315-a44ab633c858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10243 | 2024.07.10 23:08:22.201719 [ 3 ] {} <Debug> HTTP-Session: 99a29941-1c1c-4280-b315-a44ab633c858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10244 | 2024.07.10 23:08:22.201750 [ 3 ] {} <Trace> HTTP-Session: 99a29941-1c1c-4280-b315-a44ab633c858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10245 | 2024.07.10 23:08:22.201893 [ 3 ] {d16018a8-1339-44bb-a8fc-7539913d4416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10246 | 2024.07.10 23:08:22.201940 [ 3 ] {d16018a8-1339-44bb-a8fc-7539913d4416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10247 | 2024.07.10 23:08:22.202094 [ 3 ] {d16018a8-1339-44bb-a8fc-7539913d4416} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10248 | 2024.07.10 23:08:22.202475 [ 3 ] {d16018a8-1339-44bb-a8fc-7539913d4416} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10249 | 2024.07.10 23:08:22.202511 [ 3 ] {d16018a8-1339-44bb-a8fc-7539913d4416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10250 | 2024.07.10 23:08:22.202938 [ 3 ] {d16018a8-1339-44bb-a8fc-7539913d4416} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10251 | 2024.07.10 23:08:22.203290 [ 3 ] {d16018a8-1339-44bb-a8fc-7539913d4416} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10252 | 2024.07.10 23:08:22.203438 [ 3 ] {d16018a8-1339-44bb-a8fc-7539913d4416} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001608 sec., 99502.48756218905 rows/sec., 6.93 MiB/sec. | ||
10253 | 2024.07.10 23:08:22.203506 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10254 | 2024.07.10 23:08:22.203636 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10255 | 2024.07.10 23:08:22.203691 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10256 | 2024.07.10 23:08:22.203704 [ 3 ] {d16018a8-1339-44bb-a8fc-7539913d4416} <Debug> DynamicQueryHandler: Done processing query | ||
10257 | 2024.07.10 23:08:22.203755 [ 3 ] {d16018a8-1339-44bb-a8fc-7539913d4416} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10258 | 2024.07.10 23:08:22.203807 [ 3 ] {} <Debug> HTTP-Session: 99a29941-1c1c-4280-b315-a44ab633c858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10259 | 2024.07.10 23:08:22.204047 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
10260 | 2024.07.10 23:08:22.204057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10261 | 2024.07.10 23:08:22.204290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10262 | 2024.07.10 23:08:22.204408 [ 3 ] {} <Debug> HTTP-Session: d1187834-f617-4365-b85b-067d984810b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10263 | 2024.07.10 23:08:22.204508 [ 3 ] {} <Debug> HTTP-Session: d1187834-f617-4365-b85b-067d984810b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10264 | 2024.07.10 23:08:22.204600 [ 3 ] {} <Debug> HTTP-Session: d1187834-f617-4365-b85b-067d984810b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10265 | 2024.07.10 23:08:22.204759 [ 3 ] {} <Trace> HTTP-Session: d1187834-f617-4365-b85b-067d984810b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10266 | 2024.07.10 23:08:22.204850 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10267 | 2024.07.10 23:08:22.204966 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 9570 rows starting from the beginning of the part | ||
10268 | 2024.07.10 23:08:22.205256 [ 3 ] {f157b1b5-218c-458b-879c-8a2ba20df2db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10269 | 2024.07.10 23:08:22.205403 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 163 rows starting from the beginning of the part | ||
10270 | 2024.07.10 23:08:22.205566 [ 3 ] {f157b1b5-218c-458b-879c-8a2ba20df2db} <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 | ||
10271 | 2024.07.10 23:08:22.205737 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 161 rows starting from the beginning of the part | ||
10272 | 2024.07.10 23:08:22.206289 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
10273 | 2024.07.10 23:08:22.206714 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 197 rows starting from the beginning of the part | ||
10274 | 2024.07.10 23:08:22.207066 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
10275 | 2024.07.10 23:08:22.208362 [ 3 ] {f157b1b5-218c-458b-879c-8a2ba20df2db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10276 | 2024.07.10 23:08:22.209240 [ 3 ] {f157b1b5-218c-458b-879c-8a2ba20df2db} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10277 | 2024.07.10 23:08:22.209302 [ 3 ] {f157b1b5-218c-458b-879c-8a2ba20df2db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10278 | 2024.07.10 23:08:22.210805 [ 3 ] {f157b1b5-218c-458b-879c-8a2ba20df2db} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10279 | 2024.07.10 23:08:22.211515 [ 3 ] {f157b1b5-218c-458b-879c-8a2ba20df2db} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10280 | 2024.07.10 23:08:22.211744 [ 3 ] {f157b1b5-218c-458b-879c-8a2ba20df2db} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.006715 sec., 148.92032762472078 rows/sec., 273.26 KiB/sec. | ||
10281 | 2024.07.10 23:08:22.212034 [ 3 ] {f157b1b5-218c-458b-879c-8a2ba20df2db} <Debug> DynamicQueryHandler: Done processing query | ||
10282 | 2024.07.10 23:08:22.212065 [ 3 ] {f157b1b5-218c-458b-879c-8a2ba20df2db} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10283 | 2024.07.10 23:08:22.212084 [ 3 ] {} <Debug> HTTP-Session: d1187834-f617-4365-b85b-067d984810b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10284 | 2024.07.10 23:08:22.212215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10285 | 2024.07.10 23:08:22.212262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10286 | 2024.07.10 23:08:22.212286 [ 3 ] {} <Debug> HTTP-Session: e4206f23-bb54-40e2-96dd-72bc401adc92 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10287 | 2024.07.10 23:08:22.212303 [ 3 ] {} <Debug> HTTP-Session: e4206f23-bb54-40e2-96dd-72bc401adc92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10288 | 2024.07.10 23:08:22.212323 [ 3 ] {} <Debug> HTTP-Session: e4206f23-bb54-40e2-96dd-72bc401adc92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10289 | 2024.07.10 23:08:22.212360 [ 3 ] {} <Trace> HTTP-Session: e4206f23-bb54-40e2-96dd-72bc401adc92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10290 | 2024.07.10 23:08:22.212639 [ 3 ] {a9d56c75-ca1a-40b5-90b0-d626efbf3200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10291 | 2024.07.10 23:08:22.212814 [ 3 ] {a9d56c75-ca1a-40b5-90b0-d626efbf3200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10292 | 2024.07.10 23:08:22.212920 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10411 rows, containing 5 columns (5 merged, 0 gathered) in 0.009063837 sec., 1148630.5413479963 rows/sec., 80.04 MiB/sec. | ||
10293 | 2024.07.10 23:08:22.213101 [ 3 ] {a9d56c75-ca1a-40b5-90b0-d626efbf3200} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10294 | 2024.07.10 23:08:22.213241 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10295 | 2024.07.10 23:08:22.213835 [ 3 ] {a9d56c75-ca1a-40b5-90b0-d626efbf3200} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10296 | 2024.07.10 23:08:22.213926 [ 3 ] {a9d56c75-ca1a-40b5-90b0-d626efbf3200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
10297 | 2024.07.10 23:08:22.214238 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10298 | 2024.07.10 23:08:22.214408 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10299 | 2024.07.10 23:08:22.214570 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
10300 | 2024.07.10 23:08:22.214693 [ 3 ] {a9d56c75-ca1a-40b5-90b0-d626efbf3200} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10301 | 2024.07.10 23:08:22.215053 [ 3 ] {a9d56c75-ca1a-40b5-90b0-d626efbf3200} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10302 | 2024.07.10 23:08:22.215224 [ 3 ] {a9d56c75-ca1a-40b5-90b0-d626efbf3200} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002738 sec., 21913.805697589483 rows/sec., 1.48 MiB/sec. | ||
10303 | 2024.07.10 23:08:22.215422 [ 3 ] {a9d56c75-ca1a-40b5-90b0-d626efbf3200} <Debug> DynamicQueryHandler: Done processing query | ||
10304 | 2024.07.10 23:08:22.215447 [ 3 ] {a9d56c75-ca1a-40b5-90b0-d626efbf3200} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10305 | 2024.07.10 23:08:22.215463 [ 3 ] {} <Debug> HTTP-Session: e4206f23-bb54-40e2-96dd-72bc401adc92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10306 | 2024.07.10 23:08:27.198023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10307 | 2024.07.10 23:08:27.198218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10308 | 2024.07.10 23:08:27.198272 [ 3 ] {} <Debug> HTTP-Session: 4fd6c6fd-3200-4762-9eaf-da27f64146e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10309 | 2024.07.10 23:08:27.198321 [ 3 ] {} <Debug> HTTP-Session: 4fd6c6fd-3200-4762-9eaf-da27f64146e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10310 | 2024.07.10 23:08:27.198357 [ 3 ] {} <Debug> HTTP-Session: 4fd6c6fd-3200-4762-9eaf-da27f64146e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10311 | 2024.07.10 23:08:27.198453 [ 3 ] {} <Trace> HTTP-Session: 4fd6c6fd-3200-4762-9eaf-da27f64146e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10312 | 2024.07.10 23:08:27.198756 [ 3 ] {9f0128d7-c289-4af3-a274-11ef1e368e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10313 | 2024.07.10 23:08:27.198867 [ 3 ] {9f0128d7-c289-4af3-a274-11ef1e368e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10314 | 2024.07.10 23:08:27.199188 [ 3 ] {9f0128d7-c289-4af3-a274-11ef1e368e8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10315 | 2024.07.10 23:08:27.199674 [ 3 ] {9f0128d7-c289-4af3-a274-11ef1e368e8a} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10316 | 2024.07.10 23:08:27.199718 [ 3 ] {9f0128d7-c289-4af3-a274-11ef1e368e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10317 | 2024.07.10 23:08:27.200117 [ 3 ] {9f0128d7-c289-4af3-a274-11ef1e368e8a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10318 | 2024.07.10 23:08:27.200497 [ 3 ] {9f0128d7-c289-4af3-a274-11ef1e368e8a} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10319 | 2024.07.10 23:08:27.200669 [ 3 ] {9f0128d7-c289-4af3-a274-11ef1e368e8a} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.002016 sec., 24801.5873015873 rows/sec., 1.96 MiB/sec. | ||
10320 | 2024.07.10 23:08:27.200880 [ 3 ] {9f0128d7-c289-4af3-a274-11ef1e368e8a} <Debug> DynamicQueryHandler: Done processing query | ||
10321 | 2024.07.10 23:08:27.200910 [ 3 ] {9f0128d7-c289-4af3-a274-11ef1e368e8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10322 | 2024.07.10 23:08:27.200926 [ 3 ] {} <Debug> HTTP-Session: 4fd6c6fd-3200-4762-9eaf-da27f64146e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10323 | 2024.07.10 23:08:27.201133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10324 | 2024.07.10 23:08:27.201186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10325 | 2024.07.10 23:08:27.201206 [ 3 ] {} <Debug> HTTP-Session: 4c2c25d9-04ee-4c3e-8aa3-18d83843ab33 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10326 | 2024.07.10 23:08:27.201225 [ 3 ] {} <Debug> HTTP-Session: 4c2c25d9-04ee-4c3e-8aa3-18d83843ab33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10327 | 2024.07.10 23:08:27.201240 [ 3 ] {} <Debug> HTTP-Session: 4c2c25d9-04ee-4c3e-8aa3-18d83843ab33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10328 | 2024.07.10 23:08:27.201277 [ 3 ] {} <Trace> HTTP-Session: 4c2c25d9-04ee-4c3e-8aa3-18d83843ab33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10329 | 2024.07.10 23:08:27.201533 [ 3 ] {524d35fd-f515-484c-95fd-05151faeb982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10330 | 2024.07.10 23:08:27.201580 [ 3 ] {524d35fd-f515-484c-95fd-05151faeb982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10331 | 2024.07.10 23:08:27.201715 [ 3 ] {524d35fd-f515-484c-95fd-05151faeb982} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10332 | 2024.07.10 23:08:27.202185 [ 3 ] {524d35fd-f515-484c-95fd-05151faeb982} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10333 | 2024.07.10 23:08:27.202224 [ 3 ] {524d35fd-f515-484c-95fd-05151faeb982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10334 | 2024.07.10 23:08:27.202571 [ 3 ] {524d35fd-f515-484c-95fd-05151faeb982} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10335 | 2024.07.10 23:08:27.202895 [ 3 ] {524d35fd-f515-484c-95fd-05151faeb982} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10336 | 2024.07.10 23:08:27.203057 [ 3 ] {524d35fd-f515-484c-95fd-05151faeb982} <Debug> executeQuery: Read 206 rows, 18.03 KiB in 0.00159 sec., 129559.74842767295 rows/sec., 11.08 MiB/sec. | ||
10337 | 2024.07.10 23:08:27.203060 [ 133 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
10338 | 2024.07.10 23:08:27.203195 [ 133 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10339 | 2024.07.10 23:08:27.203236 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10340 | 2024.07.10 23:08:27.203334 [ 3 ] {524d35fd-f515-484c-95fd-05151faeb982} <Debug> DynamicQueryHandler: Done processing query | ||
10341 | 2024.07.10 23:08:27.203402 [ 3 ] {524d35fd-f515-484c-95fd-05151faeb982} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10342 | 2024.07.10 23:08:27.203467 [ 3 ] {} <Debug> HTTP-Session: 4c2c25d9-04ee-4c3e-8aa3-18d83843ab33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10343 | 2024.07.10 23:08:27.203523 [ 198 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
10344 | 2024.07.10 23:08:27.203698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10345 | 2024.07.10 23:08:27.203773 [ 198 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10346 | 2024.07.10 23:08:27.203789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10347 | 2024.07.10 23:08:27.203840 [ 3 ] {} <Debug> HTTP-Session: 6a5d9a53-a3cd-4728-8421-79537c09cf1b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10348 | 2024.07.10 23:08:27.203847 [ 198 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 247 rows starting from the beginning of the part | ||
10349 | 2024.07.10 23:08:27.203880 [ 3 ] {} <Debug> HTTP-Session: 6a5d9a53-a3cd-4728-8421-79537c09cf1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10350 | 2024.07.10 23:08:27.203919 [ 3 ] {} <Debug> HTTP-Session: 6a5d9a53-a3cd-4728-8421-79537c09cf1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10351 | 2024.07.10 23:08:27.204092 [ 198 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 207 rows starting from the beginning of the part | ||
10352 | 2024.07.10 23:08:27.204084 [ 3 ] {} <Trace> HTTP-Session: 6a5d9a53-a3cd-4728-8421-79537c09cf1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10353 | 2024.07.10 23:08:27.204243 [ 198 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 59 rows starting from the beginning of the part | ||
10354 | 2024.07.10 23:08:27.204602 [ 198 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 243 rows starting from the beginning of the part | ||
10355 | 2024.07.10 23:08:27.204617 [ 3 ] {463761d0-851e-4906-8ff7-50c933b3d194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10356 | 2024.07.10 23:08:27.204889 [ 3 ] {463761d0-851e-4906-8ff7-50c933b3d194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10357 | 2024.07.10 23:08:27.204931 [ 198 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 59 rows starting from the beginning of the part | ||
10358 | 2024.07.10 23:08:27.205313 [ 198 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 206 rows starting from the beginning of the part | ||
10359 | 2024.07.10 23:08:27.206144 [ 3 ] {463761d0-851e-4906-8ff7-50c933b3d194} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10360 | 2024.07.10 23:08:27.207100 [ 3 ] {463761d0-851e-4906-8ff7-50c933b3d194} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10361 | 2024.07.10 23:08:27.207174 [ 3 ] {463761d0-851e-4906-8ff7-50c933b3d194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10362 | 2024.07.10 23:08:27.207933 [ 3 ] {463761d0-851e-4906-8ff7-50c933b3d194} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10363 | 2024.07.10 23:08:27.208488 [ 198 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 4 columns (4 merged, 0 gathered) in 0.00511484 sec., 199615.23723127216 rows/sec., 16.72 MiB/sec. | ||
10364 | 2024.07.10 23:08:27.208749 [ 193 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
10365 | 2024.07.10 23:08:27.208815 [ 3 ] {463761d0-851e-4906-8ff7-50c933b3d194} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10366 | 2024.07.10 23:08:27.209086 [ 133 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
10367 | 2024.07.10 23:08:27.209177 [ 133 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10368 | 2024.07.10 23:08:27.209206 [ 3 ] {463761d0-851e-4906-8ff7-50c933b3d194} <Debug> executeQuery: Read 114 rows, 9.12 KiB in 0.004846 sec., 23524.556335121753 rows/sec., 1.84 MiB/sec. | ||
10369 | 2024.07.10 23:08:27.209242 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10370 | 2024.07.10 23:08:27.209956 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
10371 | 2024.07.10 23:08:27.210146 [ 3 ] {463761d0-851e-4906-8ff7-50c933b3d194} <Debug> DynamicQueryHandler: Done processing query | ||
10372 | 2024.07.10 23:08:27.210249 [ 3 ] {463761d0-851e-4906-8ff7-50c933b3d194} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10373 | 2024.07.10 23:08:27.210354 [ 3 ] {} <Debug> HTTP-Session: 6a5d9a53-a3cd-4728-8421-79537c09cf1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10374 | 2024.07.10 23:08:27.210732 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10375 | 2024.07.10 23:08:27.210751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10376 | 2024.07.10 23:08:27.210872 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 172 rows starting from the beginning of the part | ||
10377 | 2024.07.10 23:08:27.210924 [ 193 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_71_14} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10378 | 2024.07.10 23:08:27.210996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10379 | 2024.07.10 23:08:27.211160 [ 3 ] {} <Debug> HTTP-Session: a4d9f716-e909-49ff-9498-ff3823c26bf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10380 | 2024.07.10 23:08:27.211306 [ 3 ] {} <Debug> HTTP-Session: a4d9f716-e909-49ff-9498-ff3823c26bf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10381 | 2024.07.10 23:08:27.211371 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 116 rows starting from the beginning of the part | ||
10382 | 2024.07.10 23:08:27.211443 [ 3 ] {} <Debug> HTTP-Session: a4d9f716-e909-49ff-9498-ff3823c26bf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10383 | 2024.07.10 23:08:27.211697 [ 3 ] {} <Trace> HTTP-Session: a4d9f716-e909-49ff-9498-ff3823c26bf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10384 | 2024.07.10 23:08:27.212012 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 65 rows starting from the beginning of the part | ||
10385 | 2024.07.10 23:08:27.212060 [ 193 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_71_14} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
10386 | 2024.07.10 23:08:27.212451 [ 3 ] {d77ee760-cd9b-47cc-b880-025d640f5376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10387 | 2024.07.10 23:08:27.212466 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 140 rows starting from the beginning of the part | ||
10388 | 2024.07.10 23:08:27.212670 [ 3 ] {d77ee760-cd9b-47cc-b880-025d640f5376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10389 | 2024.07.10 23:08:27.212894 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
10390 | 2024.07.10 23:08:27.212904 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 65 rows starting from the beginning of the part | ||
10391 | 2024.07.10 23:08:27.213344 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 114 rows starting from the beginning of the part | ||
10392 | 2024.07.10 23:08:27.214062 [ 3 ] {d77ee760-cd9b-47cc-b880-025d640f5376} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10393 | 2024.07.10 23:08:27.214689 [ 3 ] {d77ee760-cd9b-47cc-b880-025d640f5376} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10394 | 2024.07.10 23:08:27.214741 [ 3 ] {d77ee760-cd9b-47cc-b880-025d640f5376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10395 | 2024.07.10 23:08:27.215310 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 672 rows, containing 4 columns (4 merged, 0 gathered) in 0.005907848 sec., 113747.00229254374 rows/sec., 8.88 MiB/sec. | ||
10396 | 2024.07.10 23:08:27.215353 [ 3 ] {d77ee760-cd9b-47cc-b880-025d640f5376} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10397 | 2024.07.10 23:08:27.215436 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
10398 | 2024.07.10 23:08:27.215825 [ 3 ] {d77ee760-cd9b-47cc-b880-025d640f5376} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10399 | 2024.07.10 23:08:27.215874 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_71_14} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10400 | 2024.07.10 23:08:27.216012 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_71_14} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
10401 | 2024.07.10 23:08:27.216053 [ 3 ] {d77ee760-cd9b-47cc-b880-025d640f5376} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003933 sec., 40681.41367912535 rows/sec., 2.83 MiB/sec. | ||
10402 | 2024.07.10 23:08:27.216156 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
10403 | 2024.07.10 23:08:27.216304 [ 3 ] {d77ee760-cd9b-47cc-b880-025d640f5376} <Debug> DynamicQueryHandler: Done processing query | ||
10404 | 2024.07.10 23:08:27.216331 [ 3 ] {d77ee760-cd9b-47cc-b880-025d640f5376} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10405 | 2024.07.10 23:08:27.216347 [ 3 ] {} <Debug> HTTP-Session: a4d9f716-e909-49ff-9498-ff3823c26bf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10406 | 2024.07.10 23:08:27.216552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 80697, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10407 | 2024.07.10 23:08:27.216604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10408 | 2024.07.10 23:08:27.216623 [ 3 ] {} <Debug> HTTP-Session: bb87d90e-7c09-4105-8f4a-a29113f30b21 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10409 | 2024.07.10 23:08:27.216640 [ 3 ] {} <Debug> HTTP-Session: bb87d90e-7c09-4105-8f4a-a29113f30b21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10410 | 2024.07.10 23:08:27.216655 [ 3 ] {} <Debug> HTTP-Session: bb87d90e-7c09-4105-8f4a-a29113f30b21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10411 | 2024.07.10 23:08:27.216686 [ 3 ] {} <Trace> HTTP-Session: bb87d90e-7c09-4105-8f4a-a29113f30b21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10412 | 2024.07.10 23:08:27.217150 [ 3 ] {c4e025d5-9914-46c9-bf41-8d5de83033a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10413 | 2024.07.10 23:08:27.217217 [ 3 ] {c4e025d5-9914-46c9-bf41-8d5de83033a0} <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 | ||
10414 | 2024.07.10 23:08:27.217613 [ 3 ] {c4e025d5-9914-46c9-bf41-8d5de83033a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10415 | 2024.07.10 23:08:27.218459 [ 3 ] {c4e025d5-9914-46c9-bf41-8d5de83033a0} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10416 | 2024.07.10 23:08:27.218496 [ 3 ] {c4e025d5-9914-46c9-bf41-8d5de83033a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10417 | 2024.07.10 23:08:27.219160 [ 3 ] {c4e025d5-9914-46c9-bf41-8d5de83033a0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10418 | 2024.07.10 23:08:27.219583 [ 3 ] {c4e025d5-9914-46c9-bf41-8d5de83033a0} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10419 | 2024.07.10 23:08:27.219792 [ 133 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10420 | 2024.07.10 23:08:27.219806 [ 3 ] {c4e025d5-9914-46c9-bf41-8d5de83033a0} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.002997 sec., 16683.35001668335 rows/sec., 29.90 MiB/sec. | ||
10421 | 2024.07.10 23:08:27.219894 [ 133 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10422 | 2024.07.10 23:08:27.220004 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10423 | 2024.07.10 23:08:27.220448 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
10424 | 2024.07.10 23:08:27.220506 [ 3 ] {c4e025d5-9914-46c9-bf41-8d5de83033a0} <Debug> DynamicQueryHandler: Done processing query | ||
10425 | 2024.07.10 23:08:27.220595 [ 3 ] {c4e025d5-9914-46c9-bf41-8d5de83033a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
10426 | 2024.07.10 23:08:27.220666 [ 3 ] {} <Debug> HTTP-Session: bb87d90e-7c09-4105-8f4a-a29113f30b21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10427 | 2024.07.10 23:08:27.220956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10428 | 2024.07.10 23:08:27.221123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10429 | 2024.07.10 23:08:27.221216 [ 3 ] {} <Debug> HTTP-Session: add1ba6c-56ac-4a1a-b267-e244e8d2f292 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10430 | 2024.07.10 23:08:27.221291 [ 3 ] {} <Debug> HTTP-Session: add1ba6c-56ac-4a1a-b267-e244e8d2f292 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10431 | 2024.07.10 23:08:27.221359 [ 3 ] {} <Debug> HTTP-Session: add1ba6c-56ac-4a1a-b267-e244e8d2f292 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10432 | 2024.07.10 23:08:27.221508 [ 3 ] {} <Trace> HTTP-Session: add1ba6c-56ac-4a1a-b267-e244e8d2f292 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10433 | 2024.07.10 23:08:27.221858 [ 3 ] {e5c9d1c0-31e1-4c68-9b5c-cb3c21cd4ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10434 | 2024.07.10 23:08:27.221986 [ 3 ] {e5c9d1c0-31e1-4c68-9b5c-cb3c21cd4ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10435 | 2024.07.10 23:08:27.222272 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10436 | 2024.07.10 23:08:27.222500 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1087 rows starting from the beginning of the part | ||
10437 | 2024.07.10 23:08:27.222704 [ 3 ] {e5c9d1c0-31e1-4c68-9b5c-cb3c21cd4ed9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10438 | 2024.07.10 23:08:27.223238 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 50 rows starting from the beginning of the part | ||
10439 | 2024.07.10 23:08:27.223956 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
10440 | 2024.07.10 23:08:27.224128 [ 3 ] {e5c9d1c0-31e1-4c68-9b5c-cb3c21cd4ed9} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10441 | 2024.07.10 23:08:27.224229 [ 3 ] {e5c9d1c0-31e1-4c68-9b5c-cb3c21cd4ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10442 | 2024.07.10 23:08:27.224593 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 50 rows starting from the beginning of the part | ||
10443 | 2024.07.10 23:08:27.225187 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
10444 | 2024.07.10 23:08:27.225743 [ 194 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 50 rows starting from the beginning of the part | ||
10445 | 2024.07.10 23:08:27.225793 [ 3 ] {e5c9d1c0-31e1-4c68-9b5c-cb3c21cd4ed9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10446 | 2024.07.10 23:08:27.226801 [ 3 ] {e5c9d1c0-31e1-4c68-9b5c-cb3c21cd4ed9} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10447 | 2024.07.10 23:08:27.227202 [ 3 ] {e5c9d1c0-31e1-4c68-9b5c-cb3c21cd4ed9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005462 sec., 10984.987184181618 rows/sec., 758.08 KiB/sec. | ||
10448 | 2024.07.10 23:08:27.227187 [ 133 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10449 | 2024.07.10 23:08:27.227468 [ 133 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10450 | 2024.07.10 23:08:27.227570 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10451 | 2024.07.10 23:08:27.227784 [ 3 ] {e5c9d1c0-31e1-4c68-9b5c-cb3c21cd4ed9} <Debug> DynamicQueryHandler: Done processing query | ||
10452 | 2024.07.10 23:08:27.227883 [ 3 ] {e5c9d1c0-31e1-4c68-9b5c-cb3c21cd4ed9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10453 | 2024.07.10 23:08:27.227991 [ 3 ] {} <Debug> HTTP-Session: add1ba6c-56ac-4a1a-b267-e244e8d2f292 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10454 | 2024.07.10 23:08:27.228222 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
10455 | 2024.07.10 23:08:27.228601 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10456 | 2024.07.10 23:08:27.228651 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3258 rows starting from the beginning of the part | ||
10457 | 2024.07.10 23:08:27.228760 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
10458 | 2024.07.10 23:08:27.229072 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
10459 | 2024.07.10 23:08:27.229264 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
10460 | 2024.07.10 23:08:27.229587 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
10461 | 2024.07.10 23:08:27.229989 [ 192 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
10462 | 2024.07.10 23:08:27.233764 [ 199 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3558 rows, containing 4 columns (4 merged, 0 gathered) in 0.00601124 sec., 591891.1905031241 rows/sec., 39.96 MiB/sec. | ||
10463 | 2024.07.10 23:08:27.234150 [ 201 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10464 | 2024.07.10 23:08:27.234959 [ 201 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_66_13} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10465 | 2024.07.10 23:08:27.235071 [ 201 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_66_13} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10466 | 2024.07.10 23:08:27.235254 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
10467 | 2024.07.10 23:08:27.237387 [ 199 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1239 rows, containing 19 columns (19 merged, 0 gathered) in 0.017222793 sec., 71939.55126790411 rows/sec., 128.91 MiB/sec. | ||
10468 | 2024.07.10 23:08:27.238522 [ 201 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10469 | 2024.07.10 23:08:27.239127 [ 201 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10470 | 2024.07.10 23:08:27.239216 [ 201 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10471 | 2024.07.10 23:08:27.239369 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.39 MiB. | ||
10472 | 2024.07.10 23:08:27.553642 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10473 | 2024.07.10 23:08:27.553705 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10474 | 2024.07.10 23:08:28.765850 [ 128 ] {} <Debug> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
10475 | 2024.07.10 23:08:28.765943 [ 128 ] {} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10476 | 2024.07.10 23:08:28.765984 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10477 | 2024.07.10 23:08:28.766295 [ 190 ] {c4817826-8c46-47f4-a150-00bb10db9e81::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 | ||
10478 | 2024.07.10 23:08:28.766579 [ 190 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10479 | 2024.07.10 23:08:28.766614 [ 190 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 14 rows starting from the beginning of the part | ||
10480 | 2024.07.10 23:08:28.766692 [ 190 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
10481 | 2024.07.10 23:08:28.766878 [ 190 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
10482 | 2024.07.10 23:08:28.767071 [ 190 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
10483 | 2024.07.10 23:08:28.767399 [ 190 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
10484 | 2024.07.10 23:08:28.768695 [ 189 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002592087 sec., 10802.106565096003 rows/sec., 880.84 KiB/sec. | ||
10485 | 2024.07.10 23:08:28.768877 [ 188 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
10486 | 2024.07.10 23:08:28.769297 [ 188 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_22_5} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10487 | 2024.07.10 23:08:28.769386 [ 188 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_22_5} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
10488 | 2024.07.10 23:08:28.769479 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
10489 | 2024.07.10 23:08:29.611837 [ 129 ] {} <Debug> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
10490 | 2024.07.10 23:08:29.611910 [ 129 ] {} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10491 | 2024.07.10 23:08:29.611938 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10492 | 2024.07.10 23:08:29.612146 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::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 | ||
10493 | 2024.07.10 23:08:29.612379 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10494 | 2024.07.10 23:08:29.612414 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 14 rows starting from the beginning of the part | ||
10495 | 2024.07.10 23:08:29.612493 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
10496 | 2024.07.10 23:08:29.612578 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
10497 | 2024.07.10 23:08:29.612772 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
10498 | 2024.07.10 23:08:29.613047 [ 190 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
10499 | 2024.07.10 23:08:29.614252 [ 188 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002232349 sec., 12542.841643488542 rows/sec., 875.79 KiB/sec. | ||
10500 | 2024.07.10 23:08:29.614430 [ 188 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
10501 | 2024.07.10 23:08:29.614838 [ 188 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_22_5} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10502 | 2024.07.10 23:08:29.614927 [ 188 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_22_5} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
10503 | 2024.07.10 23:08:29.615021 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10504 | 2024.07.10 23:08:32.194915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10505 | 2024.07.10 23:08:32.195108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10506 | 2024.07.10 23:08:32.195154 [ 3 ] {} <Debug> HTTP-Session: 302c8faa-bf6e-491c-98b9-e04c98179f24 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10507 | 2024.07.10 23:08:32.195196 [ 3 ] {} <Debug> HTTP-Session: 302c8faa-bf6e-491c-98b9-e04c98179f24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10508 | 2024.07.10 23:08:32.195225 [ 3 ] {} <Debug> HTTP-Session: 302c8faa-bf6e-491c-98b9-e04c98179f24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10509 | 2024.07.10 23:08:32.195309 [ 3 ] {} <Trace> HTTP-Session: 302c8faa-bf6e-491c-98b9-e04c98179f24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10510 | 2024.07.10 23:08:32.195545 [ 3 ] {c1c25d76-b209-4126-9130-474db7892926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10511 | 2024.07.10 23:08:32.195614 [ 3 ] {c1c25d76-b209-4126-9130-474db7892926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10512 | 2024.07.10 23:08:32.195809 [ 3 ] {c1c25d76-b209-4126-9130-474db7892926} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10513 | 2024.07.10 23:08:32.196211 [ 3 ] {c1c25d76-b209-4126-9130-474db7892926} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10514 | 2024.07.10 23:08:32.196252 [ 3 ] {c1c25d76-b209-4126-9130-474db7892926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10515 | 2024.07.10 23:08:32.196622 [ 3 ] {c1c25d76-b209-4126-9130-474db7892926} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10516 | 2024.07.10 23:08:32.196971 [ 3 ] {c1c25d76-b209-4126-9130-474db7892926} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10517 | 2024.07.10 23:08:32.197134 [ 3 ] {c1c25d76-b209-4126-9130-474db7892926} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001634 sec., 611.9951040391677 rows/sec., 49.61 KiB/sec. | ||
10518 | 2024.07.10 23:08:32.197343 [ 3 ] {c1c25d76-b209-4126-9130-474db7892926} <Debug> DynamicQueryHandler: Done processing query | ||
10519 | 2024.07.10 23:08:32.197370 [ 3 ] {c1c25d76-b209-4126-9130-474db7892926} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10520 | 2024.07.10 23:08:32.197387 [ 3 ] {} <Debug> HTTP-Session: 302c8faa-bf6e-491c-98b9-e04c98179f24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10521 | 2024.07.10 23:08:32.197558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10522 | 2024.07.10 23:08:32.197609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10523 | 2024.07.10 23:08:32.197628 [ 3 ] {} <Debug> HTTP-Session: dd0318ae-4fd9-4623-b7b3-256d1dbc2d25 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10524 | 2024.07.10 23:08:32.197647 [ 3 ] {} <Debug> HTTP-Session: dd0318ae-4fd9-4623-b7b3-256d1dbc2d25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10525 | 2024.07.10 23:08:32.197661 [ 3 ] {} <Debug> HTTP-Session: dd0318ae-4fd9-4623-b7b3-256d1dbc2d25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10526 | 2024.07.10 23:08:32.197693 [ 3 ] {} <Trace> HTTP-Session: dd0318ae-4fd9-4623-b7b3-256d1dbc2d25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10527 | 2024.07.10 23:08:32.197804 [ 3 ] {cb0ebc20-2d0e-4d11-882f-e6e8c46135e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10528 | 2024.07.10 23:08:32.197848 [ 3 ] {cb0ebc20-2d0e-4d11-882f-e6e8c46135e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10529 | 2024.07.10 23:08:32.197975 [ 3 ] {cb0ebc20-2d0e-4d11-882f-e6e8c46135e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10530 | 2024.07.10 23:08:32.198306 [ 3 ] {cb0ebc20-2d0e-4d11-882f-e6e8c46135e4} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10531 | 2024.07.10 23:08:32.198343 [ 3 ] {cb0ebc20-2d0e-4d11-882f-e6e8c46135e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10532 | 2024.07.10 23:08:32.198677 [ 3 ] {cb0ebc20-2d0e-4d11-882f-e6e8c46135e4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
10533 | 2024.07.10 23:08:32.199000 [ 3 ] {cb0ebc20-2d0e-4d11-882f-e6e8c46135e4} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10534 | 2024.07.10 23:08:32.199145 [ 3 ] {cb0ebc20-2d0e-4d11-882f-e6e8c46135e4} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001375 sec., 42909.09090909091 rows/sec., 3.32 MiB/sec. | ||
10535 | 2024.07.10 23:08:32.199298 [ 3 ] {cb0ebc20-2d0e-4d11-882f-e6e8c46135e4} <Debug> DynamicQueryHandler: Done processing query | ||
10536 | 2024.07.10 23:08:32.199322 [ 3 ] {cb0ebc20-2d0e-4d11-882f-e6e8c46135e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10537 | 2024.07.10 23:08:32.199337 [ 3 ] {} <Debug> HTTP-Session: dd0318ae-4fd9-4623-b7b3-256d1dbc2d25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10538 | 2024.07.10 23:08:32.199474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10539 | 2024.07.10 23:08:32.199522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10540 | 2024.07.10 23:08:32.199542 [ 3 ] {} <Debug> HTTP-Session: 299b77ca-127e-4b38-888b-832c379f11ca Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10541 | 2024.07.10 23:08:32.199559 [ 3 ] {} <Debug> HTTP-Session: 299b77ca-127e-4b38-888b-832c379f11ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10542 | 2024.07.10 23:08:32.199573 [ 3 ] {} <Debug> HTTP-Session: 299b77ca-127e-4b38-888b-832c379f11ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10543 | 2024.07.10 23:08:32.199604 [ 3 ] {} <Trace> HTTP-Session: 299b77ca-127e-4b38-888b-832c379f11ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10544 | 2024.07.10 23:08:32.199717 [ 3 ] {01e9b0d1-85ae-49be-98d5-308608ebadcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10545 | 2024.07.10 23:08:32.199760 [ 3 ] {01e9b0d1-85ae-49be-98d5-308608ebadcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10546 | 2024.07.10 23:08:32.199883 [ 3 ] {01e9b0d1-85ae-49be-98d5-308608ebadcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10547 | 2024.07.10 23:08:32.200195 [ 3 ] {01e9b0d1-85ae-49be-98d5-308608ebadcd} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10548 | 2024.07.10 23:08:32.200231 [ 3 ] {01e9b0d1-85ae-49be-98d5-308608ebadcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10549 | 2024.07.10 23:08:32.200571 [ 3 ] {01e9b0d1-85ae-49be-98d5-308608ebadcd} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
10550 | 2024.07.10 23:08:32.200888 [ 3 ] {01e9b0d1-85ae-49be-98d5-308608ebadcd} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10551 | 2024.07.10 23:08:32.201033 [ 3 ] {01e9b0d1-85ae-49be-98d5-308608ebadcd} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001352 sec., 48076.92307692308 rows/sec., 3.75 MiB/sec. | ||
10552 | 2024.07.10 23:08:32.201201 [ 3 ] {01e9b0d1-85ae-49be-98d5-308608ebadcd} <Debug> DynamicQueryHandler: Done processing query | ||
10553 | 2024.07.10 23:08:32.201225 [ 3 ] {01e9b0d1-85ae-49be-98d5-308608ebadcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10554 | 2024.07.10 23:08:32.201241 [ 3 ] {} <Debug> HTTP-Session: 299b77ca-127e-4b38-888b-832c379f11ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10555 | 2024.07.10 23:08:32.201390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10556 | 2024.07.10 23:08:32.201438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10557 | 2024.07.10 23:08:32.201458 [ 3 ] {} <Debug> HTTP-Session: 212e653f-55f0-4609-a4c9-cb5075da873a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10558 | 2024.07.10 23:08:32.201475 [ 3 ] {} <Debug> HTTP-Session: 212e653f-55f0-4609-a4c9-cb5075da873a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10559 | 2024.07.10 23:08:32.201488 [ 3 ] {} <Debug> HTTP-Session: 212e653f-55f0-4609-a4c9-cb5075da873a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10560 | 2024.07.10 23:08:32.201519 [ 3 ] {} <Trace> HTTP-Session: 212e653f-55f0-4609-a4c9-cb5075da873a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10561 | 2024.07.10 23:08:32.201659 [ 3 ] {0bcd1d7c-f158-434e-a9b6-185544e41c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10562 | 2024.07.10 23:08:32.201707 [ 3 ] {0bcd1d7c-f158-434e-a9b6-185544e41c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10563 | 2024.07.10 23:08:32.201852 [ 3 ] {0bcd1d7c-f158-434e-a9b6-185544e41c04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10564 | 2024.07.10 23:08:32.202217 [ 3 ] {0bcd1d7c-f158-434e-a9b6-185544e41c04} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10565 | 2024.07.10 23:08:32.202253 [ 3 ] {0bcd1d7c-f158-434e-a9b6-185544e41c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10566 | 2024.07.10 23:08:32.202646 [ 3 ] {0bcd1d7c-f158-434e-a9b6-185544e41c04} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10567 | 2024.07.10 23:08:32.202992 [ 3 ] {0bcd1d7c-f158-434e-a9b6-185544e41c04} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10568 | 2024.07.10 23:08:32.203149 [ 3 ] {0bcd1d7c-f158-434e-a9b6-185544e41c04} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001545 sec., 103559.87055016181 rows/sec., 7.21 MiB/sec. | ||
10569 | 2024.07.10 23:08:32.203306 [ 3 ] {0bcd1d7c-f158-434e-a9b6-185544e41c04} <Debug> DynamicQueryHandler: Done processing query | ||
10570 | 2024.07.10 23:08:32.203331 [ 3 ] {0bcd1d7c-f158-434e-a9b6-185544e41c04} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10571 | 2024.07.10 23:08:32.203346 [ 3 ] {} <Debug> HTTP-Session: 212e653f-55f0-4609-a4c9-cb5075da873a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10572 | 2024.07.10 23:08:32.203467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10573 | 2024.07.10 23:08:32.203514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10574 | 2024.07.10 23:08:32.203532 [ 3 ] {} <Debug> HTTP-Session: b9517771-eb85-4ef3-88f0-e287e7784f60 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10575 | 2024.07.10 23:08:32.203549 [ 3 ] {} <Debug> HTTP-Session: b9517771-eb85-4ef3-88f0-e287e7784f60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10576 | 2024.07.10 23:08:32.203563 [ 3 ] {} <Debug> HTTP-Session: b9517771-eb85-4ef3-88f0-e287e7784f60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10577 | 2024.07.10 23:08:32.203594 [ 3 ] {} <Trace> HTTP-Session: b9517771-eb85-4ef3-88f0-e287e7784f60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10578 | 2024.07.10 23:08:32.203699 [ 3 ] {ac06e9dc-1364-4b79-8461-ec46811707c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10579 | 2024.07.10 23:08:32.203762 [ 3 ] {ac06e9dc-1364-4b79-8461-ec46811707c4} <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 | ||
10580 | 2024.07.10 23:08:32.204159 [ 3 ] {ac06e9dc-1364-4b79-8461-ec46811707c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10581 | 2024.07.10 23:08:32.204595 [ 3 ] {ac06e9dc-1364-4b79-8461-ec46811707c4} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10582 | 2024.07.10 23:08:32.204631 [ 3 ] {ac06e9dc-1364-4b79-8461-ec46811707c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10583 | 2024.07.10 23:08:32.205197 [ 3 ] {ac06e9dc-1364-4b79-8461-ec46811707c4} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10584 | 2024.07.10 23:08:32.205609 [ 3 ] {ac06e9dc-1364-4b79-8461-ec46811707c4} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10585 | 2024.07.10 23:08:32.205788 [ 3 ] {ac06e9dc-1364-4b79-8461-ec46811707c4} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002126 sec., 470.3668861712136 rows/sec., 863.10 KiB/sec. | ||
10586 | 2024.07.10 23:08:32.205999 [ 3 ] {ac06e9dc-1364-4b79-8461-ec46811707c4} <Debug> DynamicQueryHandler: Done processing query | ||
10587 | 2024.07.10 23:08:32.206023 [ 3 ] {ac06e9dc-1364-4b79-8461-ec46811707c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10588 | 2024.07.10 23:08:32.206039 [ 3 ] {} <Debug> HTTP-Session: b9517771-eb85-4ef3-88f0-e287e7784f60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10589 | 2024.07.10 23:08:32.206164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10590 | 2024.07.10 23:08:32.206214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10591 | 2024.07.10 23:08:32.206232 [ 3 ] {} <Debug> HTTP-Session: 2255234d-959e-4666-b6df-3ba3ced6cf51 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10592 | 2024.07.10 23:08:32.206249 [ 3 ] {} <Debug> HTTP-Session: 2255234d-959e-4666-b6df-3ba3ced6cf51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10593 | 2024.07.10 23:08:32.206264 [ 3 ] {} <Debug> HTTP-Session: 2255234d-959e-4666-b6df-3ba3ced6cf51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10594 | 2024.07.10 23:08:32.206295 [ 3 ] {} <Trace> HTTP-Session: 2255234d-959e-4666-b6df-3ba3ced6cf51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10595 | 2024.07.10 23:08:32.206434 [ 3 ] {ebbacdab-1251-4bfa-be55-886d3a30bb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10596 | 2024.07.10 23:08:32.206480 [ 3 ] {ebbacdab-1251-4bfa-be55-886d3a30bb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10597 | 2024.07.10 23:08:32.206607 [ 3 ] {ebbacdab-1251-4bfa-be55-886d3a30bb34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10598 | 2024.07.10 23:08:32.206881 [ 3 ] {ebbacdab-1251-4bfa-be55-886d3a30bb34} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10599 | 2024.07.10 23:08:32.206917 [ 3 ] {ebbacdab-1251-4bfa-be55-886d3a30bb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10600 | 2024.07.10 23:08:32.207277 [ 3 ] {ebbacdab-1251-4bfa-be55-886d3a30bb34} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10601 | 2024.07.10 23:08:32.207612 [ 3 ] {ebbacdab-1251-4bfa-be55-886d3a30bb34} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10602 | 2024.07.10 23:08:32.207766 [ 3 ] {ebbacdab-1251-4bfa-be55-886d3a30bb34} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
10603 | 2024.07.10 23:08:32.208011 [ 3 ] {ebbacdab-1251-4bfa-be55-886d3a30bb34} <Debug> DynamicQueryHandler: Done processing query | ||
10604 | 2024.07.10 23:08:32.208071 [ 3 ] {ebbacdab-1251-4bfa-be55-886d3a30bb34} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10605 | 2024.07.10 23:08:32.208134 [ 3 ] {} <Debug> HTTP-Session: 2255234d-959e-4666-b6df-3ba3ced6cf51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10606 | 2024.07.10 23:08:37.196874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10607 | 2024.07.10 23:08:37.197004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10608 | 2024.07.10 23:08:37.197029 [ 3 ] {} <Debug> HTTP-Session: 25b077e8-263c-4540-bb86-8d19a43b5ee1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10609 | 2024.07.10 23:08:37.197054 [ 3 ] {} <Debug> HTTP-Session: 25b077e8-263c-4540-bb86-8d19a43b5ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10610 | 2024.07.10 23:08:37.197069 [ 3 ] {} <Debug> HTTP-Session: 25b077e8-263c-4540-bb86-8d19a43b5ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10611 | 2024.07.10 23:08:37.197119 [ 3 ] {} <Trace> HTTP-Session: 25b077e8-263c-4540-bb86-8d19a43b5ee1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10612 | 2024.07.10 23:08:37.197317 [ 3 ] {2e81f2fa-27b1-4e92-9631-b759d92636b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10613 | 2024.07.10 23:08:37.197387 [ 3 ] {2e81f2fa-27b1-4e92-9631-b759d92636b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10614 | 2024.07.10 23:08:37.197578 [ 3 ] {2e81f2fa-27b1-4e92-9631-b759d92636b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10615 | 2024.07.10 23:08:37.198013 [ 3 ] {2e81f2fa-27b1-4e92-9631-b759d92636b9} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10616 | 2024.07.10 23:08:37.198055 [ 3 ] {2e81f2fa-27b1-4e92-9631-b759d92636b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10617 | 2024.07.10 23:08:37.198432 [ 3 ] {2e81f2fa-27b1-4e92-9631-b759d92636b9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10618 | 2024.07.10 23:08:37.198781 [ 3 ] {2e81f2fa-27b1-4e92-9631-b759d92636b9} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10619 | 2024.07.10 23:08:37.198960 [ 3 ] {2e81f2fa-27b1-4e92-9631-b759d92636b9} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001702 sec., 29377.20329024677 rows/sec., 2.33 MiB/sec. | ||
10620 | 2024.07.10 23:08:37.198976 [ 121 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 6 parts from all_1_53_11 to all_58_58_0 | ||
10621 | 2024.07.10 23:08:37.199084 [ 121 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10622 | 2024.07.10 23:08:37.199132 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10623 | 2024.07.10 23:08:37.199256 [ 3 ] {2e81f2fa-27b1-4e92-9631-b759d92636b9} <Debug> DynamicQueryHandler: Done processing query | ||
10624 | 2024.07.10 23:08:37.199311 [ 3 ] {2e81f2fa-27b1-4e92-9631-b759d92636b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10625 | 2024.07.10 23:08:37.199338 [ 3 ] {} <Debug> HTTP-Session: 25b077e8-263c-4540-bb86-8d19a43b5ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10626 | 2024.07.10 23:08:37.199358 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_58_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_53_11 to all_58_58_0 into Compact with storage Full | ||
10627 | 2024.07.10 23:08:37.199554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10628 | 2024.07.10 23:08:37.199618 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_58_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10629 | 2024.07.10 23:08:37.199645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10630 | 2024.07.10 23:08:37.199682 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_11, total 51 rows starting from the beginning of the part | ||
10631 | 2024.07.10 23:08:37.199691 [ 3 ] {} <Debug> HTTP-Session: fdd2ce86-4041-4e03-908d-3e56e4eed45f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10632 | 2024.07.10 23:08:37.199741 [ 3 ] {} <Debug> HTTP-Session: fdd2ce86-4041-4e03-908d-3e56e4eed45f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10633 | 2024.07.10 23:08:37.199776 [ 3 ] {} <Debug> HTTP-Session: fdd2ce86-4041-4e03-908d-3e56e4eed45f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10634 | 2024.07.10 23:08:37.199891 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 50 rows starting from the beginning of the part | ||
10635 | 2024.07.10 23:08:37.199901 [ 3 ] {} <Trace> HTTP-Session: fdd2ce86-4041-4e03-908d-3e56e4eed45f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10636 | 2024.07.10 23:08:37.200230 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
10637 | 2024.07.10 23:08:37.200397 [ 3 ] {37ee35d6-4115-4e80-8a8b-7e47f1cd66cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10638 | 2024.07.10 23:08:37.200585 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 50 rows starting from the beginning of the part | ||
10639 | 2024.07.10 23:08:37.200589 [ 3 ] {37ee35d6-4115-4e80-8a8b-7e47f1cd66cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10640 | 2024.07.10 23:08:37.200840 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
10641 | 2024.07.10 23:08:37.201162 [ 187 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 50 rows starting from the beginning of the part | ||
10642 | 2024.07.10 23:08:37.201791 [ 3 ] {37ee35d6-4115-4e80-8a8b-7e47f1cd66cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10643 | 2024.07.10 23:08:37.202937 [ 3 ] {37ee35d6-4115-4e80-8a8b-7e47f1cd66cc} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10644 | 2024.07.10 23:08:37.202997 [ 3 ] {37ee35d6-4115-4e80-8a8b-7e47f1cd66cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10645 | 2024.07.10 23:08:37.203979 [ 3 ] {37ee35d6-4115-4e80-8a8b-7e47f1cd66cc} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
10646 | 2024.07.10 23:08:37.204020 [ 188 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_58_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 4 columns (4 merged, 0 gathered) in 0.004799164 sec., 42299.03374837784 rows/sec., 3.35 MiB/sec. | ||
10647 | 2024.07.10 23:08:37.204292 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_58_12} <Trace> MergedBlockOutputStream: filled checksums all_1_58_12 (state Temporary) | ||
10648 | 2024.07.10 23:08:37.204584 [ 3 ] {37ee35d6-4115-4e80-8a8b-7e47f1cd66cc} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10649 | 2024.07.10 23:08:37.204996 [ 3 ] {37ee35d6-4115-4e80-8a8b-7e47f1cd66cc} <Debug> executeQuery: Read 206 rows, 18.03 KiB in 0.004803 sec., 42889.860503851756 rows/sec., 3.67 MiB/sec. | ||
10650 | 2024.07.10 23:08:37.205362 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_58_12} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_58_12 to all_1_58_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10651 | 2024.07.10 23:08:37.205497 [ 3 ] {37ee35d6-4115-4e80-8a8b-7e47f1cd66cc} <Debug> DynamicQueryHandler: Done processing query | ||
10652 | 2024.07.10 23:08:37.205588 [ 3 ] {37ee35d6-4115-4e80-8a8b-7e47f1cd66cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10653 | 2024.07.10 23:08:37.205664 [ 3 ] {} <Debug> HTTP-Session: fdd2ce86-4041-4e03-908d-3e56e4eed45f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10654 | 2024.07.10 23:08:37.205703 [ 195 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_58_12} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 6 parts: [all_1_53_11, all_58_58_0] -> all_1_58_12 | ||
10655 | 2024.07.10 23:08:37.205957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10656 | 2024.07.10 23:08:37.205984 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10657 | 2024.07.10 23:08:37.206114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10658 | 2024.07.10 23:08:37.206172 [ 3 ] {} <Debug> HTTP-Session: 6f49cf1d-35c4-44b3-b4d2-a0658bcaebda Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10659 | 2024.07.10 23:08:37.206205 [ 3 ] {} <Debug> HTTP-Session: 6f49cf1d-35c4-44b3-b4d2-a0658bcaebda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10660 | 2024.07.10 23:08:37.206232 [ 3 ] {} <Debug> HTTP-Session: 6f49cf1d-35c4-44b3-b4d2-a0658bcaebda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10661 | 2024.07.10 23:08:37.206263 [ 3 ] {} <Trace> HTTP-Session: 6f49cf1d-35c4-44b3-b4d2-a0658bcaebda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10662 | 2024.07.10 23:08:37.206403 [ 3 ] {a2d69d72-c7fe-40e8-a79f-3f3d29e4e5f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10663 | 2024.07.10 23:08:37.206448 [ 3 ] {a2d69d72-c7fe-40e8-a79f-3f3d29e4e5f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10664 | 2024.07.10 23:08:37.206604 [ 3 ] {a2d69d72-c7fe-40e8-a79f-3f3d29e4e5f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10665 | 2024.07.10 23:08:37.207025 [ 3 ] {a2d69d72-c7fe-40e8-a79f-3f3d29e4e5f9} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10666 | 2024.07.10 23:08:37.207062 [ 3 ] {a2d69d72-c7fe-40e8-a79f-3f3d29e4e5f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10667 | 2024.07.10 23:08:37.207384 [ 3 ] {a2d69d72-c7fe-40e8-a79f-3f3d29e4e5f9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
10668 | 2024.07.10 23:08:37.207692 [ 3 ] {a2d69d72-c7fe-40e8-a79f-3f3d29e4e5f9} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10669 | 2024.07.10 23:08:37.207847 [ 3 ] {a2d69d72-c7fe-40e8-a79f-3f3d29e4e5f9} <Debug> executeQuery: Read 114 rows, 9.12 KiB in 0.001489 sec., 76561.45063801209 rows/sec., 5.98 MiB/sec. | ||
10670 | 2024.07.10 23:08:37.208103 [ 3 ] {a2d69d72-c7fe-40e8-a79f-3f3d29e4e5f9} <Debug> DynamicQueryHandler: Done processing query | ||
10671 | 2024.07.10 23:08:37.208161 [ 3 ] {a2d69d72-c7fe-40e8-a79f-3f3d29e4e5f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10672 | 2024.07.10 23:08:37.208220 [ 3 ] {} <Debug> HTTP-Session: 6f49cf1d-35c4-44b3-b4d2-a0658bcaebda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10673 | 2024.07.10 23:08:37.208420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10674 | 2024.07.10 23:08:37.208472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10675 | 2024.07.10 23:08:37.208493 [ 3 ] {} <Debug> HTTP-Session: 7db0c2fc-1fa4-4010-9ac6-60379ddb7f04 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10676 | 2024.07.10 23:08:37.208510 [ 3 ] {} <Debug> HTTP-Session: 7db0c2fc-1fa4-4010-9ac6-60379ddb7f04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10677 | 2024.07.10 23:08:37.208524 [ 3 ] {} <Debug> HTTP-Session: 7db0c2fc-1fa4-4010-9ac6-60379ddb7f04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10678 | 2024.07.10 23:08:37.208556 [ 3 ] {} <Trace> HTTP-Session: 7db0c2fc-1fa4-4010-9ac6-60379ddb7f04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10679 | 2024.07.10 23:08:37.208707 [ 3 ] {63b0ea01-d611-489e-b30f-cbef6b7ac23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10680 | 2024.07.10 23:08:37.208757 [ 3 ] {63b0ea01-d611-489e-b30f-cbef6b7ac23d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10681 | 2024.07.10 23:08:37.208922 [ 3 ] {63b0ea01-d611-489e-b30f-cbef6b7ac23d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10682 | 2024.07.10 23:08:37.209328 [ 3 ] {63b0ea01-d611-489e-b30f-cbef6b7ac23d} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10683 | 2024.07.10 23:08:37.209363 [ 3 ] {63b0ea01-d611-489e-b30f-cbef6b7ac23d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10684 | 2024.07.10 23:08:37.209764 [ 3 ] {63b0ea01-d611-489e-b30f-cbef6b7ac23d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10685 | 2024.07.10 23:08:37.210106 [ 3 ] {63b0ea01-d611-489e-b30f-cbef6b7ac23d} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10686 | 2024.07.10 23:08:37.210263 [ 3 ] {63b0ea01-d611-489e-b30f-cbef6b7ac23d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001614 sec., 99132.58983890954 rows/sec., 6.90 MiB/sec. | ||
10687 | 2024.07.10 23:08:37.210435 [ 3 ] {63b0ea01-d611-489e-b30f-cbef6b7ac23d} <Debug> DynamicQueryHandler: Done processing query | ||
10688 | 2024.07.10 23:08:37.210458 [ 3 ] {63b0ea01-d611-489e-b30f-cbef6b7ac23d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10689 | 2024.07.10 23:08:37.210475 [ 3 ] {} <Debug> HTTP-Session: 7db0c2fc-1fa4-4010-9ac6-60379ddb7f04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10690 | 2024.07.10 23:08:37.210634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 80721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10691 | 2024.07.10 23:08:37.210681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10692 | 2024.07.10 23:08:37.210701 [ 3 ] {} <Debug> HTTP-Session: 99a817cc-2241-4a72-8c67-a3164a71fe59 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10693 | 2024.07.10 23:08:37.210718 [ 3 ] {} <Debug> HTTP-Session: 99a817cc-2241-4a72-8c67-a3164a71fe59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10694 | 2024.07.10 23:08:37.210732 [ 3 ] {} <Debug> HTTP-Session: 99a817cc-2241-4a72-8c67-a3164a71fe59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10695 | 2024.07.10 23:08:37.210762 [ 3 ] {} <Trace> HTTP-Session: 99a817cc-2241-4a72-8c67-a3164a71fe59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10696 | 2024.07.10 23:08:37.211215 [ 3 ] {83b94452-e48d-4d80-9561-2eb5efb6da84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10697 | 2024.07.10 23:08:37.211280 [ 3 ] {83b94452-e48d-4d80-9561-2eb5efb6da84} <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 | ||
10698 | 2024.07.10 23:08:37.211693 [ 3 ] {83b94452-e48d-4d80-9561-2eb5efb6da84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10699 | 2024.07.10 23:08:37.212630 [ 3 ] {83b94452-e48d-4d80-9561-2eb5efb6da84} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10700 | 2024.07.10 23:08:37.212666 [ 3 ] {83b94452-e48d-4d80-9561-2eb5efb6da84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10701 | 2024.07.10 23:08:37.213330 [ 3 ] {83b94452-e48d-4d80-9561-2eb5efb6da84} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10702 | 2024.07.10 23:08:37.213737 [ 3 ] {83b94452-e48d-4d80-9561-2eb5efb6da84} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10703 | 2024.07.10 23:08:37.213952 [ 3 ] {83b94452-e48d-4d80-9561-2eb5efb6da84} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003075 sec., 16260.162601626016 rows/sec., 29.14 MiB/sec. | ||
10704 | 2024.07.10 23:08:37.214426 [ 3 ] {83b94452-e48d-4d80-9561-2eb5efb6da84} <Debug> DynamicQueryHandler: Done processing query | ||
10705 | 2024.07.10 23:08:37.214460 [ 3 ] {83b94452-e48d-4d80-9561-2eb5efb6da84} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
10706 | 2024.07.10 23:08:37.214477 [ 3 ] {} <Debug> HTTP-Session: 99a817cc-2241-4a72-8c67-a3164a71fe59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10707 | 2024.07.10 23:08:37.214608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10708 | 2024.07.10 23:08:37.214657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10709 | 2024.07.10 23:08:37.214676 [ 3 ] {} <Debug> HTTP-Session: d1ff14b7-81fb-4522-834f-084306e2978f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10710 | 2024.07.10 23:08:37.214693 [ 3 ] {} <Debug> HTTP-Session: d1ff14b7-81fb-4522-834f-084306e2978f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10711 | 2024.07.10 23:08:37.214707 [ 3 ] {} <Debug> HTTP-Session: d1ff14b7-81fb-4522-834f-084306e2978f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10712 | 2024.07.10 23:08:37.214738 [ 3 ] {} <Trace> HTTP-Session: d1ff14b7-81fb-4522-834f-084306e2978f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10713 | 2024.07.10 23:08:37.214862 [ 3 ] {63d3ce4d-50d2-4e2e-aaee-b4f732a4ce26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10714 | 2024.07.10 23:08:37.214909 [ 3 ] {63d3ce4d-50d2-4e2e-aaee-b4f732a4ce26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10715 | 2024.07.10 23:08:37.215054 [ 3 ] {63d3ce4d-50d2-4e2e-aaee-b4f732a4ce26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10716 | 2024.07.10 23:08:37.215390 [ 3 ] {63d3ce4d-50d2-4e2e-aaee-b4f732a4ce26} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10717 | 2024.07.10 23:08:37.215426 [ 3 ] {63d3ce4d-50d2-4e2e-aaee-b4f732a4ce26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10718 | 2024.07.10 23:08:37.215787 [ 3 ] {63d3ce4d-50d2-4e2e-aaee-b4f732a4ce26} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10719 | 2024.07.10 23:08:37.216125 [ 3 ] {63d3ce4d-50d2-4e2e-aaee-b4f732a4ce26} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10720 | 2024.07.10 23:08:37.216279 [ 3 ] {63d3ce4d-50d2-4e2e-aaee-b4f732a4ce26} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
10721 | 2024.07.10 23:08:37.216446 [ 3 ] {63d3ce4d-50d2-4e2e-aaee-b4f732a4ce26} <Debug> DynamicQueryHandler: Done processing query | ||
10722 | 2024.07.10 23:08:37.216470 [ 3 ] {63d3ce4d-50d2-4e2e-aaee-b4f732a4ce26} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10723 | 2024.07.10 23:08:37.216486 [ 3 ] {} <Debug> HTTP-Session: d1ff14b7-81fb-4522-834f-084306e2978f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10724 | 2024.07.10 23:08:42.194551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10725 | 2024.07.10 23:08:42.194673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10726 | 2024.07.10 23:08:42.194698 [ 3 ] {} <Debug> HTTP-Session: 7e427655-a728-4883-86c7-e6b206576339 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10727 | 2024.07.10 23:08:42.194722 [ 3 ] {} <Debug> HTTP-Session: 7e427655-a728-4883-86c7-e6b206576339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10728 | 2024.07.10 23:08:42.194737 [ 3 ] {} <Debug> HTTP-Session: 7e427655-a728-4883-86c7-e6b206576339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10729 | 2024.07.10 23:08:42.194788 [ 3 ] {} <Trace> HTTP-Session: 7e427655-a728-4883-86c7-e6b206576339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10730 | 2024.07.10 23:08:42.195046 [ 3 ] {42c68bce-70bf-4e75-bcb9-4853c03dfd8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10731 | 2024.07.10 23:08:42.195154 [ 3 ] {42c68bce-70bf-4e75-bcb9-4853c03dfd8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10732 | 2024.07.10 23:08:42.195475 [ 3 ] {42c68bce-70bf-4e75-bcb9-4853c03dfd8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10733 | 2024.07.10 23:08:42.195975 [ 3 ] {42c68bce-70bf-4e75-bcb9-4853c03dfd8f} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10734 | 2024.07.10 23:08:42.196015 [ 3 ] {42c68bce-70bf-4e75-bcb9-4853c03dfd8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10735 | 2024.07.10 23:08:42.196368 [ 3 ] {42c68bce-70bf-4e75-bcb9-4853c03dfd8f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10736 | 2024.07.10 23:08:42.196703 [ 3 ] {42c68bce-70bf-4e75-bcb9-4853c03dfd8f} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10737 | 2024.07.10 23:08:42.196871 [ 3 ] {42c68bce-70bf-4e75-bcb9-4853c03dfd8f} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001903 sec., 525.4860746190226 rows/sec., 42.59 KiB/sec. | ||
10738 | 2024.07.10 23:08:42.197151 [ 3 ] {42c68bce-70bf-4e75-bcb9-4853c03dfd8f} <Debug> DynamicQueryHandler: Done processing query | ||
10739 | 2024.07.10 23:08:42.197212 [ 3 ] {42c68bce-70bf-4e75-bcb9-4853c03dfd8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10740 | 2024.07.10 23:08:42.197269 [ 3 ] {} <Debug> HTTP-Session: 7e427655-a728-4883-86c7-e6b206576339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10741 | 2024.07.10 23:08:42.197463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10742 | 2024.07.10 23:08:42.197516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10743 | 2024.07.10 23:08:42.197537 [ 3 ] {} <Debug> HTTP-Session: a3a9e21c-3c47-4928-b996-36a991a6e146 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10744 | 2024.07.10 23:08:42.197553 [ 3 ] {} <Debug> HTTP-Session: a3a9e21c-3c47-4928-b996-36a991a6e146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10745 | 2024.07.10 23:08:42.197568 [ 3 ] {} <Debug> HTTP-Session: a3a9e21c-3c47-4928-b996-36a991a6e146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10746 | 2024.07.10 23:08:42.197602 [ 3 ] {} <Trace> HTTP-Session: a3a9e21c-3c47-4928-b996-36a991a6e146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10747 | 2024.07.10 23:08:42.197720 [ 3 ] {998cc13a-4407-43af-b51d-03687b3f2717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10748 | 2024.07.10 23:08:42.197765 [ 3 ] {998cc13a-4407-43af-b51d-03687b3f2717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10749 | 2024.07.10 23:08:42.197911 [ 3 ] {998cc13a-4407-43af-b51d-03687b3f2717} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10750 | 2024.07.10 23:08:42.198272 [ 3 ] {998cc13a-4407-43af-b51d-03687b3f2717} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10751 | 2024.07.10 23:08:42.198309 [ 3 ] {998cc13a-4407-43af-b51d-03687b3f2717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10752 | 2024.07.10 23:08:42.198617 [ 3 ] {998cc13a-4407-43af-b51d-03687b3f2717} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
10753 | 2024.07.10 23:08:42.198928 [ 3 ] {998cc13a-4407-43af-b51d-03687b3f2717} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10754 | 2024.07.10 23:08:42.199075 [ 3 ] {998cc13a-4407-43af-b51d-03687b3f2717} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001388 sec., 42507.20461095101 rows/sec., 3.28 MiB/sec. | ||
10755 | 2024.07.10 23:08:42.199252 [ 3 ] {998cc13a-4407-43af-b51d-03687b3f2717} <Debug> DynamicQueryHandler: Done processing query | ||
10756 | 2024.07.10 23:08:42.199275 [ 3 ] {998cc13a-4407-43af-b51d-03687b3f2717} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10757 | 2024.07.10 23:08:42.199291 [ 3 ] {} <Debug> HTTP-Session: a3a9e21c-3c47-4928-b996-36a991a6e146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10758 | 2024.07.10 23:08:42.199464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10759 | 2024.07.10 23:08:42.199514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10760 | 2024.07.10 23:08:42.199534 [ 3 ] {} <Debug> HTTP-Session: e846ed48-45b7-4b5b-a5d3-d5b861eeb7d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10761 | 2024.07.10 23:08:42.199551 [ 3 ] {} <Debug> HTTP-Session: e846ed48-45b7-4b5b-a5d3-d5b861eeb7d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10762 | 2024.07.10 23:08:42.199566 [ 3 ] {} <Debug> HTTP-Session: e846ed48-45b7-4b5b-a5d3-d5b861eeb7d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10763 | 2024.07.10 23:08:42.199597 [ 3 ] {} <Trace> HTTP-Session: e846ed48-45b7-4b5b-a5d3-d5b861eeb7d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10764 | 2024.07.10 23:08:42.199710 [ 3 ] {25120e13-c82d-4f5b-942b-cea3df734bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10765 | 2024.07.10 23:08:42.199753 [ 3 ] {25120e13-c82d-4f5b-942b-cea3df734bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10766 | 2024.07.10 23:08:42.199878 [ 3 ] {25120e13-c82d-4f5b-942b-cea3df734bde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10767 | 2024.07.10 23:08:42.200198 [ 3 ] {25120e13-c82d-4f5b-942b-cea3df734bde} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10768 | 2024.07.10 23:08:42.200234 [ 3 ] {25120e13-c82d-4f5b-942b-cea3df734bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10769 | 2024.07.10 23:08:42.200545 [ 3 ] {25120e13-c82d-4f5b-942b-cea3df734bde} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
10770 | 2024.07.10 23:08:42.200857 [ 3 ] {25120e13-c82d-4f5b-942b-cea3df734bde} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10771 | 2024.07.10 23:08:42.201009 [ 3 ] {25120e13-c82d-4f5b-942b-cea3df734bde} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001333 sec., 48762.19054763691 rows/sec., 3.81 MiB/sec. | ||
10772 | 2024.07.10 23:08:42.201184 [ 3 ] {25120e13-c82d-4f5b-942b-cea3df734bde} <Debug> DynamicQueryHandler: Done processing query | ||
10773 | 2024.07.10 23:08:42.201208 [ 3 ] {25120e13-c82d-4f5b-942b-cea3df734bde} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10774 | 2024.07.10 23:08:42.201224 [ 3 ] {} <Debug> HTTP-Session: e846ed48-45b7-4b5b-a5d3-d5b861eeb7d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10775 | 2024.07.10 23:08:42.201390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10776 | 2024.07.10 23:08:42.201437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10777 | 2024.07.10 23:08:42.201456 [ 3 ] {} <Debug> HTTP-Session: 142fbf40-e1d5-401a-8a57-bc1eba015e6a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10778 | 2024.07.10 23:08:42.201475 [ 3 ] {} <Debug> HTTP-Session: 142fbf40-e1d5-401a-8a57-bc1eba015e6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10779 | 2024.07.10 23:08:42.201489 [ 3 ] {} <Debug> HTTP-Session: 142fbf40-e1d5-401a-8a57-bc1eba015e6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10780 | 2024.07.10 23:08:42.201520 [ 3 ] {} <Trace> HTTP-Session: 142fbf40-e1d5-401a-8a57-bc1eba015e6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10781 | 2024.07.10 23:08:42.201662 [ 3 ] {64b956c5-5523-4526-bf46-f5605f4d31c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10782 | 2024.07.10 23:08:42.201711 [ 3 ] {64b956c5-5523-4526-bf46-f5605f4d31c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10783 | 2024.07.10 23:08:42.201860 [ 3 ] {64b956c5-5523-4526-bf46-f5605f4d31c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10784 | 2024.07.10 23:08:42.202265 [ 3 ] {64b956c5-5523-4526-bf46-f5605f4d31c4} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10785 | 2024.07.10 23:08:42.202302 [ 3 ] {64b956c5-5523-4526-bf46-f5605f4d31c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10786 | 2024.07.10 23:08:42.202691 [ 3 ] {64b956c5-5523-4526-bf46-f5605f4d31c4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10787 | 2024.07.10 23:08:42.203024 [ 3 ] {64b956c5-5523-4526-bf46-f5605f4d31c4} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10788 | 2024.07.10 23:08:42.203199 [ 3 ] {64b956c5-5523-4526-bf46-f5605f4d31c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec. | ||
10789 | 2024.07.10 23:08:42.203381 [ 3 ] {64b956c5-5523-4526-bf46-f5605f4d31c4} <Debug> DynamicQueryHandler: Done processing query | ||
10790 | 2024.07.10 23:08:42.203405 [ 3 ] {64b956c5-5523-4526-bf46-f5605f4d31c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10791 | 2024.07.10 23:08:42.203421 [ 3 ] {} <Debug> HTTP-Session: 142fbf40-e1d5-401a-8a57-bc1eba015e6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10792 | 2024.07.10 23:08:42.203574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10793 | 2024.07.10 23:08:42.203624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10794 | 2024.07.10 23:08:42.203643 [ 3 ] {} <Debug> HTTP-Session: 9331c233-229e-4b75-8ffa-40e6a6bb18f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10795 | 2024.07.10 23:08:42.203661 [ 3 ] {} <Debug> HTTP-Session: 9331c233-229e-4b75-8ffa-40e6a6bb18f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10796 | 2024.07.10 23:08:42.203675 [ 3 ] {} <Debug> HTTP-Session: 9331c233-229e-4b75-8ffa-40e6a6bb18f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10797 | 2024.07.10 23:08:42.203707 [ 3 ] {} <Trace> HTTP-Session: 9331c233-229e-4b75-8ffa-40e6a6bb18f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10798 | 2024.07.10 23:08:42.203811 [ 3 ] {ffee75e6-2c54-44ff-ac73-52da48820d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10799 | 2024.07.10 23:08:42.203874 [ 3 ] {ffee75e6-2c54-44ff-ac73-52da48820d30} <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 | ||
10800 | 2024.07.10 23:08:42.204293 [ 3 ] {ffee75e6-2c54-44ff-ac73-52da48820d30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10801 | 2024.07.10 23:08:42.204781 [ 3 ] {ffee75e6-2c54-44ff-ac73-52da48820d30} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10802 | 2024.07.10 23:08:42.204817 [ 3 ] {ffee75e6-2c54-44ff-ac73-52da48820d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10803 | 2024.07.10 23:08:42.205381 [ 3 ] {ffee75e6-2c54-44ff-ac73-52da48820d30} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10804 | 2024.07.10 23:08:42.205785 [ 3 ] {ffee75e6-2c54-44ff-ac73-52da48820d30} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10805 | 2024.07.10 23:08:42.205967 [ 3 ] {ffee75e6-2c54-44ff-ac73-52da48820d30} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002189 sec., 456.82960255824577 rows/sec., 838.26 KiB/sec. | ||
10806 | 2024.07.10 23:08:42.206187 [ 3 ] {ffee75e6-2c54-44ff-ac73-52da48820d30} <Debug> DynamicQueryHandler: Done processing query | ||
10807 | 2024.07.10 23:08:42.206212 [ 3 ] {ffee75e6-2c54-44ff-ac73-52da48820d30} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10808 | 2024.07.10 23:08:42.206228 [ 3 ] {} <Debug> HTTP-Session: 9331c233-229e-4b75-8ffa-40e6a6bb18f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10809 | 2024.07.10 23:08:42.206352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10810 | 2024.07.10 23:08:42.206401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10811 | 2024.07.10 23:08:42.206420 [ 3 ] {} <Debug> HTTP-Session: 02535b91-f4c6-4463-b030-98eb8013eec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10812 | 2024.07.10 23:08:42.206438 [ 3 ] {} <Debug> HTTP-Session: 02535b91-f4c6-4463-b030-98eb8013eec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10813 | 2024.07.10 23:08:42.206452 [ 3 ] {} <Debug> HTTP-Session: 02535b91-f4c6-4463-b030-98eb8013eec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10814 | 2024.07.10 23:08:42.206484 [ 3 ] {} <Trace> HTTP-Session: 02535b91-f4c6-4463-b030-98eb8013eec2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10815 | 2024.07.10 23:08:42.206599 [ 3 ] {6e95916b-2134-4656-a5d5-f0397b2624f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10816 | 2024.07.10 23:08:42.206643 [ 3 ] {6e95916b-2134-4656-a5d5-f0397b2624f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10817 | 2024.07.10 23:08:42.206769 [ 3 ] {6e95916b-2134-4656-a5d5-f0397b2624f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10818 | 2024.07.10 23:08:42.207060 [ 3 ] {6e95916b-2134-4656-a5d5-f0397b2624f5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10819 | 2024.07.10 23:08:42.207096 [ 3 ] {6e95916b-2134-4656-a5d5-f0397b2624f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10820 | 2024.07.10 23:08:42.207451 [ 3 ] {6e95916b-2134-4656-a5d5-f0397b2624f5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10821 | 2024.07.10 23:08:42.207780 [ 3 ] {6e95916b-2134-4656-a5d5-f0397b2624f5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10822 | 2024.07.10 23:08:42.207939 [ 3 ] {6e95916b-2134-4656-a5d5-f0397b2624f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec. | ||
10823 | 2024.07.10 23:08:42.208105 [ 3 ] {6e95916b-2134-4656-a5d5-f0397b2624f5} <Debug> DynamicQueryHandler: Done processing query | ||
10824 | 2024.07.10 23:08:42.208129 [ 3 ] {6e95916b-2134-4656-a5d5-f0397b2624f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10825 | 2024.07.10 23:08:42.208147 [ 3 ] {} <Debug> HTTP-Session: 02535b91-f4c6-4463-b030-98eb8013eec2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10826 | 2024.07.10 23:08:42.553990 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10827 | 2024.07.10 23:08:42.554086 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10828 | 2024.07.10 23:08:47.199050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10829 | 2024.07.10 23:08:47.199164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10830 | 2024.07.10 23:08:47.199188 [ 3 ] {} <Debug> HTTP-Session: 7344aadc-0f73-4852-9a81-097d8fe81735 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10831 | 2024.07.10 23:08:47.199213 [ 3 ] {} <Debug> HTTP-Session: 7344aadc-0f73-4852-9a81-097d8fe81735 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10832 | 2024.07.10 23:08:47.199228 [ 3 ] {} <Debug> HTTP-Session: 7344aadc-0f73-4852-9a81-097d8fe81735 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10833 | 2024.07.10 23:08:47.199278 [ 3 ] {} <Trace> HTTP-Session: 7344aadc-0f73-4852-9a81-097d8fe81735 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10834 | 2024.07.10 23:08:47.199485 [ 3 ] {0bd8b876-ba31-400d-9eec-2b0079fa7c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10835 | 2024.07.10 23:08:47.199552 [ 3 ] {0bd8b876-ba31-400d-9eec-2b0079fa7c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10836 | 2024.07.10 23:08:47.199762 [ 3 ] {0bd8b876-ba31-400d-9eec-2b0079fa7c82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10837 | 2024.07.10 23:08:47.200192 [ 3 ] {0bd8b876-ba31-400d-9eec-2b0079fa7c82} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10838 | 2024.07.10 23:08:47.200230 [ 3 ] {0bd8b876-ba31-400d-9eec-2b0079fa7c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10839 | 2024.07.10 23:08:47.200587 [ 3 ] {0bd8b876-ba31-400d-9eec-2b0079fa7c82} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10840 | 2024.07.10 23:08:47.200912 [ 3 ] {0bd8b876-ba31-400d-9eec-2b0079fa7c82} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10841 | 2024.07.10 23:08:47.201086 [ 3 ] {0bd8b876-ba31-400d-9eec-2b0079fa7c82} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001657 sec., 30175.01508750754 rows/sec., 2.39 MiB/sec. | ||
10842 | 2024.07.10 23:08:47.201286 [ 3 ] {0bd8b876-ba31-400d-9eec-2b0079fa7c82} <Debug> DynamicQueryHandler: Done processing query | ||
10843 | 2024.07.10 23:08:47.201312 [ 3 ] {0bd8b876-ba31-400d-9eec-2b0079fa7c82} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10844 | 2024.07.10 23:08:47.201328 [ 3 ] {} <Debug> HTTP-Session: 7344aadc-0f73-4852-9a81-097d8fe81735 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10845 | 2024.07.10 23:08:47.201555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 35564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10846 | 2024.07.10 23:08:47.201606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10847 | 2024.07.10 23:08:47.201626 [ 3 ] {} <Debug> HTTP-Session: a8a0a37d-f577-474e-9bfb-7e232f09f5cd Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10848 | 2024.07.10 23:08:47.201642 [ 3 ] {} <Debug> HTTP-Session: a8a0a37d-f577-474e-9bfb-7e232f09f5cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10849 | 2024.07.10 23:08:47.201656 [ 3 ] {} <Debug> HTTP-Session: a8a0a37d-f577-474e-9bfb-7e232f09f5cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10850 | 2024.07.10 23:08:47.201688 [ 3 ] {} <Trace> HTTP-Session: a8a0a37d-f577-474e-9bfb-7e232f09f5cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10851 | 2024.07.10 23:08:47.201853 [ 3 ] {64a65e82-528c-4271-853f-b5791864a511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10852 | 2024.07.10 23:08:47.201896 [ 3 ] {64a65e82-528c-4271-853f-b5791864a511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10853 | 2024.07.10 23:08:47.202024 [ 3 ] {64a65e82-528c-4271-853f-b5791864a511} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10854 | 2024.07.10 23:08:47.202473 [ 3 ] {64a65e82-528c-4271-853f-b5791864a511} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10855 | 2024.07.10 23:08:47.202509 [ 3 ] {64a65e82-528c-4271-853f-b5791864a511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10856 | 2024.07.10 23:08:47.202831 [ 3 ] {64a65e82-528c-4271-853f-b5791864a511} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10857 | 2024.07.10 23:08:47.203136 [ 3 ] {64a65e82-528c-4271-853f-b5791864a511} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10858 | 2024.07.10 23:08:47.203295 [ 3 ] {64a65e82-528c-4271-853f-b5791864a511} <Debug> executeQuery: Read 242 rows, 20.85 KiB in 0.001522 sec., 159001.31406044678 rows/sec., 13.38 MiB/sec. | ||
10859 | 2024.07.10 23:08:47.203472 [ 3 ] {64a65e82-528c-4271-853f-b5791864a511} <Debug> DynamicQueryHandler: Done processing query | ||
10860 | 2024.07.10 23:08:47.203496 [ 3 ] {64a65e82-528c-4271-853f-b5791864a511} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
10861 | 2024.07.10 23:08:47.203512 [ 3 ] {} <Debug> HTTP-Session: a8a0a37d-f577-474e-9bfb-7e232f09f5cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10862 | 2024.07.10 23:08:47.203711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 23414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10863 | 2024.07.10 23:08:47.203760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10864 | 2024.07.10 23:08:47.203779 [ 3 ] {} <Debug> HTTP-Session: 2f49f488-fcd8-43be-a5fb-5166badddcac Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10865 | 2024.07.10 23:08:47.203796 [ 3 ] {} <Debug> HTTP-Session: 2f49f488-fcd8-43be-a5fb-5166badddcac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10866 | 2024.07.10 23:08:47.203810 [ 3 ] {} <Debug> HTTP-Session: 2f49f488-fcd8-43be-a5fb-5166badddcac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10867 | 2024.07.10 23:08:47.203842 [ 3 ] {} <Trace> HTTP-Session: 2f49f488-fcd8-43be-a5fb-5166badddcac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10868 | 2024.07.10 23:08:47.203984 [ 3 ] {0865e01c-ed76-4784-8dbc-9c93b01dc908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10869 | 2024.07.10 23:08:47.204027 [ 3 ] {0865e01c-ed76-4784-8dbc-9c93b01dc908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10870 | 2024.07.10 23:08:47.204154 [ 3 ] {0865e01c-ed76-4784-8dbc-9c93b01dc908} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10871 | 2024.07.10 23:08:47.204586 [ 3 ] {0865e01c-ed76-4784-8dbc-9c93b01dc908} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10872 | 2024.07.10 23:08:47.204623 [ 3 ] {0865e01c-ed76-4784-8dbc-9c93b01dc908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10873 | 2024.07.10 23:08:47.204944 [ 3 ] {0865e01c-ed76-4784-8dbc-9c93b01dc908} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10874 | 2024.07.10 23:08:47.205256 [ 3 ] {0865e01c-ed76-4784-8dbc-9c93b01dc908} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10875 | 2024.07.10 23:08:47.205412 [ 3 ] {0865e01c-ed76-4784-8dbc-9c93b01dc908} <Debug> executeQuery: Read 138 rows, 11.02 KiB in 0.00149 sec., 92617.44966442953 rows/sec., 7.22 MiB/sec. | ||
10876 | 2024.07.10 23:08:47.205592 [ 3 ] {0865e01c-ed76-4784-8dbc-9c93b01dc908} <Debug> DynamicQueryHandler: Done processing query | ||
10877 | 2024.07.10 23:08:47.205616 [ 3 ] {0865e01c-ed76-4784-8dbc-9c93b01dc908} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10878 | 2024.07.10 23:08:47.205632 [ 3 ] {} <Debug> HTTP-Session: 2f49f488-fcd8-43be-a5fb-5166badddcac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10879 | 2024.07.10 23:08:47.205816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 37624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10880 | 2024.07.10 23:08:47.205865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10881 | 2024.07.10 23:08:47.205884 [ 3 ] {} <Debug> HTTP-Session: 8a581b9d-c52b-4f0a-a9b8-be21a6be7e5d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10882 | 2024.07.10 23:08:47.205900 [ 3 ] {} <Debug> HTTP-Session: 8a581b9d-c52b-4f0a-a9b8-be21a6be7e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10883 | 2024.07.10 23:08:47.205914 [ 3 ] {} <Debug> HTTP-Session: 8a581b9d-c52b-4f0a-a9b8-be21a6be7e5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10884 | 2024.07.10 23:08:47.205946 [ 3 ] {} <Trace> HTTP-Session: 8a581b9d-c52b-4f0a-a9b8-be21a6be7e5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10885 | 2024.07.10 23:08:47.206097 [ 3 ] {f1ddb0a5-03a4-444e-9909-12e4cc1b9a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10886 | 2024.07.10 23:08:47.206146 [ 3 ] {f1ddb0a5-03a4-444e-9909-12e4cc1b9a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10887 | 2024.07.10 23:08:47.206293 [ 3 ] {f1ddb0a5-03a4-444e-9909-12e4cc1b9a06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10888 | 2024.07.10 23:08:47.206702 [ 3 ] {f1ddb0a5-03a4-444e-9909-12e4cc1b9a06} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10889 | 2024.07.10 23:08:47.206737 [ 3 ] {f1ddb0a5-03a4-444e-9909-12e4cc1b9a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10890 | 2024.07.10 23:08:47.207124 [ 3 ] {f1ddb0a5-03a4-444e-9909-12e4cc1b9a06} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10891 | 2024.07.10 23:08:47.207456 [ 3 ] {f1ddb0a5-03a4-444e-9909-12e4cc1b9a06} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10892 | 2024.07.10 23:08:47.207607 [ 3 ] {f1ddb0a5-03a4-444e-9909-12e4cc1b9a06} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001576 sec., 124365.48223350254 rows/sec., 8.68 MiB/sec. | ||
10893 | 2024.07.10 23:08:47.207618 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
10894 | 2024.07.10 23:08:47.207730 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10895 | 2024.07.10 23:08:47.207764 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10896 | 2024.07.10 23:08:47.207858 [ 3 ] {f1ddb0a5-03a4-444e-9909-12e4cc1b9a06} <Debug> DynamicQueryHandler: Done processing query | ||
10897 | 2024.07.10 23:08:47.207918 [ 3 ] {f1ddb0a5-03a4-444e-9909-12e4cc1b9a06} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10898 | 2024.07.10 23:08:47.208010 [ 3 ] {} <Debug> HTTP-Session: 8a581b9d-c52b-4f0a-a9b8-be21a6be7e5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10899 | 2024.07.10 23:08:47.208329 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
10900 | 2024.07.10 23:08:47.208372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 80716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10901 | 2024.07.10 23:08:47.208552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10902 | 2024.07.10 23:08:47.208623 [ 3 ] {} <Debug> HTTP-Session: ff106877-70f2-4a86-8998-76e4eadeb10c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10903 | 2024.07.10 23:08:47.208698 [ 3 ] {} <Debug> HTTP-Session: ff106877-70f2-4a86-8998-76e4eadeb10c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10904 | 2024.07.10 23:08:47.208743 [ 3 ] {} <Debug> HTTP-Session: ff106877-70f2-4a86-8998-76e4eadeb10c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10905 | 2024.07.10 23:08:47.208863 [ 3 ] {} <Trace> HTTP-Session: ff106877-70f2-4a86-8998-76e4eadeb10c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10906 | 2024.07.10 23:08:47.209069 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10907 | 2024.07.10 23:08:47.209136 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 10411 rows starting from the beginning of the part | ||
10908 | 2024.07.10 23:08:47.209226 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
10909 | 2024.07.10 23:08:47.209369 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
10910 | 2024.07.10 23:08:47.209616 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
10911 | 2024.07.10 23:08:47.209636 [ 3 ] {846ac264-2551-4b2a-b890-389d8b08b83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10912 | 2024.07.10 23:08:47.209974 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
10913 | 2024.07.10 23:08:47.210076 [ 3 ] {846ac264-2551-4b2a-b890-389d8b08b83b} <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 | ||
10914 | 2024.07.10 23:08:47.210258 [ 197 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 196 rows starting from the beginning of the part | ||
10915 | 2024.07.10 23:08:47.212024 [ 3 ] {846ac264-2551-4b2a-b890-389d8b08b83b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10916 | 2024.07.10 23:08:47.213783 [ 3 ] {846ac264-2551-4b2a-b890-389d8b08b83b} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10917 | 2024.07.10 23:08:47.213823 [ 3 ] {846ac264-2551-4b2a-b890-389d8b08b83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10918 | 2024.07.10 23:08:47.214907 [ 3 ] {846ac264-2551-4b2a-b890-389d8b08b83b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10919 | 2024.07.10 23:08:47.215415 [ 3 ] {846ac264-2551-4b2a-b890-389d8b08b83b} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10920 | 2024.07.10 23:08:47.215638 [ 3 ] {846ac264-2551-4b2a-b890-389d8b08b83b} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.006555 sec., 7627.765064836003 rows/sec., 13.67 MiB/sec. | ||
10921 | 2024.07.10 23:08:47.215966 [ 3 ] {846ac264-2551-4b2a-b890-389d8b08b83b} <Debug> DynamicQueryHandler: Done processing query | ||
10922 | 2024.07.10 23:08:47.215992 [ 3 ] {846ac264-2551-4b2a-b890-389d8b08b83b} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
10923 | 2024.07.10 23:08:47.216013 [ 3 ] {} <Debug> HTTP-Session: ff106877-70f2-4a86-8998-76e4eadeb10c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10924 | 2024.07.10 23:08:47.216243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10925 | 2024.07.10 23:08:47.216325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10926 | 2024.07.10 23:08:47.216329 [ 188 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11247 rows, containing 5 columns (5 merged, 0 gathered) in 0.008425193 sec., 1334924.90913858 rows/sec., 93.02 MiB/sec. | ||
10927 | 2024.07.10 23:08:47.216347 [ 3 ] {} <Debug> HTTP-Session: 85af6582-f16d-483f-8f7d-ead91f019f3b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10928 | 2024.07.10 23:08:47.216374 [ 3 ] {} <Debug> HTTP-Session: 85af6582-f16d-483f-8f7d-ead91f019f3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10929 | 2024.07.10 23:08:47.216391 [ 3 ] {} <Debug> HTTP-Session: 85af6582-f16d-483f-8f7d-ead91f019f3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10930 | 2024.07.10 23:08:47.216424 [ 3 ] {} <Trace> HTTP-Session: 85af6582-f16d-483f-8f7d-ead91f019f3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10931 | 2024.07.10 23:08:47.216565 [ 3 ] {7a044e4a-cb57-400a-8ecc-e3bc3998088d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10932 | 2024.07.10 23:08:47.216618 [ 3 ] {7a044e4a-cb57-400a-8ecc-e3bc3998088d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10933 | 2024.07.10 23:08:47.216631 [ 188 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
10934 | 2024.07.10 23:08:47.216837 [ 3 ] {7a044e4a-cb57-400a-8ecc-e3bc3998088d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10935 | 2024.07.10 23:08:47.217305 [ 188 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10936 | 2024.07.10 23:08:47.217319 [ 3 ] {7a044e4a-cb57-400a-8ecc-e3bc3998088d} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10937 | 2024.07.10 23:08:47.217361 [ 3 ] {7a044e4a-cb57-400a-8ecc-e3bc3998088d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10938 | 2024.07.10 23:08:47.217403 [ 188 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
10939 | 2024.07.10 23:08:47.217502 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. | ||
10940 | 2024.07.10 23:08:47.217770 [ 3 ] {7a044e4a-cb57-400a-8ecc-e3bc3998088d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10941 | 2024.07.10 23:08:47.218100 [ 3 ] {7a044e4a-cb57-400a-8ecc-e3bc3998088d} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10942 | 2024.07.10 23:08:47.218259 [ 3 ] {7a044e4a-cb57-400a-8ecc-e3bc3998088d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001744 sec., 34403.66972477064 rows/sec., 2.32 MiB/sec. | ||
10943 | 2024.07.10 23:08:47.218454 [ 3 ] {7a044e4a-cb57-400a-8ecc-e3bc3998088d} <Debug> DynamicQueryHandler: Done processing query | ||
10944 | 2024.07.10 23:08:47.218491 [ 3 ] {7a044e4a-cb57-400a-8ecc-e3bc3998088d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10945 | 2024.07.10 23:08:47.218521 [ 3 ] {} <Debug> HTTP-Session: 85af6582-f16d-483f-8f7d-ead91f019f3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10946 | 2024.07.10 23:08:52.194759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10947 | 2024.07.10 23:08:52.194883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10948 | 2024.07.10 23:08:52.194908 [ 3 ] {} <Debug> HTTP-Session: 0ddc0ecd-d284-4825-99c4-41b190bf692c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10949 | 2024.07.10 23:08:52.194932 [ 3 ] {} <Debug> HTTP-Session: 0ddc0ecd-d284-4825-99c4-41b190bf692c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10950 | 2024.07.10 23:08:52.194948 [ 3 ] {} <Debug> HTTP-Session: 0ddc0ecd-d284-4825-99c4-41b190bf692c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10951 | 2024.07.10 23:08:52.194998 [ 3 ] {} <Trace> HTTP-Session: 0ddc0ecd-d284-4825-99c4-41b190bf692c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10952 | 2024.07.10 23:08:52.195171 [ 3 ] {45b845cb-ee75-4d32-b8d5-89b5bf5ee9f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10953 | 2024.07.10 23:08:52.195236 [ 3 ] {45b845cb-ee75-4d32-b8d5-89b5bf5ee9f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10954 | 2024.07.10 23:08:52.195430 [ 3 ] {45b845cb-ee75-4d32-b8d5-89b5bf5ee9f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10955 | 2024.07.10 23:08:52.195828 [ 3 ] {45b845cb-ee75-4d32-b8d5-89b5bf5ee9f8} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10956 | 2024.07.10 23:08:52.195870 [ 3 ] {45b845cb-ee75-4d32-b8d5-89b5bf5ee9f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10957 | 2024.07.10 23:08:52.196235 [ 3 ] {45b845cb-ee75-4d32-b8d5-89b5bf5ee9f8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10958 | 2024.07.10 23:08:52.196580 [ 3 ] {45b845cb-ee75-4d32-b8d5-89b5bf5ee9f8} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10959 | 2024.07.10 23:08:52.196728 [ 3 ] {45b845cb-ee75-4d32-b8d5-89b5bf5ee9f8} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001607 sec., 622.2775357809584 rows/sec., 50.44 KiB/sec. | ||
10960 | 2024.07.10 23:08:52.196932 [ 3 ] {45b845cb-ee75-4d32-b8d5-89b5bf5ee9f8} <Debug> DynamicQueryHandler: Done processing query | ||
10961 | 2024.07.10 23:08:52.196960 [ 3 ] {45b845cb-ee75-4d32-b8d5-89b5bf5ee9f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10962 | 2024.07.10 23:08:52.196978 [ 3 ] {} <Debug> HTTP-Session: 0ddc0ecd-d284-4825-99c4-41b190bf692c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10963 | 2024.07.10 23:08:52.197153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10964 | 2024.07.10 23:08:52.197207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10965 | 2024.07.10 23:08:52.197227 [ 3 ] {} <Debug> HTTP-Session: 92f1538a-7d40-4cf8-b148-0fe443d1f7bf Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10966 | 2024.07.10 23:08:52.197245 [ 3 ] {} <Debug> HTTP-Session: 92f1538a-7d40-4cf8-b148-0fe443d1f7bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10967 | 2024.07.10 23:08:52.197260 [ 3 ] {} <Debug> HTTP-Session: 92f1538a-7d40-4cf8-b148-0fe443d1f7bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10968 | 2024.07.10 23:08:52.197297 [ 3 ] {} <Trace> HTTP-Session: 92f1538a-7d40-4cf8-b148-0fe443d1f7bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10969 | 2024.07.10 23:08:52.197417 [ 3 ] {9bc549a4-2f47-42b0-be4a-507cc6f82bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10970 | 2024.07.10 23:08:52.197463 [ 3 ] {9bc549a4-2f47-42b0-be4a-507cc6f82bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10971 | 2024.07.10 23:08:52.197593 [ 3 ] {9bc549a4-2f47-42b0-be4a-507cc6f82bd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10972 | 2024.07.10 23:08:52.197941 [ 3 ] {9bc549a4-2f47-42b0-be4a-507cc6f82bd3} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10973 | 2024.07.10 23:08:52.197976 [ 3 ] {9bc549a4-2f47-42b0-be4a-507cc6f82bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10974 | 2024.07.10 23:08:52.198299 [ 3 ] {9bc549a4-2f47-42b0-be4a-507cc6f82bd3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10975 | 2024.07.10 23:08:52.198627 [ 3 ] {9bc549a4-2f47-42b0-be4a-507cc6f82bd3} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10976 | 2024.07.10 23:08:52.198757 [ 108 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10977 | 2024.07.10 23:08:52.198758 [ 3 ] {9bc549a4-2f47-42b0-be4a-507cc6f82bd3} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001382 sec., 42691.751085383505 rows/sec., 3.30 MiB/sec. | ||
10978 | 2024.07.10 23:08:52.198798 [ 108 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10979 | 2024.07.10 23:08:52.198835 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
10980 | 2024.07.10 23:08:52.199000 [ 3 ] {9bc549a4-2f47-42b0-be4a-507cc6f82bd3} <Debug> DynamicQueryHandler: Done processing query | ||
10981 | 2024.07.10 23:08:52.199029 [ 3 ] {9bc549a4-2f47-42b0-be4a-507cc6f82bd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10982 | 2024.07.10 23:08:52.199023 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
10983 | 2024.07.10 23:08:52.199052 [ 3 ] {} <Debug> HTTP-Session: 92f1538a-7d40-4cf8-b148-0fe443d1f7bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10984 | 2024.07.10 23:08:52.199263 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10985 | 2024.07.10 23:08:52.199289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10986 | 2024.07.10 23:08:52.199330 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 253 rows starting from the beginning of the part | ||
10987 | 2024.07.10 23:08:52.199400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10988 | 2024.07.10 23:08:52.199463 [ 3 ] {} <Debug> HTTP-Session: 0cc16934-6b2c-4aa0-a405-f48b05a3a5da Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
10989 | 2024.07.10 23:08:52.199542 [ 3 ] {} <Debug> HTTP-Session: 0cc16934-6b2c-4aa0-a405-f48b05a3a5da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10990 | 2024.07.10 23:08:52.199542 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 59 rows starting from the beginning of the part | ||
10991 | 2024.07.10 23:08:52.199595 [ 3 ] {} <Debug> HTTP-Session: 0cc16934-6b2c-4aa0-a405-f48b05a3a5da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10992 | 2024.07.10 23:08:52.199751 [ 3 ] {} <Trace> HTTP-Session: 0cc16934-6b2c-4aa0-a405-f48b05a3a5da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10993 | 2024.07.10 23:08:52.199898 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 206 rows starting from the beginning of the part | ||
10994 | 2024.07.10 23:08:52.200198 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 59 rows starting from the beginning of the part | ||
10995 | 2024.07.10 23:08:52.200263 [ 3 ] {3c0b5d15-8e97-42a5-9c2c-08e9ff1886cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10996 | 2024.07.10 23:08:52.200461 [ 3 ] {3c0b5d15-8e97-42a5-9c2c-08e9ff1886cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10997 | 2024.07.10 23:08:52.200494 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 242 rows starting from the beginning of the part | ||
10998 | 2024.07.10 23:08:52.200831 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 59 rows starting from the beginning of the part | ||
10999 | 2024.07.10 23:08:52.201542 [ 3 ] {3c0b5d15-8e97-42a5-9c2c-08e9ff1886cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11000 | 2024.07.10 23:08:52.202361 [ 3 ] {3c0b5d15-8e97-42a5-9c2c-08e9ff1886cf} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11001 | 2024.07.10 23:08:52.202425 [ 3 ] {3c0b5d15-8e97-42a5-9c2c-08e9ff1886cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11002 | 2024.07.10 23:08:52.203294 [ 3 ] {3c0b5d15-8e97-42a5-9c2c-08e9ff1886cf} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11003 | 2024.07.10 23:08:52.204022 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 878 rows, containing 4 columns (4 merged, 0 gathered) in 0.005098571 sec., 172205.11394271062 rows/sec., 14.29 MiB/sec. | ||
11004 | 2024.07.10 23:08:52.204171 [ 3 ] {3c0b5d15-8e97-42a5-9c2c-08e9ff1886cf} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11005 | 2024.07.10 23:08:52.204238 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11006 | 2024.07.10 23:08:52.204401 [ 108 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11007 | 2024.07.10 23:08:52.204439 [ 3 ] {3c0b5d15-8e97-42a5-9c2c-08e9ff1886cf} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.004368 sec., 14880.95238095238 rows/sec., 1.16 MiB/sec. | ||
11008 | 2024.07.10 23:08:52.204477 [ 108 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11009 | 2024.07.10 23:08:52.204556 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
11010 | 2024.07.10 23:08:52.205142 [ 3 ] {3c0b5d15-8e97-42a5-9c2c-08e9ff1886cf} <Debug> DynamicQueryHandler: Done processing query | ||
11011 | 2024.07.10 23:08:52.205232 [ 3 ] {3c0b5d15-8e97-42a5-9c2c-08e9ff1886cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11012 | 2024.07.10 23:08:52.205307 [ 3 ] {} <Debug> HTTP-Session: 0cc16934-6b2c-4aa0-a405-f48b05a3a5da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11013 | 2024.07.10 23:08:52.205633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11014 | 2024.07.10 23:08:52.205825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11015 | 2024.07.10 23:08:52.205896 [ 3 ] {} <Debug> HTTP-Session: 191600c7-4e27-48af-bc82-dc0c3d7b007e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11016 | 2024.07.10 23:08:52.205982 [ 3 ] {} <Debug> HTTP-Session: 191600c7-4e27-48af-bc82-dc0c3d7b007e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11017 | 2024.07.10 23:08:52.206049 [ 3 ] {} <Debug> HTTP-Session: 191600c7-4e27-48af-bc82-dc0c3d7b007e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11018 | 2024.07.10 23:08:52.206200 [ 3 ] {} <Trace> HTTP-Session: 191600c7-4e27-48af-bc82-dc0c3d7b007e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11019 | 2024.07.10 23:08:52.206299 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
11020 | 2024.07.10 23:08:52.206391 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_76_15} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11021 | 2024.07.10 23:08:52.206713 [ 3 ] {2c7e2bfa-3219-4662-8f4c-ec1aa4693b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11022 | 2024.07.10 23:08:52.206868 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11023 | 2024.07.10 23:08:52.206889 [ 3 ] {2c7e2bfa-3219-4662-8f4c-ec1aa4693b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11024 | 2024.07.10 23:08:52.206930 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 174 rows starting from the beginning of the part | ||
11025 | 2024.07.10 23:08:52.206878 [ 186 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_76_15} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11026 | 2024.07.10 23:08:52.207300 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 65 rows starting from the beginning of the part | ||
11027 | 2024.07.10 23:08:52.207654 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 114 rows starting from the beginning of the part | ||
11028 | 2024.07.10 23:08:52.208054 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 65 rows starting from the beginning of the part | ||
11029 | 2024.07.10 23:08:52.208089 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
11030 | 2024.07.10 23:08:52.208465 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 138 rows starting from the beginning of the part | ||
11031 | 2024.07.10 23:08:52.208470 [ 3 ] {2c7e2bfa-3219-4662-8f4c-ec1aa4693b00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11032 | 2024.07.10 23:08:52.208793 [ 191 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 65 rows starting from the beginning of the part | ||
11033 | 2024.07.10 23:08:52.209776 [ 3 ] {2c7e2bfa-3219-4662-8f4c-ec1aa4693b00} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11034 | 2024.07.10 23:08:52.209944 [ 3 ] {2c7e2bfa-3219-4662-8f4c-ec1aa4693b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11035 | 2024.07.10 23:08:52.211029 [ 3 ] {2c7e2bfa-3219-4662-8f4c-ec1aa4693b00} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11036 | 2024.07.10 23:08:52.211486 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 621 rows, containing 4 columns (4 merged, 0 gathered) in 0.006532472 sec., 95063.55327661565 rows/sec., 7.42 MiB/sec. | ||
11037 | 2024.07.10 23:08:52.211642 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11038 | 2024.07.10 23:08:52.211718 [ 3 ] {2c7e2bfa-3219-4662-8f4c-ec1aa4693b00} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11039 | 2024.07.10 23:08:52.211985 [ 3 ] {2c7e2bfa-3219-4662-8f4c-ec1aa4693b00} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005512 sec., 29027.576197387516 rows/sec., 2.02 MiB/sec. | ||
11040 | 2024.07.10 23:08:52.212640 [ 3 ] {2c7e2bfa-3219-4662-8f4c-ec1aa4693b00} <Debug> DynamicQueryHandler: Done processing query | ||
11041 | 2024.07.10 23:08:52.212730 [ 3 ] {2c7e2bfa-3219-4662-8f4c-ec1aa4693b00} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11042 | 2024.07.10 23:08:52.212819 [ 3 ] {} <Debug> HTTP-Session: 191600c7-4e27-48af-bc82-dc0c3d7b007e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11043 | 2024.07.10 23:08:52.213115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11044 | 2024.07.10 23:08:52.213126 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_76_15} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11045 | 2024.07.10 23:08:52.213280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11046 | 2024.07.10 23:08:52.213348 [ 3 ] {} <Debug> HTTP-Session: cce8167c-4295-4272-8a35-6972665feede Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11047 | 2024.07.10 23:08:52.213373 [ 3 ] {} <Debug> HTTP-Session: cce8167c-4295-4272-8a35-6972665feede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11048 | 2024.07.10 23:08:52.213377 [ 196 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_76_15} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11049 | 2024.07.10 23:08:52.213390 [ 3 ] {} <Debug> HTTP-Session: cce8167c-4295-4272-8a35-6972665feede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11050 | 2024.07.10 23:08:52.213437 [ 3 ] {} <Trace> HTTP-Session: cce8167c-4295-4272-8a35-6972665feede Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11051 | 2024.07.10 23:08:52.213486 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
11052 | 2024.07.10 23:08:52.213572 [ 3 ] {a47812f7-03ac-449b-8218-83d1861990ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11053 | 2024.07.10 23:08:52.213640 [ 3 ] {a47812f7-03ac-449b-8218-83d1861990ad} <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 | ||
11054 | 2024.07.10 23:08:52.214070 [ 3 ] {a47812f7-03ac-449b-8218-83d1861990ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11055 | 2024.07.10 23:08:52.214492 [ 3 ] {a47812f7-03ac-449b-8218-83d1861990ad} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11056 | 2024.07.10 23:08:52.214528 [ 3 ] {a47812f7-03ac-449b-8218-83d1861990ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
11057 | 2024.07.10 23:08:52.215104 [ 3 ] {a47812f7-03ac-449b-8218-83d1861990ad} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11058 | 2024.07.10 23:08:52.215555 [ 3 ] {a47812f7-03ac-449b-8218-83d1861990ad} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11059 | 2024.07.10 23:08:52.215709 [ 3 ] {a47812f7-03ac-449b-8218-83d1861990ad} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002174 sec., 459.9816007359705 rows/sec., 844.05 KiB/sec. | ||
11060 | 2024.07.10 23:08:52.215709 [ 108 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11061 | 2024.07.10 23:08:52.215781 [ 108 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11062 | 2024.07.10 23:08:52.215827 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
11063 | 2024.07.10 23:08:52.216032 [ 3 ] {a47812f7-03ac-449b-8218-83d1861990ad} <Debug> DynamicQueryHandler: Done processing query | ||
11064 | 2024.07.10 23:08:52.216033 [ 192 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
11065 | 2024.07.10 23:08:52.216082 [ 3 ] {a47812f7-03ac-449b-8218-83d1861990ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11066 | 2024.07.10 23:08:52.216112 [ 3 ] {} <Debug> HTTP-Session: cce8167c-4295-4272-8a35-6972665feede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11067 | 2024.07.10 23:08:52.216431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11068 | 2024.07.10 23:08:52.216649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11069 | 2024.07.10 23:08:52.216758 [ 3 ] {} <Debug> HTTP-Session: ca7a4a8d-2de9-47ff-bd2b-66125c7278dd Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11070 | 2024.07.10 23:08:52.216845 [ 3 ] {} <Debug> HTTP-Session: ca7a4a8d-2de9-47ff-bd2b-66125c7278dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11071 | 2024.07.10 23:08:52.216928 [ 3 ] {} <Debug> HTTP-Session: ca7a4a8d-2de9-47ff-bd2b-66125c7278dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11072 | 2024.07.10 23:08:52.217083 [ 3 ] {} <Trace> HTTP-Session: ca7a4a8d-2de9-47ff-bd2b-66125c7278dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11073 | 2024.07.10 23:08:52.217517 [ 3 ] {94a4b685-7ae7-4f6b-8f46-471b4bb21614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11074 | 2024.07.10 23:08:52.217655 [ 3 ] {94a4b685-7ae7-4f6b-8f46-471b4bb21614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11075 | 2024.07.10 23:08:52.217949 [ 192 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11076 | 2024.07.10 23:08:52.218021 [ 3 ] {94a4b685-7ae7-4f6b-8f46-471b4bb21614} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11077 | 2024.07.10 23:08:52.218040 [ 192 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1239 rows starting from the beginning of the part | ||
11078 | 2024.07.10 23:08:52.218601 [ 192 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
11079 | 2024.07.10 23:08:52.218798 [ 3 ] {94a4b685-7ae7-4f6b-8f46-471b4bb21614} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11080 | 2024.07.10 23:08:52.218893 [ 3 ] {94a4b685-7ae7-4f6b-8f46-471b4bb21614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11081 | 2024.07.10 23:08:52.219186 [ 192 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 50 rows starting from the beginning of the part | ||
11082 | 2024.07.10 23:08:52.219693 [ 192 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
11083 | 2024.07.10 23:08:52.219947 [ 3 ] {94a4b685-7ae7-4f6b-8f46-471b4bb21614} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11084 | 2024.07.10 23:08:52.220126 [ 192 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 50 rows starting from the beginning of the part | ||
11085 | 2024.07.10 23:08:52.220648 [ 192 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
11086 | 2024.07.10 23:08:52.220970 [ 3 ] {94a4b685-7ae7-4f6b-8f46-471b4bb21614} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11087 | 2024.07.10 23:08:52.221244 [ 108 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11088 | 2024.07.10 23:08:52.221266 [ 3 ] {94a4b685-7ae7-4f6b-8f46-471b4bb21614} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003935 sec., 15247.776365946633 rows/sec., 1.03 MiB/sec. | ||
11089 | 2024.07.10 23:08:52.221316 [ 108 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11090 | 2024.07.10 23:08:52.221384 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11091 | 2024.07.10 23:08:52.221676 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
11092 | 2024.07.10 23:08:52.221695 [ 3 ] {94a4b685-7ae7-4f6b-8f46-471b4bb21614} <Debug> DynamicQueryHandler: Done processing query | ||
11093 | 2024.07.10 23:08:52.221728 [ 3 ] {94a4b685-7ae7-4f6b-8f46-471b4bb21614} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11094 | 2024.07.10 23:08:52.221772 [ 3 ] {} <Debug> HTTP-Session: ca7a4a8d-2de9-47ff-bd2b-66125c7278dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11095 | 2024.07.10 23:08:52.221897 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11096 | 2024.07.10 23:08:52.221931 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3558 rows starting from the beginning of the part | ||
11097 | 2024.07.10 23:08:52.222189 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
11098 | 2024.07.10 23:08:52.222427 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
11099 | 2024.07.10 23:08:52.222624 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
11100 | 2024.07.10 23:08:52.222743 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
11101 | 2024.07.10 23:08:52.222869 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
11102 | 2024.07.10 23:08:52.224801 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3858 rows, containing 4 columns (4 merged, 0 gathered) in 0.003290741 sec., 1172380.3240668287 rows/sec., 79.13 MiB/sec. | ||
11103 | 2024.07.10 23:08:52.225079 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11104 | 2024.07.10 23:08:52.225472 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_71_14} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11105 | 2024.07.10 23:08:52.225551 [ 196 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_71_14} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11106 | 2024.07.10 23:08:52.225615 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
11107 | 2024.07.10 23:08:52.229451 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1342 rows, containing 19 columns (19 merged, 0 gathered) in 0.013550414 sec., 99037.56446113011 rows/sec., 177.47 MiB/sec. | ||
11108 | 2024.07.10 23:08:52.230721 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11109 | 2024.07.10 23:08:52.231401 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11110 | 2024.07.10 23:08:52.231485 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11111 | 2024.07.10 23:08:52.231632 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.61 MiB. | ||
11112 | 2024.07.10 23:08:53.000149 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.22 MiB, peak 215.77 MiB, free memory in arenas 0.00 B, will set to 204.40 MiB (RSS), difference: 1.18 MiB | ||
11113 | 2024.07.10 23:08:57.198546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11114 | 2024.07.10 23:08:57.198671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11115 | 2024.07.10 23:08:57.198695 [ 3 ] {} <Debug> HTTP-Session: f0bd043c-87bc-4262-8f7b-eca1deec83b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11116 | 2024.07.10 23:08:57.198720 [ 3 ] {} <Debug> HTTP-Session: f0bd043c-87bc-4262-8f7b-eca1deec83b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11117 | 2024.07.10 23:08:57.198735 [ 3 ] {} <Debug> HTTP-Session: f0bd043c-87bc-4262-8f7b-eca1deec83b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11118 | 2024.07.10 23:08:57.198784 [ 3 ] {} <Trace> HTTP-Session: f0bd043c-87bc-4262-8f7b-eca1deec83b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11119 | 2024.07.10 23:08:57.198972 [ 3 ] {76077799-434a-4c41-970b-32a2b62fef88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11120 | 2024.07.10 23:08:57.199039 [ 3 ] {76077799-434a-4c41-970b-32a2b62fef88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11121 | 2024.07.10 23:08:57.199233 [ 3 ] {76077799-434a-4c41-970b-32a2b62fef88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11122 | 2024.07.10 23:08:57.199681 [ 3 ] {76077799-434a-4c41-970b-32a2b62fef88} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11123 | 2024.07.10 23:08:57.199722 [ 3 ] {76077799-434a-4c41-970b-32a2b62fef88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11124 | 2024.07.10 23:08:57.200087 [ 3 ] {76077799-434a-4c41-970b-32a2b62fef88} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11125 | 2024.07.10 23:08:57.200422 [ 3 ] {76077799-434a-4c41-970b-32a2b62fef88} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11126 | 2024.07.10 23:08:57.200601 [ 3 ] {76077799-434a-4c41-970b-32a2b62fef88} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001686 sec., 29655.990510083036 rows/sec., 2.35 MiB/sec. | ||
11127 | 2024.07.10 23:08:57.200805 [ 3 ] {76077799-434a-4c41-970b-32a2b62fef88} <Debug> DynamicQueryHandler: Done processing query | ||
11128 | 2024.07.10 23:08:57.200830 [ 3 ] {76077799-434a-4c41-970b-32a2b62fef88} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11129 | 2024.07.10 23:08:57.200847 [ 3 ] {} <Debug> HTTP-Session: f0bd043c-87bc-4262-8f7b-eca1deec83b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11130 | 2024.07.10 23:08:57.200979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11131 | 2024.07.10 23:08:57.201030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11132 | 2024.07.10 23:08:57.201049 [ 3 ] {} <Debug> HTTP-Session: e0c2074d-8914-4c19-bd23-23be2370102c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11133 | 2024.07.10 23:08:57.201065 [ 3 ] {} <Debug> HTTP-Session: e0c2074d-8914-4c19-bd23-23be2370102c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11134 | 2024.07.10 23:08:57.201079 [ 3 ] {} <Debug> HTTP-Session: e0c2074d-8914-4c19-bd23-23be2370102c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11135 | 2024.07.10 23:08:57.201111 [ 3 ] {} <Trace> HTTP-Session: e0c2074d-8914-4c19-bd23-23be2370102c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11136 | 2024.07.10 23:08:57.201207 [ 3 ] {e4a59620-9d5d-43e3-b3ed-b2d03b52c505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11137 | 2024.07.10 23:08:57.201250 [ 3 ] {e4a59620-9d5d-43e3-b3ed-b2d03b52c505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11138 | 2024.07.10 23:08:57.201377 [ 3 ] {e4a59620-9d5d-43e3-b3ed-b2d03b52c505} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11139 | 2024.07.10 23:08:57.201668 [ 3 ] {e4a59620-9d5d-43e3-b3ed-b2d03b52c505} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11140 | 2024.07.10 23:08:57.201705 [ 3 ] {e4a59620-9d5d-43e3-b3ed-b2d03b52c505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11141 | 2024.07.10 23:08:57.202004 [ 3 ] {e4a59620-9d5d-43e3-b3ed-b2d03b52c505} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11142 | 2024.07.10 23:08:57.202323 [ 3 ] {e4a59620-9d5d-43e3-b3ed-b2d03b52c505} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11143 | 2024.07.10 23:08:57.202472 [ 3 ] {e4a59620-9d5d-43e3-b3ed-b2d03b52c505} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001281 sec., 3122.56049960968 rows/sec., 254.62 KiB/sec. | ||
11144 | 2024.07.10 23:08:57.202628 [ 3 ] {e4a59620-9d5d-43e3-b3ed-b2d03b52c505} <Debug> DynamicQueryHandler: Done processing query | ||
11145 | 2024.07.10 23:08:57.202653 [ 3 ] {e4a59620-9d5d-43e3-b3ed-b2d03b52c505} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11146 | 2024.07.10 23:08:57.202669 [ 3 ] {} <Debug> HTTP-Session: e0c2074d-8914-4c19-bd23-23be2370102c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11147 | 2024.07.10 23:08:57.202812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11148 | 2024.07.10 23:08:57.202860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11149 | 2024.07.10 23:08:57.202879 [ 3 ] {} <Debug> HTTP-Session: 6f1b4238-b8b1-429c-81b9-757f485b018f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11150 | 2024.07.10 23:08:57.202896 [ 3 ] {} <Debug> HTTP-Session: 6f1b4238-b8b1-429c-81b9-757f485b018f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11151 | 2024.07.10 23:08:57.202910 [ 3 ] {} <Debug> HTTP-Session: 6f1b4238-b8b1-429c-81b9-757f485b018f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11152 | 2024.07.10 23:08:57.202940 [ 3 ] {} <Trace> HTTP-Session: 6f1b4238-b8b1-429c-81b9-757f485b018f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11153 | 2024.07.10 23:08:57.203084 [ 3 ] {d5247e3b-0be1-4ab1-ac6c-56e3403e0518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11154 | 2024.07.10 23:08:57.203127 [ 3 ] {d5247e3b-0be1-4ab1-ac6c-56e3403e0518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11155 | 2024.07.10 23:08:57.203252 [ 3 ] {d5247e3b-0be1-4ab1-ac6c-56e3403e0518} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11156 | 2024.07.10 23:08:57.203699 [ 3 ] {d5247e3b-0be1-4ab1-ac6c-56e3403e0518} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11157 | 2024.07.10 23:08:57.203736 [ 3 ] {d5247e3b-0be1-4ab1-ac6c-56e3403e0518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11158 | 2024.07.10 23:08:57.204063 [ 3 ] {d5247e3b-0be1-4ab1-ac6c-56e3403e0518} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11159 | 2024.07.10 23:08:57.204379 [ 3 ] {d5247e3b-0be1-4ab1-ac6c-56e3403e0518} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11160 | 2024.07.10 23:08:57.204542 [ 3 ] {d5247e3b-0be1-4ab1-ac6c-56e3403e0518} <Debug> executeQuery: Read 208 rows, 18.18 KiB in 0.001517 sec., 137112.72247857615 rows/sec., 11.70 MiB/sec. | ||
11161 | 2024.07.10 23:08:57.204716 [ 3 ] {d5247e3b-0be1-4ab1-ac6c-56e3403e0518} <Debug> DynamicQueryHandler: Done processing query | ||
11162 | 2024.07.10 23:08:57.204739 [ 3 ] {d5247e3b-0be1-4ab1-ac6c-56e3403e0518} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11163 | 2024.07.10 23:08:57.204756 [ 3 ] {} <Debug> HTTP-Session: 6f1b4238-b8b1-429c-81b9-757f485b018f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11164 | 2024.07.10 23:08:57.204928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11165 | 2024.07.10 23:08:57.204976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11166 | 2024.07.10 23:08:57.204995 [ 3 ] {} <Debug> HTTP-Session: 1dd5ac6f-2a68-4972-91fc-56dddd0ccb31 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11167 | 2024.07.10 23:08:57.205012 [ 3 ] {} <Debug> HTTP-Session: 1dd5ac6f-2a68-4972-91fc-56dddd0ccb31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11168 | 2024.07.10 23:08:57.205026 [ 3 ] {} <Debug> HTTP-Session: 1dd5ac6f-2a68-4972-91fc-56dddd0ccb31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11169 | 2024.07.10 23:08:57.205058 [ 3 ] {} <Trace> HTTP-Session: 1dd5ac6f-2a68-4972-91fc-56dddd0ccb31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11170 | 2024.07.10 23:08:57.205151 [ 3 ] {c4f9ee8d-6a12-4942-a513-b1eb8ac9df99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11171 | 2024.07.10 23:08:57.205193 [ 3 ] {c4f9ee8d-6a12-4942-a513-b1eb8ac9df99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11172 | 2024.07.10 23:08:57.205318 [ 3 ] {c4f9ee8d-6a12-4942-a513-b1eb8ac9df99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11173 | 2024.07.10 23:08:57.205588 [ 3 ] {c4f9ee8d-6a12-4942-a513-b1eb8ac9df99} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11174 | 2024.07.10 23:08:57.205624 [ 3 ] {c4f9ee8d-6a12-4942-a513-b1eb8ac9df99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11175 | 2024.07.10 23:08:57.205926 [ 3 ] {c4f9ee8d-6a12-4942-a513-b1eb8ac9df99} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11176 | 2024.07.10 23:08:57.206231 [ 3 ] {c4f9ee8d-6a12-4942-a513-b1eb8ac9df99} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11177 | 2024.07.10 23:08:57.206367 [ 3 ] {c4f9ee8d-6a12-4942-a513-b1eb8ac9df99} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001238 sec., 3231.0177705977385 rows/sec., 225.60 KiB/sec. | ||
11178 | 2024.07.10 23:08:57.206535 [ 3 ] {c4f9ee8d-6a12-4942-a513-b1eb8ac9df99} <Debug> DynamicQueryHandler: Done processing query | ||
11179 | 2024.07.10 23:08:57.206559 [ 3 ] {c4f9ee8d-6a12-4942-a513-b1eb8ac9df99} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11180 | 2024.07.10 23:08:57.206576 [ 3 ] {} <Debug> HTTP-Session: 1dd5ac6f-2a68-4972-91fc-56dddd0ccb31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11181 | 2024.07.10 23:08:57.206709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 20054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11182 | 2024.07.10 23:08:57.206757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11183 | 2024.07.10 23:08:57.206776 [ 3 ] {} <Debug> HTTP-Session: 51492509-10ed-48c1-a20d-1edd27886b6a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11184 | 2024.07.10 23:08:57.206793 [ 3 ] {} <Debug> HTTP-Session: 51492509-10ed-48c1-a20d-1edd27886b6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11185 | 2024.07.10 23:08:57.206807 [ 3 ] {} <Debug> HTTP-Session: 51492509-10ed-48c1-a20d-1edd27886b6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11186 | 2024.07.10 23:08:57.206838 [ 3 ] {} <Trace> HTTP-Session: 51492509-10ed-48c1-a20d-1edd27886b6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11187 | 2024.07.10 23:08:57.206972 [ 3 ] {a015d3d2-2348-4d78-b2d3-26513bc381d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11188 | 2024.07.10 23:08:57.207013 [ 3 ] {a015d3d2-2348-4d78-b2d3-26513bc381d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11189 | 2024.07.10 23:08:57.207138 [ 3 ] {a015d3d2-2348-4d78-b2d3-26513bc381d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11190 | 2024.07.10 23:08:57.207494 [ 3 ] {a015d3d2-2348-4d78-b2d3-26513bc381d8} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11191 | 2024.07.10 23:08:57.207530 [ 3 ] {a015d3d2-2348-4d78-b2d3-26513bc381d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11192 | 2024.07.10 23:08:57.207854 [ 3 ] {a015d3d2-2348-4d78-b2d3-26513bc381d8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11193 | 2024.07.10 23:08:57.208164 [ 3 ] {a015d3d2-2348-4d78-b2d3-26513bc381d8} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11194 | 2024.07.10 23:08:57.208307 [ 3 ] {a015d3d2-2348-4d78-b2d3-26513bc381d8} <Debug> executeQuery: Read 118 rows, 9.45 KiB in 0.001387 sec., 85075.70295602019 rows/sec., 6.65 MiB/sec. | ||
11195 | 2024.07.10 23:08:57.208474 [ 3 ] {a015d3d2-2348-4d78-b2d3-26513bc381d8} <Debug> DynamicQueryHandler: Done processing query | ||
11196 | 2024.07.10 23:08:57.208498 [ 3 ] {a015d3d2-2348-4d78-b2d3-26513bc381d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11197 | 2024.07.10 23:08:57.208514 [ 3 ] {} <Debug> HTTP-Session: 51492509-10ed-48c1-a20d-1edd27886b6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11198 | 2024.07.10 23:08:57.208675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 31033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11199 | 2024.07.10 23:08:57.208723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11200 | 2024.07.10 23:08:57.208742 [ 3 ] {} <Debug> HTTP-Session: 59cb3f9f-20a0-4388-af57-3d78163bf4f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11201 | 2024.07.10 23:08:57.208760 [ 3 ] {} <Debug> HTTP-Session: 59cb3f9f-20a0-4388-af57-3d78163bf4f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11202 | 2024.07.10 23:08:57.208774 [ 3 ] {} <Debug> HTTP-Session: 59cb3f9f-20a0-4388-af57-3d78163bf4f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11203 | 2024.07.10 23:08:57.208805 [ 3 ] {} <Trace> HTTP-Session: 59cb3f9f-20a0-4388-af57-3d78163bf4f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11204 | 2024.07.10 23:08:57.208948 [ 3 ] {698aadae-10c7-4551-8d53-740aaf247781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11205 | 2024.07.10 23:08:57.208995 [ 3 ] {698aadae-10c7-4551-8d53-740aaf247781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11206 | 2024.07.10 23:08:57.209142 [ 3 ] {698aadae-10c7-4551-8d53-740aaf247781} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11207 | 2024.07.10 23:08:57.209519 [ 3 ] {698aadae-10c7-4551-8d53-740aaf247781} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11208 | 2024.07.10 23:08:57.209555 [ 3 ] {698aadae-10c7-4551-8d53-740aaf247781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11209 | 2024.07.10 23:08:57.209945 [ 3 ] {698aadae-10c7-4551-8d53-740aaf247781} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11210 | 2024.07.10 23:08:57.210295 [ 3 ] {698aadae-10c7-4551-8d53-740aaf247781} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11211 | 2024.07.10 23:08:57.210448 [ 3 ] {698aadae-10c7-4551-8d53-740aaf247781} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001558 sec., 103979.46084724006 rows/sec., 7.24 MiB/sec. | ||
11212 | 2024.07.10 23:08:57.210626 [ 3 ] {698aadae-10c7-4551-8d53-740aaf247781} <Debug> DynamicQueryHandler: Done processing query | ||
11213 | 2024.07.10 23:08:57.210649 [ 3 ] {698aadae-10c7-4551-8d53-740aaf247781} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11214 | 2024.07.10 23:08:57.210666 [ 3 ] {} <Debug> HTTP-Session: 59cb3f9f-20a0-4388-af57-3d78163bf4f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11215 | 2024.07.10 23:08:57.210855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 80720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11216 | 2024.07.10 23:08:57.210905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11217 | 2024.07.10 23:08:57.210924 [ 3 ] {} <Debug> HTTP-Session: f1d53d9d-818c-4e37-a007-08e2776e0678 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11218 | 2024.07.10 23:08:57.210940 [ 3 ] {} <Debug> HTTP-Session: f1d53d9d-818c-4e37-a007-08e2776e0678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11219 | 2024.07.10 23:08:57.210954 [ 3 ] {} <Debug> HTTP-Session: f1d53d9d-818c-4e37-a007-08e2776e0678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11220 | 2024.07.10 23:08:57.210984 [ 3 ] {} <Trace> HTTP-Session: f1d53d9d-818c-4e37-a007-08e2776e0678 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11221 | 2024.07.10 23:08:57.211443 [ 3 ] {93ec6be4-28fc-42b1-8563-327334b16aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11222 | 2024.07.10 23:08:57.211508 [ 3 ] {93ec6be4-28fc-42b1-8563-327334b16aa2} <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 | ||
11223 | 2024.07.10 23:08:57.211908 [ 3 ] {93ec6be4-28fc-42b1-8563-327334b16aa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11224 | 2024.07.10 23:08:57.212733 [ 3 ] {93ec6be4-28fc-42b1-8563-327334b16aa2} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11225 | 2024.07.10 23:08:57.212769 [ 3 ] {93ec6be4-28fc-42b1-8563-327334b16aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11226 | 2024.07.10 23:08:57.213423 [ 3 ] {93ec6be4-28fc-42b1-8563-327334b16aa2} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11227 | 2024.07.10 23:08:57.213835 [ 3 ] {93ec6be4-28fc-42b1-8563-327334b16aa2} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11228 | 2024.07.10 23:08:57.214024 [ 3 ] {93ec6be4-28fc-42b1-8563-327334b16aa2} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.002926 sec., 17088.174982911823 rows/sec., 30.62 MiB/sec. | ||
11229 | 2024.07.10 23:08:57.214516 [ 3 ] {93ec6be4-28fc-42b1-8563-327334b16aa2} <Debug> DynamicQueryHandler: Done processing query | ||
11230 | 2024.07.10 23:08:57.214553 [ 3 ] {93ec6be4-28fc-42b1-8563-327334b16aa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
11231 | 2024.07.10 23:08:57.214570 [ 3 ] {} <Debug> HTTP-Session: f1d53d9d-818c-4e37-a007-08e2776e0678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11232 | 2024.07.10 23:08:57.214733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11233 | 2024.07.10 23:08:57.214783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11234 | 2024.07.10 23:08:57.214802 [ 3 ] {} <Debug> HTTP-Session: f7a00c3d-6abf-4d27-9b65-08a9c7f3dee1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11235 | 2024.07.10 23:08:57.214819 [ 3 ] {} <Debug> HTTP-Session: f7a00c3d-6abf-4d27-9b65-08a9c7f3dee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11236 | 2024.07.10 23:08:57.214834 [ 3 ] {} <Debug> HTTP-Session: f7a00c3d-6abf-4d27-9b65-08a9c7f3dee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11237 | 2024.07.10 23:08:57.214864 [ 3 ] {} <Trace> HTTP-Session: f7a00c3d-6abf-4d27-9b65-08a9c7f3dee1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11238 | 2024.07.10 23:08:57.214985 [ 3 ] {75a25690-e50b-4c79-9ab4-05a2b6847821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11239 | 2024.07.10 23:08:57.215032 [ 3 ] {75a25690-e50b-4c79-9ab4-05a2b6847821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11240 | 2024.07.10 23:08:57.215173 [ 3 ] {75a25690-e50b-4c79-9ab4-05a2b6847821} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11241 | 2024.07.10 23:08:57.215530 [ 3 ] {75a25690-e50b-4c79-9ab4-05a2b6847821} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11242 | 2024.07.10 23:08:57.215566 [ 3 ] {75a25690-e50b-4c79-9ab4-05a2b6847821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11243 | 2024.07.10 23:08:57.215936 [ 3 ] {75a25690-e50b-4c79-9ab4-05a2b6847821} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11244 | 2024.07.10 23:08:57.216255 [ 3 ] {75a25690-e50b-4c79-9ab4-05a2b6847821} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11245 | 2024.07.10 23:08:57.216405 [ 3 ] {75a25690-e50b-4c79-9ab4-05a2b6847821} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001453 sec., 41293.87474191328 rows/sec., 2.78 MiB/sec. | ||
11246 | 2024.07.10 23:08:57.216690 [ 3 ] {75a25690-e50b-4c79-9ab4-05a2b6847821} <Debug> DynamicQueryHandler: Done processing query | ||
11247 | 2024.07.10 23:08:57.216759 [ 3 ] {75a25690-e50b-4c79-9ab4-05a2b6847821} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11248 | 2024.07.10 23:08:57.216829 [ 3 ] {} <Debug> HTTP-Session: f7a00c3d-6abf-4d27-9b65-08a9c7f3dee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11249 | 2024.07.10 23:08:57.554335 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11250 | 2024.07.10 23:08:57.554391 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11251 | 2024.07.10 23:09:02.195700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11252 | 2024.07.10 23:09:02.195892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11253 | 2024.07.10 23:09:02.195939 [ 3 ] {} <Debug> HTTP-Session: d9707cd5-6d44-419b-b408-67f62f3b6ab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11254 | 2024.07.10 23:09:02.195981 [ 3 ] {} <Debug> HTTP-Session: d9707cd5-6d44-419b-b408-67f62f3b6ab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11255 | 2024.07.10 23:09:02.196011 [ 3 ] {} <Debug> HTTP-Session: d9707cd5-6d44-419b-b408-67f62f3b6ab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11256 | 2024.07.10 23:09:02.196093 [ 3 ] {} <Trace> HTTP-Session: d9707cd5-6d44-419b-b408-67f62f3b6ab1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11257 | 2024.07.10 23:09:02.196373 [ 3 ] {f9bb3b5a-6dcf-46fc-89cb-c3fa0a98f91d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11258 | 2024.07.10 23:09:02.196477 [ 3 ] {f9bb3b5a-6dcf-46fc-89cb-c3fa0a98f91d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11259 | 2024.07.10 23:09:02.196674 [ 3 ] {f9bb3b5a-6dcf-46fc-89cb-c3fa0a98f91d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11260 | 2024.07.10 23:09:02.197117 [ 3 ] {f9bb3b5a-6dcf-46fc-89cb-c3fa0a98f91d} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11261 | 2024.07.10 23:09:02.197161 [ 3 ] {f9bb3b5a-6dcf-46fc-89cb-c3fa0a98f91d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11262 | 2024.07.10 23:09:02.197530 [ 3 ] {f9bb3b5a-6dcf-46fc-89cb-c3fa0a98f91d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11263 | 2024.07.10 23:09:02.197862 [ 3 ] {f9bb3b5a-6dcf-46fc-89cb-c3fa0a98f91d} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11264 | 2024.07.10 23:09:02.198032 [ 3 ] {f9bb3b5a-6dcf-46fc-89cb-c3fa0a98f91d} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001741 sec., 574.3825387708214 rows/sec., 46.56 KiB/sec. | ||
11265 | 2024.07.10 23:09:02.198049 [ 101 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 6 parts from all_1_58_12 to all_63_63_0 | ||
11266 | 2024.07.10 23:09:02.198152 [ 101 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11267 | 2024.07.10 23:09:02.198203 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11268 | 2024.07.10 23:09:02.198344 [ 3 ] {f9bb3b5a-6dcf-46fc-89cb-c3fa0a98f91d} <Debug> DynamicQueryHandler: Done processing query | ||
11269 | 2024.07.10 23:09:02.198425 [ 3 ] {f9bb3b5a-6dcf-46fc-89cb-c3fa0a98f91d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11270 | 2024.07.10 23:09:02.198485 [ 3 ] {} <Debug> HTTP-Session: d9707cd5-6d44-419b-b408-67f62f3b6ab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11271 | 2024.07.10 23:09:02.198532 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_63_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_58_12 to all_63_63_0 into Compact with storage Full | ||
11272 | 2024.07.10 23:09:02.198759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11273 | 2024.07.10 23:09:02.198950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11274 | 2024.07.10 23:09:02.199038 [ 3 ] {} <Debug> HTTP-Session: 048890a5-04ba-4a23-8026-f5cd40f508c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11275 | 2024.07.10 23:09:02.199111 [ 3 ] {} <Debug> HTTP-Session: 048890a5-04ba-4a23-8026-f5cd40f508c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11276 | 2024.07.10 23:09:02.199170 [ 3 ] {} <Debug> HTTP-Session: 048890a5-04ba-4a23-8026-f5cd40f508c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11277 | 2024.07.10 23:09:02.199313 [ 3 ] {} <Trace> HTTP-Session: 048890a5-04ba-4a23-8026-f5cd40f508c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11278 | 2024.07.10 23:09:02.199402 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_63_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11279 | 2024.07.10 23:09:02.199458 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_58_12, total 51 rows starting from the beginning of the part | ||
11280 | 2024.07.10 23:09:02.199562 [ 3 ] {1e80a20c-f5aa-4c64-b121-70c284a01e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11281 | 2024.07.10 23:09:02.199654 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
11282 | 2024.07.10 23:09:02.199714 [ 3 ] {1e80a20c-f5aa-4c64-b121-70c284a01e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11283 | 2024.07.10 23:09:02.200019 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 50 rows starting from the beginning of the part | ||
11284 | 2024.07.10 23:09:02.200396 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
11285 | 2024.07.10 23:09:02.200782 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 50 rows starting from the beginning of the part | ||
11286 | 2024.07.10 23:09:02.200895 [ 3 ] {1e80a20c-f5aa-4c64-b121-70c284a01e40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11287 | 2024.07.10 23:09:02.201094 [ 194 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
11288 | 2024.07.10 23:09:02.201885 [ 3 ] {1e80a20c-f5aa-4c64-b121-70c284a01e40} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11289 | 2024.07.10 23:09:02.201956 [ 3 ] {1e80a20c-f5aa-4c64-b121-70c284a01e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11290 | 2024.07.10 23:09:02.202781 [ 3 ] {1e80a20c-f5aa-4c64-b121-70c284a01e40} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11291 | 2024.07.10 23:09:02.203685 [ 200 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_63_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 154 rows, containing 4 columns (4 merged, 0 gathered) in 0.005392267 sec., 28559.416660933148 rows/sec., 2.26 MiB/sec. | ||
11292 | 2024.07.10 23:09:02.203707 [ 3 ] {1e80a20c-f5aa-4c64-b121-70c284a01e40} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11293 | 2024.07.10 23:09:02.203931 [ 3 ] {1e80a20c-f5aa-4c64-b121-70c284a01e40} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004448 sec., 1348.9208633093526 rows/sec., 110.00 KiB/sec. | ||
11294 | 2024.07.10 23:09:02.204101 [ 199 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_63_13} <Trace> MergedBlockOutputStream: filled checksums all_1_63_13 (state Temporary) | ||
11295 | 2024.07.10 23:09:02.204471 [ 3 ] {1e80a20c-f5aa-4c64-b121-70c284a01e40} <Debug> DynamicQueryHandler: Done processing query | ||
11296 | 2024.07.10 23:09:02.204552 [ 3 ] {1e80a20c-f5aa-4c64-b121-70c284a01e40} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11297 | 2024.07.10 23:09:02.204619 [ 3 ] {} <Debug> HTTP-Session: 048890a5-04ba-4a23-8026-f5cd40f508c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11298 | 2024.07.10 23:09:02.204925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8689, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11299 | 2024.07.10 23:09:02.205123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11300 | 2024.07.10 23:09:02.205185 [ 3 ] {} <Debug> HTTP-Session: b58a78b6-55a5-47cf-957a-d7203878b098 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11301 | 2024.07.10 23:09:02.205225 [ 3 ] {} <Debug> HTTP-Session: b58a78b6-55a5-47cf-957a-d7203878b098 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11302 | 2024.07.10 23:09:02.205242 [ 3 ] {} <Debug> HTTP-Session: b58a78b6-55a5-47cf-957a-d7203878b098 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11303 | 2024.07.10 23:09:02.205299 [ 3 ] {} <Trace> HTTP-Session: b58a78b6-55a5-47cf-957a-d7203878b098 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11304 | 2024.07.10 23:09:02.205478 [ 199 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_63_13} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_63_13 to all_1_63_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11305 | 2024.07.10 23:09:02.205506 [ 3 ] {5b74b22c-0fff-4eb2-840a-94a0c29b9129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11306 | 2024.07.10 23:09:02.205610 [ 3 ] {5b74b22c-0fff-4eb2-840a-94a0c29b9129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11307 | 2024.07.10 23:09:02.205674 [ 199 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_63_13} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 6 parts: [all_1_58_12, all_63_63_0] -> all_1_63_13 | ||
11308 | 2024.07.10 23:09:02.205889 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
11309 | 2024.07.10 23:09:02.205976 [ 3 ] {5b74b22c-0fff-4eb2-840a-94a0c29b9129} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11310 | 2024.07.10 23:09:02.206329 [ 3 ] {5b74b22c-0fff-4eb2-840a-94a0c29b9129} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11311 | 2024.07.10 23:09:02.206366 [ 3 ] {5b74b22c-0fff-4eb2-840a-94a0c29b9129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11312 | 2024.07.10 23:09:02.206683 [ 3 ] {5b74b22c-0fff-4eb2-840a-94a0c29b9129} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11313 | 2024.07.10 23:09:02.206996 [ 3 ] {5b74b22c-0fff-4eb2-840a-94a0c29b9129} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11314 | 2024.07.10 23:09:02.207130 [ 3 ] {5b74b22c-0fff-4eb2-840a-94a0c29b9129} <Debug> executeQuery: Read 62 rows, 4.89 KiB in 0.001714 sec., 36172.69544924154 rows/sec., 2.79 MiB/sec. | ||
11315 | 2024.07.10 23:09:02.207300 [ 3 ] {5b74b22c-0fff-4eb2-840a-94a0c29b9129} <Debug> DynamicQueryHandler: Done processing query | ||
11316 | 2024.07.10 23:09:02.207324 [ 3 ] {5b74b22c-0fff-4eb2-840a-94a0c29b9129} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11317 | 2024.07.10 23:09:02.207341 [ 3 ] {} <Debug> HTTP-Session: b58a78b6-55a5-47cf-957a-d7203878b098 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11318 | 2024.07.10 23:09:02.207458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11319 | 2024.07.10 23:09:02.207507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11320 | 2024.07.10 23:09:02.207526 [ 3 ] {} <Debug> HTTP-Session: b4c4cf9e-c74d-4d08-b7ef-8f44aab03b8d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11321 | 2024.07.10 23:09:02.207543 [ 3 ] {} <Debug> HTTP-Session: b4c4cf9e-c74d-4d08-b7ef-8f44aab03b8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11322 | 2024.07.10 23:09:02.207557 [ 3 ] {} <Debug> HTTP-Session: b4c4cf9e-c74d-4d08-b7ef-8f44aab03b8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11323 | 2024.07.10 23:09:02.207588 [ 3 ] {} <Trace> HTTP-Session: b4c4cf9e-c74d-4d08-b7ef-8f44aab03b8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11324 | 2024.07.10 23:09:02.207683 [ 3 ] {349f11a9-7991-4f00-8413-c38d96d82ced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11325 | 2024.07.10 23:09:02.207725 [ 3 ] {349f11a9-7991-4f00-8413-c38d96d82ced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11326 | 2024.07.10 23:09:02.207849 [ 3 ] {349f11a9-7991-4f00-8413-c38d96d82ced} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11327 | 2024.07.10 23:09:02.208119 [ 3 ] {349f11a9-7991-4f00-8413-c38d96d82ced} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11328 | 2024.07.10 23:09:02.208154 [ 3 ] {349f11a9-7991-4f00-8413-c38d96d82ced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11329 | 2024.07.10 23:09:02.208450 [ 3 ] {349f11a9-7991-4f00-8413-c38d96d82ced} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11330 | 2024.07.10 23:09:02.208759 [ 3 ] {349f11a9-7991-4f00-8413-c38d96d82ced} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11331 | 2024.07.10 23:09:02.208887 [ 3 ] {349f11a9-7991-4f00-8413-c38d96d82ced} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.00123 sec., 4878.048780487805 rows/sec., 340.61 KiB/sec. | ||
11332 | 2024.07.10 23:09:02.209046 [ 3 ] {349f11a9-7991-4f00-8413-c38d96d82ced} <Debug> DynamicQueryHandler: Done processing query | ||
11333 | 2024.07.10 23:09:02.209071 [ 3 ] {349f11a9-7991-4f00-8413-c38d96d82ced} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11334 | 2024.07.10 23:09:02.209086 [ 3 ] {} <Debug> HTTP-Session: b4c4cf9e-c74d-4d08-b7ef-8f44aab03b8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11335 | 2024.07.10 23:09:02.209205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 12088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11336 | 2024.07.10 23:09:02.209255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11337 | 2024.07.10 23:09:02.209274 [ 3 ] {} <Debug> HTTP-Session: be66d398-50f3-4daa-b18c-409a5678b4c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11338 | 2024.07.10 23:09:02.209291 [ 3 ] {} <Debug> HTTP-Session: be66d398-50f3-4daa-b18c-409a5678b4c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11339 | 2024.07.10 23:09:02.209305 [ 3 ] {} <Debug> HTTP-Session: be66d398-50f3-4daa-b18c-409a5678b4c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11340 | 2024.07.10 23:09:02.209336 [ 3 ] {} <Trace> HTTP-Session: be66d398-50f3-4daa-b18c-409a5678b4c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11341 | 2024.07.10 23:09:02.209449 [ 3 ] {8a4718ca-3015-40a8-9976-cbdc63948e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11342 | 2024.07.10 23:09:02.209491 [ 3 ] {8a4718ca-3015-40a8-9976-cbdc63948e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11343 | 2024.07.10 23:09:02.209614 [ 3 ] {8a4718ca-3015-40a8-9976-cbdc63948e85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11344 | 2024.07.10 23:09:02.209935 [ 3 ] {8a4718ca-3015-40a8-9976-cbdc63948e85} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11345 | 2024.07.10 23:09:02.209971 [ 3 ] {8a4718ca-3015-40a8-9976-cbdc63948e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11346 | 2024.07.10 23:09:02.210282 [ 3 ] {8a4718ca-3015-40a8-9976-cbdc63948e85} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11347 | 2024.07.10 23:09:02.210593 [ 3 ] {8a4718ca-3015-40a8-9976-cbdc63948e85} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11348 | 2024.07.10 23:09:02.210723 [ 3 ] {8a4718ca-3015-40a8-9976-cbdc63948e85} <Debug> executeQuery: Read 71 rows, 5.68 KiB in 0.00131 sec., 54198.47328244275 rows/sec., 4.24 MiB/sec. | ||
11349 | 2024.07.10 23:09:02.210902 [ 3 ] {8a4718ca-3015-40a8-9976-cbdc63948e85} <Debug> DynamicQueryHandler: Done processing query | ||
11350 | 2024.07.10 23:09:02.210939 [ 3 ] {8a4718ca-3015-40a8-9976-cbdc63948e85} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11351 | 2024.07.10 23:09:02.210971 [ 3 ] {} <Debug> HTTP-Session: be66d398-50f3-4daa-b18c-409a5678b4c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11352 | 2024.07.10 23:09:02.211136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 31226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11353 | 2024.07.10 23:09:02.211186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11354 | 2024.07.10 23:09:02.211206 [ 3 ] {} <Debug> HTTP-Session: 3205fc5c-0759-4ce7-bb37-961ba60e89f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11355 | 2024.07.10 23:09:02.211224 [ 3 ] {} <Debug> HTTP-Session: 3205fc5c-0759-4ce7-bb37-961ba60e89f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11356 | 2024.07.10 23:09:02.211238 [ 3 ] {} <Debug> HTTP-Session: 3205fc5c-0759-4ce7-bb37-961ba60e89f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11357 | 2024.07.10 23:09:02.211268 [ 3 ] {} <Trace> HTTP-Session: 3205fc5c-0759-4ce7-bb37-961ba60e89f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11358 | 2024.07.10 23:09:02.211423 [ 3 ] {955b0ae6-e5fe-4e18-a2cf-4c0a11e970f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11359 | 2024.07.10 23:09:02.211470 [ 3 ] {955b0ae6-e5fe-4e18-a2cf-4c0a11e970f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11360 | 2024.07.10 23:09:02.211612 [ 3 ] {955b0ae6-e5fe-4e18-a2cf-4c0a11e970f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11361 | 2024.07.10 23:09:02.211997 [ 3 ] {955b0ae6-e5fe-4e18-a2cf-4c0a11e970f5} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11362 | 2024.07.10 23:09:02.212033 [ 3 ] {955b0ae6-e5fe-4e18-a2cf-4c0a11e970f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11363 | 2024.07.10 23:09:02.212429 [ 3 ] {955b0ae6-e5fe-4e18-a2cf-4c0a11e970f5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11364 | 2024.07.10 23:09:02.212762 [ 3 ] {955b0ae6-e5fe-4e18-a2cf-4c0a11e970f5} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11365 | 2024.07.10 23:09:02.212893 [ 3 ] {955b0ae6-e5fe-4e18-a2cf-4c0a11e970f5} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001546 sec., 105433.37645536869 rows/sec., 7.34 MiB/sec. | ||
11366 | 2024.07.10 23:09:02.213058 [ 3 ] {955b0ae6-e5fe-4e18-a2cf-4c0a11e970f5} <Debug> DynamicQueryHandler: Done processing query | ||
11367 | 2024.07.10 23:09:02.213082 [ 3 ] {955b0ae6-e5fe-4e18-a2cf-4c0a11e970f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11368 | 2024.07.10 23:09:02.213098 [ 3 ] {} <Debug> HTTP-Session: 3205fc5c-0759-4ce7-bb37-961ba60e89f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11369 | 2024.07.10 23:09:02.213216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11370 | 2024.07.10 23:09:02.213265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11371 | 2024.07.10 23:09:02.213284 [ 3 ] {} <Debug> HTTP-Session: 8175edb0-2e86-40f9-b374-08cf2fb8b474 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11372 | 2024.07.10 23:09:02.213301 [ 3 ] {} <Debug> HTTP-Session: 8175edb0-2e86-40f9-b374-08cf2fb8b474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11373 | 2024.07.10 23:09:02.213316 [ 3 ] {} <Debug> HTTP-Session: 8175edb0-2e86-40f9-b374-08cf2fb8b474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11374 | 2024.07.10 23:09:02.213347 [ 3 ] {} <Trace> HTTP-Session: 8175edb0-2e86-40f9-b374-08cf2fb8b474 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11375 | 2024.07.10 23:09:02.213448 [ 3 ] {c4f96e71-acd2-4b12-b08d-87a354f0b49e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11376 | 2024.07.10 23:09:02.213513 [ 3 ] {c4f96e71-acd2-4b12-b08d-87a354f0b49e} <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 | ||
11377 | 2024.07.10 23:09:02.213912 [ 3 ] {c4f96e71-acd2-4b12-b08d-87a354f0b49e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11378 | 2024.07.10 23:09:02.214360 [ 3 ] {c4f96e71-acd2-4b12-b08d-87a354f0b49e} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11379 | 2024.07.10 23:09:02.214396 [ 3 ] {c4f96e71-acd2-4b12-b08d-87a354f0b49e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11380 | 2024.07.10 23:09:02.214966 [ 3 ] {c4f96e71-acd2-4b12-b08d-87a354f0b49e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11381 | 2024.07.10 23:09:02.215370 [ 3 ] {c4f96e71-acd2-4b12-b08d-87a354f0b49e} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11382 | 2024.07.10 23:09:02.215525 [ 3 ] {c4f96e71-acd2-4b12-b08d-87a354f0b49e} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002105 sec., 475.05938242280286 rows/sec., 871.72 KiB/sec. | ||
11383 | 2024.07.10 23:09:02.215994 [ 3 ] {c4f96e71-acd2-4b12-b08d-87a354f0b49e} <Debug> DynamicQueryHandler: Done processing query | ||
11384 | 2024.07.10 23:09:02.216046 [ 3 ] {c4f96e71-acd2-4b12-b08d-87a354f0b49e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11385 | 2024.07.10 23:09:02.216080 [ 3 ] {} <Debug> HTTP-Session: 8175edb0-2e86-40f9-b374-08cf2fb8b474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11386 | 2024.07.10 23:09:02.216250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11387 | 2024.07.10 23:09:02.216302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11388 | 2024.07.10 23:09:02.216320 [ 3 ] {} <Debug> HTTP-Session: f241d314-77f2-4c01-83a1-c251973e54db Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11389 | 2024.07.10 23:09:02.216338 [ 3 ] {} <Debug> HTTP-Session: f241d314-77f2-4c01-83a1-c251973e54db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11390 | 2024.07.10 23:09:02.216352 [ 3 ] {} <Debug> HTTP-Session: f241d314-77f2-4c01-83a1-c251973e54db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11391 | 2024.07.10 23:09:02.216383 [ 3 ] {} <Trace> HTTP-Session: f241d314-77f2-4c01-83a1-c251973e54db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11392 | 2024.07.10 23:09:02.216503 [ 3 ] {646cee81-48ed-4dc4-b90f-288d539ed987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11393 | 2024.07.10 23:09:02.216550 [ 3 ] {646cee81-48ed-4dc4-b90f-288d539ed987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11394 | 2024.07.10 23:09:02.216695 [ 3 ] {646cee81-48ed-4dc4-b90f-288d539ed987} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11395 | 2024.07.10 23:09:02.216979 [ 3 ] {646cee81-48ed-4dc4-b90f-288d539ed987} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11396 | 2024.07.10 23:09:02.217014 [ 3 ] {646cee81-48ed-4dc4-b90f-288d539ed987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11397 | 2024.07.10 23:09:02.217379 [ 3 ] {646cee81-48ed-4dc4-b90f-288d539ed987} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11398 | 2024.07.10 23:09:02.217718 [ 3 ] {646cee81-48ed-4dc4-b90f-288d539ed987} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11399 | 2024.07.10 23:09:02.217844 [ 3 ] {646cee81-48ed-4dc4-b90f-288d539ed987} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
11400 | 2024.07.10 23:09:02.218040 [ 3 ] {646cee81-48ed-4dc4-b90f-288d539ed987} <Debug> DynamicQueryHandler: Done processing query | ||
11401 | 2024.07.10 23:09:02.218073 [ 3 ] {646cee81-48ed-4dc4-b90f-288d539ed987} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11402 | 2024.07.10 23:09:02.218094 [ 3 ] {} <Debug> HTTP-Session: f241d314-77f2-4c01-83a1-c251973e54db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11403 | 2024.07.10 23:09:07.197458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11404 | 2024.07.10 23:09:07.197618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11405 | 2024.07.10 23:09:07.197662 [ 3 ] {} <Debug> HTTP-Session: ad3699e1-b89d-4a60-954a-704a4b604881 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11406 | 2024.07.10 23:09:07.197703 [ 3 ] {} <Debug> HTTP-Session: ad3699e1-b89d-4a60-954a-704a4b604881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11407 | 2024.07.10 23:09:07.197730 [ 3 ] {} <Debug> HTTP-Session: ad3699e1-b89d-4a60-954a-704a4b604881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11408 | 2024.07.10 23:09:07.197811 [ 3 ] {} <Trace> HTTP-Session: ad3699e1-b89d-4a60-954a-704a4b604881 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11409 | 2024.07.10 23:09:07.198118 [ 3 ] {e4a63351-4442-4567-997d-9eaeb8094f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11410 | 2024.07.10 23:09:07.198225 [ 3 ] {e4a63351-4442-4567-997d-9eaeb8094f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11411 | 2024.07.10 23:09:07.198546 [ 3 ] {e4a63351-4442-4567-997d-9eaeb8094f3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11412 | 2024.07.10 23:09:07.199004 [ 3 ] {e4a63351-4442-4567-997d-9eaeb8094f3a} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11413 | 2024.07.10 23:09:07.199045 [ 3 ] {e4a63351-4442-4567-997d-9eaeb8094f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11414 | 2024.07.10 23:09:07.199412 [ 3 ] {e4a63351-4442-4567-997d-9eaeb8094f3a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11415 | 2024.07.10 23:09:07.199745 [ 3 ] {e4a63351-4442-4567-997d-9eaeb8094f3a} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11416 | 2024.07.10 23:09:07.199919 [ 3 ] {e4a63351-4442-4567-997d-9eaeb8094f3a} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001906 sec., 26232.948583420777 rows/sec., 2.08 MiB/sec. | ||
11417 | 2024.07.10 23:09:07.200116 [ 3 ] {e4a63351-4442-4567-997d-9eaeb8094f3a} <Debug> DynamicQueryHandler: Done processing query | ||
11418 | 2024.07.10 23:09:07.200142 [ 3 ] {e4a63351-4442-4567-997d-9eaeb8094f3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11419 | 2024.07.10 23:09:07.200159 [ 3 ] {} <Debug> HTTP-Session: ad3699e1-b89d-4a60-954a-704a4b604881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11420 | 2024.07.10 23:09:07.200279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11421 | 2024.07.10 23:09:07.200329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11422 | 2024.07.10 23:09:07.200348 [ 3 ] {} <Debug> HTTP-Session: a7487dd7-69b1-480b-b642-827fa6f49f81 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11423 | 2024.07.10 23:09:07.200365 [ 3 ] {} <Debug> HTTP-Session: a7487dd7-69b1-480b-b642-827fa6f49f81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11424 | 2024.07.10 23:09:07.200379 [ 3 ] {} <Debug> HTTP-Session: a7487dd7-69b1-480b-b642-827fa6f49f81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11425 | 2024.07.10 23:09:07.200412 [ 3 ] {} <Trace> HTTP-Session: a7487dd7-69b1-480b-b642-827fa6f49f81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11426 | 2024.07.10 23:09:07.200506 [ 3 ] {6d2bdadf-8974-4726-b782-1d07eccd7feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11427 | 2024.07.10 23:09:07.200551 [ 3 ] {6d2bdadf-8974-4726-b782-1d07eccd7feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11428 | 2024.07.10 23:09:07.200681 [ 3 ] {6d2bdadf-8974-4726-b782-1d07eccd7feb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11429 | 2024.07.10 23:09:07.200961 [ 3 ] {6d2bdadf-8974-4726-b782-1d07eccd7feb} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11430 | 2024.07.10 23:09:07.200997 [ 3 ] {6d2bdadf-8974-4726-b782-1d07eccd7feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11431 | 2024.07.10 23:09:07.201296 [ 3 ] {6d2bdadf-8974-4726-b782-1d07eccd7feb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11432 | 2024.07.10 23:09:07.201601 [ 3 ] {6d2bdadf-8974-4726-b782-1d07eccd7feb} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11433 | 2024.07.10 23:09:07.201752 [ 3 ] {6d2bdadf-8974-4726-b782-1d07eccd7feb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 129.33 KiB/sec. | ||
11434 | 2024.07.10 23:09:07.202061 [ 3 ] {6d2bdadf-8974-4726-b782-1d07eccd7feb} <Debug> DynamicQueryHandler: Done processing query | ||
11435 | 2024.07.10 23:09:07.202101 [ 3 ] {6d2bdadf-8974-4726-b782-1d07eccd7feb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11436 | 2024.07.10 23:09:07.202119 [ 3 ] {} <Debug> HTTP-Session: a7487dd7-69b1-480b-b642-827fa6f49f81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11437 | 2024.07.10 23:09:07.202292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11438 | 2024.07.10 23:09:07.202343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11439 | 2024.07.10 23:09:07.202362 [ 3 ] {} <Debug> HTTP-Session: 1e819d75-b554-4ca4-841c-45d44c6bf09b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11440 | 2024.07.10 23:09:07.202379 [ 3 ] {} <Debug> HTTP-Session: 1e819d75-b554-4ca4-841c-45d44c6bf09b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11441 | 2024.07.10 23:09:07.202393 [ 3 ] {} <Debug> HTTP-Session: 1e819d75-b554-4ca4-841c-45d44c6bf09b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11442 | 2024.07.10 23:09:07.202424 [ 3 ] {} <Trace> HTTP-Session: 1e819d75-b554-4ca4-841c-45d44c6bf09b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11443 | 2024.07.10 23:09:07.202572 [ 3 ] {f53c28ae-8c4e-4efd-9392-a68653c54311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11444 | 2024.07.10 23:09:07.202617 [ 3 ] {f53c28ae-8c4e-4efd-9392-a68653c54311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11445 | 2024.07.10 23:09:07.202761 [ 3 ] {f53c28ae-8c4e-4efd-9392-a68653c54311} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11446 | 2024.07.10 23:09:07.203237 [ 3 ] {f53c28ae-8c4e-4efd-9392-a68653c54311} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11447 | 2024.07.10 23:09:07.203273 [ 3 ] {f53c28ae-8c4e-4efd-9392-a68653c54311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11448 | 2024.07.10 23:09:07.203613 [ 3 ] {f53c28ae-8c4e-4efd-9392-a68653c54311} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
11449 | 2024.07.10 23:09:07.203914 [ 3 ] {f53c28ae-8c4e-4efd-9392-a68653c54311} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11450 | 2024.07.10 23:09:07.204049 [ 3 ] {f53c28ae-8c4e-4efd-9392-a68653c54311} <Debug> executeQuery: Read 207 rows, 18.11 KiB in 0.001548 sec., 133720.93023255814 rows/sec., 11.42 MiB/sec. | ||
11451 | 2024.07.10 23:09:07.204281 [ 3 ] {f53c28ae-8c4e-4efd-9392-a68653c54311} <Debug> DynamicQueryHandler: Done processing query | ||
11452 | 2024.07.10 23:09:07.204338 [ 3 ] {f53c28ae-8c4e-4efd-9392-a68653c54311} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11453 | 2024.07.10 23:09:07.204401 [ 3 ] {} <Debug> HTTP-Session: 1e819d75-b554-4ca4-841c-45d44c6bf09b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11454 | 2024.07.10 23:09:07.204623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11455 | 2024.07.10 23:09:07.204712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11456 | 2024.07.10 23:09:07.204733 [ 3 ] {} <Debug> HTTP-Session: ad38f3b8-dce7-4884-b98d-42061b9e278d Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11457 | 2024.07.10 23:09:07.204751 [ 3 ] {} <Debug> HTTP-Session: ad38f3b8-dce7-4884-b98d-42061b9e278d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11458 | 2024.07.10 23:09:07.204765 [ 3 ] {} <Debug> HTTP-Session: ad38f3b8-dce7-4884-b98d-42061b9e278d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11459 | 2024.07.10 23:09:07.204797 [ 3 ] {} <Trace> HTTP-Session: ad38f3b8-dce7-4884-b98d-42061b9e278d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11460 | 2024.07.10 23:09:07.204895 [ 3 ] {d52b1b83-ebda-46ea-afe8-5f00baa187cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11461 | 2024.07.10 23:09:07.204938 [ 3 ] {d52b1b83-ebda-46ea-afe8-5f00baa187cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11462 | 2024.07.10 23:09:07.205086 [ 3 ] {d52b1b83-ebda-46ea-afe8-5f00baa187cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11463 | 2024.07.10 23:09:07.205370 [ 3 ] {d52b1b83-ebda-46ea-afe8-5f00baa187cc} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11464 | 2024.07.10 23:09:07.205407 [ 3 ] {d52b1b83-ebda-46ea-afe8-5f00baa187cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11465 | 2024.07.10 23:09:07.205709 [ 3 ] {d52b1b83-ebda-46ea-afe8-5f00baa187cc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11466 | 2024.07.10 23:09:07.206008 [ 3 ] {d52b1b83-ebda-46ea-afe8-5f00baa187cc} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11467 | 2024.07.10 23:09:07.206154 [ 3 ] {d52b1b83-ebda-46ea-afe8-5f00baa187cc} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001281 sec., 1561.28024980484 rows/sec., 109.02 KiB/sec. | ||
11468 | 2024.07.10 23:09:07.206319 [ 3 ] {d52b1b83-ebda-46ea-afe8-5f00baa187cc} <Debug> DynamicQueryHandler: Done processing query | ||
11469 | 2024.07.10 23:09:07.206343 [ 3 ] {d52b1b83-ebda-46ea-afe8-5f00baa187cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11470 | 2024.07.10 23:09:07.206358 [ 3 ] {} <Debug> HTTP-Session: ad38f3b8-dce7-4884-b98d-42061b9e278d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11471 | 2024.07.10 23:09:07.206488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11472 | 2024.07.10 23:09:07.206536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11473 | 2024.07.10 23:09:07.206555 [ 3 ] {} <Debug> HTTP-Session: 5f6e03be-be59-48a3-ba51-2e5a4e1057c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11474 | 2024.07.10 23:09:07.206572 [ 3 ] {} <Debug> HTTP-Session: 5f6e03be-be59-48a3-ba51-2e5a4e1057c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11475 | 2024.07.10 23:09:07.206586 [ 3 ] {} <Debug> HTTP-Session: 5f6e03be-be59-48a3-ba51-2e5a4e1057c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11476 | 2024.07.10 23:09:07.206617 [ 3 ] {} <Trace> HTTP-Session: 5f6e03be-be59-48a3-ba51-2e5a4e1057c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11477 | 2024.07.10 23:09:07.206738 [ 3 ] {d4f861c4-ab8a-4a8a-a110-a4dae31514b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11478 | 2024.07.10 23:09:07.206780 [ 3 ] {d4f861c4-ab8a-4a8a-a110-a4dae31514b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11479 | 2024.07.10 23:09:07.206906 [ 3 ] {d4f861c4-ab8a-4a8a-a110-a4dae31514b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11480 | 2024.07.10 23:09:07.207276 [ 3 ] {d4f861c4-ab8a-4a8a-a110-a4dae31514b7} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11481 | 2024.07.10 23:09:07.207312 [ 3 ] {d4f861c4-ab8a-4a8a-a110-a4dae31514b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11482 | 2024.07.10 23:09:07.207630 [ 3 ] {d4f861c4-ab8a-4a8a-a110-a4dae31514b7} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
11483 | 2024.07.10 23:09:07.207933 [ 3 ] {d4f861c4-ab8a-4a8a-a110-a4dae31514b7} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11484 | 2024.07.10 23:09:07.208090 [ 3 ] {d4f861c4-ab8a-4a8a-a110-a4dae31514b7} <Debug> executeQuery: Read 116 rows, 9.28 KiB in 0.001384 sec., 83815.0289017341 rows/sec., 6.55 MiB/sec. | ||
11485 | 2024.07.10 23:09:07.208315 [ 3 ] {d4f861c4-ab8a-4a8a-a110-a4dae31514b7} <Debug> DynamicQueryHandler: Done processing query | ||
11486 | 2024.07.10 23:09:07.208370 [ 3 ] {d4f861c4-ab8a-4a8a-a110-a4dae31514b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11487 | 2024.07.10 23:09:07.208427 [ 3 ] {} <Debug> HTTP-Session: 5f6e03be-be59-48a3-ba51-2e5a4e1057c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11488 | 2024.07.10 23:09:07.208636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11489 | 2024.07.10 23:09:07.208688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11490 | 2024.07.10 23:09:07.208708 [ 3 ] {} <Debug> HTTP-Session: 935cee16-c43c-4277-b9af-518232d9cd80 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11491 | 2024.07.10 23:09:07.208725 [ 3 ] {} <Debug> HTTP-Session: 935cee16-c43c-4277-b9af-518232d9cd80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11492 | 2024.07.10 23:09:07.208739 [ 3 ] {} <Debug> HTTP-Session: 935cee16-c43c-4277-b9af-518232d9cd80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11493 | 2024.07.10 23:09:07.208772 [ 3 ] {} <Trace> HTTP-Session: 935cee16-c43c-4277-b9af-518232d9cd80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11494 | 2024.07.10 23:09:07.208921 [ 3 ] {9548bb14-1303-4c8b-9fab-80c42fdc51d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11495 | 2024.07.10 23:09:07.208969 [ 3 ] {9548bb14-1303-4c8b-9fab-80c42fdc51d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11496 | 2024.07.10 23:09:07.209126 [ 3 ] {9548bb14-1303-4c8b-9fab-80c42fdc51d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11497 | 2024.07.10 23:09:07.209511 [ 3 ] {9548bb14-1303-4c8b-9fab-80c42fdc51d6} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11498 | 2024.07.10 23:09:07.209547 [ 3 ] {9548bb14-1303-4c8b-9fab-80c42fdc51d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11499 | 2024.07.10 23:09:07.209948 [ 3 ] {9548bb14-1303-4c8b-9fab-80c42fdc51d6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11500 | 2024.07.10 23:09:07.210282 [ 3 ] {9548bb14-1303-4c8b-9fab-80c42fdc51d6} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11501 | 2024.07.10 23:09:07.210436 [ 3 ] {9548bb14-1303-4c8b-9fab-80c42fdc51d6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001584 sec., 101641.41414141415 rows/sec., 7.08 MiB/sec. | ||
11502 | 2024.07.10 23:09:07.210714 [ 3 ] {9548bb14-1303-4c8b-9fab-80c42fdc51d6} <Debug> DynamicQueryHandler: Done processing query | ||
11503 | 2024.07.10 23:09:07.210777 [ 3 ] {9548bb14-1303-4c8b-9fab-80c42fdc51d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11504 | 2024.07.10 23:09:07.210835 [ 3 ] {} <Debug> HTTP-Session: 935cee16-c43c-4277-b9af-518232d9cd80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11505 | 2024.07.10 23:09:07.211083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 80860, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11506 | 2024.07.10 23:09:07.211142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11507 | 2024.07.10 23:09:07.211161 [ 3 ] {} <Debug> HTTP-Session: fc74392f-86ed-4854-b61a-4dc0e19e3b72 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11508 | 2024.07.10 23:09:07.211178 [ 3 ] {} <Debug> HTTP-Session: fc74392f-86ed-4854-b61a-4dc0e19e3b72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11509 | 2024.07.10 23:09:07.211192 [ 3 ] {} <Debug> HTTP-Session: fc74392f-86ed-4854-b61a-4dc0e19e3b72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11510 | 2024.07.10 23:09:07.211225 [ 3 ] {} <Trace> HTTP-Session: fc74392f-86ed-4854-b61a-4dc0e19e3b72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11511 | 2024.07.10 23:09:07.211681 [ 3 ] {7d7afd70-745c-4c84-85bd-25ca9aa289e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11512 | 2024.07.10 23:09:07.211749 [ 3 ] {7d7afd70-745c-4c84-85bd-25ca9aa289e9} <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 | ||
11513 | 2024.07.10 23:09:07.212182 [ 3 ] {7d7afd70-745c-4c84-85bd-25ca9aa289e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11514 | 2024.07.10 23:09:07.213030 [ 3 ] {7d7afd70-745c-4c84-85bd-25ca9aa289e9} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11515 | 2024.07.10 23:09:07.213066 [ 3 ] {7d7afd70-745c-4c84-85bd-25ca9aa289e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11516 | 2024.07.10 23:09:07.213725 [ 3 ] {7d7afd70-745c-4c84-85bd-25ca9aa289e9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11517 | 2024.07.10 23:09:07.214133 [ 3 ] {7d7afd70-745c-4c84-85bd-25ca9aa289e9} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11518 | 2024.07.10 23:09:07.214339 [ 3 ] {7d7afd70-745c-4c84-85bd-25ca9aa289e9} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003001 sec., 16661.112962345884 rows/sec., 29.86 MiB/sec. | ||
11519 | 2024.07.10 23:09:07.214808 [ 3 ] {7d7afd70-745c-4c84-85bd-25ca9aa289e9} <Debug> DynamicQueryHandler: Done processing query | ||
11520 | 2024.07.10 23:09:07.214842 [ 3 ] {7d7afd70-745c-4c84-85bd-25ca9aa289e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
11521 | 2024.07.10 23:09:07.214867 [ 3 ] {} <Debug> HTTP-Session: fc74392f-86ed-4854-b61a-4dc0e19e3b72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11522 | 2024.07.10 23:09:07.215022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11523 | 2024.07.10 23:09:07.215072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11524 | 2024.07.10 23:09:07.215092 [ 3 ] {} <Debug> HTTP-Session: 3d454213-78fb-4526-a011-7fe2102a0b68 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11525 | 2024.07.10 23:09:07.215109 [ 3 ] {} <Debug> HTTP-Session: 3d454213-78fb-4526-a011-7fe2102a0b68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11526 | 2024.07.10 23:09:07.215123 [ 3 ] {} <Debug> HTTP-Session: 3d454213-78fb-4526-a011-7fe2102a0b68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11527 | 2024.07.10 23:09:07.215155 [ 3 ] {} <Trace> HTTP-Session: 3d454213-78fb-4526-a011-7fe2102a0b68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11528 | 2024.07.10 23:09:07.215274 [ 3 ] {fddd312e-61a7-410b-b564-0acd2b3d78c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11529 | 2024.07.10 23:09:07.215321 [ 3 ] {fddd312e-61a7-410b-b564-0acd2b3d78c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11530 | 2024.07.10 23:09:07.215463 [ 3 ] {fddd312e-61a7-410b-b564-0acd2b3d78c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11531 | 2024.07.10 23:09:07.215759 [ 3 ] {fddd312e-61a7-410b-b564-0acd2b3d78c6} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11532 | 2024.07.10 23:09:07.215794 [ 3 ] {fddd312e-61a7-410b-b564-0acd2b3d78c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11533 | 2024.07.10 23:09:07.216155 [ 3 ] {fddd312e-61a7-410b-b564-0acd2b3d78c6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11534 | 2024.07.10 23:09:07.216488 [ 3 ] {fddd312e-61a7-410b-b564-0acd2b3d78c6} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11535 | 2024.07.10 23:09:07.216640 [ 3 ] {fddd312e-61a7-410b-b564-0acd2b3d78c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
11536 | 2024.07.10 23:09:07.216811 [ 3 ] {fddd312e-61a7-410b-b564-0acd2b3d78c6} <Debug> DynamicQueryHandler: Done processing query | ||
11537 | 2024.07.10 23:09:07.216835 [ 3 ] {fddd312e-61a7-410b-b564-0acd2b3d78c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11538 | 2024.07.10 23:09:07.216851 [ 3 ] {} <Debug> HTTP-Session: 3d454213-78fb-4526-a011-7fe2102a0b68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11539 | 2024.07.10 23:09:12.194502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11540 | 2024.07.10 23:09:12.194698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11541 | 2024.07.10 23:09:12.194750 [ 3 ] {} <Debug> HTTP-Session: a11c5367-9288-4225-91ac-edd4fce60568 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11542 | 2024.07.10 23:09:12.194800 [ 3 ] {} <Debug> HTTP-Session: a11c5367-9288-4225-91ac-edd4fce60568 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11543 | 2024.07.10 23:09:12.194827 [ 3 ] {} <Debug> HTTP-Session: a11c5367-9288-4225-91ac-edd4fce60568 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11544 | 2024.07.10 23:09:12.194887 [ 3 ] {} <Trace> HTTP-Session: a11c5367-9288-4225-91ac-edd4fce60568 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11545 | 2024.07.10 23:09:12.195072 [ 3 ] {56d2964a-7c78-42fc-8983-f218363f15ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11546 | 2024.07.10 23:09:12.195146 [ 3 ] {56d2964a-7c78-42fc-8983-f218363f15ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11547 | 2024.07.10 23:09:12.195369 [ 3 ] {56d2964a-7c78-42fc-8983-f218363f15ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11548 | 2024.07.10 23:09:12.195789 [ 3 ] {56d2964a-7c78-42fc-8983-f218363f15ec} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11549 | 2024.07.10 23:09:12.195827 [ 3 ] {56d2964a-7c78-42fc-8983-f218363f15ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11550 | 2024.07.10 23:09:12.196183 [ 3 ] {56d2964a-7c78-42fc-8983-f218363f15ec} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11551 | 2024.07.10 23:09:12.196521 [ 3 ] {56d2964a-7c78-42fc-8983-f218363f15ec} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11552 | 2024.07.10 23:09:12.196688 [ 3 ] {56d2964a-7c78-42fc-8983-f218363f15ec} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001669 sec., 599.1611743559017 rows/sec., 48.56 KiB/sec. | ||
11553 | 2024.07.10 23:09:12.196906 [ 3 ] {56d2964a-7c78-42fc-8983-f218363f15ec} <Debug> DynamicQueryHandler: Done processing query | ||
11554 | 2024.07.10 23:09:12.196933 [ 3 ] {56d2964a-7c78-42fc-8983-f218363f15ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11555 | 2024.07.10 23:09:12.196950 [ 3 ] {} <Debug> HTTP-Session: a11c5367-9288-4225-91ac-edd4fce60568 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11556 | 2024.07.10 23:09:12.197078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11557 | 2024.07.10 23:09:12.197129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11558 | 2024.07.10 23:09:12.197148 [ 3 ] {} <Debug> HTTP-Session: c856da95-a1b8-41ee-9f87-c823cc219435 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11559 | 2024.07.10 23:09:12.197165 [ 3 ] {} <Debug> HTTP-Session: c856da95-a1b8-41ee-9f87-c823cc219435 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11560 | 2024.07.10 23:09:12.197180 [ 3 ] {} <Debug> HTTP-Session: c856da95-a1b8-41ee-9f87-c823cc219435 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11561 | 2024.07.10 23:09:12.197211 [ 3 ] {} <Trace> HTTP-Session: c856da95-a1b8-41ee-9f87-c823cc219435 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11562 | 2024.07.10 23:09:12.197325 [ 3 ] {20060142-a1de-43a2-8878-05dbcd47a92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11563 | 2024.07.10 23:09:12.197369 [ 3 ] {20060142-a1de-43a2-8878-05dbcd47a92a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11564 | 2024.07.10 23:09:12.197499 [ 3 ] {20060142-a1de-43a2-8878-05dbcd47a92a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11565 | 2024.07.10 23:09:12.197849 [ 3 ] {20060142-a1de-43a2-8878-05dbcd47a92a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11566 | 2024.07.10 23:09:12.197886 [ 3 ] {20060142-a1de-43a2-8878-05dbcd47a92a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11567 | 2024.07.10 23:09:12.198202 [ 3 ] {20060142-a1de-43a2-8878-05dbcd47a92a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
11568 | 2024.07.10 23:09:12.198511 [ 3 ] {20060142-a1de-43a2-8878-05dbcd47a92a} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11569 | 2024.07.10 23:09:12.198657 [ 3 ] {20060142-a1de-43a2-8878-05dbcd47a92a} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001365 sec., 43223.443223443224 rows/sec., 3.34 MiB/sec. | ||
11570 | 2024.07.10 23:09:12.198828 [ 3 ] {20060142-a1de-43a2-8878-05dbcd47a92a} <Debug> DynamicQueryHandler: Done processing query | ||
11571 | 2024.07.10 23:09:12.198852 [ 3 ] {20060142-a1de-43a2-8878-05dbcd47a92a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11572 | 2024.07.10 23:09:12.198868 [ 3 ] {} <Debug> HTTP-Session: c856da95-a1b8-41ee-9f87-c823cc219435 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11573 | 2024.07.10 23:09:12.198991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11574 | 2024.07.10 23:09:12.199041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11575 | 2024.07.10 23:09:12.199062 [ 3 ] {} <Debug> HTTP-Session: 7b90fb18-0b80-4325-aac4-1c0899ee84d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11576 | 2024.07.10 23:09:12.199079 [ 3 ] {} <Debug> HTTP-Session: 7b90fb18-0b80-4325-aac4-1c0899ee84d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11577 | 2024.07.10 23:09:12.199094 [ 3 ] {} <Debug> HTTP-Session: 7b90fb18-0b80-4325-aac4-1c0899ee84d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11578 | 2024.07.10 23:09:12.199124 [ 3 ] {} <Trace> HTTP-Session: 7b90fb18-0b80-4325-aac4-1c0899ee84d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11579 | 2024.07.10 23:09:12.199238 [ 3 ] {b08fb88a-5ac2-40e1-be4d-e6ebb2365db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11580 | 2024.07.10 23:09:12.199280 [ 3 ] {b08fb88a-5ac2-40e1-be4d-e6ebb2365db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11581 | 2024.07.10 23:09:12.199404 [ 3 ] {b08fb88a-5ac2-40e1-be4d-e6ebb2365db4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11582 | 2024.07.10 23:09:12.199765 [ 3 ] {b08fb88a-5ac2-40e1-be4d-e6ebb2365db4} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11583 | 2024.07.10 23:09:12.199803 [ 3 ] {b08fb88a-5ac2-40e1-be4d-e6ebb2365db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11584 | 2024.07.10 23:09:12.200116 [ 3 ] {b08fb88a-5ac2-40e1-be4d-e6ebb2365db4} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
11585 | 2024.07.10 23:09:12.200431 [ 3 ] {b08fb88a-5ac2-40e1-be4d-e6ebb2365db4} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11586 | 2024.07.10 23:09:12.200584 [ 3 ] {b08fb88a-5ac2-40e1-be4d-e6ebb2365db4} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001382 sec., 47033.285094066574 rows/sec., 3.67 MiB/sec. | ||
11587 | 2024.07.10 23:09:12.200760 [ 3 ] {b08fb88a-5ac2-40e1-be4d-e6ebb2365db4} <Debug> DynamicQueryHandler: Done processing query | ||
11588 | 2024.07.10 23:09:12.200783 [ 3 ] {b08fb88a-5ac2-40e1-be4d-e6ebb2365db4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11589 | 2024.07.10 23:09:12.200801 [ 3 ] {} <Debug> HTTP-Session: 7b90fb18-0b80-4325-aac4-1c0899ee84d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11590 | 2024.07.10 23:09:12.200960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11591 | 2024.07.10 23:09:12.201009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11592 | 2024.07.10 23:09:12.201028 [ 3 ] {} <Debug> HTTP-Session: 78db19dd-84d6-41f8-a75d-263275be90da Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11593 | 2024.07.10 23:09:12.201046 [ 3 ] {} <Debug> HTTP-Session: 78db19dd-84d6-41f8-a75d-263275be90da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11594 | 2024.07.10 23:09:12.201062 [ 3 ] {} <Debug> HTTP-Session: 78db19dd-84d6-41f8-a75d-263275be90da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11595 | 2024.07.10 23:09:12.201093 [ 3 ] {} <Trace> HTTP-Session: 78db19dd-84d6-41f8-a75d-263275be90da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11596 | 2024.07.10 23:09:12.201233 [ 3 ] {78a50300-40c5-42df-b5c4-6934f0279554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11597 | 2024.07.10 23:09:12.201281 [ 3 ] {78a50300-40c5-42df-b5c4-6934f0279554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11598 | 2024.07.10 23:09:12.201427 [ 3 ] {78a50300-40c5-42df-b5c4-6934f0279554} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11599 | 2024.07.10 23:09:12.201810 [ 3 ] {78a50300-40c5-42df-b5c4-6934f0279554} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11600 | 2024.07.10 23:09:12.201846 [ 3 ] {78a50300-40c5-42df-b5c4-6934f0279554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11601 | 2024.07.10 23:09:12.202237 [ 3 ] {78a50300-40c5-42df-b5c4-6934f0279554} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11602 | 2024.07.10 23:09:12.202581 [ 3 ] {78a50300-40c5-42df-b5c4-6934f0279554} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11603 | 2024.07.10 23:09:12.202737 [ 3 ] {78a50300-40c5-42df-b5c4-6934f0279554} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. | ||
11604 | 2024.07.10 23:09:12.202747 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11605 | 2024.07.10 23:09:12.202851 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11606 | 2024.07.10 23:09:12.202902 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11607 | 2024.07.10 23:09:12.202990 [ 3 ] {78a50300-40c5-42df-b5c4-6934f0279554} <Debug> DynamicQueryHandler: Done processing query | ||
11608 | 2024.07.10 23:09:12.203054 [ 3 ] {78a50300-40c5-42df-b5c4-6934f0279554} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11609 | 2024.07.10 23:09:12.203121 [ 3 ] {} <Debug> HTTP-Session: 78db19dd-84d6-41f8-a75d-263275be90da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11610 | 2024.07.10 23:09:12.203180 [ 189 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
11611 | 2024.07.10 23:09:12.203281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11612 | 2024.07.10 23:09:12.203389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11613 | 2024.07.10 23:09:12.203449 [ 3 ] {} <Debug> HTTP-Session: 7200e7b1-78e4-4a13-8258-cc911b629ebe Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11614 | 2024.07.10 23:09:12.203504 [ 3 ] {} <Debug> HTTP-Session: 7200e7b1-78e4-4a13-8258-cc911b629ebe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11615 | 2024.07.10 23:09:12.203555 [ 3 ] {} <Debug> HTTP-Session: 7200e7b1-78e4-4a13-8258-cc911b629ebe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11616 | 2024.07.10 23:09:12.203572 [ 189 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11617 | 2024.07.10 23:09:12.203608 [ 3 ] {} <Trace> HTTP-Session: 7200e7b1-78e4-4a13-8258-cc911b629ebe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11618 | 2024.07.10 23:09:12.203656 [ 189 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 11247 rows starting from the beginning of the part | ||
11619 | 2024.07.10 23:09:12.203892 [ 3 ] {43f3759f-945d-4905-8d91-54631197b89a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11620 | 2024.07.10 23:09:12.203977 [ 189 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
11621 | 2024.07.10 23:09:12.204123 [ 3 ] {43f3759f-945d-4905-8d91-54631197b89a} <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 | ||
11622 | 2024.07.10 23:09:12.204266 [ 189 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 162 rows starting from the beginning of the part | ||
11623 | 2024.07.10 23:09:12.204843 [ 189 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 163 rows starting from the beginning of the part | ||
11624 | 2024.07.10 23:09:12.205274 [ 189 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 161 rows starting from the beginning of the part | ||
11625 | 2024.07.10 23:09:12.205623 [ 189 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
11626 | 2024.07.10 23:09:12.206841 [ 3 ] {43f3759f-945d-4905-8d91-54631197b89a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11627 | 2024.07.10 23:09:12.207829 [ 3 ] {43f3759f-945d-4905-8d91-54631197b89a} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11628 | 2024.07.10 23:09:12.207879 [ 3 ] {43f3759f-945d-4905-8d91-54631197b89a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11629 | 2024.07.10 23:09:12.209464 [ 3 ] {43f3759f-945d-4905-8d91-54631197b89a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11630 | 2024.07.10 23:09:12.210010 [ 3 ] {43f3759f-945d-4905-8d91-54631197b89a} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11631 | 2024.07.10 23:09:12.210289 [ 3 ] {43f3759f-945d-4905-8d91-54631197b89a} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.006542 sec., 152.8584530724549 rows/sec., 280.49 KiB/sec. | ||
11632 | 2024.07.10 23:09:12.210576 [ 3 ] {43f3759f-945d-4905-8d91-54631197b89a} <Debug> DynamicQueryHandler: Done processing query | ||
11633 | 2024.07.10 23:09:12.210600 [ 3 ] {43f3759f-945d-4905-8d91-54631197b89a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11634 | 2024.07.10 23:09:12.210616 [ 3 ] {} <Debug> HTTP-Session: 7200e7b1-78e4-4a13-8258-cc911b629ebe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11635 | 2024.07.10 23:09:12.210745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11636 | 2024.07.10 23:09:12.210802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11637 | 2024.07.10 23:09:12.210831 [ 3 ] {} <Debug> HTTP-Session: 629e54a7-cf8e-4497-a4e9-21e5debfd347 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11638 | 2024.07.10 23:09:12.210848 [ 3 ] {} <Debug> HTTP-Session: 629e54a7-cf8e-4497-a4e9-21e5debfd347 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11639 | 2024.07.10 23:09:12.210862 [ 3 ] {} <Debug> HTTP-Session: 629e54a7-cf8e-4497-a4e9-21e5debfd347 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11640 | 2024.07.10 23:09:12.210893 [ 3 ] {} <Trace> HTTP-Session: 629e54a7-cf8e-4497-a4e9-21e5debfd347 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11641 | 2024.07.10 23:09:12.211062 [ 3 ] {139c85e0-cc43-45c9-b3f1-bd096eea81de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11642 | 2024.07.10 23:09:12.211136 [ 3 ] {139c85e0-cc43-45c9-b3f1-bd096eea81de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11643 | 2024.07.10 23:09:12.211626 [ 189 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12053 rows, containing 5 columns (5 merged, 0 gathered) in 0.008614556 sec., 1399143.496194116 rows/sec., 97.49 MiB/sec. | ||
11644 | 2024.07.10 23:09:12.211724 [ 3 ] {139c85e0-cc43-45c9-b3f1-bd096eea81de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11645 | 2024.07.10 23:09:12.212018 [ 189 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11646 | 2024.07.10 23:09:12.212293 [ 3 ] {139c85e0-cc43-45c9-b3f1-bd096eea81de} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11647 | 2024.07.10 23:09:12.212349 [ 3 ] {139c85e0-cc43-45c9-b3f1-bd096eea81de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11648 | 2024.07.10 23:09:12.213136 [ 189 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11649 | 2024.07.10 23:09:12.213340 [ 189 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11650 | 2024.07.10 23:09:12.213366 [ 3 ] {139c85e0-cc43-45c9-b3f1-bd096eea81de} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11651 | 2024.07.10 23:09:12.213484 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.55 MiB. | ||
11652 | 2024.07.10 23:09:12.213801 [ 3 ] {139c85e0-cc43-45c9-b3f1-bd096eea81de} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11653 | 2024.07.10 23:09:12.213970 [ 3 ] {139c85e0-cc43-45c9-b3f1-bd096eea81de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002977 sec., 20154.517971111858 rows/sec., 1.36 MiB/sec. | ||
11654 | 2024.07.10 23:09:12.214233 [ 3 ] {139c85e0-cc43-45c9-b3f1-bd096eea81de} <Debug> DynamicQueryHandler: Done processing query | ||
11655 | 2024.07.10 23:09:12.214293 [ 3 ] {139c85e0-cc43-45c9-b3f1-bd096eea81de} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11656 | 2024.07.10 23:09:12.214349 [ 3 ] {} <Debug> HTTP-Session: 629e54a7-cf8e-4497-a4e9-21e5debfd347 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11657 | 2024.07.10 23:09:12.554442 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11658 | 2024.07.10 23:09:12.554508 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11659 | 2024.07.10 23:09:17.199058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11660 | 2024.07.10 23:09:17.199190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11661 | 2024.07.10 23:09:17.199218 [ 3 ] {} <Debug> HTTP-Session: e7a5534a-d79f-4da0-be6b-a0bd59036925 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11662 | 2024.07.10 23:09:17.199246 [ 3 ] {} <Debug> HTTP-Session: e7a5534a-d79f-4da0-be6b-a0bd59036925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11663 | 2024.07.10 23:09:17.199264 [ 3 ] {} <Debug> HTTP-Session: e7a5534a-d79f-4da0-be6b-a0bd59036925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11664 | 2024.07.10 23:09:17.199321 [ 3 ] {} <Trace> HTTP-Session: e7a5534a-d79f-4da0-be6b-a0bd59036925 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11665 | 2024.07.10 23:09:17.199528 [ 3 ] {15a3b310-190f-486c-8830-ecf0257ecfee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11666 | 2024.07.10 23:09:17.199601 [ 3 ] {15a3b310-190f-486c-8830-ecf0257ecfee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11667 | 2024.07.10 23:09:17.199818 [ 3 ] {15a3b310-190f-486c-8830-ecf0257ecfee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11668 | 2024.07.10 23:09:17.200275 [ 3 ] {15a3b310-190f-486c-8830-ecf0257ecfee} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11669 | 2024.07.10 23:09:17.200315 [ 3 ] {15a3b310-190f-486c-8830-ecf0257ecfee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11670 | 2024.07.10 23:09:17.200678 [ 3 ] {15a3b310-190f-486c-8830-ecf0257ecfee} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11671 | 2024.07.10 23:09:17.201012 [ 3 ] {15a3b310-190f-486c-8830-ecf0257ecfee} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11672 | 2024.07.10 23:09:17.201191 [ 3 ] {15a3b310-190f-486c-8830-ecf0257ecfee} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001731 sec., 28885.03755054882 rows/sec., 2.29 MiB/sec. | ||
11673 | 2024.07.10 23:09:17.201391 [ 3 ] {15a3b310-190f-486c-8830-ecf0257ecfee} <Debug> DynamicQueryHandler: Done processing query | ||
11674 | 2024.07.10 23:09:17.201416 [ 3 ] {15a3b310-190f-486c-8830-ecf0257ecfee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11675 | 2024.07.10 23:09:17.201433 [ 3 ] {} <Debug> HTTP-Session: e7a5534a-d79f-4da0-be6b-a0bd59036925 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11676 | 2024.07.10 23:09:17.201577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11677 | 2024.07.10 23:09:17.201628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11678 | 2024.07.10 23:09:17.201647 [ 3 ] {} <Debug> HTTP-Session: 7a9e985c-19aa-433b-a5ee-946fa35b1c87 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11679 | 2024.07.10 23:09:17.201664 [ 3 ] {} <Debug> HTTP-Session: 7a9e985c-19aa-433b-a5ee-946fa35b1c87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11680 | 2024.07.10 23:09:17.201679 [ 3 ] {} <Debug> HTTP-Session: 7a9e985c-19aa-433b-a5ee-946fa35b1c87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11681 | 2024.07.10 23:09:17.201711 [ 3 ] {} <Trace> HTTP-Session: 7a9e985c-19aa-433b-a5ee-946fa35b1c87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11682 | 2024.07.10 23:09:17.201804 [ 3 ] {130d1f2b-23b0-458b-b545-a0164ed01dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11683 | 2024.07.10 23:09:17.201847 [ 3 ] {130d1f2b-23b0-458b-b545-a0164ed01dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11684 | 2024.07.10 23:09:17.201976 [ 3 ] {130d1f2b-23b0-458b-b545-a0164ed01dc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11685 | 2024.07.10 23:09:17.202277 [ 3 ] {130d1f2b-23b0-458b-b545-a0164ed01dc6} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11686 | 2024.07.10 23:09:17.202313 [ 3 ] {130d1f2b-23b0-458b-b545-a0164ed01dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11687 | 2024.07.10 23:09:17.202613 [ 3 ] {130d1f2b-23b0-458b-b545-a0164ed01dc6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11688 | 2024.07.10 23:09:17.202923 [ 3 ] {130d1f2b-23b0-458b-b545-a0164ed01dc6} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11689 | 2024.07.10 23:09:17.203042 [ 3 ] {130d1f2b-23b0-458b-b545-a0164ed01dc6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001259 sec., 1588.5623510722796 rows/sec., 129.54 KiB/sec. | ||
11690 | 2024.07.10 23:09:17.203240 [ 3 ] {130d1f2b-23b0-458b-b545-a0164ed01dc6} <Debug> DynamicQueryHandler: Done processing query | ||
11691 | 2024.07.10 23:09:17.203265 [ 3 ] {130d1f2b-23b0-458b-b545-a0164ed01dc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11692 | 2024.07.10 23:09:17.203282 [ 3 ] {} <Debug> HTTP-Session: 7a9e985c-19aa-433b-a5ee-946fa35b1c87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11693 | 2024.07.10 23:09:17.203468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 35697, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11694 | 2024.07.10 23:09:17.203518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11695 | 2024.07.10 23:09:17.203537 [ 3 ] {} <Debug> HTTP-Session: 88a09d59-c43b-4d0a-bc4a-b6c458af1596 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11696 | 2024.07.10 23:09:17.203554 [ 3 ] {} <Debug> HTTP-Session: 88a09d59-c43b-4d0a-bc4a-b6c458af1596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11697 | 2024.07.10 23:09:17.203569 [ 3 ] {} <Debug> HTTP-Session: 88a09d59-c43b-4d0a-bc4a-b6c458af1596 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11698 | 2024.07.10 23:09:17.203599 [ 3 ] {} <Trace> HTTP-Session: 88a09d59-c43b-4d0a-bc4a-b6c458af1596 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11699 | 2024.07.10 23:09:17.203761 [ 3 ] {eb17ff1f-067a-44cd-be2a-53bb10994726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11700 | 2024.07.10 23:09:17.203802 [ 3 ] {eb17ff1f-067a-44cd-be2a-53bb10994726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11701 | 2024.07.10 23:09:17.203924 [ 3 ] {eb17ff1f-067a-44cd-be2a-53bb10994726} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11702 | 2024.07.10 23:09:17.204402 [ 3 ] {eb17ff1f-067a-44cd-be2a-53bb10994726} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11703 | 2024.07.10 23:09:17.204437 [ 3 ] {eb17ff1f-067a-44cd-be2a-53bb10994726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11704 | 2024.07.10 23:09:17.204772 [ 3 ] {eb17ff1f-067a-44cd-be2a-53bb10994726} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
11705 | 2024.07.10 23:09:17.205081 [ 3 ] {eb17ff1f-067a-44cd-be2a-53bb10994726} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11706 | 2024.07.10 23:09:17.205204 [ 3 ] {eb17ff1f-067a-44cd-be2a-53bb10994726} <Debug> executeQuery: Read 243 rows, 20.92 KiB in 0.001527 sec., 159135.55992141453 rows/sec., 13.38 MiB/sec. | ||
11707 | 2024.07.10 23:09:17.205204 [ 88 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
11708 | 2024.07.10 23:09:17.205267 [ 88 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11709 | 2024.07.10 23:09:17.205297 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11710 | 2024.07.10 23:09:17.205387 [ 3 ] {eb17ff1f-067a-44cd-be2a-53bb10994726} <Debug> DynamicQueryHandler: Done processing query | ||
11711 | 2024.07.10 23:09:17.205395 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
11712 | 2024.07.10 23:09:17.205413 [ 3 ] {eb17ff1f-067a-44cd-be2a-53bb10994726} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
11713 | 2024.07.10 23:09:17.205440 [ 3 ] {} <Debug> HTTP-Session: 88a09d59-c43b-4d0a-bc4a-b6c458af1596 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11714 | 2024.07.10 23:09:17.205523 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11715 | 2024.07.10 23:09:17.205554 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 253 rows starting from the beginning of the part | ||
11716 | 2024.07.10 23:09:17.205575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11717 | 2024.07.10 23:09:17.205637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11718 | 2024.07.10 23:09:17.205646 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 208 rows starting from the beginning of the part | ||
11719 | 2024.07.10 23:09:17.205728 [ 3 ] {} <Debug> HTTP-Session: b645545c-bd60-46ec-8d80-fb92ca41e2ba Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11720 | 2024.07.10 23:09:17.205808 [ 3 ] {} <Debug> HTTP-Session: b645545c-bd60-46ec-8d80-fb92ca41e2ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11721 | 2024.07.10 23:09:17.205904 [ 3 ] {} <Debug> HTTP-Session: b645545c-bd60-46ec-8d80-fb92ca41e2ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11722 | 2024.07.10 23:09:17.206035 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 62 rows starting from the beginning of the part | ||
11723 | 2024.07.10 23:09:17.206075 [ 3 ] {} <Trace> HTTP-Session: b645545c-bd60-46ec-8d80-fb92ca41e2ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11724 | 2024.07.10 23:09:17.206377 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 207 rows starting from the beginning of the part | ||
11725 | 2024.07.10 23:09:17.206441 [ 3 ] {ff95690a-3b6a-45e8-9f5c-b6a6f931c2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11726 | 2024.07.10 23:09:17.206654 [ 3 ] {ff95690a-3b6a-45e8-9f5c-b6a6f931c2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11727 | 2024.07.10 23:09:17.206803 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 59 rows starting from the beginning of the part | ||
11728 | 2024.07.10 23:09:17.207148 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 243 rows starting from the beginning of the part | ||
11729 | 2024.07.10 23:09:17.207762 [ 3 ] {ff95690a-3b6a-45e8-9f5c-b6a6f931c2f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11730 | 2024.07.10 23:09:17.208174 [ 3 ] {ff95690a-3b6a-45e8-9f5c-b6a6f931c2f3} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11731 | 2024.07.10 23:09:17.208216 [ 3 ] {ff95690a-3b6a-45e8-9f5c-b6a6f931c2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11732 | 2024.07.10 23:09:17.208654 [ 3 ] {ff95690a-3b6a-45e8-9f5c-b6a6f931c2f3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11733 | 2024.07.10 23:09:17.209067 [ 3 ] {ff95690a-3b6a-45e8-9f5c-b6a6f931c2f3} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11734 | 2024.07.10 23:09:17.209092 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1032 rows, containing 4 columns (4 merged, 0 gathered) in 0.003740471 sec., 275901.08304542396 rows/sec., 23.10 MiB/sec. | ||
11735 | 2024.07.10 23:09:17.209234 [ 3 ] {ff95690a-3b6a-45e8-9f5c-b6a6f931c2f3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002943 sec., 679.5786612300374 rows/sec., 47.45 KiB/sec. | ||
11736 | 2024.07.10 23:09:17.209256 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
11737 | 2024.07.10 23:09:17.209465 [ 3 ] {ff95690a-3b6a-45e8-9f5c-b6a6f931c2f3} <Debug> DynamicQueryHandler: Done processing query | ||
11738 | 2024.07.10 23:09:17.209496 [ 3 ] {ff95690a-3b6a-45e8-9f5c-b6a6f931c2f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11739 | 2024.07.10 23:09:17.209525 [ 3 ] {} <Debug> HTTP-Session: b645545c-bd60-46ec-8d80-fb92ca41e2ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11740 | 2024.07.10 23:09:17.209704 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_81_16} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11741 | 2024.07.10 23:09:17.209709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 23755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11742 | 2024.07.10 23:09:17.209789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11743 | 2024.07.10 23:09:17.209811 [ 200 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_81_16} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
11744 | 2024.07.10 23:09:17.209817 [ 3 ] {} <Debug> HTTP-Session: 398ecaf9-70bf-4bd7-9ce1-2c0969d3aa73 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11745 | 2024.07.10 23:09:17.209844 [ 3 ] {} <Debug> HTTP-Session: 398ecaf9-70bf-4bd7-9ce1-2c0969d3aa73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11746 | 2024.07.10 23:09:17.209891 [ 3 ] {} <Debug> HTTP-Session: 398ecaf9-70bf-4bd7-9ce1-2c0969d3aa73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11747 | 2024.07.10 23:09:17.209896 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
11748 | 2024.07.10 23:09:17.209933 [ 3 ] {} <Trace> HTTP-Session: 398ecaf9-70bf-4bd7-9ce1-2c0969d3aa73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11749 | 2024.07.10 23:09:17.210087 [ 3 ] {2baf8dea-62fb-454d-b499-a4abd2f3f87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11750 | 2024.07.10 23:09:17.210138 [ 3 ] {2baf8dea-62fb-454d-b499-a4abd2f3f87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11751 | 2024.07.10 23:09:17.210281 [ 3 ] {2baf8dea-62fb-454d-b499-a4abd2f3f87b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11752 | 2024.07.10 23:09:17.210662 [ 3 ] {2baf8dea-62fb-454d-b499-a4abd2f3f87b} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11753 | 2024.07.10 23:09:17.210698 [ 3 ] {2baf8dea-62fb-454d-b499-a4abd2f3f87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11754 | 2024.07.10 23:09:17.211011 [ 3 ] {2baf8dea-62fb-454d-b499-a4abd2f3f87b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
11755 | 2024.07.10 23:09:17.211304 [ 3 ] {2baf8dea-62fb-454d-b499-a4abd2f3f87b} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11756 | 2024.07.10 23:09:17.211424 [ 88 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
11757 | 2024.07.10 23:09:17.211425 [ 3 ] {2baf8dea-62fb-454d-b499-a4abd2f3f87b} <Debug> executeQuery: Read 140 rows, 11.18 KiB in 0.001406 sec., 99573.25746799432 rows/sec., 7.77 MiB/sec. | ||
11758 | 2024.07.10 23:09:17.211460 [ 88 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11759 | 2024.07.10 23:09:17.211492 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11760 | 2024.07.10 23:09:17.211697 [ 3 ] {2baf8dea-62fb-454d-b499-a4abd2f3f87b} <Debug> DynamicQueryHandler: Done processing query | ||
11761 | 2024.07.10 23:09:17.211738 [ 3 ] {2baf8dea-62fb-454d-b499-a4abd2f3f87b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11762 | 2024.07.10 23:09:17.211769 [ 187 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
11763 | 2024.07.10 23:09:17.211799 [ 3 ] {} <Debug> HTTP-Session: 398ecaf9-70bf-4bd7-9ce1-2c0969d3aa73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11764 | 2024.07.10 23:09:17.212107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 37814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11765 | 2024.07.10 23:09:17.212267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11766 | 2024.07.10 23:09:17.212380 [ 3 ] {} <Debug> HTTP-Session: 4ae141d7-fb81-4c10-a5bb-878aba943da3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11767 | 2024.07.10 23:09:17.212448 [ 3 ] {} <Debug> HTTP-Session: 4ae141d7-fb81-4c10-a5bb-878aba943da3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11768 | 2024.07.10 23:09:17.212530 [ 3 ] {} <Debug> HTTP-Session: 4ae141d7-fb81-4c10-a5bb-878aba943da3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11769 | 2024.07.10 23:09:17.212543 [ 187 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11770 | 2024.07.10 23:09:17.212625 [ 3 ] {} <Trace> HTTP-Session: 4ae141d7-fb81-4c10-a5bb-878aba943da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11771 | 2024.07.10 23:09:17.212647 [ 187 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 174 rows starting from the beginning of the part | ||
11772 | 2024.07.10 23:09:17.212921 [ 187 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 118 rows starting from the beginning of the part | ||
11773 | 2024.07.10 23:09:17.213018 [ 3 ] {e15c6438-a916-4309-85bc-e4d99a2d73f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11774 | 2024.07.10 23:09:17.213158 [ 187 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 71 rows starting from the beginning of the part | ||
11775 | 2024.07.10 23:09:17.213204 [ 3 ] {e15c6438-a916-4309-85bc-e4d99a2d73f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11776 | 2024.07.10 23:09:17.213456 [ 187 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 116 rows starting from the beginning of the part | ||
11777 | 2024.07.10 23:09:17.213787 [ 187 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 65 rows starting from the beginning of the part | ||
11778 | 2024.07.10 23:09:17.214151 [ 187 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 140 rows starting from the beginning of the part | ||
11779 | 2024.07.10 23:09:17.214695 [ 3 ] {e15c6438-a916-4309-85bc-e4d99a2d73f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11780 | 2024.07.10 23:09:17.215742 [ 3 ] {e15c6438-a916-4309-85bc-e4d99a2d73f7} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11781 | 2024.07.10 23:09:17.215820 [ 3 ] {e15c6438-a916-4309-85bc-e4d99a2d73f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11782 | 2024.07.10 23:09:17.216832 [ 3 ] {e15c6438-a916-4309-85bc-e4d99a2d73f7} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11783 | 2024.07.10 23:09:17.216996 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 4 columns (4 merged, 0 gathered) in 0.005409547 sec., 126443.1199137377 rows/sec., 9.88 MiB/sec. | ||
11784 | 2024.07.10 23:09:17.217195 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
11785 | 2024.07.10 23:09:17.217356 [ 3 ] {e15c6438-a916-4309-85bc-e4d99a2d73f7} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11786 | 2024.07.10 23:09:17.217592 [ 3 ] {e15c6438-a916-4309-85bc-e4d99a2d73f7} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.004803 sec., 41016.031646887364 rows/sec., 2.86 MiB/sec. | ||
11787 | 2024.07.10 23:09:17.217827 [ 3 ] {e15c6438-a916-4309-85bc-e4d99a2d73f7} <Debug> DynamicQueryHandler: Done processing query | ||
11788 | 2024.07.10 23:09:17.217839 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_81_16} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11789 | 2024.07.10 23:09:17.217855 [ 3 ] {e15c6438-a916-4309-85bc-e4d99a2d73f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11790 | 2024.07.10 23:09:17.217883 [ 3 ] {} <Debug> HTTP-Session: 4ae141d7-fb81-4c10-a5bb-878aba943da3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11791 | 2024.07.10 23:09:17.217938 [ 200 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_81_16} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
11792 | 2024.07.10 23:09:17.218017 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
11793 | 2024.07.10 23:09:17.218074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 80858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11794 | 2024.07.10 23:09:17.218122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11795 | 2024.07.10 23:09:17.218141 [ 3 ] {} <Debug> HTTP-Session: b79fc62e-e775-4322-ac5c-1a94295456d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11796 | 2024.07.10 23:09:17.218157 [ 3 ] {} <Debug> HTTP-Session: b79fc62e-e775-4322-ac5c-1a94295456d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11797 | 2024.07.10 23:09:17.218171 [ 3 ] {} <Debug> HTTP-Session: b79fc62e-e775-4322-ac5c-1a94295456d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11798 | 2024.07.10 23:09:17.218202 [ 3 ] {} <Trace> HTTP-Session: b79fc62e-e775-4322-ac5c-1a94295456d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11799 | 2024.07.10 23:09:17.218669 [ 3 ] {8a7ca2c7-e63d-4c00-952e-97e9c6d33302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11800 | 2024.07.10 23:09:17.218731 [ 3 ] {8a7ca2c7-e63d-4c00-952e-97e9c6d33302} <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 | ||
11801 | 2024.07.10 23:09:17.219132 [ 3 ] {8a7ca2c7-e63d-4c00-952e-97e9c6d33302} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11802 | 2024.07.10 23:09:17.220070 [ 3 ] {8a7ca2c7-e63d-4c00-952e-97e9c6d33302} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11803 | 2024.07.10 23:09:17.220106 [ 3 ] {8a7ca2c7-e63d-4c00-952e-97e9c6d33302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11804 | 2024.07.10 23:09:17.220753 [ 3 ] {8a7ca2c7-e63d-4c00-952e-97e9c6d33302} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11805 | 2024.07.10 23:09:17.221157 [ 3 ] {8a7ca2c7-e63d-4c00-952e-97e9c6d33302} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11806 | 2024.07.10 23:09:17.221296 [ 88 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11807 | 2024.07.10 23:09:17.221307 [ 3 ] {8a7ca2c7-e63d-4c00-952e-97e9c6d33302} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003006 sec., 16633.3998669328 rows/sec., 29.81 MiB/sec. | ||
11808 | 2024.07.10 23:09:17.221337 [ 88 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11809 | 2024.07.10 23:09:17.221378 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11810 | 2024.07.10 23:09:17.221540 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
11811 | 2024.07.10 23:09:17.221638 [ 3 ] {8a7ca2c7-e63d-4c00-952e-97e9c6d33302} <Debug> DynamicQueryHandler: Done processing query | ||
11812 | 2024.07.10 23:09:17.221670 [ 3 ] {8a7ca2c7-e63d-4c00-952e-97e9c6d33302} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
11813 | 2024.07.10 23:09:17.221696 [ 3 ] {} <Debug> HTTP-Session: b79fc62e-e775-4322-ac5c-1a94295456d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11814 | 2024.07.10 23:09:17.221867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11815 | 2024.07.10 23:09:17.221899 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11816 | 2024.07.10 23:09:17.221937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11817 | 2024.07.10 23:09:17.221972 [ 3 ] {} <Debug> HTTP-Session: 307557f1-4455-4601-a67f-0977e4e43ed3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11818 | 2024.07.10 23:09:17.221979 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1342 rows starting from the beginning of the part | ||
11819 | 2024.07.10 23:09:17.221994 [ 3 ] {} <Debug> HTTP-Session: 307557f1-4455-4601-a67f-0977e4e43ed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11820 | 2024.07.10 23:09:17.222014 [ 3 ] {} <Debug> HTTP-Session: 307557f1-4455-4601-a67f-0977e4e43ed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11821 | 2024.07.10 23:09:17.222062 [ 3 ] {} <Trace> HTTP-Session: 307557f1-4455-4601-a67f-0977e4e43ed3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11822 | 2024.07.10 23:09:17.222417 [ 3 ] {d8257b25-ca96-4815-9fa6-e78e0e8326dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11823 | 2024.07.10 23:09:17.222507 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 50 rows starting from the beginning of the part | ||
11824 | 2024.07.10 23:09:17.222517 [ 3 ] {d8257b25-ca96-4815-9fa6-e78e0e8326dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11825 | 2024.07.10 23:09:17.223110 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
11826 | 2024.07.10 23:09:17.223121 [ 3 ] {d8257b25-ca96-4815-9fa6-e78e0e8326dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11827 | 2024.07.10 23:09:17.223633 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 50 rows starting from the beginning of the part | ||
11828 | 2024.07.10 23:09:17.223974 [ 3 ] {d8257b25-ca96-4815-9fa6-e78e0e8326dc} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11829 | 2024.07.10 23:09:17.224055 [ 3 ] {d8257b25-ca96-4815-9fa6-e78e0e8326dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11830 | 2024.07.10 23:09:17.224131 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
11831 | 2024.07.10 23:09:17.224617 [ 188 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 50 rows starting from the beginning of the part | ||
11832 | 2024.07.10 23:09:17.225111 [ 3 ] {d8257b25-ca96-4815-9fa6-e78e0e8326dc} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11833 | 2024.07.10 23:09:17.225599 [ 3 ] {d8257b25-ca96-4815-9fa6-e78e0e8326dc} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11834 | 2024.07.10 23:09:17.225804 [ 88 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11835 | 2024.07.10 23:09:17.225812 [ 3 ] {d8257b25-ca96-4815-9fa6-e78e0e8326dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00357 sec., 16806.722689075632 rows/sec., 1.13 MiB/sec. | ||
11836 | 2024.07.10 23:09:17.225863 [ 88 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11837 | 2024.07.10 23:09:17.225911 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11838 | 2024.07.10 23:09:17.226083 [ 3 ] {d8257b25-ca96-4815-9fa6-e78e0e8326dc} <Debug> DynamicQueryHandler: Done processing query | ||
11839 | 2024.07.10 23:09:17.226094 [ 200 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
11840 | 2024.07.10 23:09:17.226135 [ 3 ] {d8257b25-ca96-4815-9fa6-e78e0e8326dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11841 | 2024.07.10 23:09:17.226195 [ 3 ] {} <Debug> HTTP-Session: 307557f1-4455-4601-a67f-0977e4e43ed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11842 | 2024.07.10 23:09:17.226706 [ 200 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11843 | 2024.07.10 23:09:17.226835 [ 200 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3858 rows starting from the beginning of the part | ||
11844 | 2024.07.10 23:09:17.227238 [ 200 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
11845 | 2024.07.10 23:09:17.227649 [ 200 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
11846 | 2024.07.10 23:09:17.228003 [ 200 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
11847 | 2024.07.10 23:09:17.228457 [ 200 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
11848 | 2024.07.10 23:09:17.228888 [ 200 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
11849 | 2024.07.10 23:09:17.231526 [ 193 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4158 rows, containing 4 columns (4 merged, 0 gathered) in 0.00553475 sec., 751253.4441483356 rows/sec., 50.70 MiB/sec. | ||
11850 | 2024.07.10 23:09:17.231982 [ 193 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11851 | 2024.07.10 23:09:17.233146 [ 193 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_76_15} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11852 | 2024.07.10 23:09:17.233245 [ 193 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_76_15} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11853 | 2024.07.10 23:09:17.233404 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
11854 | 2024.07.10 23:09:17.237631 [ 196 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1494 rows, containing 19 columns (19 merged, 0 gathered) in 0.01615972 sec., 92452.09694227375 rows/sec., 165.67 MiB/sec. | ||
11855 | 2024.07.10 23:09:17.239086 [ 196 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11856 | 2024.07.10 23:09:17.239646 [ 196 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11857 | 2024.07.10 23:09:17.239721 [ 196 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11858 | 2024.07.10 23:09:17.239829 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.35 MiB. | ||
11859 | 2024.07.10 23:09:18.000228 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.03 MiB, peak 217.36 MiB, free memory in arenas 0.00 B, will set to 206.89 MiB (RSS), difference: 1.86 MiB | ||
11860 | 2024.07.10 23:09:22.194418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11861 | 2024.07.10 23:09:22.194599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11862 | 2024.07.10 23:09:22.194644 [ 3 ] {} <Debug> HTTP-Session: 9bbf4a5d-3f8d-4c2c-8984-1228ae0e915a Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11863 | 2024.07.10 23:09:22.194687 [ 3 ] {} <Debug> HTTP-Session: 9bbf4a5d-3f8d-4c2c-8984-1228ae0e915a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11864 | 2024.07.10 23:09:22.194717 [ 3 ] {} <Debug> HTTP-Session: 9bbf4a5d-3f8d-4c2c-8984-1228ae0e915a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11865 | 2024.07.10 23:09:22.194799 [ 3 ] {} <Trace> HTTP-Session: 9bbf4a5d-3f8d-4c2c-8984-1228ae0e915a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11866 | 2024.07.10 23:09:22.195078 [ 3 ] {efe8549c-1fd3-4d06-860b-943ae0da14e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11867 | 2024.07.10 23:09:22.195148 [ 3 ] {efe8549c-1fd3-4d06-860b-943ae0da14e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11868 | 2024.07.10 23:09:22.195342 [ 3 ] {efe8549c-1fd3-4d06-860b-943ae0da14e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11869 | 2024.07.10 23:09:22.195808 [ 3 ] {efe8549c-1fd3-4d06-860b-943ae0da14e4} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11870 | 2024.07.10 23:09:22.195846 [ 3 ] {efe8549c-1fd3-4d06-860b-943ae0da14e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11871 | 2024.07.10 23:09:22.196208 [ 3 ] {efe8549c-1fd3-4d06-860b-943ae0da14e4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11872 | 2024.07.10 23:09:22.196549 [ 3 ] {efe8549c-1fd3-4d06-860b-943ae0da14e4} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11873 | 2024.07.10 23:09:22.196691 [ 3 ] {efe8549c-1fd3-4d06-860b-943ae0da14e4} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001697 sec., 589.2751915144372 rows/sec., 47.76 KiB/sec. | ||
11874 | 2024.07.10 23:09:22.196980 [ 3 ] {efe8549c-1fd3-4d06-860b-943ae0da14e4} <Debug> DynamicQueryHandler: Done processing query | ||
11875 | 2024.07.10 23:09:22.197044 [ 3 ] {efe8549c-1fd3-4d06-860b-943ae0da14e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11876 | 2024.07.10 23:09:22.197103 [ 3 ] {} <Debug> HTTP-Session: 9bbf4a5d-3f8d-4c2c-8984-1228ae0e915a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11877 | 2024.07.10 23:09:22.197283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11878 | 2024.07.10 23:09:22.197341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11879 | 2024.07.10 23:09:22.197361 [ 3 ] {} <Debug> HTTP-Session: 88c232bf-afab-44d2-8e5a-b4eb5513b0d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11880 | 2024.07.10 23:09:22.197379 [ 3 ] {} <Debug> HTTP-Session: 88c232bf-afab-44d2-8e5a-b4eb5513b0d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11881 | 2024.07.10 23:09:22.197394 [ 3 ] {} <Debug> HTTP-Session: 88c232bf-afab-44d2-8e5a-b4eb5513b0d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11882 | 2024.07.10 23:09:22.197427 [ 3 ] {} <Trace> HTTP-Session: 88c232bf-afab-44d2-8e5a-b4eb5513b0d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11883 | 2024.07.10 23:09:22.197552 [ 3 ] {e1be2551-c7e1-4055-ba1f-5dd4024e1e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11884 | 2024.07.10 23:09:22.197597 [ 3 ] {e1be2551-c7e1-4055-ba1f-5dd4024e1e88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11885 | 2024.07.10 23:09:22.197738 [ 3 ] {e1be2551-c7e1-4055-ba1f-5dd4024e1e88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11886 | 2024.07.10 23:09:22.198058 [ 3 ] {e1be2551-c7e1-4055-ba1f-5dd4024e1e88} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11887 | 2024.07.10 23:09:22.198095 [ 3 ] {e1be2551-c7e1-4055-ba1f-5dd4024e1e88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11888 | 2024.07.10 23:09:22.198471 [ 3 ] {e1be2551-c7e1-4055-ba1f-5dd4024e1e88} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11889 | 2024.07.10 23:09:22.198780 [ 3 ] {e1be2551-c7e1-4055-ba1f-5dd4024e1e88} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11890 | 2024.07.10 23:09:22.198906 [ 3 ] {e1be2551-c7e1-4055-ba1f-5dd4024e1e88} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.0014 sec., 42142.857142857145 rows/sec., 3.26 MiB/sec. | ||
11891 | 2024.07.10 23:09:22.199073 [ 3 ] {e1be2551-c7e1-4055-ba1f-5dd4024e1e88} <Debug> DynamicQueryHandler: Done processing query | ||
11892 | 2024.07.10 23:09:22.199097 [ 3 ] {e1be2551-c7e1-4055-ba1f-5dd4024e1e88} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11893 | 2024.07.10 23:09:22.199114 [ 3 ] {} <Debug> HTTP-Session: 88c232bf-afab-44d2-8e5a-b4eb5513b0d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11894 | 2024.07.10 23:09:22.199287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11895 | 2024.07.10 23:09:22.199337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11896 | 2024.07.10 23:09:22.199357 [ 3 ] {} <Debug> HTTP-Session: 35af9b83-630e-471b-8f89-26a45d7b08c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11897 | 2024.07.10 23:09:22.199374 [ 3 ] {} <Debug> HTTP-Session: 35af9b83-630e-471b-8f89-26a45d7b08c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11898 | 2024.07.10 23:09:22.199389 [ 3 ] {} <Debug> HTTP-Session: 35af9b83-630e-471b-8f89-26a45d7b08c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11899 | 2024.07.10 23:09:22.199420 [ 3 ] {} <Trace> HTTP-Session: 35af9b83-630e-471b-8f89-26a45d7b08c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11900 | 2024.07.10 23:09:22.199534 [ 3 ] {a5ab134c-528a-4ae4-bcc7-338c8284d405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11901 | 2024.07.10 23:09:22.199577 [ 3 ] {a5ab134c-528a-4ae4-bcc7-338c8284d405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11902 | 2024.07.10 23:09:22.199702 [ 3 ] {a5ab134c-528a-4ae4-bcc7-338c8284d405} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11903 | 2024.07.10 23:09:22.200021 [ 3 ] {a5ab134c-528a-4ae4-bcc7-338c8284d405} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11904 | 2024.07.10 23:09:22.200057 [ 3 ] {a5ab134c-528a-4ae4-bcc7-338c8284d405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11905 | 2024.07.10 23:09:22.200367 [ 3 ] {a5ab134c-528a-4ae4-bcc7-338c8284d405} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11906 | 2024.07.10 23:09:22.200686 [ 3 ] {a5ab134c-528a-4ae4-bcc7-338c8284d405} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11907 | 2024.07.10 23:09:22.200815 [ 3 ] {a5ab134c-528a-4ae4-bcc7-338c8284d405} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.00132 sec., 49242.42424242424 rows/sec., 3.84 MiB/sec. | ||
11908 | 2024.07.10 23:09:22.200978 [ 3 ] {a5ab134c-528a-4ae4-bcc7-338c8284d405} <Debug> DynamicQueryHandler: Done processing query | ||
11909 | 2024.07.10 23:09:22.201004 [ 3 ] {a5ab134c-528a-4ae4-bcc7-338c8284d405} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11910 | 2024.07.10 23:09:22.201021 [ 3 ] {} <Debug> HTTP-Session: 35af9b83-630e-471b-8f89-26a45d7b08c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11911 | 2024.07.10 23:09:22.201175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11912 | 2024.07.10 23:09:22.201225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11913 | 2024.07.10 23:09:22.201244 [ 3 ] {} <Debug> HTTP-Session: 6bfce23a-f673-4d86-8d8a-1c5a2340ee3e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11914 | 2024.07.10 23:09:22.201262 [ 3 ] {} <Debug> HTTP-Session: 6bfce23a-f673-4d86-8d8a-1c5a2340ee3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11915 | 2024.07.10 23:09:22.201277 [ 3 ] {} <Debug> HTTP-Session: 6bfce23a-f673-4d86-8d8a-1c5a2340ee3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11916 | 2024.07.10 23:09:22.201308 [ 3 ] {} <Trace> HTTP-Session: 6bfce23a-f673-4d86-8d8a-1c5a2340ee3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11917 | 2024.07.10 23:09:22.201451 [ 3 ] {e4490ed2-b255-4051-96d3-1054ca2e8e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11918 | 2024.07.10 23:09:22.201497 [ 3 ] {e4490ed2-b255-4051-96d3-1054ca2e8e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11919 | 2024.07.10 23:09:22.201639 [ 3 ] {e4490ed2-b255-4051-96d3-1054ca2e8e95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11920 | 2024.07.10 23:09:22.202006 [ 3 ] {e4490ed2-b255-4051-96d3-1054ca2e8e95} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11921 | 2024.07.10 23:09:22.202042 [ 3 ] {e4490ed2-b255-4051-96d3-1054ca2e8e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11922 | 2024.07.10 23:09:22.202432 [ 3 ] {e4490ed2-b255-4051-96d3-1054ca2e8e95} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11923 | 2024.07.10 23:09:22.202774 [ 3 ] {e4490ed2-b255-4051-96d3-1054ca2e8e95} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11924 | 2024.07.10 23:09:22.202905 [ 3 ] {e4490ed2-b255-4051-96d3-1054ca2e8e95} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec. | ||
11925 | 2024.07.10 23:09:22.203077 [ 3 ] {e4490ed2-b255-4051-96d3-1054ca2e8e95} <Debug> DynamicQueryHandler: Done processing query | ||
11926 | 2024.07.10 23:09:22.203100 [ 3 ] {e4490ed2-b255-4051-96d3-1054ca2e8e95} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11927 | 2024.07.10 23:09:22.203117 [ 3 ] {} <Debug> HTTP-Session: 6bfce23a-f673-4d86-8d8a-1c5a2340ee3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11928 | 2024.07.10 23:09:22.203270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11929 | 2024.07.10 23:09:22.203320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11930 | 2024.07.10 23:09:22.203339 [ 3 ] {} <Debug> HTTP-Session: 3a673c65-d4fe-4e2c-9187-1a486706bf13 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11931 | 2024.07.10 23:09:22.203357 [ 3 ] {} <Debug> HTTP-Session: 3a673c65-d4fe-4e2c-9187-1a486706bf13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11932 | 2024.07.10 23:09:22.203371 [ 3 ] {} <Debug> HTTP-Session: 3a673c65-d4fe-4e2c-9187-1a486706bf13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11933 | 2024.07.10 23:09:22.203403 [ 3 ] {} <Trace> HTTP-Session: 3a673c65-d4fe-4e2c-9187-1a486706bf13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11934 | 2024.07.10 23:09:22.203505 [ 3 ] {b1f6e4d1-8d25-487b-8adf-4028b8f4c382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11935 | 2024.07.10 23:09:22.203570 [ 3 ] {b1f6e4d1-8d25-487b-8adf-4028b8f4c382} <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 | ||
11936 | 2024.07.10 23:09:22.203966 [ 3 ] {b1f6e4d1-8d25-487b-8adf-4028b8f4c382} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11937 | 2024.07.10 23:09:22.204491 [ 3 ] {b1f6e4d1-8d25-487b-8adf-4028b8f4c382} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11938 | 2024.07.10 23:09:22.204527 [ 3 ] {b1f6e4d1-8d25-487b-8adf-4028b8f4c382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11939 | 2024.07.10 23:09:22.205092 [ 3 ] {b1f6e4d1-8d25-487b-8adf-4028b8f4c382} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11940 | 2024.07.10 23:09:22.205513 [ 3 ] {b1f6e4d1-8d25-487b-8adf-4028b8f4c382} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11941 | 2024.07.10 23:09:22.205659 [ 3 ] {b1f6e4d1-8d25-487b-8adf-4028b8f4c382} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002186 sec., 457.45654162854527 rows/sec., 839.41 KiB/sec. | ||
11942 | 2024.07.10 23:09:22.205873 [ 3 ] {b1f6e4d1-8d25-487b-8adf-4028b8f4c382} <Debug> DynamicQueryHandler: Done processing query | ||
11943 | 2024.07.10 23:09:22.205897 [ 3 ] {b1f6e4d1-8d25-487b-8adf-4028b8f4c382} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11944 | 2024.07.10 23:09:22.205914 [ 3 ] {} <Debug> HTTP-Session: 3a673c65-d4fe-4e2c-9187-1a486706bf13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11945 | 2024.07.10 23:09:22.206051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11946 | 2024.07.10 23:09:22.206100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11947 | 2024.07.10 23:09:22.206120 [ 3 ] {} <Debug> HTTP-Session: df29b777-4a2f-469a-9273-4dca25ade651 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11948 | 2024.07.10 23:09:22.206137 [ 3 ] {} <Debug> HTTP-Session: df29b777-4a2f-469a-9273-4dca25ade651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11949 | 2024.07.10 23:09:22.206151 [ 3 ] {} <Debug> HTTP-Session: df29b777-4a2f-469a-9273-4dca25ade651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11950 | 2024.07.10 23:09:22.206182 [ 3 ] {} <Trace> HTTP-Session: df29b777-4a2f-469a-9273-4dca25ade651 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11951 | 2024.07.10 23:09:22.206308 [ 3 ] {dc875ede-5f6f-43a1-970f-cac153a7a8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11952 | 2024.07.10 23:09:22.206353 [ 3 ] {dc875ede-5f6f-43a1-970f-cac153a7a8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11953 | 2024.07.10 23:09:22.206480 [ 3 ] {dc875ede-5f6f-43a1-970f-cac153a7a8d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11954 | 2024.07.10 23:09:22.206776 [ 3 ] {dc875ede-5f6f-43a1-970f-cac153a7a8d5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11955 | 2024.07.10 23:09:22.206811 [ 3 ] {dc875ede-5f6f-43a1-970f-cac153a7a8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
11956 | 2024.07.10 23:09:22.207175 [ 3 ] {dc875ede-5f6f-43a1-970f-cac153a7a8d5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11957 | 2024.07.10 23:09:22.207498 [ 3 ] {dc875ede-5f6f-43a1-970f-cac153a7a8d5} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11958 | 2024.07.10 23:09:22.207630 [ 3 ] {dc875ede-5f6f-43a1-970f-cac153a7a8d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec. | ||
11959 | 2024.07.10 23:09:22.207810 [ 3 ] {dc875ede-5f6f-43a1-970f-cac153a7a8d5} <Debug> DynamicQueryHandler: Done processing query | ||
11960 | 2024.07.10 23:09:22.207835 [ 3 ] {dc875ede-5f6f-43a1-970f-cac153a7a8d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11961 | 2024.07.10 23:09:22.207851 [ 3 ] {} <Debug> HTTP-Session: df29b777-4a2f-469a-9273-4dca25ade651 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11962 | 2024.07.10 23:09:27.197452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11963 | 2024.07.10 23:09:27.197639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11964 | 2024.07.10 23:09:27.197684 [ 3 ] {} <Debug> HTTP-Session: 2aeed1ce-f74d-42da-b897-d1973a5d7f57 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11965 | 2024.07.10 23:09:27.197725 [ 3 ] {} <Debug> HTTP-Session: 2aeed1ce-f74d-42da-b897-d1973a5d7f57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11966 | 2024.07.10 23:09:27.197754 [ 3 ] {} <Debug> HTTP-Session: 2aeed1ce-f74d-42da-b897-d1973a5d7f57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11967 | 2024.07.10 23:09:27.197833 [ 3 ] {} <Trace> HTTP-Session: 2aeed1ce-f74d-42da-b897-d1973a5d7f57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11968 | 2024.07.10 23:09:27.198121 [ 3 ] {f1547974-2886-48bb-a0be-4b22ba53a058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11969 | 2024.07.10 23:09:27.198189 [ 3 ] {f1547974-2886-48bb-a0be-4b22ba53a058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11970 | 2024.07.10 23:09:27.198381 [ 3 ] {f1547974-2886-48bb-a0be-4b22ba53a058} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11971 | 2024.07.10 23:09:27.198894 [ 3 ] {f1547974-2886-48bb-a0be-4b22ba53a058} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11972 | 2024.07.10 23:09:27.198937 [ 3 ] {f1547974-2886-48bb-a0be-4b22ba53a058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
11973 | 2024.07.10 23:09:27.199313 [ 3 ] {f1547974-2886-48bb-a0be-4b22ba53a058} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11974 | 2024.07.10 23:09:27.199649 [ 3 ] {f1547974-2886-48bb-a0be-4b22ba53a058} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11975 | 2024.07.10 23:09:27.199823 [ 3 ] {f1547974-2886-48bb-a0be-4b22ba53a058} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001791 sec., 27917.364600781686 rows/sec., 2.21 MiB/sec. | ||
11976 | 2024.07.10 23:09:27.199880 [ 81 ] {} <Debug> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Selected 6 parts from all_1_63_13 to all_68_68_0 | ||
11977 | 2024.07.10 23:09:27.200016 [ 81 ] {} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11978 | 2024.07.10 23:09:27.200079 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
11979 | 2024.07.10 23:09:27.200117 [ 3 ] {f1547974-2886-48bb-a0be-4b22ba53a058} <Debug> DynamicQueryHandler: Done processing query | ||
11980 | 2024.07.10 23:09:27.200163 [ 3 ] {f1547974-2886-48bb-a0be-4b22ba53a058} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11981 | 2024.07.10 23:09:27.200211 [ 3 ] {} <Debug> HTTP-Session: 2aeed1ce-f74d-42da-b897-d1973a5d7f57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11982 | 2024.07.10 23:09:27.200310 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_68_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_63_13 to all_68_68_0 into Compact with storage Full | ||
11983 | 2024.07.10 23:09:27.200492 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_68_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11984 | 2024.07.10 23:09:27.200503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11985 | 2024.07.10 23:09:27.200547 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_63_13, total 51 rows starting from the beginning of the part | ||
11986 | 2024.07.10 23:09:27.200608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11987 | 2024.07.10 23:09:27.200670 [ 3 ] {} <Debug> HTTP-Session: 88b61d99-d90f-47ef-b507-541220a0634e Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
11988 | 2024.07.10 23:09:27.200736 [ 3 ] {} <Debug> HTTP-Session: 88b61d99-d90f-47ef-b507-541220a0634e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11989 | 2024.07.10 23:09:27.200803 [ 3 ] {} <Debug> HTTP-Session: 88b61d99-d90f-47ef-b507-541220a0634e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11990 | 2024.07.10 23:09:27.200803 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 50 rows starting from the beginning of the part | ||
11991 | 2024.07.10 23:09:27.200921 [ 3 ] {} <Trace> HTTP-Session: 88b61d99-d90f-47ef-b507-541220a0634e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11992 | 2024.07.10 23:09:27.201111 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
11993 | 2024.07.10 23:09:27.201325 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 50 rows starting from the beginning of the part | ||
11994 | 2024.07.10 23:09:27.201421 [ 3 ] {55348a41-3e64-446f-89e3-ab27cf3041d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11995 | 2024.07.10 23:09:27.201631 [ 3 ] {55348a41-3e64-446f-89e3-ab27cf3041d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11996 | 2024.07.10 23:09:27.201747 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
11997 | 2024.07.10 23:09:27.202078 [ 193 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 50 rows starting from the beginning of the part | ||
11998 | 2024.07.10 23:09:27.202757 [ 3 ] {55348a41-3e64-446f-89e3-ab27cf3041d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11999 | 2024.07.10 23:09:27.203809 [ 3 ] {55348a41-3e64-446f-89e3-ab27cf3041d7} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12000 | 2024.07.10 23:09:27.203877 [ 3 ] {55348a41-3e64-446f-89e3-ab27cf3041d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12001 | 2024.07.10 23:09:27.204879 [ 3 ] {55348a41-3e64-446f-89e3-ab27cf3041d7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
12002 | 2024.07.10 23:09:27.204880 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_68_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 4 columns (4 merged, 0 gathered) in 0.004700112 sec., 43190.460142226395 rows/sec., 3.42 MiB/sec. | ||
12003 | 2024.07.10 23:09:27.205221 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_68_14} <Trace> MergedBlockOutputStream: filled checksums all_1_68_14 (state Temporary) | ||
12004 | 2024.07.10 23:09:27.205513 [ 3 ] {55348a41-3e64-446f-89e3-ab27cf3041d7} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12005 | 2024.07.10 23:09:27.205982 [ 3 ] {55348a41-3e64-446f-89e3-ab27cf3041d7} <Debug> executeQuery: Read 206 rows, 18.03 KiB in 0.004777 sec., 43123.299141720745 rows/sec., 3.69 MiB/sec. | ||
12006 | 2024.07.10 23:09:27.206311 [ 3 ] {55348a41-3e64-446f-89e3-ab27cf3041d7} <Debug> DynamicQueryHandler: Done processing query | ||
12007 | 2024.07.10 23:09:27.206319 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_68_14} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_merge_all_1_68_14 to all_1_68_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12008 | 2024.07.10 23:09:27.206347 [ 3 ] {55348a41-3e64-446f-89e3-ab27cf3041d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12009 | 2024.07.10 23:09:27.206399 [ 3 ] {} <Debug> HTTP-Session: 88b61d99-d90f-47ef-b507-541220a0634e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12010 | 2024.07.10 23:09:27.206512 [ 186 ] {ebd02046-b311-4861-8716-0fc0d9d512bc::all_1_68_14} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc) (MergerMutator): Merged 6 parts: [all_1_63_13, all_68_68_0] -> all_1_68_14 | ||
12011 | 2024.07.10 23:09:27.206640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12012 | 2024.07.10 23:09:27.206655 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12013 | 2024.07.10 23:09:27.206715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12014 | 2024.07.10 23:09:27.206740 [ 3 ] {} <Debug> HTTP-Session: de502b4b-bec4-466f-a47c-2163d0a1c810 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12015 | 2024.07.10 23:09:27.206756 [ 3 ] {} <Debug> HTTP-Session: de502b4b-bec4-466f-a47c-2163d0a1c810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12016 | 2024.07.10 23:09:27.206770 [ 3 ] {} <Debug> HTTP-Session: de502b4b-bec4-466f-a47c-2163d0a1c810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12017 | 2024.07.10 23:09:27.206804 [ 3 ] {} <Trace> HTTP-Session: de502b4b-bec4-466f-a47c-2163d0a1c810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12018 | 2024.07.10 23:09:27.206951 [ 3 ] {f2752d40-b2e8-45ff-abc1-09b7d479dfd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12019 | 2024.07.10 23:09:27.206995 [ 3 ] {f2752d40-b2e8-45ff-abc1-09b7d479dfd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12020 | 2024.07.10 23:09:27.207142 [ 3 ] {f2752d40-b2e8-45ff-abc1-09b7d479dfd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12021 | 2024.07.10 23:09:27.207518 [ 3 ] {f2752d40-b2e8-45ff-abc1-09b7d479dfd9} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12022 | 2024.07.10 23:09:27.207555 [ 3 ] {f2752d40-b2e8-45ff-abc1-09b7d479dfd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12023 | 2024.07.10 23:09:27.207884 [ 3 ] {f2752d40-b2e8-45ff-abc1-09b7d479dfd9} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
12024 | 2024.07.10 23:09:27.208196 [ 3 ] {f2752d40-b2e8-45ff-abc1-09b7d479dfd9} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12025 | 2024.07.10 23:09:27.208351 [ 3 ] {f2752d40-b2e8-45ff-abc1-09b7d479dfd9} <Debug> executeQuery: Read 114 rows, 9.12 KiB in 0.00146 sec., 78082.19178082192 rows/sec., 6.10 MiB/sec. | ||
12026 | 2024.07.10 23:09:27.208529 [ 3 ] {f2752d40-b2e8-45ff-abc1-09b7d479dfd9} <Debug> DynamicQueryHandler: Done processing query | ||
12027 | 2024.07.10 23:09:27.208552 [ 3 ] {f2752d40-b2e8-45ff-abc1-09b7d479dfd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12028 | 2024.07.10 23:09:27.208569 [ 3 ] {} <Debug> HTTP-Session: de502b4b-bec4-466f-a47c-2163d0a1c810 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12029 | 2024.07.10 23:09:27.208778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12030 | 2024.07.10 23:09:27.208827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12031 | 2024.07.10 23:09:27.208846 [ 3 ] {} <Debug> HTTP-Session: 79878d39-06aa-4664-beb0-192151d5982f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12032 | 2024.07.10 23:09:27.208862 [ 3 ] {} <Debug> HTTP-Session: 79878d39-06aa-4664-beb0-192151d5982f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12033 | 2024.07.10 23:09:27.208876 [ 3 ] {} <Debug> HTTP-Session: 79878d39-06aa-4664-beb0-192151d5982f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12034 | 2024.07.10 23:09:27.208907 [ 3 ] {} <Trace> HTTP-Session: 79878d39-06aa-4664-beb0-192151d5982f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12035 | 2024.07.10 23:09:27.209048 [ 3 ] {c7823e3b-8379-4e3b-b60c-64ee6c09b62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12036 | 2024.07.10 23:09:27.209096 [ 3 ] {c7823e3b-8379-4e3b-b60c-64ee6c09b62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12037 | 2024.07.10 23:09:27.209240 [ 3 ] {c7823e3b-8379-4e3b-b60c-64ee6c09b62a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12038 | 2024.07.10 23:09:27.209630 [ 3 ] {c7823e3b-8379-4e3b-b60c-64ee6c09b62a} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12039 | 2024.07.10 23:09:27.209666 [ 3 ] {c7823e3b-8379-4e3b-b60c-64ee6c09b62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12040 | 2024.07.10 23:09:27.210051 [ 3 ] {c7823e3b-8379-4e3b-b60c-64ee6c09b62a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12041 | 2024.07.10 23:09:27.210386 [ 3 ] {c7823e3b-8379-4e3b-b60c-64ee6c09b62a} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12042 | 2024.07.10 23:09:27.210541 [ 3 ] {c7823e3b-8379-4e3b-b60c-64ee6c09b62a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001549 sec., 103292.44673983214 rows/sec., 7.19 MiB/sec. | ||
12043 | 2024.07.10 23:09:27.210715 [ 3 ] {c7823e3b-8379-4e3b-b60c-64ee6c09b62a} <Debug> DynamicQueryHandler: Done processing query | ||
12044 | 2024.07.10 23:09:27.210739 [ 3 ] {c7823e3b-8379-4e3b-b60c-64ee6c09b62a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12045 | 2024.07.10 23:09:27.210753 [ 3 ] {} <Debug> HTTP-Session: 79878d39-06aa-4664-beb0-192151d5982f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12046 | 2024.07.10 23:09:27.211010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 80864, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12047 | 2024.07.10 23:09:27.211059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12048 | 2024.07.10 23:09:27.211078 [ 3 ] {} <Debug> HTTP-Session: a0511a0e-5edd-471d-a5c4-cb2686509056 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12049 | 2024.07.10 23:09:27.211094 [ 3 ] {} <Debug> HTTP-Session: a0511a0e-5edd-471d-a5c4-cb2686509056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12050 | 2024.07.10 23:09:27.211108 [ 3 ] {} <Debug> HTTP-Session: a0511a0e-5edd-471d-a5c4-cb2686509056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12051 | 2024.07.10 23:09:27.211139 [ 3 ] {} <Trace> HTTP-Session: a0511a0e-5edd-471d-a5c4-cb2686509056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12052 | 2024.07.10 23:09:27.211631 [ 3 ] {f1471786-a4e6-44b3-b129-8a55737179ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12053 | 2024.07.10 23:09:27.211698 [ 3 ] {f1471786-a4e6-44b3-b129-8a55737179ec} <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 | ||
12054 | 2024.07.10 23:09:27.212104 [ 3 ] {f1471786-a4e6-44b3-b129-8a55737179ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12055 | 2024.07.10 23:09:27.213002 [ 3 ] {f1471786-a4e6-44b3-b129-8a55737179ec} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12056 | 2024.07.10 23:09:27.213038 [ 3 ] {f1471786-a4e6-44b3-b129-8a55737179ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12057 | 2024.07.10 23:09:27.213704 [ 3 ] {f1471786-a4e6-44b3-b129-8a55737179ec} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12058 | 2024.07.10 23:09:27.214107 [ 3 ] {f1471786-a4e6-44b3-b129-8a55737179ec} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12059 | 2024.07.10 23:09:27.214305 [ 3 ] {f1471786-a4e6-44b3-b129-8a55737179ec} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003061 sec., 16334.53119895459 rows/sec., 29.27 MiB/sec. | ||
12060 | 2024.07.10 23:09:27.214527 [ 3 ] {f1471786-a4e6-44b3-b129-8a55737179ec} <Debug> DynamicQueryHandler: Done processing query | ||
12061 | 2024.07.10 23:09:27.214551 [ 3 ] {f1471786-a4e6-44b3-b129-8a55737179ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
12062 | 2024.07.10 23:09:27.214566 [ 3 ] {} <Debug> HTTP-Session: a0511a0e-5edd-471d-a5c4-cb2686509056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12063 | 2024.07.10 23:09:27.214706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12064 | 2024.07.10 23:09:27.214754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12065 | 2024.07.10 23:09:27.214772 [ 3 ] {} <Debug> HTTP-Session: 7ef0d78c-955d-43b3-a969-4bf6c6fd0b63 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12066 | 2024.07.10 23:09:27.214789 [ 3 ] {} <Debug> HTTP-Session: 7ef0d78c-955d-43b3-a969-4bf6c6fd0b63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12067 | 2024.07.10 23:09:27.214803 [ 3 ] {} <Debug> HTTP-Session: 7ef0d78c-955d-43b3-a969-4bf6c6fd0b63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12068 | 2024.07.10 23:09:27.214833 [ 3 ] {} <Trace> HTTP-Session: 7ef0d78c-955d-43b3-a969-4bf6c6fd0b63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12069 | 2024.07.10 23:09:27.214946 [ 3 ] {80adf8cb-6678-4042-972c-8f166a1de0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12070 | 2024.07.10 23:09:27.214990 [ 3 ] {80adf8cb-6678-4042-972c-8f166a1de0c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12071 | 2024.07.10 23:09:27.215117 [ 3 ] {80adf8cb-6678-4042-972c-8f166a1de0c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12072 | 2024.07.10 23:09:27.215405 [ 3 ] {80adf8cb-6678-4042-972c-8f166a1de0c9} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12073 | 2024.07.10 23:09:27.215440 [ 3 ] {80adf8cb-6678-4042-972c-8f166a1de0c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12074 | 2024.07.10 23:09:27.215798 [ 3 ] {80adf8cb-6678-4042-972c-8f166a1de0c9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12075 | 2024.07.10 23:09:27.216117 [ 3 ] {80adf8cb-6678-4042-972c-8f166a1de0c9} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12076 | 2024.07.10 23:09:27.216287 [ 3 ] {80adf8cb-6678-4042-972c-8f166a1de0c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
12077 | 2024.07.10 23:09:27.216461 [ 3 ] {80adf8cb-6678-4042-972c-8f166a1de0c9} <Debug> DynamicQueryHandler: Done processing query | ||
12078 | 2024.07.10 23:09:27.216484 [ 3 ] {80adf8cb-6678-4042-972c-8f166a1de0c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12079 | 2024.07.10 23:09:27.216500 [ 3 ] {} <Debug> HTTP-Session: 7ef0d78c-955d-43b3-a969-4bf6c6fd0b63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12080 | 2024.07.10 23:09:27.554566 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12081 | 2024.07.10 23:09:27.554626 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12082 | 2024.07.10 23:09:29.927572 [ 79 ] {} <Debug> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
12083 | 2024.07.10 23:09:29.927639 [ 79 ] {} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12084 | 2024.07.10 23:09:29.927667 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12085 | 2024.07.10 23:09:29.927899 [ 197 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
12086 | 2024.07.10 23:09:29.928127 [ 197 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12087 | 2024.07.10 23:09:29.928167 [ 197 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 14 rows starting from the beginning of the part | ||
12088 | 2024.07.10 23:09:29.928243 [ 197 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
12089 | 2024.07.10 23:09:29.928461 [ 197 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
12090 | 2024.07.10 23:09:29.928682 [ 197 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
12091 | 2024.07.10 23:09:29.928823 [ 197 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
12092 | 2024.07.10 23:09:29.929877 [ 186 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002110426 sec., 13267.463535797986 rows/sec., 926.39 KiB/sec. | ||
12093 | 2024.07.10 23:09:29.930101 [ 192 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
12094 | 2024.07.10 23:09:29.930838 [ 192 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_26_6} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12095 | 2024.07.10 23:09:29.930996 [ 192 ] {48986285-592e-4dd3-94a5-580a2967e42b::all_1_26_6} <Trace> oximeter.fields_u16 (48986285-592e-4dd3-94a5-580a2967e42b) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
12096 | 2024.07.10 23:09:29.931154 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12097 | 2024.07.10 23:09:30.488379 [ 79 ] {} <Debug> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
12098 | 2024.07.10 23:09:30.488485 [ 79 ] {} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12099 | 2024.07.10 23:09:30.488528 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12100 | 2024.07.10 23:09:30.488795 [ 197 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
12101 | 2024.07.10 23:09:30.489076 [ 197 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12102 | 2024.07.10 23:09:30.489133 [ 197 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 14 rows starting from the beginning of the part | ||
12103 | 2024.07.10 23:09:30.489240 [ 197 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
12104 | 2024.07.10 23:09:30.489422 [ 197 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
12105 | 2024.07.10 23:09:30.489656 [ 197 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
12106 | 2024.07.10 23:09:30.489795 [ 197 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
12107 | 2024.07.10 23:09:30.490771 [ 192 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002127377 sec., 13161.74801175344 rows/sec., 1.05 MiB/sec. | ||
12108 | 2024.07.10 23:09:30.490977 [ 194 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
12109 | 2024.07.10 23:09:30.491422 [ 194 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_26_6} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12110 | 2024.07.10 23:09:30.491506 [ 194 ] {c4817826-8c46-47f4-a150-00bb10db9e81::all_1_26_6} <Trace> oximeter.fields_ipaddr (c4817826-8c46-47f4-a150-00bb10db9e81) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
12111 | 2024.07.10 23:09:30.491603 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12112 | 2024.07.10 23:09:32.195014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12113 | 2024.07.10 23:09:32.195121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12114 | 2024.07.10 23:09:32.195146 [ 3 ] {} <Debug> HTTP-Session: 3bf64951-1f54-4f52-a790-180f04ecebb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12115 | 2024.07.10 23:09:32.195172 [ 3 ] {} <Debug> HTTP-Session: 3bf64951-1f54-4f52-a790-180f04ecebb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12116 | 2024.07.10 23:09:32.195187 [ 3 ] {} <Debug> HTTP-Session: 3bf64951-1f54-4f52-a790-180f04ecebb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12117 | 2024.07.10 23:09:32.195252 [ 3 ] {} <Trace> HTTP-Session: 3bf64951-1f54-4f52-a790-180f04ecebb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12118 | 2024.07.10 23:09:32.195518 [ 3 ] {7c9c3b1b-277b-43e4-9e5d-9c6fce27e690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12119 | 2024.07.10 23:09:32.195627 [ 3 ] {7c9c3b1b-277b-43e4-9e5d-9c6fce27e690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12120 | 2024.07.10 23:09:32.195960 [ 3 ] {7c9c3b1b-277b-43e4-9e5d-9c6fce27e690} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12121 | 2024.07.10 23:09:32.196472 [ 3 ] {7c9c3b1b-277b-43e4-9e5d-9c6fce27e690} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12122 | 2024.07.10 23:09:32.196516 [ 3 ] {7c9c3b1b-277b-43e4-9e5d-9c6fce27e690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12123 | 2024.07.10 23:09:32.196879 [ 3 ] {7c9c3b1b-277b-43e4-9e5d-9c6fce27e690} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12124 | 2024.07.10 23:09:32.197212 [ 3 ] {7c9c3b1b-277b-43e4-9e5d-9c6fce27e690} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12125 | 2024.07.10 23:09:32.197378 [ 3 ] {7c9c3b1b-277b-43e4-9e5d-9c6fce27e690} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.00194 sec., 515.4639175257731 rows/sec., 41.78 KiB/sec. | ||
12126 | 2024.07.10 23:09:32.197595 [ 3 ] {7c9c3b1b-277b-43e4-9e5d-9c6fce27e690} <Debug> DynamicQueryHandler: Done processing query | ||
12127 | 2024.07.10 23:09:32.197621 [ 3 ] {7c9c3b1b-277b-43e4-9e5d-9c6fce27e690} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12128 | 2024.07.10 23:09:32.197639 [ 3 ] {} <Debug> HTTP-Session: 3bf64951-1f54-4f52-a790-180f04ecebb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12129 | 2024.07.10 23:09:32.197784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12130 | 2024.07.10 23:09:32.197839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12131 | 2024.07.10 23:09:32.197859 [ 3 ] {} <Debug> HTTP-Session: 3a7e67a9-bb6c-4074-bb9c-58129ab84820 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12132 | 2024.07.10 23:09:32.197877 [ 3 ] {} <Debug> HTTP-Session: 3a7e67a9-bb6c-4074-bb9c-58129ab84820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12133 | 2024.07.10 23:09:32.197891 [ 3 ] {} <Debug> HTTP-Session: 3a7e67a9-bb6c-4074-bb9c-58129ab84820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12134 | 2024.07.10 23:09:32.197926 [ 3 ] {} <Trace> HTTP-Session: 3a7e67a9-bb6c-4074-bb9c-58129ab84820 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12135 | 2024.07.10 23:09:32.198044 [ 3 ] {27654e5e-dca1-4b42-b389-a7b9a151d692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12136 | 2024.07.10 23:09:32.198090 [ 3 ] {27654e5e-dca1-4b42-b389-a7b9a151d692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12137 | 2024.07.10 23:09:32.198221 [ 3 ] {27654e5e-dca1-4b42-b389-a7b9a151d692} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12138 | 2024.07.10 23:09:32.198547 [ 3 ] {27654e5e-dca1-4b42-b389-a7b9a151d692} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12139 | 2024.07.10 23:09:32.198584 [ 3 ] {27654e5e-dca1-4b42-b389-a7b9a151d692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12140 | 2024.07.10 23:09:32.198887 [ 3 ] {27654e5e-dca1-4b42-b389-a7b9a151d692} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
12141 | 2024.07.10 23:09:32.199195 [ 3 ] {27654e5e-dca1-4b42-b389-a7b9a151d692} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12142 | 2024.07.10 23:09:32.199341 [ 3 ] {27654e5e-dca1-4b42-b389-a7b9a151d692} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001335 sec., 44194.75655430712 rows/sec., 3.42 MiB/sec. | ||
12143 | 2024.07.10 23:09:32.199514 [ 3 ] {27654e5e-dca1-4b42-b389-a7b9a151d692} <Debug> DynamicQueryHandler: Done processing query | ||
12144 | 2024.07.10 23:09:32.199538 [ 3 ] {27654e5e-dca1-4b42-b389-a7b9a151d692} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12145 | 2024.07.10 23:09:32.199553 [ 3 ] {} <Debug> HTTP-Session: 3a7e67a9-bb6c-4074-bb9c-58129ab84820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12146 | 2024.07.10 23:09:32.199699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12147 | 2024.07.10 23:09:32.199747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12148 | 2024.07.10 23:09:32.199765 [ 3 ] {} <Debug> HTTP-Session: 8aea6350-7793-4da3-b121-1c9a1656bcbd Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12149 | 2024.07.10 23:09:32.199782 [ 3 ] {} <Debug> HTTP-Session: 8aea6350-7793-4da3-b121-1c9a1656bcbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12150 | 2024.07.10 23:09:32.199797 [ 3 ] {} <Debug> HTTP-Session: 8aea6350-7793-4da3-b121-1c9a1656bcbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12151 | 2024.07.10 23:09:32.199828 [ 3 ] {} <Trace> HTTP-Session: 8aea6350-7793-4da3-b121-1c9a1656bcbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12152 | 2024.07.10 23:09:32.199942 [ 3 ] {b2eee337-d5a0-4b1e-bfbc-bd1a3747728c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12153 | 2024.07.10 23:09:32.199984 [ 3 ] {b2eee337-d5a0-4b1e-bfbc-bd1a3747728c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12154 | 2024.07.10 23:09:32.200110 [ 3 ] {b2eee337-d5a0-4b1e-bfbc-bd1a3747728c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12155 | 2024.07.10 23:09:32.200417 [ 3 ] {b2eee337-d5a0-4b1e-bfbc-bd1a3747728c} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12156 | 2024.07.10 23:09:32.200453 [ 3 ] {b2eee337-d5a0-4b1e-bfbc-bd1a3747728c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12157 | 2024.07.10 23:09:32.200756 [ 3 ] {b2eee337-d5a0-4b1e-bfbc-bd1a3747728c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
12158 | 2024.07.10 23:09:32.201056 [ 3 ] {b2eee337-d5a0-4b1e-bfbc-bd1a3747728c} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12159 | 2024.07.10 23:09:32.201199 [ 3 ] {b2eee337-d5a0-4b1e-bfbc-bd1a3747728c} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001297 sec., 50115.65150346955 rows/sec., 3.91 MiB/sec. | ||
12160 | 2024.07.10 23:09:32.201371 [ 3 ] {b2eee337-d5a0-4b1e-bfbc-bd1a3747728c} <Debug> DynamicQueryHandler: Done processing query | ||
12161 | 2024.07.10 23:09:32.201395 [ 3 ] {b2eee337-d5a0-4b1e-bfbc-bd1a3747728c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12162 | 2024.07.10 23:09:32.201411 [ 3 ] {} <Debug> HTTP-Session: 8aea6350-7793-4da3-b121-1c9a1656bcbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12163 | 2024.07.10 23:09:32.201586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12164 | 2024.07.10 23:09:32.201635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12165 | 2024.07.10 23:09:32.201654 [ 3 ] {} <Debug> HTTP-Session: 75c03ac2-11d8-42ab-9c9b-5ce01d0b1210 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12166 | 2024.07.10 23:09:32.201670 [ 3 ] {} <Debug> HTTP-Session: 75c03ac2-11d8-42ab-9c9b-5ce01d0b1210 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12167 | 2024.07.10 23:09:32.201684 [ 3 ] {} <Debug> HTTP-Session: 75c03ac2-11d8-42ab-9c9b-5ce01d0b1210 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12168 | 2024.07.10 23:09:32.201715 [ 3 ] {} <Trace> HTTP-Session: 75c03ac2-11d8-42ab-9c9b-5ce01d0b1210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12169 | 2024.07.10 23:09:32.201862 [ 3 ] {30d69a96-7258-4767-8248-e19fcb86617d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12170 | 2024.07.10 23:09:32.201909 [ 3 ] {30d69a96-7258-4767-8248-e19fcb86617d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12171 | 2024.07.10 23:09:32.202057 [ 3 ] {30d69a96-7258-4767-8248-e19fcb86617d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12172 | 2024.07.10 23:09:32.202435 [ 3 ] {30d69a96-7258-4767-8248-e19fcb86617d} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12173 | 2024.07.10 23:09:32.202470 [ 3 ] {30d69a96-7258-4767-8248-e19fcb86617d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12174 | 2024.07.10 23:09:32.202846 [ 3 ] {30d69a96-7258-4767-8248-e19fcb86617d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12175 | 2024.07.10 23:09:32.203171 [ 3 ] {30d69a96-7258-4767-8248-e19fcb86617d} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12176 | 2024.07.10 23:09:32.203320 [ 3 ] {30d69a96-7258-4767-8248-e19fcb86617d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec. | ||
12177 | 2024.07.10 23:09:32.203496 [ 3 ] {30d69a96-7258-4767-8248-e19fcb86617d} <Debug> DynamicQueryHandler: Done processing query | ||
12178 | 2024.07.10 23:09:32.203520 [ 3 ] {30d69a96-7258-4767-8248-e19fcb86617d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12179 | 2024.07.10 23:09:32.203536 [ 3 ] {} <Debug> HTTP-Session: 75c03ac2-11d8-42ab-9c9b-5ce01d0b1210 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12180 | 2024.07.10 23:09:32.203662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12181 | 2024.07.10 23:09:32.203710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12182 | 2024.07.10 23:09:32.203729 [ 3 ] {} <Debug> HTTP-Session: 2571f00e-8751-47cf-b1b6-f56705250908 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12183 | 2024.07.10 23:09:32.203745 [ 3 ] {} <Debug> HTTP-Session: 2571f00e-8751-47cf-b1b6-f56705250908 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12184 | 2024.07.10 23:09:32.203759 [ 3 ] {} <Debug> HTTP-Session: 2571f00e-8751-47cf-b1b6-f56705250908 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12185 | 2024.07.10 23:09:32.203789 [ 3 ] {} <Trace> HTTP-Session: 2571f00e-8751-47cf-b1b6-f56705250908 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12186 | 2024.07.10 23:09:32.203890 [ 3 ] {33a2db28-ddf6-44ef-829f-c395ab44a5af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12187 | 2024.07.10 23:09:32.203952 [ 3 ] {33a2db28-ddf6-44ef-829f-c395ab44a5af} <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 | ||
12188 | 2024.07.10 23:09:32.204390 [ 3 ] {33a2db28-ddf6-44ef-829f-c395ab44a5af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12189 | 2024.07.10 23:09:32.205749 [ 3 ] {33a2db28-ddf6-44ef-829f-c395ab44a5af} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12190 | 2024.07.10 23:09:32.205786 [ 3 ] {33a2db28-ddf6-44ef-829f-c395ab44a5af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12191 | 2024.07.10 23:09:32.206345 [ 3 ] {33a2db28-ddf6-44ef-829f-c395ab44a5af} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12192 | 2024.07.10 23:09:32.206746 [ 3 ] {33a2db28-ddf6-44ef-829f-c395ab44a5af} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12193 | 2024.07.10 23:09:32.206932 [ 3 ] {33a2db28-ddf6-44ef-829f-c395ab44a5af} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.003074 sec., 325.30904359141186 rows/sec., 596.93 KiB/sec. | ||
12194 | 2024.07.10 23:09:32.207161 [ 3 ] {33a2db28-ddf6-44ef-829f-c395ab44a5af} <Debug> DynamicQueryHandler: Done processing query | ||
12195 | 2024.07.10 23:09:32.207185 [ 3 ] {33a2db28-ddf6-44ef-829f-c395ab44a5af} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12196 | 2024.07.10 23:09:32.207201 [ 3 ] {} <Debug> HTTP-Session: 2571f00e-8751-47cf-b1b6-f56705250908 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12197 | 2024.07.10 23:09:32.207335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12198 | 2024.07.10 23:09:32.207384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12199 | 2024.07.10 23:09:32.207403 [ 3 ] {} <Debug> HTTP-Session: 20e012ab-1024-4d41-af14-0069b64adb72 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12200 | 2024.07.10 23:09:32.207419 [ 3 ] {} <Debug> HTTP-Session: 20e012ab-1024-4d41-af14-0069b64adb72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12201 | 2024.07.10 23:09:32.207434 [ 3 ] {} <Debug> HTTP-Session: 20e012ab-1024-4d41-af14-0069b64adb72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12202 | 2024.07.10 23:09:32.207464 [ 3 ] {} <Trace> HTTP-Session: 20e012ab-1024-4d41-af14-0069b64adb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12203 | 2024.07.10 23:09:32.207582 [ 3 ] {d72fb693-639a-4b2e-9ae1-95b1f5d16f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12204 | 2024.07.10 23:09:32.207626 [ 3 ] {d72fb693-639a-4b2e-9ae1-95b1f5d16f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12205 | 2024.07.10 23:09:32.207754 [ 3 ] {d72fb693-639a-4b2e-9ae1-95b1f5d16f8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12206 | 2024.07.10 23:09:32.208036 [ 3 ] {d72fb693-639a-4b2e-9ae1-95b1f5d16f8e} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12207 | 2024.07.10 23:09:32.208072 [ 3 ] {d72fb693-639a-4b2e-9ae1-95b1f5d16f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12208 | 2024.07.10 23:09:32.208425 [ 3 ] {d72fb693-639a-4b2e-9ae1-95b1f5d16f8e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12209 | 2024.07.10 23:09:32.208734 [ 3 ] {d72fb693-639a-4b2e-9ae1-95b1f5d16f8e} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12210 | 2024.07.10 23:09:32.208868 [ 3 ] {d72fb693-639a-4b2e-9ae1-95b1f5d16f8e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001329 sec., 45146.72686230248 rows/sec., 3.04 MiB/sec. | ||
12211 | 2024.07.10 23:09:32.209063 [ 3 ] {d72fb693-639a-4b2e-9ae1-95b1f5d16f8e} <Debug> DynamicQueryHandler: Done processing query | ||
12212 | 2024.07.10 23:09:32.209087 [ 3 ] {d72fb693-639a-4b2e-9ae1-95b1f5d16f8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12213 | 2024.07.10 23:09:32.209103 [ 3 ] {} <Debug> HTTP-Session: 20e012ab-1024-4d41-af14-0069b64adb72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12214 | 2024.07.10 23:09:37.197607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12215 | 2024.07.10 23:09:37.197793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12216 | 2024.07.10 23:09:37.197840 [ 3 ] {} <Debug> HTTP-Session: ac63eb53-e33b-403c-a9fc-45a12c918b31 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12217 | 2024.07.10 23:09:37.197881 [ 3 ] {} <Debug> HTTP-Session: ac63eb53-e33b-403c-a9fc-45a12c918b31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12218 | 2024.07.10 23:09:37.197912 [ 3 ] {} <Debug> HTTP-Session: ac63eb53-e33b-403c-a9fc-45a12c918b31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12219 | 2024.07.10 23:09:37.197993 [ 3 ] {} <Trace> HTTP-Session: ac63eb53-e33b-403c-a9fc-45a12c918b31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12220 | 2024.07.10 23:09:37.198294 [ 3 ] {eacd841d-5f77-4ec5-b671-89b2e812855a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12221 | 2024.07.10 23:09:37.198386 [ 3 ] {eacd841d-5f77-4ec5-b671-89b2e812855a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12222 | 2024.07.10 23:09:37.198581 [ 3 ] {eacd841d-5f77-4ec5-b671-89b2e812855a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12223 | 2024.07.10 23:09:37.199120 [ 3 ] {eacd841d-5f77-4ec5-b671-89b2e812855a} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12224 | 2024.07.10 23:09:37.199163 [ 3 ] {eacd841d-5f77-4ec5-b671-89b2e812855a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12225 | 2024.07.10 23:09:37.199542 [ 3 ] {eacd841d-5f77-4ec5-b671-89b2e812855a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12226 | 2024.07.10 23:09:37.199874 [ 3 ] {eacd841d-5f77-4ec5-b671-89b2e812855a} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12227 | 2024.07.10 23:09:37.200049 [ 3 ] {eacd841d-5f77-4ec5-b671-89b2e812855a} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001853 sec., 26983.27037236913 rows/sec., 2.14 MiB/sec. | ||
12228 | 2024.07.10 23:09:37.200286 [ 3 ] {eacd841d-5f77-4ec5-b671-89b2e812855a} <Debug> DynamicQueryHandler: Done processing query | ||
12229 | 2024.07.10 23:09:37.200314 [ 3 ] {eacd841d-5f77-4ec5-b671-89b2e812855a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12230 | 2024.07.10 23:09:37.200331 [ 3 ] {} <Debug> HTTP-Session: ac63eb53-e33b-403c-a9fc-45a12c918b31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12231 | 2024.07.10 23:09:37.200552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12232 | 2024.07.10 23:09:37.200608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12233 | 2024.07.10 23:09:37.200628 [ 3 ] {} <Debug> HTTP-Session: 7796067e-cd21-4fd6-9450-f704cdf68e4f Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12234 | 2024.07.10 23:09:37.200645 [ 3 ] {} <Debug> HTTP-Session: 7796067e-cd21-4fd6-9450-f704cdf68e4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12235 | 2024.07.10 23:09:37.200659 [ 3 ] {} <Debug> HTTP-Session: 7796067e-cd21-4fd6-9450-f704cdf68e4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12236 | 2024.07.10 23:09:37.200694 [ 3 ] {} <Trace> HTTP-Session: 7796067e-cd21-4fd6-9450-f704cdf68e4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12237 | 2024.07.10 23:09:37.200854 [ 3 ] {9a3baf86-8972-432f-b18b-2216221648a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12238 | 2024.07.10 23:09:37.200901 [ 3 ] {9a3baf86-8972-432f-b18b-2216221648a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12239 | 2024.07.10 23:09:37.201033 [ 3 ] {9a3baf86-8972-432f-b18b-2216221648a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12240 | 2024.07.10 23:09:37.201523 [ 3 ] {9a3baf86-8972-432f-b18b-2216221648a3} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12241 | 2024.07.10 23:09:37.201560 [ 3 ] {9a3baf86-8972-432f-b18b-2216221648a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12242 | 2024.07.10 23:09:37.201897 [ 3 ] {9a3baf86-8972-432f-b18b-2216221648a3} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
12243 | 2024.07.10 23:09:37.202213 [ 3 ] {9a3baf86-8972-432f-b18b-2216221648a3} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12244 | 2024.07.10 23:09:37.202386 [ 3 ] {9a3baf86-8972-432f-b18b-2216221648a3} <Debug> executeQuery: Read 206 rows, 18.03 KiB in 0.0016 sec., 128750 rows/sec., 11.01 MiB/sec. | ||
12245 | 2024.07.10 23:09:37.202624 [ 3 ] {9a3baf86-8972-432f-b18b-2216221648a3} <Debug> DynamicQueryHandler: Done processing query | ||
12246 | 2024.07.10 23:09:37.202655 [ 3 ] {9a3baf86-8972-432f-b18b-2216221648a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12247 | 2024.07.10 23:09:37.202718 [ 3 ] {} <Debug> HTTP-Session: 7796067e-cd21-4fd6-9450-f704cdf68e4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12248 | 2024.07.10 23:09:37.202948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 19370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12249 | 2024.07.10 23:09:37.203003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12250 | 2024.07.10 23:09:37.203022 [ 3 ] {} <Debug> HTTP-Session: eaca7d17-1426-4b34-b388-59717ae2cd84 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12251 | 2024.07.10 23:09:37.203040 [ 3 ] {} <Debug> HTTP-Session: eaca7d17-1426-4b34-b388-59717ae2cd84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12252 | 2024.07.10 23:09:37.203055 [ 3 ] {} <Debug> HTTP-Session: eaca7d17-1426-4b34-b388-59717ae2cd84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12253 | 2024.07.10 23:09:37.203088 [ 3 ] {} <Trace> HTTP-Session: eaca7d17-1426-4b34-b388-59717ae2cd84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12254 | 2024.07.10 23:09:37.203231 [ 3 ] {58f1d8dc-819e-4842-adff-3c9dd57dc862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12255 | 2024.07.10 23:09:37.203276 [ 3 ] {58f1d8dc-819e-4842-adff-3c9dd57dc862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12256 | 2024.07.10 23:09:37.203422 [ 3 ] {58f1d8dc-819e-4842-adff-3c9dd57dc862} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12257 | 2024.07.10 23:09:37.203810 [ 3 ] {58f1d8dc-819e-4842-adff-3c9dd57dc862} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12258 | 2024.07.10 23:09:37.203846 [ 3 ] {58f1d8dc-819e-4842-adff-3c9dd57dc862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12259 | 2024.07.10 23:09:37.204175 [ 3 ] {58f1d8dc-819e-4842-adff-3c9dd57dc862} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
12260 | 2024.07.10 23:09:37.204483 [ 3 ] {58f1d8dc-819e-4842-adff-3c9dd57dc862} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12261 | 2024.07.10 23:09:37.204646 [ 3 ] {58f1d8dc-819e-4842-adff-3c9dd57dc862} <Debug> executeQuery: Read 114 rows, 9.12 KiB in 0.001472 sec., 77445.65217391304 rows/sec., 6.05 MiB/sec. | ||
12262 | 2024.07.10 23:09:37.204830 [ 3 ] {58f1d8dc-819e-4842-adff-3c9dd57dc862} <Debug> DynamicQueryHandler: Done processing query | ||
12263 | 2024.07.10 23:09:37.204863 [ 3 ] {58f1d8dc-819e-4842-adff-3c9dd57dc862} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12264 | 2024.07.10 23:09:37.204894 [ 3 ] {} <Debug> HTTP-Session: eaca7d17-1426-4b34-b388-59717ae2cd84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12265 | 2024.07.10 23:09:37.205141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12266 | 2024.07.10 23:09:37.205190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12267 | 2024.07.10 23:09:37.205209 [ 3 ] {} <Debug> HTTP-Session: 6fa3e564-c74a-47ce-9e52-416387e502fb Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12268 | 2024.07.10 23:09:37.205226 [ 3 ] {} <Debug> HTTP-Session: 6fa3e564-c74a-47ce-9e52-416387e502fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12269 | 2024.07.10 23:09:37.205241 [ 3 ] {} <Debug> HTTP-Session: 6fa3e564-c74a-47ce-9e52-416387e502fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12270 | 2024.07.10 23:09:37.205273 [ 3 ] {} <Trace> HTTP-Session: 6fa3e564-c74a-47ce-9e52-416387e502fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12271 | 2024.07.10 23:09:37.205419 [ 3 ] {4a22c51b-e4ed-40d8-9d60-ecdbb5058260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12272 | 2024.07.10 23:09:37.205468 [ 3 ] {4a22c51b-e4ed-40d8-9d60-ecdbb5058260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12273 | 2024.07.10 23:09:37.205617 [ 3 ] {4a22c51b-e4ed-40d8-9d60-ecdbb5058260} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12274 | 2024.07.10 23:09:37.206030 [ 3 ] {4a22c51b-e4ed-40d8-9d60-ecdbb5058260} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12275 | 2024.07.10 23:09:37.206067 [ 3 ] {4a22c51b-e4ed-40d8-9d60-ecdbb5058260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12276 | 2024.07.10 23:09:37.206457 [ 3 ] {4a22c51b-e4ed-40d8-9d60-ecdbb5058260} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12277 | 2024.07.10 23:09:37.206791 [ 3 ] {4a22c51b-e4ed-40d8-9d60-ecdbb5058260} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12278 | 2024.07.10 23:09:37.206941 [ 3 ] {4a22c51b-e4ed-40d8-9d60-ecdbb5058260} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
12279 | 2024.07.10 23:09:37.206970 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
12280 | 2024.07.10 23:09:37.207093 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12281 | 2024.07.10 23:09:37.207132 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12282 | 2024.07.10 23:09:37.207195 [ 3 ] {4a22c51b-e4ed-40d8-9d60-ecdbb5058260} <Debug> DynamicQueryHandler: Done processing query | ||
12283 | 2024.07.10 23:09:37.207278 [ 3 ] {4a22c51b-e4ed-40d8-9d60-ecdbb5058260} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12284 | 2024.07.10 23:09:37.207359 [ 3 ] {} <Debug> HTTP-Session: 6fa3e564-c74a-47ce-9e52-416387e502fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12285 | 2024.07.10 23:09:37.207450 [ 194 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
12286 | 2024.07.10 23:09:37.207734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 80776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12287 | 2024.07.10 23:09:37.207967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12288 | 2024.07.10 23:09:37.208031 [ 194 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12289 | 2024.07.10 23:09:37.208038 [ 3 ] {} <Debug> HTTP-Session: 87100a9a-1f71-44a8-8ab4-52df9ebf8aec Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12290 | 2024.07.10 23:09:37.208098 [ 3 ] {} <Debug> HTTP-Session: 87100a9a-1f71-44a8-8ab4-52df9ebf8aec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12291 | 2024.07.10 23:09:37.208116 [ 194 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 12053 rows starting from the beginning of the part | ||
12292 | 2024.07.10 23:09:37.208122 [ 3 ] {} <Debug> HTTP-Session: 87100a9a-1f71-44a8-8ab4-52df9ebf8aec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12293 | 2024.07.10 23:09:37.208198 [ 3 ] {} <Trace> HTTP-Session: 87100a9a-1f71-44a8-8ab4-52df9ebf8aec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12294 | 2024.07.10 23:09:37.208424 [ 194 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 197 rows starting from the beginning of the part | ||
12295 | 2024.07.10 23:09:37.208622 [ 194 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
12296 | 2024.07.10 23:09:37.208714 [ 194 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
12297 | 2024.07.10 23:09:37.208966 [ 3 ] {72a34bc7-3e2d-4c8f-b9d6-22b1278089a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12298 | 2024.07.10 23:09:37.209152 [ 194 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
12299 | 2024.07.10 23:09:37.209225 [ 3 ] {72a34bc7-3e2d-4c8f-b9d6-22b1278089a6} <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 | ||
12300 | 2024.07.10 23:09:37.209441 [ 194 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
12301 | 2024.07.10 23:09:37.211176 [ 3 ] {72a34bc7-3e2d-4c8f-b9d6-22b1278089a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12302 | 2024.07.10 23:09:37.212995 [ 3 ] {72a34bc7-3e2d-4c8f-b9d6-22b1278089a6} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12303 | 2024.07.10 23:09:37.213066 [ 3 ] {72a34bc7-3e2d-4c8f-b9d6-22b1278089a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12304 | 2024.07.10 23:09:37.213993 [ 3 ] {72a34bc7-3e2d-4c8f-b9d6-22b1278089a6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12305 | 2024.07.10 23:09:37.214539 [ 3 ] {72a34bc7-3e2d-4c8f-b9d6-22b1278089a6} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12306 | 2024.07.10 23:09:37.214804 [ 3 ] {72a34bc7-3e2d-4c8f-b9d6-22b1278089a6} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.006379 sec., 7838.219156607619 rows/sec., 14.05 MiB/sec. | ||
12307 | 2024.07.10 23:09:37.215098 [ 3 ] {72a34bc7-3e2d-4c8f-b9d6-22b1278089a6} <Debug> DynamicQueryHandler: Done processing query | ||
12308 | 2024.07.10 23:09:37.215158 [ 3 ] {72a34bc7-3e2d-4c8f-b9d6-22b1278089a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
12309 | 2024.07.10 23:09:37.215175 [ 3 ] {} <Debug> HTTP-Session: 87100a9a-1f71-44a8-8ab4-52df9ebf8aec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12310 | 2024.07.10 23:09:37.215355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12311 | 2024.07.10 23:09:37.215471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12312 | 2024.07.10 23:09:37.215493 [ 3 ] {} <Debug> HTTP-Session: 7df6a487-80bf-46ad-88f9-e0353d90e429 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12313 | 2024.07.10 23:09:37.215513 [ 3 ] {} <Debug> HTTP-Session: 7df6a487-80bf-46ad-88f9-e0353d90e429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12314 | 2024.07.10 23:09:37.215537 [ 3 ] {} <Debug> HTTP-Session: 7df6a487-80bf-46ad-88f9-e0353d90e429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12315 | 2024.07.10 23:09:37.215631 [ 3 ] {} <Trace> HTTP-Session: 7df6a487-80bf-46ad-88f9-e0353d90e429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12316 | 2024.07.10 23:09:37.215898 [ 192 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12890 rows, containing 5 columns (5 merged, 0 gathered) in 0.008671088 sec., 1486549.3234528354 rows/sec., 103.58 MiB/sec. | ||
12317 | 2024.07.10 23:09:37.215912 [ 3 ] {8d6df5ad-c8d8-4987-b336-15606bca4021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12318 | 2024.07.10 23:09:37.215979 [ 3 ] {8d6df5ad-c8d8-4987-b336-15606bca4021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12319 | 2024.07.10 23:09:37.216133 [ 3 ] {8d6df5ad-c8d8-4987-b336-15606bca4021} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12320 | 2024.07.10 23:09:37.216367 [ 189 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
12321 | 2024.07.10 23:09:37.216678 [ 3 ] {8d6df5ad-c8d8-4987-b336-15606bca4021} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12322 | 2024.07.10 23:09:37.216734 [ 3 ] {8d6df5ad-c8d8-4987-b336-15606bca4021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12323 | 2024.07.10 23:09:37.217510 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12324 | 2024.07.10 23:09:37.217641 [ 3 ] {8d6df5ad-c8d8-4987-b336-15606bca4021} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12325 | 2024.07.10 23:09:37.217698 [ 190 ] {82eb3af6-948c-4313-8268-b7fb65f46492::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
12326 | 2024.07.10 23:09:37.217933 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. | ||
12327 | 2024.07.10 23:09:37.218188 [ 3 ] {8d6df5ad-c8d8-4987-b336-15606bca4021} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12328 | 2024.07.10 23:09:37.218358 [ 3 ] {8d6df5ad-c8d8-4987-b336-15606bca4021} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002527 sec., 23743.569449940638 rows/sec., 1.60 MiB/sec. | ||
12329 | 2024.07.10 23:09:37.218570 [ 3 ] {8d6df5ad-c8d8-4987-b336-15606bca4021} <Debug> DynamicQueryHandler: Done processing query | ||
12330 | 2024.07.10 23:09:37.218605 [ 3 ] {8d6df5ad-c8d8-4987-b336-15606bca4021} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12331 | 2024.07.10 23:09:37.218632 [ 3 ] {} <Debug> HTTP-Session: 7df6a487-80bf-46ad-88f9-e0353d90e429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12332 | 2024.07.10 23:09:42.194090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12333 | 2024.07.10 23:09:42.194279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12334 | 2024.07.10 23:09:42.194324 [ 3 ] {} <Debug> HTTP-Session: bc686c82-85e1-4cc8-b9c3-0208cdbf32f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12335 | 2024.07.10 23:09:42.194366 [ 3 ] {} <Debug> HTTP-Session: bc686c82-85e1-4cc8-b9c3-0208cdbf32f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12336 | 2024.07.10 23:09:42.194396 [ 3 ] {} <Debug> HTTP-Session: bc686c82-85e1-4cc8-b9c3-0208cdbf32f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12337 | 2024.07.10 23:09:42.194478 [ 3 ] {} <Trace> HTTP-Session: bc686c82-85e1-4cc8-b9c3-0208cdbf32f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12338 | 2024.07.10 23:09:42.194660 [ 3 ] {76ba50c5-82c1-42c4-9b5e-b366b782a63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12339 | 2024.07.10 23:09:42.194727 [ 3 ] {76ba50c5-82c1-42c4-9b5e-b366b782a63e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12340 | 2024.07.10 23:09:42.194927 [ 3 ] {76ba50c5-82c1-42c4-9b5e-b366b782a63e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12341 | 2024.07.10 23:09:42.195350 [ 3 ] {76ba50c5-82c1-42c4-9b5e-b366b782a63e} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12342 | 2024.07.10 23:09:42.195395 [ 3 ] {76ba50c5-82c1-42c4-9b5e-b366b782a63e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12343 | 2024.07.10 23:09:42.195761 [ 3 ] {76ba50c5-82c1-42c4-9b5e-b366b782a63e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12344 | 2024.07.10 23:09:42.196100 [ 3 ] {76ba50c5-82c1-42c4-9b5e-b366b782a63e} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12345 | 2024.07.10 23:09:42.196270 [ 3 ] {76ba50c5-82c1-42c4-9b5e-b366b782a63e} <Debug> executeQuery: Read 1 rows, 83.00 B in 0.001657 sec., 603.5003017501508 rows/sec., 48.92 KiB/sec. | ||
12346 | 2024.07.10 23:09:42.196576 [ 3 ] {76ba50c5-82c1-42c4-9b5e-b366b782a63e} <Debug> DynamicQueryHandler: Done processing query | ||
12347 | 2024.07.10 23:09:42.196639 [ 3 ] {76ba50c5-82c1-42c4-9b5e-b366b782a63e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12348 | 2024.07.10 23:09:42.196692 [ 3 ] {} <Debug> HTTP-Session: bc686c82-85e1-4cc8-b9c3-0208cdbf32f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12349 | 2024.07.10 23:09:42.196932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 8289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12350 | 2024.07.10 23:09:42.196989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12351 | 2024.07.10 23:09:42.197010 [ 3 ] {} <Debug> HTTP-Session: 3dafe6c7-a70b-4341-94ac-7e7bdb63ff6b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12352 | 2024.07.10 23:09:42.197028 [ 3 ] {} <Debug> HTTP-Session: 3dafe6c7-a70b-4341-94ac-7e7bdb63ff6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12353 | 2024.07.10 23:09:42.197043 [ 3 ] {} <Debug> HTTP-Session: 3dafe6c7-a70b-4341-94ac-7e7bdb63ff6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12354 | 2024.07.10 23:09:42.197079 [ 3 ] {} <Trace> HTTP-Session: 3dafe6c7-a70b-4341-94ac-7e7bdb63ff6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12355 | 2024.07.10 23:09:42.197217 [ 3 ] {e885de72-2db7-46f7-93c8-af544bd85edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12356 | 2024.07.10 23:09:42.197266 [ 3 ] {e885de72-2db7-46f7-93c8-af544bd85edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12357 | 2024.07.10 23:09:42.197420 [ 3 ] {e885de72-2db7-46f7-93c8-af544bd85edf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12358 | 2024.07.10 23:09:42.197766 [ 3 ] {e885de72-2db7-46f7-93c8-af544bd85edf} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12359 | 2024.07.10 23:09:42.197803 [ 3 ] {e885de72-2db7-46f7-93c8-af544bd85edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12360 | 2024.07.10 23:09:42.198124 [ 3 ] {e885de72-2db7-46f7-93c8-af544bd85edf} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
12361 | 2024.07.10 23:09:42.198426 [ 3 ] {e885de72-2db7-46f7-93c8-af544bd85edf} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12362 | 2024.07.10 23:09:42.198584 [ 3 ] {e885de72-2db7-46f7-93c8-af544bd85edf} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001407 sec., 41933.19118692253 rows/sec., 3.24 MiB/sec. | ||
12363 | 2024.07.10 23:09:42.198593 [ 71 ] {} <Debug> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
12364 | 2024.07.10 23:09:42.198696 [ 71 ] {} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12365 | 2024.07.10 23:09:42.198740 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12366 | 2024.07.10 23:09:42.198820 [ 3 ] {e885de72-2db7-46f7-93c8-af544bd85edf} <Debug> DynamicQueryHandler: Done processing query | ||
12367 | 2024.07.10 23:09:42.198865 [ 3 ] {e885de72-2db7-46f7-93c8-af544bd85edf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12368 | 2024.07.10 23:09:42.198895 [ 3 ] {} <Debug> HTTP-Session: 3dafe6c7-a70b-4341-94ac-7e7bdb63ff6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12369 | 2024.07.10 23:09:42.198901 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
12370 | 2024.07.10 23:09:42.199039 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12371 | 2024.07.10 23:09:42.199080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 11063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12372 | 2024.07.10 23:09:42.199084 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 253 rows starting from the beginning of the part | ||
12373 | 2024.07.10 23:09:42.199138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12374 | 2024.07.10 23:09:42.199171 [ 3 ] {} <Debug> HTTP-Session: a45c535a-3bab-4ea1-8491-2546aec707e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12375 | 2024.07.10 23:09:42.199222 [ 3 ] {} <Debug> HTTP-Session: a45c535a-3bab-4ea1-8491-2546aec707e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12376 | 2024.07.10 23:09:42.199234 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 59 rows starting from the beginning of the part | ||
12377 | 2024.07.10 23:09:42.199262 [ 3 ] {} <Debug> HTTP-Session: a45c535a-3bab-4ea1-8491-2546aec707e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12378 | 2024.07.10 23:09:42.199339 [ 3 ] {} <Trace> HTTP-Session: a45c535a-3bab-4ea1-8491-2546aec707e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12379 | 2024.07.10 23:09:42.199451 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 206 rows starting from the beginning of the part | ||
12380 | 2024.07.10 23:09:42.199743 [ 3 ] {387380cb-5043-480d-a18d-b7f25721504c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12381 | 2024.07.10 23:09:42.199772 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 59 rows starting from the beginning of the part | ||
12382 | 2024.07.10 23:09:42.199850 [ 3 ] {387380cb-5043-480d-a18d-b7f25721504c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12383 | 2024.07.10 23:09:42.199995 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 206 rows starting from the beginning of the part | ||
12384 | 2024.07.10 23:09:42.200378 [ 192 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 59 rows starting from the beginning of the part | ||
12385 | 2024.07.10 23:09:42.201089 [ 3 ] {387380cb-5043-480d-a18d-b7f25721504c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12386 | 2024.07.10 23:09:42.201552 [ 3 ] {387380cb-5043-480d-a18d-b7f25721504c} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12387 | 2024.07.10 23:09:42.201591 [ 3 ] {387380cb-5043-480d-a18d-b7f25721504c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12388 | 2024.07.10 23:09:42.202053 [ 3 ] {387380cb-5043-480d-a18d-b7f25721504c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
12389 | 2024.07.10 23:09:42.202471 [ 195 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 4 columns (4 merged, 0 gathered) in 0.003654959 sec., 230371.94124475814 rows/sec., 19.18 MiB/sec. | ||
12390 | 2024.07.10 23:09:42.202629 [ 3 ] {387380cb-5043-480d-a18d-b7f25721504c} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12391 | 2024.07.10 23:09:42.202872 [ 71 ] {} <Debug> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
12392 | 2024.07.10 23:09:42.202895 [ 3 ] {387380cb-5043-480d-a18d-b7f25721504c} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.003367 sec., 19305.019305019305 rows/sec., 1.51 MiB/sec. | ||
12393 | 2024.07.10 23:09:42.202914 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
12394 | 2024.07.10 23:09:42.202943 [ 71 ] {} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12395 | 2024.07.10 23:09:42.203064 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12396 | 2024.07.10 23:09:42.203447 [ 3 ] {387380cb-5043-480d-a18d-b7f25721504c} <Debug> DynamicQueryHandler: Done processing query | ||
12397 | 2024.07.10 23:09:42.203524 [ 3 ] {387380cb-5043-480d-a18d-b7f25721504c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12398 | 2024.07.10 23:09:42.203536 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
12399 | 2024.07.10 23:09:42.203545 [ 3 ] {} <Debug> HTTP-Session: a45c535a-3bab-4ea1-8491-2546aec707e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12400 | 2024.07.10 23:09:42.203839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12401 | 2024.07.10 23:09:42.204075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12402 | 2024.07.10 23:09:42.204142 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12403 | 2024.07.10 23:09:42.204174 [ 3 ] {} <Debug> HTTP-Session: 396b4f54-5c5b-471f-9640-17cdac021847 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12404 | 2024.07.10 23:09:42.204208 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 174 rows starting from the beginning of the part | ||
12405 | 2024.07.10 23:09:42.204267 [ 3 ] {} <Debug> HTTP-Session: 396b4f54-5c5b-471f-9640-17cdac021847 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12406 | 2024.07.10 23:09:42.204341 [ 3 ] {} <Debug> HTTP-Session: 396b4f54-5c5b-471f-9640-17cdac021847 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12407 | 2024.07.10 23:09:42.204561 [ 3 ] {} <Trace> HTTP-Session: 396b4f54-5c5b-471f-9640-17cdac021847 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12408 | 2024.07.10 23:09:42.204645 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 65 rows starting from the beginning of the part | ||
12409 | 2024.07.10 23:09:42.205023 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_86_17} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12410 | 2024.07.10 23:09:42.205040 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 114 rows starting from the beginning of the part | ||
12411 | 2024.07.10 23:09:42.205193 [ 3 ] {1b20bf90-bb2d-4c37-8e10-2d2725845759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12412 | 2024.07.10 23:09:42.205462 [ 3 ] {1b20bf90-bb2d-4c37-8e10-2d2725845759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12413 | 2024.07.10 23:09:42.205500 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 65 rows starting from the beginning of the part | ||
12414 | 2024.07.10 23:09:42.205621 [ 201 ] {e29c21c3-377b-4330-9adb-cbcf1ee34d6d::all_1_86_17} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
12415 | 2024.07.10 23:09:42.206064 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 114 rows starting from the beginning of the part | ||
12416 | 2024.07.10 23:09:42.206133 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
12417 | 2024.07.10 23:09:42.206497 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 65 rows starting from the beginning of the part | ||
12418 | 2024.07.10 23:09:42.206983 [ 3 ] {1b20bf90-bb2d-4c37-8e10-2d2725845759} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12419 | 2024.07.10 23:09:42.207552 [ 3 ] {1b20bf90-bb2d-4c37-8e10-2d2725845759} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12420 | 2024.07.10 23:09:42.207601 [ 3 ] {1b20bf90-bb2d-4c37-8e10-2d2725845759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12421 | 2024.07.10 23:09:42.208182 [ 3 ] {1b20bf90-bb2d-4c37-8e10-2d2725845759} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
12422 | 2024.07.10 23:09:42.208210 [ 192 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 597 rows, containing 4 columns (4 merged, 0 gathered) in 0.004970308 sec., 120113.28070614538 rows/sec., 9.38 MiB/sec. | ||
12423 | 2024.07.10 23:09:42.208462 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
12424 | 2024.07.10 23:09:42.208921 [ 3 ] {1b20bf90-bb2d-4c37-8e10-2d2725845759} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12425 | 2024.07.10 23:09:42.209300 [ 3 ] {1b20bf90-bb2d-4c37-8e10-2d2725845759} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004399 sec., 36371.90270516026 rows/sec., 2.53 MiB/sec. | ||
12426 | 2024.07.10 23:09:42.209464 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_86_17} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12427 | 2024.07.10 23:09:42.209646 [ 195 ] {f9095ae1-1c93-4edd-866c-d756ef1a6906::all_1_86_17} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
12428 | 2024.07.10 23:09:42.209680 [ 3 ] {1b20bf90-bb2d-4c37-8e10-2d2725845759} <Debug> DynamicQueryHandler: Done processing query | ||
12429 | 2024.07.10 23:09:42.209757 [ 3 ] {1b20bf90-bb2d-4c37-8e10-2d2725845759} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12430 | 2024.07.10 23:09:42.209794 [ 3 ] {} <Debug> HTTP-Session: 396b4f54-5c5b-471f-9640-17cdac021847 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12431 | 2024.07.10 23:09:42.209801 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
12432 | 2024.07.10 23:09:42.209985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 1703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12433 | 2024.07.10 23:09:42.210042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12434 | 2024.07.10 23:09:42.210063 [ 3 ] {} <Debug> HTTP-Session: 23754002-d9ec-4b7b-ac2c-d2f999ebbb0b Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12435 | 2024.07.10 23:09:42.210080 [ 3 ] {} <Debug> HTTP-Session: 23754002-d9ec-4b7b-ac2c-d2f999ebbb0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12436 | 2024.07.10 23:09:42.210095 [ 3 ] {} <Debug> HTTP-Session: 23754002-d9ec-4b7b-ac2c-d2f999ebbb0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12437 | 2024.07.10 23:09:42.210129 [ 3 ] {} <Trace> HTTP-Session: 23754002-d9ec-4b7b-ac2c-d2f999ebbb0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12438 | 2024.07.10 23:09:42.210244 [ 3 ] {7e31032e-e88f-4653-89d8-8a13fd701b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12439 | 2024.07.10 23:09:42.210317 [ 3 ] {7e31032e-e88f-4653-89d8-8a13fd701b48} <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 | ||
12440 | 2024.07.10 23:09:42.210784 [ 3 ] {7e31032e-e88f-4653-89d8-8a13fd701b48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12441 | 2024.07.10 23:09:42.211305 [ 3 ] {7e31032e-e88f-4653-89d8-8a13fd701b48} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12442 | 2024.07.10 23:09:42.211343 [ 3 ] {7e31032e-e88f-4653-89d8-8a13fd701b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12443 | 2024.07.10 23:09:42.211928 [ 3 ] {7e31032e-e88f-4653-89d8-8a13fd701b48} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12444 | 2024.07.10 23:09:42.212378 [ 3 ] {7e31032e-e88f-4653-89d8-8a13fd701b48} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12445 | 2024.07.10 23:09:42.212578 [ 70 ] {} <Debug> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12446 | 2024.07.10 23:09:42.212588 [ 3 ] {7e31032e-e88f-4653-89d8-8a13fd701b48} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002365 sec., 422.8329809725159 rows/sec., 775.88 KiB/sec. | ||
12447 | 2024.07.10 23:09:42.212675 [ 70 ] {} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12448 | 2024.07.10 23:09:42.212753 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12449 | 2024.07.10 23:09:42.213064 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
12450 | 2024.07.10 23:09:42.213123 [ 3 ] {7e31032e-e88f-4653-89d8-8a13fd701b48} <Debug> DynamicQueryHandler: Done processing query | ||
12451 | 2024.07.10 23:09:42.213174 [ 3 ] {7e31032e-e88f-4653-89d8-8a13fd701b48} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12452 | 2024.07.10 23:09:42.213205 [ 3 ] {} <Debug> HTTP-Session: 23754002-d9ec-4b7b-ac2c-d2f999ebbb0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12453 | 2024.07.10 23:09:42.213437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12454 | 2024.07.10 23:09:42.213563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12455 | 2024.07.10 23:09:42.213628 [ 3 ] {} <Debug> HTTP-Session: 9e57f24a-9d8f-4ff9-85b8-fb97afbac7f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12456 | 2024.07.10 23:09:42.213661 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12457 | 2024.07.10 23:09:42.213673 [ 3 ] {} <Debug> HTTP-Session: 9e57f24a-9d8f-4ff9-85b8-fb97afbac7f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12458 | 2024.07.10 23:09:42.213739 [ 3 ] {} <Debug> HTTP-Session: 9e57f24a-9d8f-4ff9-85b8-fb97afbac7f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12459 | 2024.07.10 23:09:42.213837 [ 3 ] {} <Trace> HTTP-Session: 9e57f24a-9d8f-4ff9-85b8-fb97afbac7f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12460 | 2024.07.10 23:09:42.213837 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1494 rows starting from the beginning of the part | ||
12461 | 2024.07.10 23:09:42.214200 [ 3 ] {8d984777-0620-4dea-ae37-d0c5199f9fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12462 | 2024.07.10 23:09:42.214341 [ 3 ] {8d984777-0620-4dea-ae37-d0c5199f9fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12463 | 2024.07.10 23:09:42.214436 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
12464 | 2024.07.10 23:09:42.215269 [ 3 ] {8d984777-0620-4dea-ae37-d0c5199f9fb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12465 | 2024.07.10 23:09:42.215292 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 50 rows starting from the beginning of the part | ||
12466 | 2024.07.10 23:09:42.215822 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part | ||
12467 | 2024.07.10 23:09:42.216580 [ 3 ] {8d984777-0620-4dea-ae37-d0c5199f9fb1} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12468 | 2024.07.10 23:09:42.216588 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 50 rows starting from the beginning of the part | ||
12469 | 2024.07.10 23:09:42.216650 [ 3 ] {8d984777-0620-4dea-ae37-d0c5199f9fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12470 | 2024.07.10 23:09:42.217197 [ 198 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1 rows starting from the beginning of the part | ||
12471 | 2024.07.10 23:09:42.218110 [ 3 ] {8d984777-0620-4dea-ae37-d0c5199f9fb1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12472 | 2024.07.10 23:09:42.218989 [ 3 ] {8d984777-0620-4dea-ae37-d0c5199f9fb1} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12473 | 2024.07.10 23:09:42.219312 [ 70 ] {} <Debug> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
12474 | 2024.07.10 23:09:42.219329 [ 3 ] {8d984777-0620-4dea-ae37-d0c5199f9fb1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005345 sec., 11225.444340505144 rows/sec., 774.67 KiB/sec. | ||
12475 | 2024.07.10 23:09:42.219376 [ 70 ] {} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12476 | 2024.07.10 23:09:42.219447 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12477 | 2024.07.10 23:09:42.219657 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
12478 | 2024.07.10 23:09:42.219701 [ 3 ] {8d984777-0620-4dea-ae37-d0c5199f9fb1} <Debug> DynamicQueryHandler: Done processing query | ||
12479 | 2024.07.10 23:09:42.219745 [ 3 ] {8d984777-0620-4dea-ae37-d0c5199f9fb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12480 | 2024.07.10 23:09:42.219785 [ 3 ] {} <Debug> HTTP-Session: 9e57f24a-9d8f-4ff9-85b8-fb97afbac7f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12481 | 2024.07.10 23:09:42.219942 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12482 | 2024.07.10 23:09:42.219986 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4158 rows starting from the beginning of the part | ||
12483 | 2024.07.10 23:09:42.220193 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
12484 | 2024.07.10 23:09:42.220407 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
12485 | 2024.07.10 23:09:42.220799 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
12486 | 2024.07.10 23:09:42.221142 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
12487 | 2024.07.10 23:09:42.221476 [ 195 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
12488 | 2024.07.10 23:09:42.225499 [ 200 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4458 rows, containing 4 columns (4 merged, 0 gathered) in 0.005922809 sec., 752683.3973541945 rows/sec., 50.79 MiB/sec. | ||
12489 | 2024.07.10 23:09:42.226007 [ 200 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
12490 | 2024.07.10 23:09:42.226861 [ 187 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_81_16} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12491 | 2024.07.10 23:09:42.227008 [ 187 ] {21741227-5c7e-410a-a7a6-96610aa72fba::all_1_81_16} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
12492 | 2024.07.10 23:09:42.227212 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
12493 | 2024.07.10 23:09:42.229593 [ 200 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1597 rows, containing 19 columns (19 merged, 0 gathered) in 0.016699752 sec., 95630.16265151721 rows/sec., 171.36 MiB/sec. | ||
12494 | 2024.07.10 23:09:42.231079 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12495 | 2024.07.10 23:09:42.231696 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12496 | 2024.07.10 23:09:42.231786 [ 187 ] {db59438b-7bd6-47db-a42f-37f2f76c9b93::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12497 | 2024.07.10 23:09:42.231939 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.22 MiB. | ||
12498 | 2024.07.10 23:09:42.554697 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12499 | 2024.07.10 23:09:42.554759 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12500 | 2024.07.10 23:09:47.198416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12501 | 2024.07.10 23:09:47.198559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12502 | 2024.07.10 23:09:47.198590 [ 3 ] {} <Debug> HTTP-Session: a8f04e59-a545-448c-8acc-d4f250ae09f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12503 | 2024.07.10 23:09:47.198619 [ 3 ] {} <Debug> HTTP-Session: a8f04e59-a545-448c-8acc-d4f250ae09f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12504 | 2024.07.10 23:09:47.198637 [ 3 ] {} <Debug> HTTP-Session: a8f04e59-a545-448c-8acc-d4f250ae09f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12505 | 2024.07.10 23:09:47.198693 [ 3 ] {} <Trace> HTTP-Session: a8f04e59-a545-448c-8acc-d4f250ae09f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12506 | 2024.07.10 23:09:47.198915 [ 3 ] {3ad80d6b-c200-45e2-9ad4-fad173553cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12507 | 2024.07.10 23:09:47.198992 [ 3 ] {3ad80d6b-c200-45e2-9ad4-fad173553cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12508 | 2024.07.10 23:09:47.199217 [ 3 ] {3ad80d6b-c200-45e2-9ad4-fad173553cde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12509 | 2024.07.10 23:09:47.199699 [ 3 ] {3ad80d6b-c200-45e2-9ad4-fad173553cde} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12510 | 2024.07.10 23:09:47.199745 [ 3 ] {3ad80d6b-c200-45e2-9ad4-fad173553cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12511 | 2024.07.10 23:09:47.200139 [ 3 ] {3ad80d6b-c200-45e2-9ad4-fad173553cde} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12512 | 2024.07.10 23:09:47.200490 [ 3 ] {3ad80d6b-c200-45e2-9ad4-fad173553cde} <Trace> oximeter.fields_i64 (ebd02046-b311-4861-8716-0fc0d9d512bc): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12513 | 2024.07.10 23:09:47.200659 [ 3 ] {3ad80d6b-c200-45e2-9ad4-fad173553cde} <Debug> executeQuery: Read 50 rows, 4.05 KiB in 0.001813 sec., 27578.599007170436 rows/sec., 2.18 MiB/sec. | ||
12514 | 2024.07.10 23:09:47.200988 [ 3 ] {3ad80d6b-c200-45e2-9ad4-fad173553cde} <Debug> DynamicQueryHandler: Done processing query | ||
12515 | 2024.07.10 23:09:47.201045 [ 3 ] {3ad80d6b-c200-45e2-9ad4-fad173553cde} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12516 | 2024.07.10 23:09:47.201101 [ 3 ] {} <Debug> HTTP-Session: a8f04e59-a545-448c-8acc-d4f250ae09f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12517 | 2024.07.10 23:09:47.201330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 35564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12518 | 2024.07.10 23:09:47.201389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12519 | 2024.07.10 23:09:47.201410 [ 3 ] {} <Debug> HTTP-Session: e34f3d54-20e0-4d93-a7ec-7b286b74bfbd Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12520 | 2024.07.10 23:09:47.201429 [ 3 ] {} <Debug> HTTP-Session: e34f3d54-20e0-4d93-a7ec-7b286b74bfbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12521 | 2024.07.10 23:09:47.201442 [ 3 ] {} <Debug> HTTP-Session: e34f3d54-20e0-4d93-a7ec-7b286b74bfbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12522 | 2024.07.10 23:09:47.201481 [ 3 ] {} <Trace> HTTP-Session: e34f3d54-20e0-4d93-a7ec-7b286b74bfbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12523 | 2024.07.10 23:09:47.201665 [ 3 ] {265a7f94-9b9c-4ed1-811d-13f8a6863d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12524 | 2024.07.10 23:09:47.201714 [ 3 ] {265a7f94-9b9c-4ed1-811d-13f8a6863d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12525 | 2024.07.10 23:09:47.201864 [ 3 ] {265a7f94-9b9c-4ed1-811d-13f8a6863d6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12526 | 2024.07.10 23:09:47.202339 [ 3 ] {265a7f94-9b9c-4ed1-811d-13f8a6863d6f} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12527 | 2024.07.10 23:09:47.202378 [ 3 ] {265a7f94-9b9c-4ed1-811d-13f8a6863d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12528 | 2024.07.10 23:09:47.202731 [ 3 ] {265a7f94-9b9c-4ed1-811d-13f8a6863d6f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
12529 | 2024.07.10 23:09:47.203062 [ 3 ] {265a7f94-9b9c-4ed1-811d-13f8a6863d6f} <Trace> oximeter.fields_string (e29c21c3-377b-4330-9adb-cbcf1ee34d6d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12530 | 2024.07.10 23:09:47.203219 [ 3 ] {265a7f94-9b9c-4ed1-811d-13f8a6863d6f} <Debug> executeQuery: Read 242 rows, 20.85 KiB in 0.001642 sec., 147381.24238733252 rows/sec., 12.40 MiB/sec. | ||
12531 | 2024.07.10 23:09:47.203390 [ 3 ] {265a7f94-9b9c-4ed1-811d-13f8a6863d6f} <Debug> DynamicQueryHandler: Done processing query | ||
12532 | 2024.07.10 23:09:47.203415 [ 3 ] {265a7f94-9b9c-4ed1-811d-13f8a6863d6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
12533 | 2024.07.10 23:09:47.203431 [ 3 ] {} <Debug> HTTP-Session: e34f3d54-20e0-4d93-a7ec-7b286b74bfbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12534 | 2024.07.10 23:09:47.203618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 23414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12535 | 2024.07.10 23:09:47.203668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12536 | 2024.07.10 23:09:47.203688 [ 3 ] {} <Debug> HTTP-Session: 4ce367b9-a9fc-448a-950c-a52992a37d1c Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12537 | 2024.07.10 23:09:47.203705 [ 3 ] {} <Debug> HTTP-Session: 4ce367b9-a9fc-448a-950c-a52992a37d1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12538 | 2024.07.10 23:09:47.203719 [ 3 ] {} <Debug> HTTP-Session: 4ce367b9-a9fc-448a-950c-a52992a37d1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12539 | 2024.07.10 23:09:47.203752 [ 3 ] {} <Trace> HTTP-Session: 4ce367b9-a9fc-448a-950c-a52992a37d1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12540 | 2024.07.10 23:09:47.203894 [ 3 ] {e122581d-714b-478b-b466-f25123d8e668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12541 | 2024.07.10 23:09:47.203937 [ 3 ] {e122581d-714b-478b-b466-f25123d8e668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12542 | 2024.07.10 23:09:47.204065 [ 3 ] {e122581d-714b-478b-b466-f25123d8e668} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12543 | 2024.07.10 23:09:47.204457 [ 3 ] {e122581d-714b-478b-b466-f25123d8e668} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12544 | 2024.07.10 23:09:47.204494 [ 3 ] {e122581d-714b-478b-b466-f25123d8e668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12545 | 2024.07.10 23:09:47.204823 [ 3 ] {e122581d-714b-478b-b466-f25123d8e668} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
12546 | 2024.07.10 23:09:47.205144 [ 3 ] {e122581d-714b-478b-b466-f25123d8e668} <Trace> oximeter.fields_uuid (f9095ae1-1c93-4edd-866c-d756ef1a6906): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12547 | 2024.07.10 23:09:47.205299 [ 3 ] {e122581d-714b-478b-b466-f25123d8e668} <Debug> executeQuery: Read 138 rows, 11.02 KiB in 0.001457 sec., 94715.16815374057 rows/sec., 7.38 MiB/sec. | ||
12548 | 2024.07.10 23:09:47.205555 [ 3 ] {e122581d-714b-478b-b466-f25123d8e668} <Debug> DynamicQueryHandler: Done processing query | ||
12549 | 2024.07.10 23:09:47.205616 [ 3 ] {e122581d-714b-478b-b466-f25123d8e668} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12550 | 2024.07.10 23:09:47.205676 [ 3 ] {} <Debug> HTTP-Session: 4ce367b9-a9fc-448a-950c-a52992a37d1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12551 | 2024.07.10 23:09:47.205907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 37624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12552 | 2024.07.10 23:09:47.205961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12553 | 2024.07.10 23:09:47.205982 [ 3 ] {} <Debug> HTTP-Session: 16d65c67-39fb-4150-8460-372b71c4a3e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12554 | 2024.07.10 23:09:47.205999 [ 3 ] {} <Debug> HTTP-Session: 16d65c67-39fb-4150-8460-372b71c4a3e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12555 | 2024.07.10 23:09:47.206014 [ 3 ] {} <Debug> HTTP-Session: 16d65c67-39fb-4150-8460-372b71c4a3e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12556 | 2024.07.10 23:09:47.206048 [ 3 ] {} <Trace> HTTP-Session: 16d65c67-39fb-4150-8460-372b71c4a3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12557 | 2024.07.10 23:09:47.206217 [ 3 ] {d349f71e-6a3c-4ed6-b594-e691f88b590a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12558 | 2024.07.10 23:09:47.206268 [ 3 ] {d349f71e-6a3c-4ed6-b594-e691f88b590a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12559 | 2024.07.10 23:09:47.206431 [ 3 ] {d349f71e-6a3c-4ed6-b594-e691f88b590a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12560 | 2024.07.10 23:09:47.206817 [ 3 ] {d349f71e-6a3c-4ed6-b594-e691f88b590a} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12561 | 2024.07.10 23:09:47.206855 [ 3 ] {d349f71e-6a3c-4ed6-b594-e691f88b590a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12562 | 2024.07.10 23:09:47.207258 [ 3 ] {d349f71e-6a3c-4ed6-b594-e691f88b590a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
12563 | 2024.07.10 23:09:47.207610 [ 3 ] {d349f71e-6a3c-4ed6-b594-e691f88b590a} <Trace> oximeter.measurements_cumulativeu64 (82eb3af6-948c-4313-8268-b7fb65f46492): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12564 | 2024.07.10 23:09:47.207768 [ 3 ] {d349f71e-6a3c-4ed6-b594-e691f88b590a} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001627 sec., 120467.11739397664 rows/sec., 8.41 MiB/sec. | ||
12565 | 2024.07.10 23:09:47.207934 [ 3 ] {d349f71e-6a3c-4ed6-b594-e691f88b590a} <Debug> DynamicQueryHandler: Done processing query | ||
12566 | 2024.07.10 23:09:47.207959 [ 3 ] {d349f71e-6a3c-4ed6-b594-e691f88b590a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12567 | 2024.07.10 23:09:47.207975 [ 3 ] {} <Debug> HTTP-Session: 16d65c67-39fb-4150-8460-372b71c4a3e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12568 | 2024.07.10 23:09:47.208156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 80786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12569 | 2024.07.10 23:09:47.208206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12570 | 2024.07.10 23:09:47.208224 [ 3 ] {} <Debug> HTTP-Session: 3f86982b-c56e-4652-ad41-265c74908ed3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12571 | 2024.07.10 23:09:47.208241 [ 3 ] {} <Debug> HTTP-Session: 3f86982b-c56e-4652-ad41-265c74908ed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12572 | 2024.07.10 23:09:47.208255 [ 3 ] {} <Debug> HTTP-Session: 3f86982b-c56e-4652-ad41-265c74908ed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12573 | 2024.07.10 23:09:47.208287 [ 3 ] {} <Trace> HTTP-Session: 3f86982b-c56e-4652-ad41-265c74908ed3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12574 | 2024.07.10 23:09:47.208739 [ 3 ] {2280584b-f933-48b2-845d-74fb89fc216d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12575 | 2024.07.10 23:09:47.208804 [ 3 ] {2280584b-f933-48b2-845d-74fb89fc216d} <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 | ||
12576 | 2024.07.10 23:09:47.209211 [ 3 ] {2280584b-f933-48b2-845d-74fb89fc216d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12577 | 2024.07.10 23:09:47.210125 [ 3 ] {2280584b-f933-48b2-845d-74fb89fc216d} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12578 | 2024.07.10 23:09:47.210162 [ 3 ] {2280584b-f933-48b2-845d-74fb89fc216d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12579 | 2024.07.10 23:09:47.210830 [ 3 ] {2280584b-f933-48b2-845d-74fb89fc216d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12580 | 2024.07.10 23:09:47.211251 [ 3 ] {2280584b-f933-48b2-845d-74fb89fc216d} <Trace> oximeter.measurements_histogramf64 (db59438b-7bd6-47db-a42f-37f2f76c9b93): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12581 | 2024.07.10 23:09:47.211439 [ 3 ] {2280584b-f933-48b2-845d-74fb89fc216d} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003053 sec., 16377.333770062232 rows/sec., 29.35 MiB/sec. | ||
12582 | 2024.07.10 23:09:47.211659 [ 3 ] {2280584b-f933-48b2-845d-74fb89fc216d} <Debug> DynamicQueryHandler: Done processing query | ||
12583 | 2024.07.10 23:09:47.211685 [ 3 ] {2280584b-f933-48b2-845d-74fb89fc216d} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
12584 | 2024.07.10 23:09:47.211701 [ 3 ] {} <Debug> HTTP-Session: 3f86982b-c56e-4652-ad41-265c74908ed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12585 | 2024.07.10 23:09:47.211839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35210, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12586 | 2024.07.10 23:09:47.211890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12587 | 2024.07.10 23:09:47.211910 [ 3 ] {} <Debug> HTTP-Session: 7d0c0d4f-aabc-4deb-a3ef-f6338a17cc95 Authenticating user 'default' from [fd00:1122:3344:101::d]:35210 | ||
12588 | 2024.07.10 23:09:47.211928 [ 3 ] {} <Debug> HTTP-Session: 7d0c0d4f-aabc-4deb-a3ef-f6338a17cc95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12589 | 2024.07.10 23:09:47.211941 [ 3 ] {} <Debug> HTTP-Session: 7d0c0d4f-aabc-4deb-a3ef-f6338a17cc95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12590 | 2024.07.10 23:09:47.211974 [ 3 ] {} <Trace> HTTP-Session: 7d0c0d4f-aabc-4deb-a3ef-f6338a17cc95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12591 | 2024.07.10 23:09:47.212086 [ 3 ] {4924d701-d2a6-43d5-bf45-a70408e32764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35210) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12592 | 2024.07.10 23:09:47.212132 [ 3 ] {4924d701-d2a6-43d5-bf45-a70408e32764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12593 | 2024.07.10 23:09:47.212261 [ 3 ] {4924d701-d2a6-43d5-bf45-a70408e32764} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12594 | 2024.07.10 23:09:47.212592 [ 3 ] {4924d701-d2a6-43d5-bf45-a70408e32764} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12595 | 2024.07.10 23:09:47.212629 [ 3 ] {4924d701-d2a6-43d5-bf45-a70408e32764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
12596 | 2024.07.10 23:09:47.212993 [ 3 ] {4924d701-d2a6-43d5-bf45-a70408e32764} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
12597 | 2024.07.10 23:09:47.213334 [ 3 ] {4924d701-d2a6-43d5-bf45-a70408e32764} <Trace> oximeter.measurements_u64 (21741227-5c7e-410a-a7a6-96610aa72fba): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12598 | 2024.07.10 23:09:47.213489 [ 3 ] {4924d701-d2a6-43d5-bf45-a70408e32764} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec. | ||
12599 | 2024.07.10 23:09:47.213653 [ 3 ] {4924d701-d2a6-43d5-bf45-a70408e32764} <Debug> DynamicQueryHandler: Done processing query | ||
12600 | 2024.07.10 23:09:47.213677 [ 3 ] {4924d701-d2a6-43d5-bf45-a70408e32764} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12601 | 2024.07.10 23:09:47.213693 [ 3 ] {} <Debug> HTTP-Session: 7d0c0d4f-aabc-4deb-a3ef-f6338a17cc95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |