1 | [ Sep 6 06:35:26 Enabled. ] | ||
2 | [ Sep 6 06:35:26 Rereading configuration. ] | ||
3 | [ Sep 6 06:35:27 Rereading configuration. ] | ||
4 | [ Sep 6 06:35:28 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 | + args=("--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
23 | + 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 | ||
24 | [ Sep 6 06:35:29 Method "start" exited with status 0. ] | ||
25 | Processing configuration file 'config.xml'. | ||
26 | There is no file 'config.xml', will use embedded config. | ||
27 | Logging trace to /var/tmp/clickhouse-server.log | ||
28 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
29 | 2024.09.06 06:35:29.939041 [ 1 ] {} <Information> Application: Will watch for the process with pid 22737 | ||
30 | 2024.09.06 06:35:29.939544 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
31 | 2024.09.06 06:35:30.270515 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22737 | ||
32 | 2024.09.06 06:35:30.271295 [ 1 ] {} <Information> Application: starting up | ||
33 | 2024.09.06 06:35:30.272039 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
34 | 2024.09.06 06:35:30.365210 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
35 | 2024.09.06 06:35:30.474377 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
36 | 2024.09.06 06:35:30.474456 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
37 | 2024.09.06 06:35:30.474487 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
38 | 2024.09.06 06:35:30.474592 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
39 | 2024.09.06 06:35:30.475272 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
40 | 2024.09.06 06:35:30.477318 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
41 | Processing configuration file 'config.xml'. | ||
42 | There is no file 'config.xml', will use embedded config. | ||
43 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
44 | 2024.09.06 06:35:30.478012 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
45 | 2024.09.06 06:35:30.479308 [ 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) | ||
46 | 2024.09.06 06:35:30.479396 [ 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) | ||
47 | 2024.09.06 06:35:30.479415 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
48 | 2024.09.06 06:35:30.479633 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2024.09.06 06:35:30.480792 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
50 | 2024.09.06 06:35:30.486025 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
51 | 2024.09.06 06:35:30.486831 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.09.06 06:35:30.488196 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
53 | 2024.09.06 06:35:30.488323 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
54 | 2024.09.06 06:35:30.489978 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
55 | Processing configuration file 'config.xml'. | ||
56 | There is no file 'config.xml', will use embedded config. | ||
57 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
58 | 2024.09.06 06:35:30.490293 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
59 | 2024.09.06 06:35:30.495325 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
60 | 2024.09.06 06:35:30.496001 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
61 | 2024.09.06 06:35:30.497683 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
62 | 2024.09.06 06:35:30.498079 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
63 | 2024.09.06 06:35:30.498428 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
64 | 2024.09.06 06:35:30.498835 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
65 | 2024.09.06 06:35:30.500236 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
66 | 2024.09.06 06:35:30.500297 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
67 | 2024.09.06 06:35:30.500374 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
68 | 2024.09.06 06:35:30.500530 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
69 | 2024.09.06 06:35:30.533950 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
70 | 2024.09.06 06:35:30.533983 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000180734 sec | ||
71 | 2024.09.06 06:35:30.534063 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
72 | 2024.09.06 06:35:30.534077 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
73 | 2024.09.06 06:35:30.535763 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
74 | 2024.09.06 06:35:30.537182 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
75 | 2024.09.06 06:35:30.537204 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
76 | 2024.09.06 06:35:30.537278 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
77 | 2024.09.06 06:35:30.537325 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
78 | 2024.09.06 06:35:30.537339 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
79 | 2024.09.06 06:35:30.537408 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
80 | 2024.09.06 06:35:30.537421 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
81 | 2024.09.06 06:35:30.537503 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
82 | 2024.09.06 06:35:30.537642 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
83 | 2024.09.06 06:35:30.537740 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
84 | 2024.09.06 06:35:30.537789 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
85 | 2024.09.06 06:35:30.538161 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
86 | 2024.09.06 06:35:30.538213 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
87 | 2024.09.06 06:35:30.538266 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
88 | 2024.09.06 06:35:30.538287 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
89 | 2024.09.06 06:35:30.538355 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
90 | 2024.09.06 06:35:30.538403 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
91 | 2024.09.06 06:35:30.584046 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
92 | 2024.09.06 06:35:30.607634 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
93 | 2024.09.06 06:35:30.607755 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000142743 sec | ||
94 | 2024.09.06 06:35:30.607770 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
95 | 2024.09.06 06:35:30.607783 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
96 | 2024.09.06 06:35:30.607846 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
97 | 2024.09.06 06:35:30.608126 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
98 | 2024.09.06 06:35:30.608264 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
99 | 2024.09.06 06:35:30.608280 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
100 | 2024.09.06 06:35:30.608291 [ 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). | ||
101 | 2024.09.06 06:35:30.608337 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
102 | 2024.09.06 06:35:30.628648 [ 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) | ||
103 | 2024.09.06 06:35:30.917180 [ 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) | ||
104 | 2024.09.06 06:35:30.917246 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
105 | 2024.09.06 06:35:30.950005 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
106 | 2024.09.06 06:35:30.950250 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.11 MiB (RSS), difference: 147.24 MiB | ||
107 | 2024.09.06 06:35:30.951256 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.8341e-05 sec. | ||
108 | 2024.09.06 06:35:30.951598 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
109 | 2024.09.06 06:35:30.951728 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
110 | 2024.09.06 06:35:30.951811 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
111 | 2024.09.06 06:35:30.951832 [ 1 ] {} <Information> Application: Ready for connections. | ||
112 | 2024.09.06 06:35:32.722336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
113 | 2024.09.06 06:35:32.722600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
114 | 2024.09.06 06:35:32.722642 [ 3 ] {} <Debug> HTTP-Session: 93fa93b0-34ca-4cfc-86e3-56bb295fd7fd Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
115 | 2024.09.06 06:35:32.722673 [ 3 ] {} <Debug> HTTP-Session: 93fa93b0-34ca-4cfc-86e3-56bb295fd7fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
116 | 2024.09.06 06:35:32.722692 [ 3 ] {} <Debug> HTTP-Session: 93fa93b0-34ca-4cfc-86e3-56bb295fd7fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
117 | 2024.09.06 06:35:32.722780 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
118 | 2024.09.06 06:35:32.722821 [ 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 | ||
119 | 2024.09.06 06:35:32.722846 [ 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 | ||
120 | 2024.09.06 06:35:32.722911 [ 3 ] {} <Trace> HTTP-Session: 93fa93b0-34ca-4cfc-86e3-56bb295fd7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
121 | 2024.09.06 06:35:32.724018 [ 3 ] {35dbf379-cc6b-44b1-8f3e-b153871d9d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
122 | 2024.09.06 06:35:32.764687 [ 3 ] {35dbf379-cc6b-44b1-8f3e-b153871d9d70} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56221) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
123 | |||
124 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
125 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
126 | 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 | ||
127 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
128 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
129 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
130 | 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 | ||
131 | 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 | ||
132 | 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 | ||
133 | 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 | ||
134 | 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 | ||
135 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
136 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
137 | 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 | ||
138 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
139 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
140 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
141 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
142 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
143 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
144 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
145 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
146 | |||
147 | 2024.09.06 06:35:32.765479 [ 3 ] {35dbf379-cc6b-44b1-8f3e-b153871d9d70} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
148 | |||
149 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
150 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
151 | 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 | ||
152 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
153 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
154 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
155 | 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 | ||
156 | 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 | ||
157 | 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 | ||
158 | 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 | ||
159 | 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 | ||
160 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
161 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
162 | 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 | ||
163 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
164 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
165 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
166 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
167 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
168 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
169 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
170 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
171 | (version 23.8.7.1) | ||
172 | 2024.09.06 06:35:32.766915 [ 3 ] {} <Debug> HTTP-Session: 93fa93b0-34ca-4cfc-86e3-56bb295fd7fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
173 | 2024.09.06 06:35:32.769894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
174 | 2024.09.06 06:35:32.769992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
175 | 2024.09.06 06:35:32.770018 [ 3 ] {} <Debug> HTTP-Session: a6f79024-8260-4cc2-b5f6-173e08f7c8a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
176 | 2024.09.06 06:35:32.770049 [ 3 ] {} <Debug> HTTP-Session: a6f79024-8260-4cc2-b5f6-173e08f7c8a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
177 | 2024.09.06 06:35:32.770062 [ 3 ] {} <Debug> HTTP-Session: a6f79024-8260-4cc2-b5f6-173e08f7c8a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2024.09.06 06:35:32.770109 [ 3 ] {} <Trace> HTTP-Session: a6f79024-8260-4cc2-b5f6-173e08f7c8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
179 | 2024.09.06 06:35:32.770269 [ 3 ] {73c7e51d-5df7-438c-85b6-5f9df4140b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
180 | 2024.09.06 06:35:32.770537 [ 3 ] {73c7e51d-5df7-438c-85b6-5f9df4140b83} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56221) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
181 | |||
182 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
183 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
184 | 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 | ||
185 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
186 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
187 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
188 | 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 | ||
189 | 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 | ||
190 | 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 | ||
191 | 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 | ||
192 | 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 | ||
193 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
194 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
195 | 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 | ||
196 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
197 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
198 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
199 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
200 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
201 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
202 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
203 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
204 | |||
205 | 2024.09.06 06:35:32.770681 [ 3 ] {73c7e51d-5df7-438c-85b6-5f9df4140b83} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
206 | |||
207 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
208 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
209 | 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 | ||
210 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
211 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
212 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
213 | 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 | ||
214 | 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 | ||
215 | 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 | ||
216 | 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 | ||
217 | 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 | ||
218 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
219 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
220 | 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 | ||
221 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
222 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
223 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
224 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
225 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
226 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
227 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
228 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
229 | (version 23.8.7.1) | ||
230 | 2024.09.06 06:35:32.770858 [ 3 ] {} <Debug> HTTP-Session: a6f79024-8260-4cc2-b5f6-173e08f7c8a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
231 | 2024.09.06 06:35:32.775191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
232 | 2024.09.06 06:35:32.775242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
233 | 2024.09.06 06:35:32.775263 [ 3 ] {} <Debug> HTTP-Session: 64a8d778-1725-4e2d-aa28-db6a32db9a9d Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
234 | 2024.09.06 06:35:32.775282 [ 3 ] {} <Debug> HTTP-Session: 64a8d778-1725-4e2d-aa28-db6a32db9a9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2024.09.06 06:35:32.775296 [ 3 ] {} <Debug> HTTP-Session: 64a8d778-1725-4e2d-aa28-db6a32db9a9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
236 | 2024.09.06 06:35:32.775329 [ 3 ] {} <Trace> HTTP-Session: 64a8d778-1725-4e2d-aa28-db6a32db9a9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
237 | 2024.09.06 06:35:32.776579 [ 3 ] {065cc302-7301-49b9-bfe4-9f5322b005e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
238 | 2024.09.06 06:35:32.777350 [ 3 ] {065cc302-7301-49b9-bfe4-9f5322b005e1} <Debug> DynamicQueryHandler: Done processing query | ||
239 | 2024.09.06 06:35:32.777402 [ 3 ] {} <Debug> HTTP-Session: 64a8d778-1725-4e2d-aa28-db6a32db9a9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2024.09.06 06:35:32.780405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
241 | 2024.09.06 06:35:32.780451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
242 | 2024.09.06 06:35:32.780475 [ 3 ] {} <Debug> HTTP-Session: 5d3173ff-d491-4244-b903-506249b09c3b Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
243 | 2024.09.06 06:35:32.780498 [ 3 ] {} <Debug> HTTP-Session: 5d3173ff-d491-4244-b903-506249b09c3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
244 | 2024.09.06 06:35:32.780514 [ 3 ] {} <Debug> HTTP-Session: 5d3173ff-d491-4244-b903-506249b09c3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
245 | 2024.09.06 06:35:32.780553 [ 3 ] {} <Trace> HTTP-Session: 5d3173ff-d491-4244-b903-506249b09c3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
246 | 2024.09.06 06:35:32.780654 [ 3 ] {c67ff3ca-0f6c-4f83-92fa-afc19f73c3a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
247 | 2024.09.06 06:35:32.780765 [ 3 ] {c67ff3ca-0f6c-4f83-92fa-afc19f73c3a8} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
248 | 2024.09.06 06:35:32.785073 [ 3 ] {c67ff3ca-0f6c-4f83-92fa-afc19f73c3a8} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
249 | 2024.09.06 06:35:32.785105 [ 3 ] {c67ff3ca-0f6c-4f83-92fa-afc19f73c3a8} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8742e-05 sec | ||
250 | 2024.09.06 06:35:32.785123 [ 3 ] {c67ff3ca-0f6c-4f83-92fa-afc19f73c3a8} <Trace> ReferentialDeps: No tables | ||
251 | 2024.09.06 06:35:32.785142 [ 3 ] {c67ff3ca-0f6c-4f83-92fa-afc19f73c3a8} <Trace> LoadingDeps: No tables | ||
252 | 2024.09.06 06:35:32.785169 [ 3 ] {c67ff3ca-0f6c-4f83-92fa-afc19f73c3a8} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
253 | 2024.09.06 06:35:32.785312 [ 3 ] {c67ff3ca-0f6c-4f83-92fa-afc19f73c3a8} <Debug> DynamicQueryHandler: Done processing query | ||
254 | 2024.09.06 06:35:32.785337 [ 3 ] {} <Debug> HTTP-Session: 5d3173ff-d491-4244-b903-506249b09c3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
255 | 2024.09.06 06:35:32.785487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
256 | 2024.09.06 06:35:32.785544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
257 | 2024.09.06 06:35:32.785564 [ 3 ] {} <Debug> HTTP-Session: 500f506d-8ffa-4f37-ac5d-fdd2e67845f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
258 | 2024.09.06 06:35:32.785584 [ 3 ] {} <Debug> HTTP-Session: 500f506d-8ffa-4f37-ac5d-fdd2e67845f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
259 | 2024.09.06 06:35:32.785601 [ 3 ] {} <Debug> HTTP-Session: 500f506d-8ffa-4f37-ac5d-fdd2e67845f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.09.06 06:35:32.785630 [ 3 ] {} <Trace> HTTP-Session: 500f506d-8ffa-4f37-ac5d-fdd2e67845f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
261 | 2024.09.06 06:35:32.785783 [ 3 ] {e6d18e44-3d67-4816-8654-d9345040587f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) /* The version table contains metadata about the `oximeter` database */ | ||
262 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
263 | 2024.09.06 06:35:32.785842 [ 3 ] {e6d18e44-3d67-4816-8654-d9345040587f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
264 | 2024.09.06 06:35:32.793904 [ 3 ] {e6d18e44-3d67-4816-8654-d9345040587f} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
265 | 2024.09.06 06:35:32.798150 [ 3 ] {e6d18e44-3d67-4816-8654-d9345040587f} <Debug> oximeter.version (1e59dbbc-461e-4b3e-95b9-898c9c87a234): Loading data parts | ||
266 | 2024.09.06 06:35:32.798649 [ 3 ] {e6d18e44-3d67-4816-8654-d9345040587f} <Debug> oximeter.version (1e59dbbc-461e-4b3e-95b9-898c9c87a234): There are no data parts | ||
267 | 2024.09.06 06:35:32.804366 [ 3 ] {e6d18e44-3d67-4816-8654-d9345040587f} <Debug> DynamicQueryHandler: Done processing query | ||
268 | 2024.09.06 06:35:32.804426 [ 3 ] {} <Debug> HTTP-Session: 500f506d-8ffa-4f37-ac5d-fdd2e67845f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
269 | 2024.09.06 06:35:32.804569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
270 | 2024.09.06 06:35:32.804628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
271 | 2024.09.06 06:35:32.804651 [ 3 ] {} <Debug> HTTP-Session: 91645da5-c81c-4829-92a3-1c775cd7f3ec Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
272 | 2024.09.06 06:35:32.804667 [ 3 ] {} <Debug> HTTP-Session: 91645da5-c81c-4829-92a3-1c775cd7f3ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
273 | 2024.09.06 06:35:32.804691 [ 3 ] {} <Debug> HTTP-Session: 91645da5-c81c-4829-92a3-1c775cd7f3ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
274 | 2024.09.06 06:35:32.804725 [ 3 ] {} <Trace> HTTP-Session: 91645da5-c81c-4829-92a3-1c775cd7f3ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
275 | 2024.09.06 06:35:32.804938 [ 3 ] {d96aa960-2577-4537-84c4-37d3e26268ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) /* The measurement tables contain all individual samples from each timeseries. | ||
276 | * | ||
277 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
278 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
279 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
280 | * by all samples from the same timeseries. | ||
281 | * | ||
282 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
283 | * and then uses that to index quickly into the measurements tables. | ||
284 | */ | ||
285 | 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) | ||
286 | 2024.09.06 06:35:32.804995 [ 3 ] {d96aa960-2577-4537-84c4-37d3e26268ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
287 | 2024.09.06 06:35:32.813887 [ 3 ] {d96aa960-2577-4537-84c4-37d3e26268ed} <Debug> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Loading data parts | ||
288 | 2024.09.06 06:35:32.814117 [ 3 ] {d96aa960-2577-4537-84c4-37d3e26268ed} <Debug> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): There are no data parts | ||
289 | 2024.09.06 06:35:32.818983 [ 3 ] {d96aa960-2577-4537-84c4-37d3e26268ed} <Debug> DynamicQueryHandler: Done processing query | ||
290 | 2024.09.06 06:35:32.819055 [ 3 ] {} <Debug> HTTP-Session: 91645da5-c81c-4829-92a3-1c775cd7f3ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
291 | 2024.09.06 06:35:32.819277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
292 | 2024.09.06 06:35:32.819379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
293 | 2024.09.06 06:35:32.819435 [ 3 ] {} <Debug> HTTP-Session: 939e1bcd-b9b1-4a0e-9e9c-3841141bef72 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
294 | 2024.09.06 06:35:32.819473 [ 3 ] {} <Debug> HTTP-Session: 939e1bcd-b9b1-4a0e-9e9c-3841141bef72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
295 | 2024.09.06 06:35:32.819500 [ 3 ] {} <Debug> HTTP-Session: 939e1bcd-b9b1-4a0e-9e9c-3841141bef72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
296 | 2024.09.06 06:35:32.819562 [ 3 ] {} <Trace> HTTP-Session: 939e1bcd-b9b1-4a0e-9e9c-3841141bef72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
297 | 2024.09.06 06:35:32.819737 [ 3 ] {cdae0b8b-d9a5-4e56-a78e-0e2408e662cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
298 | 2024.09.06 06:35:32.819784 [ 3 ] {cdae0b8b-d9a5-4e56-a78e-0e2408e662cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
299 | 2024.09.06 06:35:32.826606 [ 3 ] {cdae0b8b-d9a5-4e56-a78e-0e2408e662cd} <Debug> oximeter.measurements_i8 (ee058bb1-4bc9-4cfa-8310-cd08902c015f): Loading data parts | ||
300 | 2024.09.06 06:35:32.826798 [ 3 ] {cdae0b8b-d9a5-4e56-a78e-0e2408e662cd} <Debug> oximeter.measurements_i8 (ee058bb1-4bc9-4cfa-8310-cd08902c015f): There are no data parts | ||
301 | 2024.09.06 06:35:32.831841 [ 3 ] {cdae0b8b-d9a5-4e56-a78e-0e2408e662cd} <Debug> DynamicQueryHandler: Done processing query | ||
302 | 2024.09.06 06:35:32.831880 [ 3 ] {} <Debug> HTTP-Session: 939e1bcd-b9b1-4a0e-9e9c-3841141bef72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
303 | 2024.09.06 06:35:32.832028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
304 | 2024.09.06 06:35:32.832092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
305 | 2024.09.06 06:35:32.832119 [ 3 ] {} <Debug> HTTP-Session: 76a4e578-9747-4489-870d-feb2ab7b13ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
306 | 2024.09.06 06:35:32.832144 [ 3 ] {} <Debug> HTTP-Session: 76a4e578-9747-4489-870d-feb2ab7b13ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.09.06 06:35:32.832160 [ 3 ] {} <Debug> HTTP-Session: 76a4e578-9747-4489-870d-feb2ab7b13ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
308 | 2024.09.06 06:35:32.832200 [ 3 ] {} <Trace> HTTP-Session: 76a4e578-9747-4489-870d-feb2ab7b13ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
309 | 2024.09.06 06:35:32.832417 [ 3 ] {973a93d0-579f-4215-82c0-53c87e10c47b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
310 | 2024.09.06 06:35:32.832474 [ 3 ] {973a93d0-579f-4215-82c0-53c87e10c47b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
311 | 2024.09.06 06:35:32.842024 [ 3 ] {973a93d0-579f-4215-82c0-53c87e10c47b} <Debug> oximeter.measurements_u8 (7fe61b1a-af00-414e-9b51-de0cfbc508a5): Loading data parts | ||
312 | 2024.09.06 06:35:32.842225 [ 3 ] {973a93d0-579f-4215-82c0-53c87e10c47b} <Debug> oximeter.measurements_u8 (7fe61b1a-af00-414e-9b51-de0cfbc508a5): There are no data parts | ||
313 | 2024.09.06 06:35:32.847912 [ 3 ] {973a93d0-579f-4215-82c0-53c87e10c47b} <Debug> DynamicQueryHandler: Done processing query | ||
314 | 2024.09.06 06:35:32.848000 [ 3 ] {} <Debug> HTTP-Session: 76a4e578-9747-4489-870d-feb2ab7b13ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
315 | 2024.09.06 06:35:32.848224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
316 | 2024.09.06 06:35:32.848321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
317 | 2024.09.06 06:35:32.848370 [ 3 ] {} <Debug> HTTP-Session: 5a0f7880-6d40-406f-a1ad-74d99af333a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
318 | 2024.09.06 06:35:32.848410 [ 3 ] {} <Debug> HTTP-Session: 5a0f7880-6d40-406f-a1ad-74d99af333a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.09.06 06:35:32.848438 [ 3 ] {} <Debug> HTTP-Session: 5a0f7880-6d40-406f-a1ad-74d99af333a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
320 | 2024.09.06 06:35:32.848516 [ 3 ] {} <Trace> HTTP-Session: 5a0f7880-6d40-406f-a1ad-74d99af333a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
321 | 2024.09.06 06:35:32.848929 [ 3 ] {983ca67f-e70b-4b19-b0da-f045406a8920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
322 | 2024.09.06 06:35:32.849000 [ 3 ] {983ca67f-e70b-4b19-b0da-f045406a8920} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
323 | 2024.09.06 06:35:32.855514 [ 3 ] {983ca67f-e70b-4b19-b0da-f045406a8920} <Debug> oximeter.measurements_i16 (a54e87e3-c57b-435c-93b2-d4af2d326d07): Loading data parts | ||
324 | 2024.09.06 06:35:32.855802 [ 3 ] {983ca67f-e70b-4b19-b0da-f045406a8920} <Debug> oximeter.measurements_i16 (a54e87e3-c57b-435c-93b2-d4af2d326d07): There are no data parts | ||
325 | 2024.09.06 06:35:32.861158 [ 3 ] {983ca67f-e70b-4b19-b0da-f045406a8920} <Debug> DynamicQueryHandler: Done processing query | ||
326 | 2024.09.06 06:35:32.861210 [ 3 ] {} <Debug> HTTP-Session: 5a0f7880-6d40-406f-a1ad-74d99af333a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
327 | 2024.09.06 06:35:32.861430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
328 | 2024.09.06 06:35:32.861571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
329 | 2024.09.06 06:35:32.861621 [ 3 ] {} <Debug> HTTP-Session: f635bc3b-960f-4c2c-ae7c-a2c1f013cae7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
330 | 2024.09.06 06:35:32.861671 [ 3 ] {} <Debug> HTTP-Session: f635bc3b-960f-4c2c-ae7c-a2c1f013cae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.09.06 06:35:32.861701 [ 3 ] {} <Debug> HTTP-Session: f635bc3b-960f-4c2c-ae7c-a2c1f013cae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
332 | 2024.09.06 06:35:32.861783 [ 3 ] {} <Trace> HTTP-Session: f635bc3b-960f-4c2c-ae7c-a2c1f013cae7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
333 | 2024.09.06 06:35:32.862061 [ 3 ] {325fbf41-6757-4e9a-9521-6da4ddc295f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
334 | 2024.09.06 06:35:32.862126 [ 3 ] {325fbf41-6757-4e9a-9521-6da4ddc295f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
335 | 2024.09.06 06:35:32.871091 [ 3 ] {325fbf41-6757-4e9a-9521-6da4ddc295f4} <Debug> oximeter.measurements_u16 (8d6969c3-5a13-430b-bde1-8e919ddc4342): Loading data parts | ||
336 | 2024.09.06 06:35:32.871277 [ 3 ] {325fbf41-6757-4e9a-9521-6da4ddc295f4} <Debug> oximeter.measurements_u16 (8d6969c3-5a13-430b-bde1-8e919ddc4342): There are no data parts | ||
337 | 2024.09.06 06:35:32.884409 [ 3 ] {325fbf41-6757-4e9a-9521-6da4ddc295f4} <Debug> DynamicQueryHandler: Done processing query | ||
338 | 2024.09.06 06:35:32.884447 [ 3 ] {} <Debug> HTTP-Session: f635bc3b-960f-4c2c-ae7c-a2c1f013cae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
339 | 2024.09.06 06:35:32.884578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
340 | 2024.09.06 06:35:32.884653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
341 | 2024.09.06 06:35:32.884685 [ 3 ] {} <Debug> HTTP-Session: 1724a240-2e9b-48a2-925a-07cb0a585c13 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
342 | 2024.09.06 06:35:32.884720 [ 3 ] {} <Debug> HTTP-Session: 1724a240-2e9b-48a2-925a-07cb0a585c13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.09.06 06:35:32.884742 [ 3 ] {} <Debug> HTTP-Session: 1724a240-2e9b-48a2-925a-07cb0a585c13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
344 | 2024.09.06 06:35:32.884790 [ 3 ] {} <Trace> HTTP-Session: 1724a240-2e9b-48a2-925a-07cb0a585c13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
345 | 2024.09.06 06:35:32.884979 [ 3 ] {33497e89-04b7-45f3-8f5f-57c8aa118695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
346 | 2024.09.06 06:35:32.885039 [ 3 ] {33497e89-04b7-45f3-8f5f-57c8aa118695} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
347 | 2024.09.06 06:35:32.899511 [ 3 ] {33497e89-04b7-45f3-8f5f-57c8aa118695} <Debug> oximeter.measurements_i32 (69103ef2-2aa3-4a56-a4d5-d994f3f3e56b): Loading data parts | ||
348 | 2024.09.06 06:35:32.899825 [ 3 ] {33497e89-04b7-45f3-8f5f-57c8aa118695} <Debug> oximeter.measurements_i32 (69103ef2-2aa3-4a56-a4d5-d994f3f3e56b): There are no data parts | ||
349 | 2024.09.06 06:35:32.905523 [ 3 ] {33497e89-04b7-45f3-8f5f-57c8aa118695} <Debug> DynamicQueryHandler: Done processing query | ||
350 | 2024.09.06 06:35:32.905550 [ 3 ] {} <Debug> HTTP-Session: 1724a240-2e9b-48a2-925a-07cb0a585c13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
351 | 2024.09.06 06:35:32.905722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
352 | 2024.09.06 06:35:32.905784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
353 | 2024.09.06 06:35:32.905805 [ 3 ] {} <Debug> HTTP-Session: e1408a9e-373d-45c0-8c6c-ec844adbbccc Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
354 | 2024.09.06 06:35:32.905835 [ 3 ] {} <Debug> HTTP-Session: e1408a9e-373d-45c0-8c6c-ec844adbbccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.09.06 06:35:32.905855 [ 3 ] {} <Debug> HTTP-Session: e1408a9e-373d-45c0-8c6c-ec844adbbccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
356 | 2024.09.06 06:35:32.905886 [ 3 ] {} <Trace> HTTP-Session: e1408a9e-373d-45c0-8c6c-ec844adbbccc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
357 | 2024.09.06 06:35:32.906075 [ 3 ] {cd349c27-f165-4b8a-8d21-29c23dd75200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
358 | 2024.09.06 06:35:32.906136 [ 3 ] {cd349c27-f165-4b8a-8d21-29c23dd75200} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
359 | 2024.09.06 06:35:32.913876 [ 3 ] {cd349c27-f165-4b8a-8d21-29c23dd75200} <Debug> oximeter.measurements_u32 (4e7482dd-e995-42e8-81e5-2ab39e1b02ad): Loading data parts | ||
360 | 2024.09.06 06:35:32.914062 [ 3 ] {cd349c27-f165-4b8a-8d21-29c23dd75200} <Debug> oximeter.measurements_u32 (4e7482dd-e995-42e8-81e5-2ab39e1b02ad): There are no data parts | ||
361 | 2024.09.06 06:35:32.918359 [ 3 ] {cd349c27-f165-4b8a-8d21-29c23dd75200} <Debug> DynamicQueryHandler: Done processing query | ||
362 | 2024.09.06 06:35:32.918391 [ 3 ] {} <Debug> HTTP-Session: e1408a9e-373d-45c0-8c6c-ec844adbbccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
363 | 2024.09.06 06:35:32.918556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
364 | 2024.09.06 06:35:32.918645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
365 | 2024.09.06 06:35:32.918666 [ 3 ] {} <Debug> HTTP-Session: 353562df-d719-40f0-8b2e-139d23a9bc34 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
366 | 2024.09.06 06:35:32.918690 [ 3 ] {} <Debug> HTTP-Session: 353562df-d719-40f0-8b2e-139d23a9bc34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.09.06 06:35:32.918711 [ 3 ] {} <Debug> HTTP-Session: 353562df-d719-40f0-8b2e-139d23a9bc34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
368 | 2024.09.06 06:35:32.918741 [ 3 ] {} <Trace> HTTP-Session: 353562df-d719-40f0-8b2e-139d23a9bc34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
369 | 2024.09.06 06:35:32.918922 [ 3 ] {5234da65-ddcc-43f5-8c3a-93f16fb30ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
370 | 2024.09.06 06:35:32.918983 [ 3 ] {5234da65-ddcc-43f5-8c3a-93f16fb30ece} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
371 | 2024.09.06 06:35:32.929695 [ 3 ] {5234da65-ddcc-43f5-8c3a-93f16fb30ece} <Debug> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Loading data parts | ||
372 | 2024.09.06 06:35:32.929866 [ 3 ] {5234da65-ddcc-43f5-8c3a-93f16fb30ece} <Debug> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): There are no data parts | ||
373 | 2024.09.06 06:35:32.934802 [ 3 ] {5234da65-ddcc-43f5-8c3a-93f16fb30ece} <Debug> DynamicQueryHandler: Done processing query | ||
374 | 2024.09.06 06:35:32.934834 [ 3 ] {} <Debug> HTTP-Session: 353562df-d719-40f0-8b2e-139d23a9bc34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
375 | 2024.09.06 06:35:32.935039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
376 | 2024.09.06 06:35:32.935109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
377 | 2024.09.06 06:35:32.935135 [ 3 ] {} <Debug> HTTP-Session: f768b8a6-944a-480e-9eec-248c4fb2683b Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
378 | 2024.09.06 06:35:32.935174 [ 3 ] {} <Debug> HTTP-Session: f768b8a6-944a-480e-9eec-248c4fb2683b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.09.06 06:35:32.935198 [ 3 ] {} <Debug> HTTP-Session: f768b8a6-944a-480e-9eec-248c4fb2683b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
380 | 2024.09.06 06:35:32.935234 [ 3 ] {} <Trace> HTTP-Session: f768b8a6-944a-480e-9eec-248c4fb2683b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
381 | 2024.09.06 06:35:32.935457 [ 3 ] {06ad5194-6801-4e4b-bd60-43fc77b271fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
382 | 2024.09.06 06:35:32.935529 [ 3 ] {06ad5194-6801-4e4b-bd60-43fc77b271fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
383 | 2024.09.06 06:35:32.943255 [ 3 ] {06ad5194-6801-4e4b-bd60-43fc77b271fa} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Loading data parts | ||
384 | 2024.09.06 06:35:32.943429 [ 3 ] {06ad5194-6801-4e4b-bd60-43fc77b271fa} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): There are no data parts | ||
385 | 2024.09.06 06:35:32.948616 [ 3 ] {06ad5194-6801-4e4b-bd60-43fc77b271fa} <Debug> DynamicQueryHandler: Done processing query | ||
386 | 2024.09.06 06:35:32.948644 [ 3 ] {} <Debug> HTTP-Session: f768b8a6-944a-480e-9eec-248c4fb2683b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
387 | 2024.09.06 06:35:32.948805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
388 | 2024.09.06 06:35:32.948869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
389 | 2024.09.06 06:35:32.948888 [ 3 ] {} <Debug> HTTP-Session: bd0d40da-3d61-43b3-ba4e-4e2aaa1a5640 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
390 | 2024.09.06 06:35:32.948914 [ 3 ] {} <Debug> HTTP-Session: bd0d40da-3d61-43b3-ba4e-4e2aaa1a5640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.09.06 06:35:32.948938 [ 3 ] {} <Debug> HTTP-Session: bd0d40da-3d61-43b3-ba4e-4e2aaa1a5640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
392 | 2024.09.06 06:35:32.948967 [ 3 ] {} <Trace> HTTP-Session: bd0d40da-3d61-43b3-ba4e-4e2aaa1a5640 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
393 | 2024.09.06 06:35:32.949151 [ 3 ] {fb5576f5-f6d2-4236-afc2-09e63236cb16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
394 | 2024.09.06 06:35:32.949214 [ 3 ] {fb5576f5-f6d2-4236-afc2-09e63236cb16} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
395 | 2024.09.06 06:35:33.000195 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.63 MiB, peak 159.64 MiB, free memory in arenas 0.00 B, will set to 168.36 MiB (RSS), difference: 8.72 MiB | ||
396 | 2024.09.06 06:35:33.032924 [ 3 ] {fb5576f5-f6d2-4236-afc2-09e63236cb16} <Debug> oximeter.measurements_f32 (a8a749f2-87aa-433b-b568-672026757ebf): Loading data parts | ||
397 | 2024.09.06 06:35:33.033337 [ 3 ] {fb5576f5-f6d2-4236-afc2-09e63236cb16} <Debug> oximeter.measurements_f32 (a8a749f2-87aa-433b-b568-672026757ebf): There are no data parts | ||
398 | 2024.09.06 06:35:33.041790 [ 3 ] {fb5576f5-f6d2-4236-afc2-09e63236cb16} <Debug> DynamicQueryHandler: Done processing query | ||
399 | 2024.09.06 06:35:33.041842 [ 3 ] {} <Debug> HTTP-Session: bd0d40da-3d61-43b3-ba4e-4e2aaa1a5640 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
400 | 2024.09.06 06:35:33.042098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
401 | 2024.09.06 06:35:33.042214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
402 | 2024.09.06 06:35:33.042254 [ 3 ] {} <Debug> HTTP-Session: c6e00aed-0f1c-48d6-a812-274e674c3110 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
403 | 2024.09.06 06:35:33.042306 [ 3 ] {} <Debug> HTTP-Session: c6e00aed-0f1c-48d6-a812-274e674c3110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
404 | 2024.09.06 06:35:33.042334 [ 3 ] {} <Debug> HTTP-Session: c6e00aed-0f1c-48d6-a812-274e674c3110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
405 | 2024.09.06 06:35:33.042409 [ 3 ] {} <Trace> HTTP-Session: c6e00aed-0f1c-48d6-a812-274e674c3110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
406 | 2024.09.06 06:35:33.042669 [ 3 ] {41d71397-94cd-498c-9f97-1626755ce6ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
407 | 2024.09.06 06:35:33.042744 [ 3 ] {41d71397-94cd-498c-9f97-1626755ce6ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
408 | 2024.09.06 06:35:33.049755 [ 3 ] {41d71397-94cd-498c-9f97-1626755ce6ac} <Debug> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Loading data parts | ||
409 | 2024.09.06 06:35:33.049967 [ 3 ] {41d71397-94cd-498c-9f97-1626755ce6ac} <Debug> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): There are no data parts | ||
410 | 2024.09.06 06:35:33.055052 [ 3 ] {41d71397-94cd-498c-9f97-1626755ce6ac} <Debug> DynamicQueryHandler: Done processing query | ||
411 | 2024.09.06 06:35:33.055099 [ 3 ] {} <Debug> HTTP-Session: c6e00aed-0f1c-48d6-a812-274e674c3110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
412 | 2024.09.06 06:35:33.055368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
413 | 2024.09.06 06:35:33.055480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
414 | 2024.09.06 06:35:33.055519 [ 3 ] {} <Debug> HTTP-Session: 0bd1123e-14f4-41e8-a3a4-c256cd0b9f09 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
415 | 2024.09.06 06:35:33.055566 [ 3 ] {} <Debug> HTTP-Session: 0bd1123e-14f4-41e8-a3a4-c256cd0b9f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
416 | 2024.09.06 06:35:33.055595 [ 3 ] {} <Debug> HTTP-Session: 0bd1123e-14f4-41e8-a3a4-c256cd0b9f09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
417 | 2024.09.06 06:35:33.055626 [ 3 ] {} <Trace> HTTP-Session: 0bd1123e-14f4-41e8-a3a4-c256cd0b9f09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
418 | 2024.09.06 06:35:33.055819 [ 3 ] {596123fb-3122-48c7-978d-33e2ebb8974e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
419 | 2024.09.06 06:35:33.055888 [ 3 ] {596123fb-3122-48c7-978d-33e2ebb8974e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
420 | 2024.09.06 06:35:33.065549 [ 3 ] {596123fb-3122-48c7-978d-33e2ebb8974e} <Debug> oximeter.measurements_string (b608382a-7053-43fb-b564-5de7ee4120f0): Loading data parts | ||
421 | 2024.09.06 06:35:33.065733 [ 3 ] {596123fb-3122-48c7-978d-33e2ebb8974e} <Debug> oximeter.measurements_string (b608382a-7053-43fb-b564-5de7ee4120f0): There are no data parts | ||
422 | 2024.09.06 06:35:33.071102 [ 3 ] {596123fb-3122-48c7-978d-33e2ebb8974e} <Debug> DynamicQueryHandler: Done processing query | ||
423 | 2024.09.06 06:35:33.071153 [ 3 ] {} <Debug> HTTP-Session: 0bd1123e-14f4-41e8-a3a4-c256cd0b9f09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
424 | 2024.09.06 06:35:33.071403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
425 | 2024.09.06 06:35:33.071518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
426 | 2024.09.06 06:35:33.071558 [ 3 ] {} <Debug> HTTP-Session: 43e41abb-96ab-4179-bc0a-161afcced345 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
427 | 2024.09.06 06:35:33.071597 [ 3 ] {} <Debug> HTTP-Session: 43e41abb-96ab-4179-bc0a-161afcced345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
428 | 2024.09.06 06:35:33.071625 [ 3 ] {} <Debug> HTTP-Session: 43e41abb-96ab-4179-bc0a-161afcced345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
429 | 2024.09.06 06:35:33.071655 [ 3 ] {} <Trace> HTTP-Session: 43e41abb-96ab-4179-bc0a-161afcced345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
430 | 2024.09.06 06:35:33.071837 [ 3 ] {dc64c7d2-3478-4a88-9f62-cade10e8da25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
431 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
432 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
433 | * a string isn't palatable for a few reasons. | ||
434 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
435 | * details. | ||
436 | */ | ||
437 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
438 | 2024.09.06 06:35:33.071895 [ 3 ] {dc64c7d2-3478-4a88-9f62-cade10e8da25} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
439 | 2024.09.06 06:35:33.078701 [ 3 ] {dc64c7d2-3478-4a88-9f62-cade10e8da25} <Debug> oximeter.measurements_bytes (0ba6f406-48f0-494b-9b6c-364f0a684b83): Loading data parts | ||
440 | 2024.09.06 06:35:33.078909 [ 3 ] {dc64c7d2-3478-4a88-9f62-cade10e8da25} <Debug> oximeter.measurements_bytes (0ba6f406-48f0-494b-9b6c-364f0a684b83): There are no data parts | ||
441 | 2024.09.06 06:35:33.084020 [ 3 ] {dc64c7d2-3478-4a88-9f62-cade10e8da25} <Debug> DynamicQueryHandler: Done processing query | ||
442 | 2024.09.06 06:35:33.084083 [ 3 ] {} <Debug> HTTP-Session: 43e41abb-96ab-4179-bc0a-161afcced345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.09.06 06:35:33.084286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
444 | 2024.09.06 06:35:33.084408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
445 | 2024.09.06 06:35:33.084458 [ 3 ] {} <Debug> HTTP-Session: 30f10a2b-16e1-4310-9089-fad291b1c83f Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
446 | 2024.09.06 06:35:33.084494 [ 3 ] {} <Debug> HTTP-Session: 30f10a2b-16e1-4310-9089-fad291b1c83f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
447 | 2024.09.06 06:35:33.084549 [ 3 ] {} <Debug> HTTP-Session: 30f10a2b-16e1-4310-9089-fad291b1c83f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
448 | 2024.09.06 06:35:33.084631 [ 3 ] {} <Trace> HTTP-Session: 30f10a2b-16e1-4310-9089-fad291b1c83f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
449 | 2024.09.06 06:35:33.084992 [ 3 ] {714b1de8-09d0-4f51-aa02-3dae5f90a743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
450 | 2024.09.06 06:35:33.085052 [ 3 ] {714b1de8-09d0-4f51-aa02-3dae5f90a743} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
451 | 2024.09.06 06:35:33.094499 [ 3 ] {714b1de8-09d0-4f51-aa02-3dae5f90a743} <Debug> oximeter.measurements_cumulativei64 (a0d2c196-fd5c-4995-b982-e755639654e3): Loading data parts | ||
452 | 2024.09.06 06:35:33.094701 [ 3 ] {714b1de8-09d0-4f51-aa02-3dae5f90a743} <Debug> oximeter.measurements_cumulativei64 (a0d2c196-fd5c-4995-b982-e755639654e3): There are no data parts | ||
453 | 2024.09.06 06:35:33.099792 [ 3 ] {714b1de8-09d0-4f51-aa02-3dae5f90a743} <Debug> DynamicQueryHandler: Done processing query | ||
454 | 2024.09.06 06:35:33.099841 [ 3 ] {} <Debug> HTTP-Session: 30f10a2b-16e1-4310-9089-fad291b1c83f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
455 | 2024.09.06 06:35:33.099973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
456 | 2024.09.06 06:35:33.100031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
457 | 2024.09.06 06:35:33.100063 [ 3 ] {} <Debug> HTTP-Session: cef5355c-510d-4e08-8065-0d8984f2bf21 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
458 | 2024.09.06 06:35:33.100089 [ 3 ] {} <Debug> HTTP-Session: cef5355c-510d-4e08-8065-0d8984f2bf21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
459 | 2024.09.06 06:35:33.100106 [ 3 ] {} <Debug> HTTP-Session: cef5355c-510d-4e08-8065-0d8984f2bf21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
460 | 2024.09.06 06:35:33.100147 [ 3 ] {} <Trace> HTTP-Session: cef5355c-510d-4e08-8065-0d8984f2bf21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
461 | 2024.09.06 06:35:33.100376 [ 3 ] {216dfcd3-9733-4c06-8b01-b9b7432bd8b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
462 | 2024.09.06 06:35:33.100453 [ 3 ] {216dfcd3-9733-4c06-8b01-b9b7432bd8b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
463 | 2024.09.06 06:35:33.107314 [ 3 ] {216dfcd3-9733-4c06-8b01-b9b7432bd8b3} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Loading data parts | ||
464 | 2024.09.06 06:35:33.107547 [ 3 ] {216dfcd3-9733-4c06-8b01-b9b7432bd8b3} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): There are no data parts | ||
465 | 2024.09.06 06:35:33.126375 [ 3 ] {216dfcd3-9733-4c06-8b01-b9b7432bd8b3} <Debug> DynamicQueryHandler: Done processing query | ||
466 | 2024.09.06 06:35:33.126427 [ 3 ] {} <Debug> HTTP-Session: cef5355c-510d-4e08-8065-0d8984f2bf21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
467 | 2024.09.06 06:35:33.126665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
468 | 2024.09.06 06:35:33.126730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
469 | 2024.09.06 06:35:33.126749 [ 3 ] {} <Debug> HTTP-Session: 054e7262-2ea4-481a-91e3-72faaa2fe9cb Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
470 | 2024.09.06 06:35:33.126776 [ 3 ] {} <Debug> HTTP-Session: 054e7262-2ea4-481a-91e3-72faaa2fe9cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
471 | 2024.09.06 06:35:33.126799 [ 3 ] {} <Debug> HTTP-Session: 054e7262-2ea4-481a-91e3-72faaa2fe9cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
472 | 2024.09.06 06:35:33.126831 [ 3 ] {} <Trace> HTTP-Session: 054e7262-2ea4-481a-91e3-72faaa2fe9cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
473 | 2024.09.06 06:35:33.127032 [ 3 ] {7816e962-0095-4e59-accd-3878a4ffe536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
474 | 2024.09.06 06:35:33.127102 [ 3 ] {7816e962-0095-4e59-accd-3878a4ffe536} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
475 | 2024.09.06 06:35:33.134675 [ 3 ] {7816e962-0095-4e59-accd-3878a4ffe536} <Debug> oximeter.measurements_cumulativef32 (86df16e7-8717-41ca-a4eb-fc53f0395da8): Loading data parts | ||
476 | 2024.09.06 06:35:33.134866 [ 3 ] {7816e962-0095-4e59-accd-3878a4ffe536} <Debug> oximeter.measurements_cumulativef32 (86df16e7-8717-41ca-a4eb-fc53f0395da8): There are no data parts | ||
477 | 2024.09.06 06:35:33.139874 [ 3 ] {7816e962-0095-4e59-accd-3878a4ffe536} <Debug> DynamicQueryHandler: Done processing query | ||
478 | 2024.09.06 06:35:33.139913 [ 3 ] {} <Debug> HTTP-Session: 054e7262-2ea4-481a-91e3-72faaa2fe9cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
479 | 2024.09.06 06:35:33.140074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
480 | 2024.09.06 06:35:33.140134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
481 | 2024.09.06 06:35:33.140164 [ 3 ] {} <Debug> HTTP-Session: cf540b39-7fc3-49f9-83c6-115bbb9ffbb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
482 | 2024.09.06 06:35:33.140182 [ 3 ] {} <Debug> HTTP-Session: cf540b39-7fc3-49f9-83c6-115bbb9ffbb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
483 | 2024.09.06 06:35:33.140204 [ 3 ] {} <Debug> HTTP-Session: cf540b39-7fc3-49f9-83c6-115bbb9ffbb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
484 | 2024.09.06 06:35:33.140240 [ 3 ] {} <Trace> HTTP-Session: cf540b39-7fc3-49f9-83c6-115bbb9ffbb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
485 | 2024.09.06 06:35:33.140449 [ 3 ] {089ad21c-d54d-4011-b1fa-e0894ac74ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
486 | 2024.09.06 06:35:33.140515 [ 3 ] {089ad21c-d54d-4011-b1fa-e0894ac74ffa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
487 | 2024.09.06 06:35:33.150029 [ 3 ] {089ad21c-d54d-4011-b1fa-e0894ac74ffa} <Debug> oximeter.measurements_cumulativef64 (6e65793e-420f-4a85-972a-455019dff9b8): Loading data parts | ||
488 | 2024.09.06 06:35:33.150315 [ 3 ] {089ad21c-d54d-4011-b1fa-e0894ac74ffa} <Debug> oximeter.measurements_cumulativef64 (6e65793e-420f-4a85-972a-455019dff9b8): There are no data parts | ||
489 | 2024.09.06 06:35:33.162859 [ 3 ] {089ad21c-d54d-4011-b1fa-e0894ac74ffa} <Debug> DynamicQueryHandler: Done processing query | ||
490 | 2024.09.06 06:35:33.162886 [ 3 ] {} <Debug> HTTP-Session: cf540b39-7fc3-49f9-83c6-115bbb9ffbb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
491 | 2024.09.06 06:35:33.163065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
492 | 2024.09.06 06:35:33.163129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
493 | 2024.09.06 06:35:33.163148 [ 3 ] {} <Debug> HTTP-Session: 03654569-6b3b-45a8-b894-81b769be0138 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
494 | 2024.09.06 06:35:33.163174 [ 3 ] {} <Debug> HTTP-Session: 03654569-6b3b-45a8-b894-81b769be0138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
495 | 2024.09.06 06:35:33.163201 [ 3 ] {} <Debug> HTTP-Session: 03654569-6b3b-45a8-b894-81b769be0138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
496 | 2024.09.06 06:35:33.163230 [ 3 ] {} <Trace> HTTP-Session: 03654569-6b3b-45a8-b894-81b769be0138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
497 | 2024.09.06 06:35:33.163502 [ 3 ] {1b6a62ce-000c-4081-b1d0-f229e071e6c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
498 | * NOTE: Array types cannot be Nullable, see | ||
499 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
500 | * for more details. | ||
501 | * | ||
502 | * This means we need to use empty arrays to indicate a missing value. This | ||
503 | * is unfortunate, and at this point relies on the fact that an | ||
504 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
505 | * to figure out another way to represent missing samples here. | ||
506 | */ | ||
507 | 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) | ||
508 | 2024.09.06 06:35:33.163581 [ 3 ] {1b6a62ce-000c-4081-b1d0-f229e071e6c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
509 | 2024.09.06 06:35:33.177847 [ 3 ] {1b6a62ce-000c-4081-b1d0-f229e071e6c5} <Debug> oximeter.measurements_histogrami8 (5f6565e5-d806-4ebe-acbb-e011493c8ba9): Loading data parts | ||
510 | 2024.09.06 06:35:33.178047 [ 3 ] {1b6a62ce-000c-4081-b1d0-f229e071e6c5} <Debug> oximeter.measurements_histogrami8 (5f6565e5-d806-4ebe-acbb-e011493c8ba9): There are no data parts | ||
511 | 2024.09.06 06:35:33.184078 [ 3 ] {1b6a62ce-000c-4081-b1d0-f229e071e6c5} <Debug> DynamicQueryHandler: Done processing query | ||
512 | 2024.09.06 06:35:33.184129 [ 3 ] {} <Debug> HTTP-Session: 03654569-6b3b-45a8-b894-81b769be0138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
513 | 2024.09.06 06:35:33.184366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
514 | 2024.09.06 06:35:33.184494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
515 | 2024.09.06 06:35:33.184537 [ 3 ] {} <Debug> HTTP-Session: af998eb1-3f6e-4c38-8020-cedee8bed9a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
516 | 2024.09.06 06:35:33.184595 [ 3 ] {} <Debug> HTTP-Session: af998eb1-3f6e-4c38-8020-cedee8bed9a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
517 | 2024.09.06 06:35:33.184626 [ 3 ] {} <Debug> HTTP-Session: af998eb1-3f6e-4c38-8020-cedee8bed9a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
518 | 2024.09.06 06:35:33.184713 [ 3 ] {} <Trace> HTTP-Session: af998eb1-3f6e-4c38-8020-cedee8bed9a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
519 | 2024.09.06 06:35:33.185095 [ 3 ] {477a51aa-02e6-45b9-a755-6e571e703ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
520 | 2024.09.06 06:35:33.185170 [ 3 ] {477a51aa-02e6-45b9-a755-6e571e703ca5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
521 | 2024.09.06 06:35:33.190222 [ 3 ] {477a51aa-02e6-45b9-a755-6e571e703ca5} <Debug> oximeter.measurements_histogramu8 (eb02f388-5b58-4ae5-af92-38e9c566eb4c): Loading data parts | ||
522 | 2024.09.06 06:35:33.190505 [ 3 ] {477a51aa-02e6-45b9-a755-6e571e703ca5} <Debug> oximeter.measurements_histogramu8 (eb02f388-5b58-4ae5-af92-38e9c566eb4c): There are no data parts | ||
523 | 2024.09.06 06:35:33.193250 [ 3 ] {477a51aa-02e6-45b9-a755-6e571e703ca5} <Debug> DynamicQueryHandler: Done processing query | ||
524 | 2024.09.06 06:35:33.193295 [ 3 ] {} <Debug> HTTP-Session: af998eb1-3f6e-4c38-8020-cedee8bed9a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
525 | 2024.09.06 06:35:33.193464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
526 | 2024.09.06 06:35:33.193530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
527 | 2024.09.06 06:35:33.193549 [ 3 ] {} <Debug> HTTP-Session: 480c0bb3-037b-44d2-a4c2-3f3ce872be45 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
528 | 2024.09.06 06:35:33.193576 [ 3 ] {} <Debug> HTTP-Session: 480c0bb3-037b-44d2-a4c2-3f3ce872be45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.09.06 06:35:33.193590 [ 3 ] {} <Debug> HTTP-Session: 480c0bb3-037b-44d2-a4c2-3f3ce872be45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
530 | 2024.09.06 06:35:33.193628 [ 3 ] {} <Trace> HTTP-Session: 480c0bb3-037b-44d2-a4c2-3f3ce872be45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
531 | 2024.09.06 06:35:33.193883 [ 3 ] {cd4f1af5-3685-4371-8a64-930f33a8e52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
532 | 2024.09.06 06:35:33.193959 [ 3 ] {cd4f1af5-3685-4371-8a64-930f33a8e52a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
533 | 2024.09.06 06:35:33.207044 [ 3 ] {cd4f1af5-3685-4371-8a64-930f33a8e52a} <Debug> oximeter.measurements_histogrami16 (db1f695f-1ce3-4d03-bdb2-4976265eae4d): Loading data parts | ||
534 | 2024.09.06 06:35:33.207233 [ 3 ] {cd4f1af5-3685-4371-8a64-930f33a8e52a} <Debug> oximeter.measurements_histogrami16 (db1f695f-1ce3-4d03-bdb2-4976265eae4d): There are no data parts | ||
535 | 2024.09.06 06:35:33.212809 [ 3 ] {cd4f1af5-3685-4371-8a64-930f33a8e52a} <Debug> DynamicQueryHandler: Done processing query | ||
536 | 2024.09.06 06:35:33.212862 [ 3 ] {} <Debug> HTTP-Session: 480c0bb3-037b-44d2-a4c2-3f3ce872be45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
537 | 2024.09.06 06:35:33.213094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
538 | 2024.09.06 06:35:33.213202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
539 | 2024.09.06 06:35:33.213239 [ 3 ] {} <Debug> HTTP-Session: 0c46a0f1-9c3c-4434-aa3e-4873a70101d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
540 | 2024.09.06 06:35:33.213290 [ 3 ] {} <Debug> HTTP-Session: 0c46a0f1-9c3c-4434-aa3e-4873a70101d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.09.06 06:35:33.213341 [ 3 ] {} <Debug> HTTP-Session: 0c46a0f1-9c3c-4434-aa3e-4873a70101d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
542 | 2024.09.06 06:35:33.213401 [ 3 ] {} <Trace> HTTP-Session: 0c46a0f1-9c3c-4434-aa3e-4873a70101d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
543 | 2024.09.06 06:35:33.213803 [ 3 ] {def680a0-9d0c-432b-8cfc-b74ac69450b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
544 | 2024.09.06 06:35:33.213878 [ 3 ] {def680a0-9d0c-432b-8cfc-b74ac69450b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
545 | 2024.09.06 06:35:33.220559 [ 3 ] {def680a0-9d0c-432b-8cfc-b74ac69450b9} <Debug> oximeter.measurements_histogramu16 (b1787686-aa77-41d4-b35f-5ba7041aef6b): Loading data parts | ||
546 | 2024.09.06 06:35:33.220806 [ 3 ] {def680a0-9d0c-432b-8cfc-b74ac69450b9} <Debug> oximeter.measurements_histogramu16 (b1787686-aa77-41d4-b35f-5ba7041aef6b): There are no data parts | ||
547 | 2024.09.06 06:35:33.226036 [ 3 ] {def680a0-9d0c-432b-8cfc-b74ac69450b9} <Debug> DynamicQueryHandler: Done processing query | ||
548 | 2024.09.06 06:35:33.226086 [ 3 ] {} <Debug> HTTP-Session: 0c46a0f1-9c3c-4434-aa3e-4873a70101d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
549 | 2024.09.06 06:35:33.226343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
550 | 2024.09.06 06:35:33.226448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
551 | 2024.09.06 06:35:33.226487 [ 3 ] {} <Debug> HTTP-Session: 32a27648-11a5-4540-90af-04cd35a47d6c Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
552 | 2024.09.06 06:35:33.226540 [ 3 ] {} <Debug> HTTP-Session: 32a27648-11a5-4540-90af-04cd35a47d6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.09.06 06:35:33.226589 [ 3 ] {} <Debug> HTTP-Session: 32a27648-11a5-4540-90af-04cd35a47d6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
554 | 2024.09.06 06:35:33.226655 [ 3 ] {} <Trace> HTTP-Session: 32a27648-11a5-4540-90af-04cd35a47d6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
555 | 2024.09.06 06:35:33.227026 [ 3 ] {11b279a9-1001-4794-a70f-c61e61f1d0c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
556 | 2024.09.06 06:35:33.227099 [ 3 ] {11b279a9-1001-4794-a70f-c61e61f1d0c0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
557 | 2024.09.06 06:35:33.236310 [ 3 ] {11b279a9-1001-4794-a70f-c61e61f1d0c0} <Debug> oximeter.measurements_histogrami32 (3cee3c30-eba8-42e1-91a3-ee8d2baaa9c3): Loading data parts | ||
558 | 2024.09.06 06:35:33.236488 [ 3 ] {11b279a9-1001-4794-a70f-c61e61f1d0c0} <Debug> oximeter.measurements_histogrami32 (3cee3c30-eba8-42e1-91a3-ee8d2baaa9c3): There are no data parts | ||
559 | 2024.09.06 06:35:33.242257 [ 3 ] {11b279a9-1001-4794-a70f-c61e61f1d0c0} <Debug> DynamicQueryHandler: Done processing query | ||
560 | 2024.09.06 06:35:33.242307 [ 3 ] {} <Debug> HTTP-Session: 32a27648-11a5-4540-90af-04cd35a47d6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
561 | 2024.09.06 06:35:33.242554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
562 | 2024.09.06 06:35:33.242685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
563 | 2024.09.06 06:35:33.242729 [ 3 ] {} <Debug> HTTP-Session: bab9eaa4-0499-42a7-907a-8950bd4fc51b Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
564 | 2024.09.06 06:35:33.242841 [ 3 ] {} <Debug> HTTP-Session: bab9eaa4-0499-42a7-907a-8950bd4fc51b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.09.06 06:35:33.242893 [ 3 ] {} <Debug> HTTP-Session: bab9eaa4-0499-42a7-907a-8950bd4fc51b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
566 | 2024.09.06 06:35:33.242939 [ 3 ] {} <Trace> HTTP-Session: bab9eaa4-0499-42a7-907a-8950bd4fc51b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
567 | 2024.09.06 06:35:33.243225 [ 3 ] {904e062b-f78f-4439-b13c-47b8e6a258d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
568 | 2024.09.06 06:35:33.243302 [ 3 ] {904e062b-f78f-4439-b13c-47b8e6a258d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
569 | 2024.09.06 06:35:33.249795 [ 3 ] {904e062b-f78f-4439-b13c-47b8e6a258d7} <Debug> oximeter.measurements_histogramu32 (8c0f4de3-f354-455b-9c55-6221a8bbb132): Loading data parts | ||
570 | 2024.09.06 06:35:33.249984 [ 3 ] {904e062b-f78f-4439-b13c-47b8e6a258d7} <Debug> oximeter.measurements_histogramu32 (8c0f4de3-f354-455b-9c55-6221a8bbb132): There are no data parts | ||
571 | 2024.09.06 06:35:33.255074 [ 3 ] {904e062b-f78f-4439-b13c-47b8e6a258d7} <Debug> DynamicQueryHandler: Done processing query | ||
572 | 2024.09.06 06:35:33.255125 [ 3 ] {} <Debug> HTTP-Session: bab9eaa4-0499-42a7-907a-8950bd4fc51b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
573 | 2024.09.06 06:35:33.255344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
574 | 2024.09.06 06:35:33.255458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
575 | 2024.09.06 06:35:33.255497 [ 3 ] {} <Debug> HTTP-Session: 4d03bd19-0b5b-45ce-8472-6ab91aff628b Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
576 | 2024.09.06 06:35:33.255546 [ 3 ] {} <Debug> HTTP-Session: 4d03bd19-0b5b-45ce-8472-6ab91aff628b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.09.06 06:35:33.255582 [ 3 ] {} <Debug> HTTP-Session: 4d03bd19-0b5b-45ce-8472-6ab91aff628b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
578 | 2024.09.06 06:35:33.255612 [ 3 ] {} <Trace> HTTP-Session: 4d03bd19-0b5b-45ce-8472-6ab91aff628b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
579 | 2024.09.06 06:35:33.255867 [ 3 ] {6d9e6a13-0091-42ca-871d-37a7a17dbe1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
580 | 2024.09.06 06:35:33.255944 [ 3 ] {6d9e6a13-0091-42ca-871d-37a7a17dbe1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
581 | 2024.09.06 06:35:33.264612 [ 3 ] {6d9e6a13-0091-42ca-871d-37a7a17dbe1b} <Debug> oximeter.measurements_histogrami64 (57b017cf-69d1-4b9f-9e4e-50b410c8e9fd): Loading data parts | ||
582 | 2024.09.06 06:35:33.264796 [ 3 ] {6d9e6a13-0091-42ca-871d-37a7a17dbe1b} <Debug> oximeter.measurements_histogrami64 (57b017cf-69d1-4b9f-9e4e-50b410c8e9fd): There are no data parts | ||
583 | 2024.09.06 06:35:33.270271 [ 3 ] {6d9e6a13-0091-42ca-871d-37a7a17dbe1b} <Debug> DynamicQueryHandler: Done processing query | ||
584 | 2024.09.06 06:35:33.270323 [ 3 ] {} <Debug> HTTP-Session: 4d03bd19-0b5b-45ce-8472-6ab91aff628b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
585 | 2024.09.06 06:35:33.270537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
586 | 2024.09.06 06:35:33.270610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
587 | 2024.09.06 06:35:33.270629 [ 3 ] {} <Debug> HTTP-Session: 44751477-500a-4f62-a16f-22f2c7e51318 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
588 | 2024.09.06 06:35:33.270659 [ 3 ] {} <Debug> HTTP-Session: 44751477-500a-4f62-a16f-22f2c7e51318 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.09.06 06:35:33.270684 [ 3 ] {} <Debug> HTTP-Session: 44751477-500a-4f62-a16f-22f2c7e51318 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
590 | 2024.09.06 06:35:33.270714 [ 3 ] {} <Trace> HTTP-Session: 44751477-500a-4f62-a16f-22f2c7e51318 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
591 | 2024.09.06 06:35:33.270972 [ 3 ] {11d25d53-586d-4ec2-99b3-ec521b090a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
592 | 2024.09.06 06:35:33.271052 [ 3 ] {11d25d53-586d-4ec2-99b3-ec521b090a55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
593 | 2024.09.06 06:35:33.277888 [ 3 ] {11d25d53-586d-4ec2-99b3-ec521b090a55} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Loading data parts | ||
594 | 2024.09.06 06:35:33.278052 [ 3 ] {11d25d53-586d-4ec2-99b3-ec521b090a55} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): There are no data parts | ||
595 | 2024.09.06 06:35:33.283340 [ 3 ] {11d25d53-586d-4ec2-99b3-ec521b090a55} <Debug> DynamicQueryHandler: Done processing query | ||
596 | 2024.09.06 06:35:33.283394 [ 3 ] {} <Debug> HTTP-Session: 44751477-500a-4f62-a16f-22f2c7e51318 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
597 | 2024.09.06 06:35:33.283643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
598 | 2024.09.06 06:35:33.283774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
599 | 2024.09.06 06:35:33.283840 [ 3 ] {} <Debug> HTTP-Session: 03e34e61-892f-4d61-b8c5-3e63f820a4ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
600 | 2024.09.06 06:35:33.283878 [ 3 ] {} <Debug> HTTP-Session: 03e34e61-892f-4d61-b8c5-3e63f820a4ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.09.06 06:35:33.283930 [ 3 ] {} <Debug> HTTP-Session: 03e34e61-892f-4d61-b8c5-3e63f820a4ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
602 | 2024.09.06 06:35:33.283978 [ 3 ] {} <Trace> HTTP-Session: 03e34e61-892f-4d61-b8c5-3e63f820a4ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
603 | 2024.09.06 06:35:33.284222 [ 3 ] {ab2a75e5-bc9c-465d-a587-373adbbca5c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
604 | 2024.09.06 06:35:33.284301 [ 3 ] {ab2a75e5-bc9c-465d-a587-373adbbca5c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
605 | 2024.09.06 06:35:33.293359 [ 3 ] {ab2a75e5-bc9c-465d-a587-373adbbca5c7} <Debug> oximeter.measurements_histogramf32 (e7089d62-8c67-4c14-9c09-e194b3853de9): Loading data parts | ||
606 | 2024.09.06 06:35:33.293544 [ 3 ] {ab2a75e5-bc9c-465d-a587-373adbbca5c7} <Debug> oximeter.measurements_histogramf32 (e7089d62-8c67-4c14-9c09-e194b3853de9): There are no data parts | ||
607 | 2024.09.06 06:35:33.299211 [ 3 ] {ab2a75e5-bc9c-465d-a587-373adbbca5c7} <Debug> DynamicQueryHandler: Done processing query | ||
608 | 2024.09.06 06:35:33.299263 [ 3 ] {} <Debug> HTTP-Session: 03e34e61-892f-4d61-b8c5-3e63f820a4ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
609 | 2024.09.06 06:35:33.299499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
610 | 2024.09.06 06:35:33.299597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
611 | 2024.09.06 06:35:33.299629 [ 3 ] {} <Debug> HTTP-Session: 367d75af-0c47-4ae2-8315-8ede8ed27d3b Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
612 | 2024.09.06 06:35:33.299645 [ 3 ] {} <Debug> HTTP-Session: 367d75af-0c47-4ae2-8315-8ede8ed27d3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.09.06 06:35:33.299671 [ 3 ] {} <Debug> HTTP-Session: 367d75af-0c47-4ae2-8315-8ede8ed27d3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
614 | 2024.09.06 06:35:33.299714 [ 3 ] {} <Trace> HTTP-Session: 367d75af-0c47-4ae2-8315-8ede8ed27d3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
615 | 2024.09.06 06:35:33.299974 [ 3 ] {50634ef4-bd9e-493b-bb3b-b95ab5f78410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) 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) | ||
616 | 2024.09.06 06:35:33.300052 [ 3 ] {50634ef4-bd9e-493b-bb3b-b95ab5f78410} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
617 | 2024.09.06 06:35:33.306920 [ 3 ] {50634ef4-bd9e-493b-bb3b-b95ab5f78410} <Debug> oximeter.measurements_histogramf64 (e2b776dc-8b3f-4f44-882c-766c1e577e33): Loading data parts | ||
618 | 2024.09.06 06:35:33.307079 [ 3 ] {50634ef4-bd9e-493b-bb3b-b95ab5f78410} <Debug> oximeter.measurements_histogramf64 (e2b776dc-8b3f-4f44-882c-766c1e577e33): There are no data parts | ||
619 | 2024.09.06 06:35:33.312100 [ 3 ] {50634ef4-bd9e-493b-bb3b-b95ab5f78410} <Debug> DynamicQueryHandler: Done processing query | ||
620 | 2024.09.06 06:35:33.312154 [ 3 ] {} <Debug> HTTP-Session: 367d75af-0c47-4ae2-8315-8ede8ed27d3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
621 | 2024.09.06 06:35:33.312296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
622 | 2024.09.06 06:35:33.312364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
623 | 2024.09.06 06:35:33.312395 [ 3 ] {} <Debug> HTTP-Session: 38d34985-a3b9-43fc-a3c6-f1b9f7db809d Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
624 | 2024.09.06 06:35:33.312412 [ 3 ] {} <Debug> HTTP-Session: 38d34985-a3b9-43fc-a3c6-f1b9f7db809d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.09.06 06:35:33.312438 [ 3 ] {} <Debug> HTTP-Session: 38d34985-a3b9-43fc-a3c6-f1b9f7db809d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
626 | 2024.09.06 06:35:33.312480 [ 3 ] {} <Trace> HTTP-Session: 38d34985-a3b9-43fc-a3c6-f1b9f7db809d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
627 | 2024.09.06 06:35:33.312671 [ 3 ] {8c66e13b-9458-4158-bbad-2da2f7364248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) /* The field tables store named dimensions of each timeseries. | ||
628 | * | ||
629 | * As with the measurement tables, there is one field table for each field data | ||
630 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
631 | * this behavior **must not** be relied upon for query correctness. | ||
632 | * | ||
633 | * The index for the fields differs from the measurements, however. Rows are | ||
634 | * sorted by timeseries name, then field name, field value, and finally | ||
635 | * timeseries key. This reflects the most common pattern for looking them up: | ||
636 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
637 | * usually then used to look up measurements. | ||
638 | * | ||
639 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
640 | * timeseries name and then key, since it would improve lookups where one | ||
641 | * already has the key. Realistically though, these tables are quite small and | ||
642 | * so performance benefits will be low in absolute terms. | ||
643 | * | ||
644 | * TTL: We use a materialized column to expire old field table records. This | ||
645 | * column is generated automatically by the database whenever a new row is | ||
646 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
647 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
648 | * record will remain during a deduplication, which will have the last | ||
649 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
650 | * measurement tables. | ||
651 | */ | ||
652 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
653 | 2024.09.06 06:35:33.312752 [ 3 ] {8c66e13b-9458-4158-bbad-2da2f7364248} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
654 | 2024.09.06 06:35:33.322993 [ 3 ] {8c66e13b-9458-4158-bbad-2da2f7364248} <Debug> oximeter.fields_bool (50bf4ca6-9564-4db8-b40c-3d9a4bab3af7): Loading data parts | ||
655 | 2024.09.06 06:35:33.323286 [ 3 ] {8c66e13b-9458-4158-bbad-2da2f7364248} <Debug> oximeter.fields_bool (50bf4ca6-9564-4db8-b40c-3d9a4bab3af7): There are no data parts | ||
656 | 2024.09.06 06:35:33.328240 [ 3 ] {8c66e13b-9458-4158-bbad-2da2f7364248} <Debug> DynamicQueryHandler: Done processing query | ||
657 | 2024.09.06 06:35:33.328266 [ 3 ] {} <Debug> HTTP-Session: 38d34985-a3b9-43fc-a3c6-f1b9f7db809d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
658 | 2024.09.06 06:35:33.328417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
659 | 2024.09.06 06:35:33.328478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
660 | 2024.09.06 06:35:33.328497 [ 3 ] {} <Debug> HTTP-Session: cb44b5e1-9073-4411-9ee4-85d63b31ca3a Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
661 | 2024.09.06 06:35:33.328526 [ 3 ] {} <Debug> HTTP-Session: cb44b5e1-9073-4411-9ee4-85d63b31ca3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
662 | 2024.09.06 06:35:33.328552 [ 3 ] {} <Debug> HTTP-Session: cb44b5e1-9073-4411-9ee4-85d63b31ca3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
663 | 2024.09.06 06:35:33.328582 [ 3 ] {} <Trace> HTTP-Session: cb44b5e1-9073-4411-9ee4-85d63b31ca3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
664 | 2024.09.06 06:35:33.328771 [ 3 ] {df67d452-68bf-4da2-8e48-2a2c46891852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
665 | 2024.09.06 06:35:33.328838 [ 3 ] {df67d452-68bf-4da2-8e48-2a2c46891852} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
666 | 2024.09.06 06:35:33.337394 [ 3 ] {df67d452-68bf-4da2-8e48-2a2c46891852} <Debug> oximeter.fields_i8 (be7f2d72-45ec-4e04-91b5-0de5fd5a5a2e): Loading data parts | ||
667 | 2024.09.06 06:35:33.337569 [ 3 ] {df67d452-68bf-4da2-8e48-2a2c46891852} <Debug> oximeter.fields_i8 (be7f2d72-45ec-4e04-91b5-0de5fd5a5a2e): There are no data parts | ||
668 | 2024.09.06 06:35:33.353607 [ 3 ] {df67d452-68bf-4da2-8e48-2a2c46891852} <Debug> DynamicQueryHandler: Done processing query | ||
669 | 2024.09.06 06:35:33.353650 [ 3 ] {} <Debug> HTTP-Session: cb44b5e1-9073-4411-9ee4-85d63b31ca3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.09.06 06:35:33.353786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
671 | 2024.09.06 06:35:33.353847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
672 | 2024.09.06 06:35:33.353879 [ 3 ] {} <Debug> HTTP-Session: 7fd45bc3-8ce5-4378-9370-e467ba3a5792 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
673 | 2024.09.06 06:35:33.353896 [ 3 ] {} <Debug> HTTP-Session: 7fd45bc3-8ce5-4378-9370-e467ba3a5792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
674 | 2024.09.06 06:35:33.353930 [ 3 ] {} <Debug> HTTP-Session: 7fd45bc3-8ce5-4378-9370-e467ba3a5792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
675 | 2024.09.06 06:35:33.353972 [ 3 ] {} <Trace> HTTP-Session: 7fd45bc3-8ce5-4378-9370-e467ba3a5792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
676 | 2024.09.06 06:35:33.354152 [ 3 ] {b8b82ee2-6b12-494f-bbe6-d09ff282f8a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
677 | 2024.09.06 06:35:33.354238 [ 3 ] {b8b82ee2-6b12-494f-bbe6-d09ff282f8a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
678 | 2024.09.06 06:35:33.358463 [ 3 ] {b8b82ee2-6b12-494f-bbe6-d09ff282f8a0} <Debug> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Loading data parts | ||
679 | 2024.09.06 06:35:33.358649 [ 3 ] {b8b82ee2-6b12-494f-bbe6-d09ff282f8a0} <Debug> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): There are no data parts | ||
680 | 2024.09.06 06:35:33.367309 [ 3 ] {b8b82ee2-6b12-494f-bbe6-d09ff282f8a0} <Debug> DynamicQueryHandler: Done processing query | ||
681 | 2024.09.06 06:35:33.367349 [ 3 ] {} <Debug> HTTP-Session: 7fd45bc3-8ce5-4378-9370-e467ba3a5792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.09.06 06:35:33.367478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
683 | 2024.09.06 06:35:33.367539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
684 | 2024.09.06 06:35:33.367581 [ 3 ] {} <Debug> HTTP-Session: 09d39665-3a84-4661-8f62-3cb59e1a1c78 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
685 | 2024.09.06 06:35:33.367596 [ 3 ] {} <Debug> HTTP-Session: 09d39665-3a84-4661-8f62-3cb59e1a1c78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
686 | 2024.09.06 06:35:33.367623 [ 3 ] {} <Debug> HTTP-Session: 09d39665-3a84-4661-8f62-3cb59e1a1c78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
687 | 2024.09.06 06:35:33.367666 [ 3 ] {} <Trace> HTTP-Session: 09d39665-3a84-4661-8f62-3cb59e1a1c78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
688 | 2024.09.06 06:35:33.367852 [ 3 ] {065f851e-3bf9-476e-8413-df61a4ba1eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
689 | 2024.09.06 06:35:33.367908 [ 3 ] {065f851e-3bf9-476e-8413-df61a4ba1eb7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
690 | 2024.09.06 06:35:33.371276 [ 3 ] {065f851e-3bf9-476e-8413-df61a4ba1eb7} <Debug> oximeter.fields_i16 (20131fd6-9cd8-44c4-b074-775609da3fbb): Loading data parts | ||
691 | 2024.09.06 06:35:33.371504 [ 3 ] {065f851e-3bf9-476e-8413-df61a4ba1eb7} <Debug> oximeter.fields_i16 (20131fd6-9cd8-44c4-b074-775609da3fbb): There are no data parts | ||
692 | 2024.09.06 06:35:33.382672 [ 3 ] {065f851e-3bf9-476e-8413-df61a4ba1eb7} <Debug> DynamicQueryHandler: Done processing query | ||
693 | 2024.09.06 06:35:33.382744 [ 3 ] {} <Debug> HTTP-Session: 09d39665-3a84-4661-8f62-3cb59e1a1c78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.09.06 06:35:33.382974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
695 | 2024.09.06 06:35:33.383089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
696 | 2024.09.06 06:35:33.383149 [ 3 ] {} <Debug> HTTP-Session: 2b23df31-3144-46b3-b3f4-c2935572c839 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
697 | 2024.09.06 06:35:33.383181 [ 3 ] {} <Debug> HTTP-Session: 2b23df31-3144-46b3-b3f4-c2935572c839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
698 | 2024.09.06 06:35:33.383223 [ 3 ] {} <Debug> HTTP-Session: 2b23df31-3144-46b3-b3f4-c2935572c839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
699 | 2024.09.06 06:35:33.383306 [ 3 ] {} <Trace> HTTP-Session: 2b23df31-3144-46b3-b3f4-c2935572c839 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
700 | 2024.09.06 06:35:33.383621 [ 3 ] {6a8ea6a4-e20c-4d2a-a334-a66dd3c19449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
701 | 2024.09.06 06:35:33.383672 [ 3 ] {6a8ea6a4-e20c-4d2a-a334-a66dd3c19449} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
702 | 2024.09.06 06:35:33.387846 [ 3 ] {6a8ea6a4-e20c-4d2a-a334-a66dd3c19449} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Loading data parts | ||
703 | 2024.09.06 06:35:33.388141 [ 3 ] {6a8ea6a4-e20c-4d2a-a334-a66dd3c19449} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): There are no data parts | ||
704 | 2024.09.06 06:35:33.396343 [ 3 ] {6a8ea6a4-e20c-4d2a-a334-a66dd3c19449} <Debug> DynamicQueryHandler: Done processing query | ||
705 | 2024.09.06 06:35:33.396379 [ 3 ] {} <Debug> HTTP-Session: 2b23df31-3144-46b3-b3f4-c2935572c839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.09.06 06:35:33.396526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
707 | 2024.09.06 06:35:33.396576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
708 | 2024.09.06 06:35:33.396606 [ 3 ] {} <Debug> HTTP-Session: edfc16a5-1e99-4b2c-bec0-21a09cf7fcbb Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
709 | 2024.09.06 06:35:33.396630 [ 3 ] {} <Debug> HTTP-Session: edfc16a5-1e99-4b2c-bec0-21a09cf7fcbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
710 | 2024.09.06 06:35:33.396644 [ 3 ] {} <Debug> HTTP-Session: edfc16a5-1e99-4b2c-bec0-21a09cf7fcbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
711 | 2024.09.06 06:35:33.396682 [ 3 ] {} <Trace> HTTP-Session: edfc16a5-1e99-4b2c-bec0-21a09cf7fcbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
712 | 2024.09.06 06:35:33.396866 [ 3 ] {78072708-b5db-4e52-a726-885fb1731e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
713 | 2024.09.06 06:35:33.396927 [ 3 ] {78072708-b5db-4e52-a726-885fb1731e21} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
714 | 2024.09.06 06:35:33.401652 [ 3 ] {78072708-b5db-4e52-a726-885fb1731e21} <Debug> oximeter.fields_i32 (d2cdd05b-89ae-4385-896e-a45f0c308e5d): Loading data parts | ||
715 | 2024.09.06 06:35:33.401959 [ 3 ] {78072708-b5db-4e52-a726-885fb1731e21} <Debug> oximeter.fields_i32 (d2cdd05b-89ae-4385-896e-a45f0c308e5d): There are no data parts | ||
716 | 2024.09.06 06:35:33.413020 [ 3 ] {78072708-b5db-4e52-a726-885fb1731e21} <Debug> DynamicQueryHandler: Done processing query | ||
717 | 2024.09.06 06:35:33.413048 [ 3 ] {} <Debug> HTTP-Session: edfc16a5-1e99-4b2c-bec0-21a09cf7fcbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.09.06 06:35:33.413219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
719 | 2024.09.06 06:35:33.413274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
720 | 2024.09.06 06:35:33.413293 [ 3 ] {} <Debug> HTTP-Session: b27e6a64-be56-4a6e-8e9e-5d1cbea27fe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
721 | 2024.09.06 06:35:33.413323 [ 3 ] {} <Debug> HTTP-Session: b27e6a64-be56-4a6e-8e9e-5d1cbea27fe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
722 | 2024.09.06 06:35:33.413344 [ 3 ] {} <Debug> HTTP-Session: b27e6a64-be56-4a6e-8e9e-5d1cbea27fe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
723 | 2024.09.06 06:35:33.413374 [ 3 ] {} <Trace> HTTP-Session: b27e6a64-be56-4a6e-8e9e-5d1cbea27fe7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
724 | 2024.09.06 06:35:33.413553 [ 3 ] {98ee7f09-0216-4aa0-b4d5-ffec4a2af369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
725 | 2024.09.06 06:35:33.413612 [ 3 ] {98ee7f09-0216-4aa0-b4d5-ffec4a2af369} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
726 | 2024.09.06 06:35:33.417970 [ 3 ] {98ee7f09-0216-4aa0-b4d5-ffec4a2af369} <Debug> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Loading data parts | ||
727 | 2024.09.06 06:35:33.418216 [ 3 ] {98ee7f09-0216-4aa0-b4d5-ffec4a2af369} <Debug> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): There are no data parts | ||
728 | 2024.09.06 06:35:33.426516 [ 3 ] {98ee7f09-0216-4aa0-b4d5-ffec4a2af369} <Debug> DynamicQueryHandler: Done processing query | ||
729 | 2024.09.06 06:35:33.426557 [ 3 ] {} <Debug> HTTP-Session: b27e6a64-be56-4a6e-8e9e-5d1cbea27fe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.09.06 06:35:33.426783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
731 | 2024.09.06 06:35:33.426894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
732 | 2024.09.06 06:35:33.426933 [ 3 ] {} <Debug> HTTP-Session: 8659bc36-793e-4033-99ad-7d6a1e5a1ad4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
733 | 2024.09.06 06:35:33.426980 [ 3 ] {} <Debug> HTTP-Session: 8659bc36-793e-4033-99ad-7d6a1e5a1ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
734 | 2024.09.06 06:35:33.427025 [ 3 ] {} <Debug> HTTP-Session: 8659bc36-793e-4033-99ad-7d6a1e5a1ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
735 | 2024.09.06 06:35:33.427085 [ 3 ] {} <Trace> HTTP-Session: 8659bc36-793e-4033-99ad-7d6a1e5a1ad4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
736 | 2024.09.06 06:35:33.427443 [ 3 ] {cc265d08-037d-404b-a163-b98dba54926c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
737 | 2024.09.06 06:35:33.427599 [ 3 ] {cc265d08-037d-404b-a163-b98dba54926c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
738 | 2024.09.06 06:35:33.431218 [ 3 ] {cc265d08-037d-404b-a163-b98dba54926c} <Debug> oximeter.fields_i64 (661a1b48-7cce-43ab-b21a-bb3ef59ad438): Loading data parts | ||
739 | 2024.09.06 06:35:33.431376 [ 3 ] {cc265d08-037d-404b-a163-b98dba54926c} <Debug> oximeter.fields_i64 (661a1b48-7cce-43ab-b21a-bb3ef59ad438): There are no data parts | ||
740 | 2024.09.06 06:35:33.442284 [ 3 ] {cc265d08-037d-404b-a163-b98dba54926c} <Debug> DynamicQueryHandler: Done processing query | ||
741 | 2024.09.06 06:35:33.442318 [ 3 ] {} <Debug> HTTP-Session: 8659bc36-793e-4033-99ad-7d6a1e5a1ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.09.06 06:35:33.442474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
743 | 2024.09.06 06:35:33.442542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
744 | 2024.09.06 06:35:33.442564 [ 3 ] {} <Debug> HTTP-Session: f3fcf78e-33f2-47b3-a012-3d1e3c7b3054 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
745 | 2024.09.06 06:35:33.442580 [ 3 ] {} <Debug> HTTP-Session: f3fcf78e-33f2-47b3-a012-3d1e3c7b3054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
746 | 2024.09.06 06:35:33.442605 [ 3 ] {} <Debug> HTTP-Session: f3fcf78e-33f2-47b3-a012-3d1e3c7b3054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
747 | 2024.09.06 06:35:33.442637 [ 3 ] {} <Trace> HTTP-Session: f3fcf78e-33f2-47b3-a012-3d1e3c7b3054 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
748 | 2024.09.06 06:35:33.442813 [ 3 ] {24cb5e05-b118-451b-8111-8e89e94184e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
749 | 2024.09.06 06:35:33.442857 [ 3 ] {24cb5e05-b118-451b-8111-8e89e94184e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
750 | 2024.09.06 06:35:33.448446 [ 3 ] {24cb5e05-b118-451b-8111-8e89e94184e2} <Debug> oximeter.fields_u64 (c5dd0b7f-c68e-4c52-a348-a6324f3c0374): Loading data parts | ||
751 | 2024.09.06 06:35:33.448694 [ 3 ] {24cb5e05-b118-451b-8111-8e89e94184e2} <Debug> oximeter.fields_u64 (c5dd0b7f-c68e-4c52-a348-a6324f3c0374): There are no data parts | ||
752 | 2024.09.06 06:35:33.457167 [ 3 ] {24cb5e05-b118-451b-8111-8e89e94184e2} <Debug> DynamicQueryHandler: Done processing query | ||
753 | 2024.09.06 06:35:33.457216 [ 3 ] {} <Debug> HTTP-Session: f3fcf78e-33f2-47b3-a012-3d1e3c7b3054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.09.06 06:35:33.457474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
755 | 2024.09.06 06:35:33.457566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
756 | 2024.09.06 06:35:33.457587 [ 3 ] {} <Debug> HTTP-Session: cb4a4f05-d585-4aae-a5b5-69de873d5ff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
757 | 2024.09.06 06:35:33.457603 [ 3 ] {} <Debug> HTTP-Session: cb4a4f05-d585-4aae-a5b5-69de873d5ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
758 | 2024.09.06 06:35:33.457618 [ 3 ] {} <Debug> HTTP-Session: cb4a4f05-d585-4aae-a5b5-69de873d5ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
759 | 2024.09.06 06:35:33.457648 [ 3 ] {} <Trace> HTTP-Session: cb4a4f05-d585-4aae-a5b5-69de873d5ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
760 | 2024.09.06 06:35:33.457822 [ 3 ] {99db969d-c485-402b-a468-b9a28bd47fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
761 | 2024.09.06 06:35:33.457867 [ 3 ] {99db969d-c485-402b-a468-b9a28bd47fcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
762 | 2024.09.06 06:35:33.461580 [ 3 ] {99db969d-c485-402b-a468-b9a28bd47fcd} <Debug> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Loading data parts | ||
763 | 2024.09.06 06:35:33.461844 [ 3 ] {99db969d-c485-402b-a468-b9a28bd47fcd} <Debug> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): There are no data parts | ||
764 | 2024.09.06 06:35:33.472098 [ 3 ] {99db969d-c485-402b-a468-b9a28bd47fcd} <Debug> DynamicQueryHandler: Done processing query | ||
765 | 2024.09.06 06:35:33.472125 [ 3 ] {} <Debug> HTTP-Session: cb4a4f05-d585-4aae-a5b5-69de873d5ff6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.09.06 06:35:33.472264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
767 | 2024.09.06 06:35:33.472312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
768 | 2024.09.06 06:35:33.472333 [ 3 ] {} <Debug> HTTP-Session: f8fcee33-a674-4ccd-9a08-eb4242217b9c Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
769 | 2024.09.06 06:35:33.472350 [ 3 ] {} <Debug> HTTP-Session: f8fcee33-a674-4ccd-9a08-eb4242217b9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
770 | 2024.09.06 06:35:33.472364 [ 3 ] {} <Debug> HTTP-Session: f8fcee33-a674-4ccd-9a08-eb4242217b9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
771 | 2024.09.06 06:35:33.472397 [ 3 ] {} <Trace> HTTP-Session: f8fcee33-a674-4ccd-9a08-eb4242217b9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
772 | 2024.09.06 06:35:33.472584 [ 3 ] {455d5873-83cc-4796-918b-58ebbf887db2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
773 | 2024.09.06 06:35:33.472631 [ 3 ] {455d5873-83cc-4796-918b-58ebbf887db2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
774 | 2024.09.06 06:35:33.486172 [ 3 ] {455d5873-83cc-4796-918b-58ebbf887db2} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Loading data parts | ||
775 | 2024.09.06 06:35:33.486339 [ 3 ] {455d5873-83cc-4796-918b-58ebbf887db2} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): There are no data parts | ||
776 | 2024.09.06 06:35:33.491545 [ 3 ] {455d5873-83cc-4796-918b-58ebbf887db2} <Debug> DynamicQueryHandler: Done processing query | ||
777 | 2024.09.06 06:35:33.491597 [ 3 ] {} <Debug> HTTP-Session: f8fcee33-a674-4ccd-9a08-eb4242217b9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.09.06 06:35:33.491820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
779 | 2024.09.06 06:35:33.491913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
780 | 2024.09.06 06:35:33.491951 [ 3 ] {} <Debug> HTTP-Session: 74ec3fb1-4fa0-47cd-87c0-2d6cb0ad53a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
781 | 2024.09.06 06:35:33.491985 [ 3 ] {} <Debug> HTTP-Session: 74ec3fb1-4fa0-47cd-87c0-2d6cb0ad53a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
782 | 2024.09.06 06:35:33.492012 [ 3 ] {} <Debug> HTTP-Session: 74ec3fb1-4fa0-47cd-87c0-2d6cb0ad53a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
783 | 2024.09.06 06:35:33.492073 [ 3 ] {} <Trace> HTTP-Session: 74ec3fb1-4fa0-47cd-87c0-2d6cb0ad53a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
784 | 2024.09.06 06:35:33.492418 [ 3 ] {8c0815ca-46a3-43c5-9800-1eda7a652b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
785 | 2024.09.06 06:35:33.492506 [ 3 ] {8c0815ca-46a3-43c5-9800-1eda7a652b6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
786 | 2024.09.06 06:35:33.501776 [ 3 ] {8c0815ca-46a3-43c5-9800-1eda7a652b6d} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Loading data parts | ||
787 | 2024.09.06 06:35:33.501955 [ 3 ] {8c0815ca-46a3-43c5-9800-1eda7a652b6d} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): There are no data parts | ||
788 | 2024.09.06 06:35:33.514434 [ 3 ] {8c0815ca-46a3-43c5-9800-1eda7a652b6d} <Debug> DynamicQueryHandler: Done processing query | ||
789 | 2024.09.06 06:35:33.514460 [ 3 ] {} <Debug> HTTP-Session: 74ec3fb1-4fa0-47cd-87c0-2d6cb0ad53a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.09.06 06:35:33.514591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
791 | 2024.09.06 06:35:33.514638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
792 | 2024.09.06 06:35:33.514656 [ 3 ] {} <Debug> HTTP-Session: 7cee2910-c6a9-4def-88c5-957175cd92bb Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
793 | 2024.09.06 06:35:33.514672 [ 3 ] {} <Debug> HTTP-Session: 7cee2910-c6a9-4def-88c5-957175cd92bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
794 | 2024.09.06 06:35:33.514685 [ 3 ] {} <Debug> HTTP-Session: 7cee2910-c6a9-4def-88c5-957175cd92bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
795 | 2024.09.06 06:35:33.514714 [ 3 ] {} <Trace> HTTP-Session: 7cee2910-c6a9-4def-88c5-957175cd92bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
796 | 2024.09.06 06:35:33.514920 [ 3 ] {deee8878-5dfa-4307-80b5-d97e6b6c3c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) /* The timeseries schema table stores the extracted schema for the samples | ||
797 | * oximeter collects. | ||
798 | */ | ||
799 | 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) | ||
800 | 2024.09.06 06:35:33.514978 [ 3 ] {deee8878-5dfa-4307-80b5-d97e6b6c3c2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
801 | 2024.09.06 06:35:33.520498 [ 3 ] {deee8878-5dfa-4307-80b5-d97e6b6c3c2d} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Loading data parts | ||
802 | 2024.09.06 06:35:33.520772 [ 3 ] {deee8878-5dfa-4307-80b5-d97e6b6c3c2d} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): There are no data parts | ||
803 | 2024.09.06 06:35:33.531577 [ 3 ] {deee8878-5dfa-4307-80b5-d97e6b6c3c2d} <Debug> DynamicQueryHandler: Done processing query | ||
804 | 2024.09.06 06:35:33.531605 [ 3 ] {} <Debug> HTTP-Session: 7cee2910-c6a9-4def-88c5-957175cd92bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
805 | 2024.09.06 06:35:33.531748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56221, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
806 | 2024.09.06 06:35:33.531799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
807 | 2024.09.06 06:35:33.531819 [ 3 ] {} <Debug> HTTP-Session: 3e7a1312-6299-485f-9a3b-fb15aea0f781 Authenticating user 'default' from [fd00:1122:3344:101::d]:56221 | ||
808 | 2024.09.06 06:35:33.531837 [ 3 ] {} <Debug> HTTP-Session: 3e7a1312-6299-485f-9a3b-fb15aea0f781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
809 | 2024.09.06 06:35:33.531851 [ 3 ] {} <Debug> HTTP-Session: 3e7a1312-6299-485f-9a3b-fb15aea0f781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
810 | 2024.09.06 06:35:33.531882 [ 3 ] {} <Trace> HTTP-Session: 3e7a1312-6299-485f-9a3b-fb15aea0f781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
811 | 2024.09.06 06:35:33.532045 [ 3 ] {6426b5a0-d21f-4e16-8e4b-a641d3f26982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56221) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
812 | 2024.09.06 06:35:33.533867 [ 3 ] {6426b5a0-d21f-4e16-8e4b-a641d3f26982} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
813 | 2024.09.06 06:35:33.540041 [ 3 ] {6426b5a0-d21f-4e16-8e4b-a641d3f26982} <Trace> oximeter.version (1e59dbbc-461e-4b3e-95b9-898c9c87a234): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
814 | 2024.09.06 06:35:33.540080 [ 3 ] {6426b5a0-d21f-4e16-8e4b-a641d3f26982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
815 | 2024.09.06 06:35:33.544996 [ 3 ] {6426b5a0-d21f-4e16-8e4b-a641d3f26982} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
816 | 2024.09.06 06:35:33.546079 [ 3 ] {6426b5a0-d21f-4e16-8e4b-a641d3f26982} <Trace> oximeter.version (1e59dbbc-461e-4b3e-95b9-898c9c87a234): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
817 | 2024.09.06 06:35:33.546355 [ 3 ] {6426b5a0-d21f-4e16-8e4b-a641d3f26982} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014385 sec., 69.51685783802571 rows/sec., 1.09 KiB/sec. | ||
818 | 2024.09.06 06:35:33.546524 [ 3 ] {6426b5a0-d21f-4e16-8e4b-a641d3f26982} <Debug> DynamicQueryHandler: Done processing query | ||
819 | 2024.09.06 06:35:33.546549 [ 3 ] {6426b5a0-d21f-4e16-8e4b-a641d3f26982} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
820 | 2024.09.06 06:35:33.546566 [ 3 ] {} <Debug> HTTP-Session: 3e7a1312-6299-485f-9a3b-fb15aea0f781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
821 | 2024.09.06 06:35:34.000163 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.03 MiB, peak 175.17 MiB, free memory in arenas 0.00 B, will set to 171.68 MiB (RSS), difference: 1.65 MiB | ||
822 | 2024.09.06 06:35:45.500813 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
823 | 2024.09.06 06:35:45.500872 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
824 | 2024.09.06 06:35:53.550464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
825 | 2024.09.06 06:35:53.550609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
826 | 2024.09.06 06:35:53.550638 [ 3 ] {} <Debug> HTTP-Session: 9b03df22-1d15-496f-a8df-074dc8f72a3f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
827 | 2024.09.06 06:35:53.550666 [ 3 ] {} <Debug> HTTP-Session: 9b03df22-1d15-496f-a8df-074dc8f72a3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.09.06 06:35:53.550687 [ 3 ] {} <Debug> HTTP-Session: 9b03df22-1d15-496f-a8df-074dc8f72a3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.09.06 06:35:53.550744 [ 3 ] {} <Trace> HTTP-Session: 9b03df22-1d15-496f-a8df-074dc8f72a3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
830 | 2024.09.06 06:35:53.550957 [ 3 ] {44282821-5a95-4649-9a7e-6ec116347a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
831 | 2024.09.06 06:35:53.551328 [ 3 ] {44282821-5a95-4649-9a7e-6ec116347a08} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
832 | 2024.09.06 06:35:53.553537 [ 3 ] {44282821-5a95-4649-9a7e-6ec116347a08} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
833 | 2024.09.06 06:35:53.559606 [ 3 ] {44282821-5a95-4649-9a7e-6ec116347a08} <Debug> DynamicQueryHandler: Done processing query | ||
834 | 2024.09.06 06:35:53.559636 [ 3 ] {44282821-5a95-4649-9a7e-6ec116347a08} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
835 | 2024.09.06 06:35:53.559654 [ 3 ] {} <Debug> HTTP-Session: 9b03df22-1d15-496f-a8df-074dc8f72a3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.09.06 06:35:53.566798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
837 | 2024.09.06 06:35:53.566863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
838 | 2024.09.06 06:35:53.566885 [ 3 ] {} <Debug> HTTP-Session: 4bf72417-2949-480b-98c3-e2209071b282 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
839 | 2024.09.06 06:35:53.566905 [ 3 ] {} <Debug> HTTP-Session: 4bf72417-2949-480b-98c3-e2209071b282 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
840 | 2024.09.06 06:35:53.566920 [ 3 ] {} <Debug> HTTP-Session: 4bf72417-2949-480b-98c3-e2209071b282 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
841 | 2024.09.06 06:35:53.566961 [ 3 ] {} <Trace> HTTP-Session: 4bf72417-2949-480b-98c3-e2209071b282 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
842 | 2024.09.06 06:35:53.567148 [ 3 ] {69f1754f-ec0c-4143-aa81-09894d4838b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
843 | 2024.09.06 06:35:53.575029 [ 3 ] {69f1754f-ec0c-4143-aa81-09894d4838b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
844 | 2024.09.06 06:35:53.575092 [ 3 ] {69f1754f-ec0c-4143-aa81-09894d4838b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
845 | 2024.09.06 06:35:53.576116 [ 3 ] {69f1754f-ec0c-4143-aa81-09894d4838b6} <Debug> DynamicQueryHandler: Done processing query | ||
846 | 2024.09.06 06:35:53.576145 [ 3 ] {69f1754f-ec0c-4143-aa81-09894d4838b6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
847 | 2024.09.06 06:35:53.576162 [ 3 ] {} <Debug> HTTP-Session: 4bf72417-2949-480b-98c3-e2209071b282 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.09.06 06:35:53.576514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
849 | 2024.09.06 06:35:53.576568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
850 | 2024.09.06 06:35:53.576590 [ 3 ] {} <Debug> HTTP-Session: db643a08-7159-4af9-beb9-74e1e11b5368 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
851 | 2024.09.06 06:35:53.576609 [ 3 ] {} <Debug> HTTP-Session: db643a08-7159-4af9-beb9-74e1e11b5368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
852 | 2024.09.06 06:35:53.576624 [ 3 ] {} <Debug> HTTP-Session: db643a08-7159-4af9-beb9-74e1e11b5368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
853 | 2024.09.06 06:35:53.576662 [ 3 ] {} <Trace> HTTP-Session: db643a08-7159-4af9-beb9-74e1e11b5368 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
854 | 2024.09.06 06:35:53.576802 [ 3 ] {31aad8c7-5e0a-4d66-92a7-dcad40c1509d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
855 | 2024.09.06 06:35:53.577174 [ 3 ] {31aad8c7-5e0a-4d66-92a7-dcad40c1509d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
856 | 2024.09.06 06:35:53.577227 [ 3 ] {31aad8c7-5e0a-4d66-92a7-dcad40c1509d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
857 | 2024.09.06 06:35:53.578190 [ 3 ] {31aad8c7-5e0a-4d66-92a7-dcad40c1509d} <Debug> DynamicQueryHandler: Done processing query | ||
858 | 2024.09.06 06:35:53.578217 [ 3 ] {31aad8c7-5e0a-4d66-92a7-dcad40c1509d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
859 | 2024.09.06 06:35:53.578233 [ 3 ] {} <Debug> HTTP-Session: db643a08-7159-4af9-beb9-74e1e11b5368 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.09.06 06:35:53.578482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
861 | 2024.09.06 06:35:53.578530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
862 | 2024.09.06 06:35:53.578549 [ 3 ] {} <Debug> HTTP-Session: d2b87257-6a5e-48d1-8024-36d34da0c0ff Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
863 | 2024.09.06 06:35:53.578566 [ 3 ] {} <Debug> HTTP-Session: d2b87257-6a5e-48d1-8024-36d34da0c0ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
864 | 2024.09.06 06:35:53.578580 [ 3 ] {} <Debug> HTTP-Session: d2b87257-6a5e-48d1-8024-36d34da0c0ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
865 | 2024.09.06 06:35:53.578612 [ 3 ] {} <Trace> HTTP-Session: d2b87257-6a5e-48d1-8024-36d34da0c0ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
866 | 2024.09.06 06:35:53.578734 [ 3 ] {1d293c11-4853-4b58-a47a-b95224110d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
867 | 2024.09.06 06:35:53.579057 [ 3 ] {1d293c11-4853-4b58-a47a-b95224110d89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
868 | 2024.09.06 06:35:53.579109 [ 3 ] {1d293c11-4853-4b58-a47a-b95224110d89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
869 | 2024.09.06 06:35:53.580010 [ 3 ] {1d293c11-4853-4b58-a47a-b95224110d89} <Debug> DynamicQueryHandler: Done processing query | ||
870 | 2024.09.06 06:35:53.580036 [ 3 ] {1d293c11-4853-4b58-a47a-b95224110d89} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
871 | 2024.09.06 06:35:53.580053 [ 3 ] {} <Debug> HTTP-Session: d2b87257-6a5e-48d1-8024-36d34da0c0ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.09.06 06:35:53.580252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
873 | 2024.09.06 06:35:53.580302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
874 | 2024.09.06 06:35:53.580321 [ 3 ] {} <Debug> HTTP-Session: 416ac82f-d2c8-4b3e-a682-61f2d6e1a43c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
875 | 2024.09.06 06:35:53.580338 [ 3 ] {} <Debug> HTTP-Session: 416ac82f-d2c8-4b3e-a682-61f2d6e1a43c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
876 | 2024.09.06 06:35:53.580353 [ 3 ] {} <Debug> HTTP-Session: 416ac82f-d2c8-4b3e-a682-61f2d6e1a43c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
877 | 2024.09.06 06:35:53.580384 [ 3 ] {} <Trace> HTTP-Session: 416ac82f-d2c8-4b3e-a682-61f2d6e1a43c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
878 | 2024.09.06 06:35:53.580505 [ 3 ] {bc864553-1423-4180-bde0-1814a82b2110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
879 | 2024.09.06 06:35:53.580827 [ 3 ] {bc864553-1423-4180-bde0-1814a82b2110} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
880 | 2024.09.06 06:35:53.580884 [ 3 ] {bc864553-1423-4180-bde0-1814a82b2110} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
881 | 2024.09.06 06:35:53.581842 [ 3 ] {bc864553-1423-4180-bde0-1814a82b2110} <Debug> DynamicQueryHandler: Done processing query | ||
882 | 2024.09.06 06:35:53.581869 [ 3 ] {bc864553-1423-4180-bde0-1814a82b2110} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
883 | 2024.09.06 06:35:53.581885 [ 3 ] {} <Debug> HTTP-Session: 416ac82f-d2c8-4b3e-a682-61f2d6e1a43c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.09.06 06:35:53.582099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
885 | 2024.09.06 06:35:53.582149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
886 | 2024.09.06 06:35:53.582168 [ 3 ] {} <Debug> HTTP-Session: da928f50-b3d9-4cd4-b3af-016a61033918 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
887 | 2024.09.06 06:35:53.582184 [ 3 ] {} <Debug> HTTP-Session: da928f50-b3d9-4cd4-b3af-016a61033918 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
888 | 2024.09.06 06:35:53.582198 [ 3 ] {} <Debug> HTTP-Session: da928f50-b3d9-4cd4-b3af-016a61033918 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
889 | 2024.09.06 06:35:53.582229 [ 3 ] {} <Trace> HTTP-Session: da928f50-b3d9-4cd4-b3af-016a61033918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
890 | 2024.09.06 06:35:53.582351 [ 3 ] {1b7561e5-a544-43ef-a2a7-7fb0a8e85168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
891 | 2024.09.06 06:35:53.582676 [ 3 ] {1b7561e5-a544-43ef-a2a7-7fb0a8e85168} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
892 | 2024.09.06 06:35:53.582729 [ 3 ] {1b7561e5-a544-43ef-a2a7-7fb0a8e85168} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
893 | 2024.09.06 06:35:53.583721 [ 3 ] {1b7561e5-a544-43ef-a2a7-7fb0a8e85168} <Debug> DynamicQueryHandler: Done processing query | ||
894 | 2024.09.06 06:35:53.583748 [ 3 ] {1b7561e5-a544-43ef-a2a7-7fb0a8e85168} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
895 | 2024.09.06 06:35:53.583764 [ 3 ] {} <Debug> HTTP-Session: da928f50-b3d9-4cd4-b3af-016a61033918 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.09.06 06:35:53.583960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
897 | 2024.09.06 06:35:53.584008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
898 | 2024.09.06 06:35:53.584028 [ 3 ] {} <Debug> HTTP-Session: b4606b3b-b030-4f25-96e6-1c4324a64983 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
899 | 2024.09.06 06:35:53.584044 [ 3 ] {} <Debug> HTTP-Session: b4606b3b-b030-4f25-96e6-1c4324a64983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
900 | 2024.09.06 06:35:53.584059 [ 3 ] {} <Debug> HTTP-Session: b4606b3b-b030-4f25-96e6-1c4324a64983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.09.06 06:35:53.584089 [ 3 ] {} <Trace> HTTP-Session: b4606b3b-b030-4f25-96e6-1c4324a64983 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
902 | 2024.09.06 06:35:53.584213 [ 3 ] {d9711212-5f3b-498d-b54f-d775b1adb9b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
903 | 2024.09.06 06:35:53.584537 [ 3 ] {d9711212-5f3b-498d-b54f-d775b1adb9b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
904 | 2024.09.06 06:35:53.584588 [ 3 ] {d9711212-5f3b-498d-b54f-d775b1adb9b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
905 | 2024.09.06 06:35:53.585495 [ 3 ] {d9711212-5f3b-498d-b54f-d775b1adb9b6} <Debug> DynamicQueryHandler: Done processing query | ||
906 | 2024.09.06 06:35:53.585522 [ 3 ] {d9711212-5f3b-498d-b54f-d775b1adb9b6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
907 | 2024.09.06 06:35:53.585539 [ 3 ] {} <Debug> HTTP-Session: b4606b3b-b030-4f25-96e6-1c4324a64983 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.09.06 06:35:53.585771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
909 | 2024.09.06 06:35:53.585820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
910 | 2024.09.06 06:35:53.585842 [ 3 ] {} <Debug> HTTP-Session: 2329db56-3418-4607-863f-af2e5bc5dac0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
911 | 2024.09.06 06:35:53.585860 [ 3 ] {} <Debug> HTTP-Session: 2329db56-3418-4607-863f-af2e5bc5dac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
912 | 2024.09.06 06:35:53.585875 [ 3 ] {} <Debug> HTTP-Session: 2329db56-3418-4607-863f-af2e5bc5dac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
913 | 2024.09.06 06:35:53.585905 [ 3 ] {} <Trace> HTTP-Session: 2329db56-3418-4607-863f-af2e5bc5dac0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
914 | 2024.09.06 06:35:53.586030 [ 3 ] {1d803206-68f0-4f9c-be50-ed146362536c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
915 | 2024.09.06 06:35:53.586360 [ 3 ] {1d803206-68f0-4f9c-be50-ed146362536c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
916 | 2024.09.06 06:35:53.586413 [ 3 ] {1d803206-68f0-4f9c-be50-ed146362536c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
917 | 2024.09.06 06:35:53.587307 [ 3 ] {1d803206-68f0-4f9c-be50-ed146362536c} <Debug> DynamicQueryHandler: Done processing query | ||
918 | 2024.09.06 06:35:53.587332 [ 3 ] {1d803206-68f0-4f9c-be50-ed146362536c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
919 | 2024.09.06 06:35:53.587348 [ 3 ] {} <Debug> HTTP-Session: 2329db56-3418-4607-863f-af2e5bc5dac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.09.06 06:35:53.587550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
921 | 2024.09.06 06:35:53.587598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
922 | 2024.09.06 06:35:53.587627 [ 3 ] {} <Debug> HTTP-Session: 70bb50d2-95f9-4a7d-b123-3237d4e3bc2e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
923 | 2024.09.06 06:35:53.587648 [ 3 ] {} <Debug> HTTP-Session: 70bb50d2-95f9-4a7d-b123-3237d4e3bc2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
924 | 2024.09.06 06:35:53.587664 [ 3 ] {} <Debug> HTTP-Session: 70bb50d2-95f9-4a7d-b123-3237d4e3bc2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
925 | 2024.09.06 06:35:53.587696 [ 3 ] {} <Trace> HTTP-Session: 70bb50d2-95f9-4a7d-b123-3237d4e3bc2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
926 | 2024.09.06 06:35:53.587827 [ 3 ] {83cc98f4-fe0b-4882-a459-8a17d1e36928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
927 | 2024.09.06 06:35:53.588162 [ 3 ] {83cc98f4-fe0b-4882-a459-8a17d1e36928} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
928 | 2024.09.06 06:35:53.588214 [ 3 ] {83cc98f4-fe0b-4882-a459-8a17d1e36928} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
929 | 2024.09.06 06:35:53.589159 [ 3 ] {83cc98f4-fe0b-4882-a459-8a17d1e36928} <Debug> DynamicQueryHandler: Done processing query | ||
930 | 2024.09.06 06:35:53.589185 [ 3 ] {83cc98f4-fe0b-4882-a459-8a17d1e36928} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
931 | 2024.09.06 06:35:53.589201 [ 3 ] {} <Debug> HTTP-Session: 70bb50d2-95f9-4a7d-b123-3237d4e3bc2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.09.06 06:35:53.589444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
933 | 2024.09.06 06:35:53.589492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
934 | 2024.09.06 06:35:53.589512 [ 3 ] {} <Debug> HTTP-Session: 9fd1ce6b-acde-47ab-9c37-53969f6a306a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
935 | 2024.09.06 06:35:53.589529 [ 3 ] {} <Debug> HTTP-Session: 9fd1ce6b-acde-47ab-9c37-53969f6a306a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
936 | 2024.09.06 06:35:53.589550 [ 3 ] {} <Debug> HTTP-Session: 9fd1ce6b-acde-47ab-9c37-53969f6a306a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
937 | 2024.09.06 06:35:53.589588 [ 3 ] {} <Trace> HTTP-Session: 9fd1ce6b-acde-47ab-9c37-53969f6a306a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
938 | 2024.09.06 06:35:53.589735 [ 3 ] {101aef8f-3574-438e-b17d-d7f07e4df3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
939 | 2024.09.06 06:35:53.590071 [ 3 ] {101aef8f-3574-438e-b17d-d7f07e4df3f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
940 | 2024.09.06 06:35:53.590125 [ 3 ] {101aef8f-3574-438e-b17d-d7f07e4df3f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
941 | 2024.09.06 06:35:53.591059 [ 3 ] {101aef8f-3574-438e-b17d-d7f07e4df3f4} <Debug> DynamicQueryHandler: Done processing query | ||
942 | 2024.09.06 06:35:53.591085 [ 3 ] {101aef8f-3574-438e-b17d-d7f07e4df3f4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
943 | 2024.09.06 06:35:53.591103 [ 3 ] {} <Debug> HTTP-Session: 9fd1ce6b-acde-47ab-9c37-53969f6a306a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.09.06 06:35:53.591329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
945 | 2024.09.06 06:35:53.591376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
946 | 2024.09.06 06:35:53.591396 [ 3 ] {} <Debug> HTTP-Session: 9b8cbedb-0f2b-426b-8dec-2bf389c47f8e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
947 | 2024.09.06 06:35:53.591412 [ 3 ] {} <Debug> HTTP-Session: 9b8cbedb-0f2b-426b-8dec-2bf389c47f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
948 | 2024.09.06 06:35:53.591426 [ 3 ] {} <Debug> HTTP-Session: 9b8cbedb-0f2b-426b-8dec-2bf389c47f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
949 | 2024.09.06 06:35:53.591456 [ 3 ] {} <Trace> HTTP-Session: 9b8cbedb-0f2b-426b-8dec-2bf389c47f8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
950 | 2024.09.06 06:35:53.591585 [ 3 ] {d153d31f-b0cc-4f70-b988-c22c970e0af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
951 | 2024.09.06 06:35:53.591932 [ 3 ] {d153d31f-b0cc-4f70-b988-c22c970e0af1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
952 | 2024.09.06 06:35:53.591985 [ 3 ] {d153d31f-b0cc-4f70-b988-c22c970e0af1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
953 | 2024.09.06 06:35:53.592962 [ 3 ] {d153d31f-b0cc-4f70-b988-c22c970e0af1} <Debug> DynamicQueryHandler: Done processing query | ||
954 | 2024.09.06 06:35:53.592988 [ 3 ] {d153d31f-b0cc-4f70-b988-c22c970e0af1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
955 | 2024.09.06 06:35:53.593005 [ 3 ] {} <Debug> HTTP-Session: 9b8cbedb-0f2b-426b-8dec-2bf389c47f8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.09.06 06:35:53.593227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
957 | 2024.09.06 06:35:53.593273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
958 | 2024.09.06 06:35:53.593293 [ 3 ] {} <Debug> HTTP-Session: 818a26d2-2b9e-489e-9ca0-985155f0fcf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
959 | 2024.09.06 06:35:53.593310 [ 3 ] {} <Debug> HTTP-Session: 818a26d2-2b9e-489e-9ca0-985155f0fcf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
960 | 2024.09.06 06:35:53.593324 [ 3 ] {} <Debug> HTTP-Session: 818a26d2-2b9e-489e-9ca0-985155f0fcf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
961 | 2024.09.06 06:35:53.593353 [ 3 ] {} <Trace> HTTP-Session: 818a26d2-2b9e-489e-9ca0-985155f0fcf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
962 | 2024.09.06 06:35:53.593482 [ 3 ] {7d73d8da-7872-4666-a002-70fa996bf0c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
963 | 2024.09.06 06:35:53.593825 [ 3 ] {7d73d8da-7872-4666-a002-70fa996bf0c8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
964 | 2024.09.06 06:35:53.593878 [ 3 ] {7d73d8da-7872-4666-a002-70fa996bf0c8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
965 | 2024.09.06 06:35:53.594795 [ 3 ] {7d73d8da-7872-4666-a002-70fa996bf0c8} <Debug> DynamicQueryHandler: Done processing query | ||
966 | 2024.09.06 06:35:53.594819 [ 3 ] {7d73d8da-7872-4666-a002-70fa996bf0c8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
967 | 2024.09.06 06:35:53.594836 [ 3 ] {} <Debug> HTTP-Session: 818a26d2-2b9e-489e-9ca0-985155f0fcf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.09.06 06:35:53.595028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
969 | 2024.09.06 06:35:53.595075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
970 | 2024.09.06 06:35:53.595095 [ 3 ] {} <Debug> HTTP-Session: 92b52045-9d04-4fed-a46f-4d65ba9c43c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
971 | 2024.09.06 06:35:53.595111 [ 3 ] {} <Debug> HTTP-Session: 92b52045-9d04-4fed-a46f-4d65ba9c43c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
972 | 2024.09.06 06:35:53.595124 [ 3 ] {} <Debug> HTTP-Session: 92b52045-9d04-4fed-a46f-4d65ba9c43c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
973 | 2024.09.06 06:35:53.595154 [ 3 ] {} <Trace> HTTP-Session: 92b52045-9d04-4fed-a46f-4d65ba9c43c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
974 | 2024.09.06 06:35:53.595283 [ 3 ] {0cf60228-c277-47af-897d-3897b14b01c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
975 | 2024.09.06 06:35:53.595626 [ 3 ] {0cf60228-c277-47af-897d-3897b14b01c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
976 | 2024.09.06 06:35:53.595679 [ 3 ] {0cf60228-c277-47af-897d-3897b14b01c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
977 | 2024.09.06 06:35:53.596586 [ 3 ] {0cf60228-c277-47af-897d-3897b14b01c1} <Debug> DynamicQueryHandler: Done processing query | ||
978 | 2024.09.06 06:35:53.596612 [ 3 ] {0cf60228-c277-47af-897d-3897b14b01c1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
979 | 2024.09.06 06:35:53.596629 [ 3 ] {} <Debug> HTTP-Session: 92b52045-9d04-4fed-a46f-4d65ba9c43c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.09.06 06:35:53.596850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
981 | 2024.09.06 06:35:53.596896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
982 | 2024.09.06 06:35:53.596915 [ 3 ] {} <Debug> HTTP-Session: a8641dd2-b256-4674-8cad-f7533d10ba54 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
983 | 2024.09.06 06:35:53.596931 [ 3 ] {} <Debug> HTTP-Session: a8641dd2-b256-4674-8cad-f7533d10ba54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
984 | 2024.09.06 06:35:53.596945 [ 3 ] {} <Debug> HTTP-Session: a8641dd2-b256-4674-8cad-f7533d10ba54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
985 | 2024.09.06 06:35:53.596975 [ 3 ] {} <Trace> HTTP-Session: a8641dd2-b256-4674-8cad-f7533d10ba54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
986 | 2024.09.06 06:35:53.597145 [ 3 ] {198a8315-afdd-49b1-b2dd-4d89be9b4429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
987 | 2024.09.06 06:35:53.597494 [ 3 ] {198a8315-afdd-49b1-b2dd-4d89be9b4429} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
988 | 2024.09.06 06:35:53.597552 [ 3 ] {198a8315-afdd-49b1-b2dd-4d89be9b4429} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
989 | 2024.09.06 06:35:53.598488 [ 3 ] {198a8315-afdd-49b1-b2dd-4d89be9b4429} <Debug> DynamicQueryHandler: Done processing query | ||
990 | 2024.09.06 06:35:53.598513 [ 3 ] {198a8315-afdd-49b1-b2dd-4d89be9b4429} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
991 | 2024.09.06 06:35:53.598529 [ 3 ] {} <Debug> HTTP-Session: a8641dd2-b256-4674-8cad-f7533d10ba54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.09.06 06:35:53.598748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
993 | 2024.09.06 06:35:53.598797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
994 | 2024.09.06 06:35:53.598820 [ 3 ] {} <Debug> HTTP-Session: b15e014b-0792-4248-8166-ea788ae20658 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
995 | 2024.09.06 06:35:53.598836 [ 3 ] {} <Debug> HTTP-Session: b15e014b-0792-4248-8166-ea788ae20658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
996 | 2024.09.06 06:35:53.598850 [ 3 ] {} <Debug> HTTP-Session: b15e014b-0792-4248-8166-ea788ae20658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
997 | 2024.09.06 06:35:53.598880 [ 3 ] {} <Trace> HTTP-Session: b15e014b-0792-4248-8166-ea788ae20658 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
998 | 2024.09.06 06:35:53.599011 [ 3 ] {62c7134a-cb59-448e-9600-9fba98c80f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
999 | 2024.09.06 06:35:53.599360 [ 3 ] {62c7134a-cb59-448e-9600-9fba98c80f5e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1000 | 2024.09.06 06:35:53.599412 [ 3 ] {62c7134a-cb59-448e-9600-9fba98c80f5e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1001 | 2024.09.06 06:35:53.600361 [ 3 ] {62c7134a-cb59-448e-9600-9fba98c80f5e} <Debug> DynamicQueryHandler: Done processing query | ||
1002 | 2024.09.06 06:35:53.600388 [ 3 ] {62c7134a-cb59-448e-9600-9fba98c80f5e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1003 | 2024.09.06 06:35:53.600407 [ 3 ] {} <Debug> HTTP-Session: b15e014b-0792-4248-8166-ea788ae20658 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.09.06 06:35:53.600645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1005 | 2024.09.06 06:35:53.600696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1006 | 2024.09.06 06:35:53.600716 [ 3 ] {} <Debug> HTTP-Session: cb4ce76a-efcd-413b-a559-a3ebe6bd88d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1007 | 2024.09.06 06:35:53.600732 [ 3 ] {} <Debug> HTTP-Session: cb4ce76a-efcd-413b-a559-a3ebe6bd88d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1008 | 2024.09.06 06:35:53.600745 [ 3 ] {} <Debug> HTTP-Session: cb4ce76a-efcd-413b-a559-a3ebe6bd88d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1009 | 2024.09.06 06:35:53.600775 [ 3 ] {} <Trace> HTTP-Session: cb4ce76a-efcd-413b-a559-a3ebe6bd88d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1010 | 2024.09.06 06:35:53.600909 [ 3 ] {ef92056f-a80c-40e3-af5f-fe658fb3f29a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1011 | 2024.09.06 06:35:53.601266 [ 3 ] {ef92056f-a80c-40e3-af5f-fe658fb3f29a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1012 | 2024.09.06 06:35:53.601318 [ 3 ] {ef92056f-a80c-40e3-af5f-fe658fb3f29a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1013 | 2024.09.06 06:35:53.602252 [ 3 ] {ef92056f-a80c-40e3-af5f-fe658fb3f29a} <Debug> DynamicQueryHandler: Done processing query | ||
1014 | 2024.09.06 06:35:53.602279 [ 3 ] {ef92056f-a80c-40e3-af5f-fe658fb3f29a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1015 | 2024.09.06 06:35:53.602295 [ 3 ] {} <Debug> HTTP-Session: cb4ce76a-efcd-413b-a559-a3ebe6bd88d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.09.06 06:35:53.602542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1017 | 2024.09.06 06:35:53.602600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1018 | 2024.09.06 06:35:53.602621 [ 3 ] {} <Debug> HTTP-Session: b1e9a272-1ed1-4c9d-995a-308412829c7f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1019 | 2024.09.06 06:35:53.602637 [ 3 ] {} <Debug> HTTP-Session: b1e9a272-1ed1-4c9d-995a-308412829c7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1020 | 2024.09.06 06:35:53.602650 [ 3 ] {} <Debug> HTTP-Session: b1e9a272-1ed1-4c9d-995a-308412829c7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.09.06 06:35:53.602681 [ 3 ] {} <Trace> HTTP-Session: b1e9a272-1ed1-4c9d-995a-308412829c7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1022 | 2024.09.06 06:35:53.602814 [ 3 ] {e061822e-4181-4f6c-a53e-3f1df0383af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1023 | 2024.09.06 06:35:53.603177 [ 3 ] {e061822e-4181-4f6c-a53e-3f1df0383af1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1024 | 2024.09.06 06:35:53.603230 [ 3 ] {e061822e-4181-4f6c-a53e-3f1df0383af1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1025 | 2024.09.06 06:35:53.604186 [ 3 ] {e061822e-4181-4f6c-a53e-3f1df0383af1} <Debug> DynamicQueryHandler: Done processing query | ||
1026 | 2024.09.06 06:35:53.604212 [ 3 ] {e061822e-4181-4f6c-a53e-3f1df0383af1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1027 | 2024.09.06 06:35:53.604228 [ 3 ] {} <Debug> HTTP-Session: b1e9a272-1ed1-4c9d-995a-308412829c7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1028 | 2024.09.06 06:35:53.604439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1029 | 2024.09.06 06:35:53.604486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1030 | 2024.09.06 06:35:53.604506 [ 3 ] {} <Debug> HTTP-Session: 9f88fb37-b427-4d42-8d12-a9c3bbd5b2bc Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1031 | 2024.09.06 06:35:53.604522 [ 3 ] {} <Debug> HTTP-Session: 9f88fb37-b427-4d42-8d12-a9c3bbd5b2bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1032 | 2024.09.06 06:35:53.604536 [ 3 ] {} <Debug> HTTP-Session: 9f88fb37-b427-4d42-8d12-a9c3bbd5b2bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1033 | 2024.09.06 06:35:53.604566 [ 3 ] {} <Trace> HTTP-Session: 9f88fb37-b427-4d42-8d12-a9c3bbd5b2bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1034 | 2024.09.06 06:35:53.604703 [ 3 ] {63d6af49-d43f-43cd-9fcb-b40e3cf7d814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1035 | 2024.09.06 06:35:53.605080 [ 3 ] {63d6af49-d43f-43cd-9fcb-b40e3cf7d814} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1036 | 2024.09.06 06:35:53.605133 [ 3 ] {63d6af49-d43f-43cd-9fcb-b40e3cf7d814} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1037 | 2024.09.06 06:35:53.606076 [ 3 ] {63d6af49-d43f-43cd-9fcb-b40e3cf7d814} <Debug> DynamicQueryHandler: Done processing query | ||
1038 | 2024.09.06 06:35:53.606101 [ 3 ] {63d6af49-d43f-43cd-9fcb-b40e3cf7d814} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1039 | 2024.09.06 06:35:53.606117 [ 3 ] {} <Debug> HTTP-Session: 9f88fb37-b427-4d42-8d12-a9c3bbd5b2bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.09.06 06:35:53.606470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 5000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1041 | 2024.09.06 06:35:53.606516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1042 | 2024.09.06 06:35:53.606534 [ 3 ] {} <Debug> HTTP-Session: 0f2db58d-2b7b-4b45-82ed-03052ea36d59 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1043 | 2024.09.06 06:35:53.606548 [ 3 ] {} <Debug> HTTP-Session: 0f2db58d-2b7b-4b45-82ed-03052ea36d59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1044 | 2024.09.06 06:35:53.606561 [ 3 ] {} <Debug> HTTP-Session: 0f2db58d-2b7b-4b45-82ed-03052ea36d59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1045 | 2024.09.06 06:35:53.606589 [ 3 ] {} <Trace> HTTP-Session: 0f2db58d-2b7b-4b45-82ed-03052ea36d59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1046 | 2024.09.06 06:35:53.606780 [ 3 ] {bf38917e-4ce8-4d45-8ab7-9cebd1c59a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1047 | 2024.09.06 06:35:53.606827 [ 3 ] {bf38917e-4ce8-4d45-8ab7-9cebd1c59a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1048 | 2024.09.06 06:35:53.607023 [ 3 ] {bf38917e-4ce8-4d45-8ab7-9cebd1c59a4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1049 | 2024.09.06 06:35:53.609499 [ 3 ] {bf38917e-4ce8-4d45-8ab7-9cebd1c59a4e} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1050 | 2024.09.06 06:35:53.609539 [ 3 ] {bf38917e-4ce8-4d45-8ab7-9cebd1c59a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1051 | 2024.09.06 06:35:53.610325 [ 3 ] {bf38917e-4ce8-4d45-8ab7-9cebd1c59a4e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1052 | 2024.09.06 06:35:53.610914 [ 3 ] {bf38917e-4ce8-4d45-8ab7-9cebd1c59a4e} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1053 | 2024.09.06 06:35:53.611071 [ 3 ] {bf38917e-4ce8-4d45-8ab7-9cebd1c59a4e} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.004339 sec., 4148.421295229316 rows/sec., 580.22 KiB/sec. | ||
1054 | 2024.09.06 06:35:53.611382 [ 3 ] {bf38917e-4ce8-4d45-8ab7-9cebd1c59a4e} <Debug> DynamicQueryHandler: Done processing query | ||
1055 | 2024.09.06 06:35:53.611408 [ 3 ] {bf38917e-4ce8-4d45-8ab7-9cebd1c59a4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1056 | 2024.09.06 06:35:53.611424 [ 3 ] {} <Debug> HTTP-Session: 0f2db58d-2b7b-4b45-82ed-03052ea36d59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1057 | 2024.09.06 06:35:53.611554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1058 | 2024.09.06 06:35:53.611605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1059 | 2024.09.06 06:35:53.611624 [ 3 ] {} <Debug> HTTP-Session: 158c3788-54e3-436c-a339-61c3d5e79702 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1060 | 2024.09.06 06:35:53.611640 [ 3 ] {} <Debug> HTTP-Session: 158c3788-54e3-436c-a339-61c3d5e79702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1061 | 2024.09.06 06:35:53.611655 [ 3 ] {} <Debug> HTTP-Session: 158c3788-54e3-436c-a339-61c3d5e79702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1062 | 2024.09.06 06:35:53.611686 [ 3 ] {} <Trace> HTTP-Session: 158c3788-54e3-436c-a339-61c3d5e79702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1063 | 2024.09.06 06:35:53.611797 [ 3 ] {993edd74-fcf8-4a78-ba2e-f8dc25a9608a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1064 | 2024.09.06 06:35:53.611841 [ 3 ] {993edd74-fcf8-4a78-ba2e-f8dc25a9608a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1065 | 2024.09.06 06:35:53.612111 [ 3 ] {993edd74-fcf8-4a78-ba2e-f8dc25a9608a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1066 | 2024.09.06 06:35:53.613177 [ 3 ] {993edd74-fcf8-4a78-ba2e-f8dc25a9608a} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1067 | 2024.09.06 06:35:53.613212 [ 3 ] {993edd74-fcf8-4a78-ba2e-f8dc25a9608a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1068 | 2024.09.06 06:35:53.613717 [ 3 ] {993edd74-fcf8-4a78-ba2e-f8dc25a9608a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1069 | 2024.09.06 06:35:53.614421 [ 3 ] {993edd74-fcf8-4a78-ba2e-f8dc25a9608a} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1070 | 2024.09.06 06:35:53.614593 [ 3 ] {993edd74-fcf8-4a78-ba2e-f8dc25a9608a} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002831 sec., 10596.962204168138 rows/sec., 847.21 KiB/sec. | ||
1071 | 2024.09.06 06:35:53.614772 [ 3 ] {993edd74-fcf8-4a78-ba2e-f8dc25a9608a} <Debug> DynamicQueryHandler: Done processing query | ||
1072 | 2024.09.06 06:35:53.614797 [ 3 ] {993edd74-fcf8-4a78-ba2e-f8dc25a9608a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1073 | 2024.09.06 06:35:53.614813 [ 3 ] {} <Debug> HTTP-Session: 158c3788-54e3-436c-a339-61c3d5e79702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1074 | 2024.09.06 06:35:53.614951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 6146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1075 | 2024.09.06 06:35:53.615000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1076 | 2024.09.06 06:35:53.615020 [ 3 ] {} <Debug> HTTP-Session: 4c08ad0c-4d0e-4c07-894a-822182da4d85 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1077 | 2024.09.06 06:35:53.615037 [ 3 ] {} <Debug> HTTP-Session: 4c08ad0c-4d0e-4c07-894a-822182da4d85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1078 | 2024.09.06 06:35:53.615053 [ 3 ] {} <Debug> HTTP-Session: 4c08ad0c-4d0e-4c07-894a-822182da4d85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1079 | 2024.09.06 06:35:53.615084 [ 3 ] {} <Trace> HTTP-Session: 4c08ad0c-4d0e-4c07-894a-822182da4d85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1080 | 2024.09.06 06:35:53.615194 [ 3 ] {fc2b4322-ea98-4cab-9a02-dfa35a682b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1081 | 2024.09.06 06:35:53.615236 [ 3 ] {fc2b4322-ea98-4cab-9a02-dfa35a682b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1082 | 2024.09.06 06:35:53.616049 [ 3 ] {fc2b4322-ea98-4cab-9a02-dfa35a682b08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1083 | 2024.09.06 06:35:53.616419 [ 3 ] {fc2b4322-ea98-4cab-9a02-dfa35a682b08} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1084 | 2024.09.06 06:35:53.616456 [ 3 ] {fc2b4322-ea98-4cab-9a02-dfa35a682b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1085 | 2024.09.06 06:35:53.617489 [ 3 ] {fc2b4322-ea98-4cab-9a02-dfa35a682b08} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1086 | 2024.09.06 06:35:53.618096 [ 3 ] {fc2b4322-ea98-4cab-9a02-dfa35a682b08} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1087 | 2024.09.06 06:35:53.618249 [ 3 ] {fc2b4322-ea98-4cab-9a02-dfa35a682b08} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.003081 sec., 11684.518013631938 rows/sec., 934.41 KiB/sec. | ||
1088 | 2024.09.06 06:35:53.618518 [ 3 ] {fc2b4322-ea98-4cab-9a02-dfa35a682b08} <Debug> DynamicQueryHandler: Done processing query | ||
1089 | 2024.09.06 06:35:53.618543 [ 3 ] {fc2b4322-ea98-4cab-9a02-dfa35a682b08} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1090 | 2024.09.06 06:35:53.618559 [ 3 ] {} <Debug> HTTP-Session: 4c08ad0c-4d0e-4c07-894a-822182da4d85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1091 | 2024.09.06 06:35:53.618676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 2752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1092 | 2024.09.06 06:35:53.618723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1093 | 2024.09.06 06:35:53.618742 [ 3 ] {} <Debug> HTTP-Session: 5d6d09de-5d14-42da-8cf0-a9ec0c89846d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1094 | 2024.09.06 06:35:53.618760 [ 3 ] {} <Debug> HTTP-Session: 5d6d09de-5d14-42da-8cf0-a9ec0c89846d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1095 | 2024.09.06 06:35:53.618775 [ 3 ] {} <Debug> HTTP-Session: 5d6d09de-5d14-42da-8cf0-a9ec0c89846d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1096 | 2024.09.06 06:35:53.618806 [ 3 ] {} <Trace> HTTP-Session: 5d6d09de-5d14-42da-8cf0-a9ec0c89846d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1097 | 2024.09.06 06:35:53.618909 [ 3 ] {098536f5-23f6-47ba-adf3-12f6df583668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1098 | 2024.09.06 06:35:53.619511 [ 3 ] {098536f5-23f6-47ba-adf3-12f6df583668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1099 | 2024.09.06 06:35:53.619684 [ 3 ] {098536f5-23f6-47ba-adf3-12f6df583668} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1100 | 2024.09.06 06:35:53.620561 [ 3 ] {098536f5-23f6-47ba-adf3-12f6df583668} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1101 | 2024.09.06 06:35:53.620596 [ 3 ] {098536f5-23f6-47ba-adf3-12f6df583668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1102 | 2024.09.06 06:35:53.623087 [ 3 ] {098536f5-23f6-47ba-adf3-12f6df583668} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1103 | 2024.09.06 06:35:53.623713 [ 3 ] {098536f5-23f6-47ba-adf3-12f6df583668} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1104 | 2024.09.06 06:35:53.623870 [ 3 ] {098536f5-23f6-47ba-adf3-12f6df583668} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.004981 sec., 2810.680586227665 rows/sec., 203.70 KiB/sec. | ||
1105 | 2024.09.06 06:35:53.624166 [ 3 ] {098536f5-23f6-47ba-adf3-12f6df583668} <Debug> DynamicQueryHandler: Done processing query | ||
1106 | 2024.09.06 06:35:53.624191 [ 3 ] {098536f5-23f6-47ba-adf3-12f6df583668} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1107 | 2024.09.06 06:35:53.624207 [ 3 ] {} <Debug> HTTP-Session: 5d6d09de-5d14-42da-8cf0-a9ec0c89846d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1108 | 2024.09.06 06:35:53.624335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1109 | 2024.09.06 06:35:53.624383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1110 | 2024.09.06 06:35:53.624402 [ 3 ] {} <Debug> HTTP-Session: 8450f71c-d7a5-494c-bbc3-5d646f000458 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1111 | 2024.09.06 06:35:53.624418 [ 3 ] {} <Debug> HTTP-Session: 8450f71c-d7a5-494c-bbc3-5d646f000458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1112 | 2024.09.06 06:35:53.624433 [ 3 ] {} <Debug> HTTP-Session: 8450f71c-d7a5-494c-bbc3-5d646f000458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1113 | 2024.09.06 06:35:53.624464 [ 3 ] {} <Trace> HTTP-Session: 8450f71c-d7a5-494c-bbc3-5d646f000458 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1114 | 2024.09.06 06:35:53.624561 [ 3 ] {7b7f98c5-8375-47d6-bf6b-dda89c781cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1115 | 2024.09.06 06:35:53.624607 [ 3 ] {7b7f98c5-8375-47d6-bf6b-dda89c781cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1116 | 2024.09.06 06:35:53.624757 [ 3 ] {7b7f98c5-8375-47d6-bf6b-dda89c781cd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1117 | 2024.09.06 06:35:53.625025 [ 3 ] {7b7f98c5-8375-47d6-bf6b-dda89c781cd7} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1118 | 2024.09.06 06:35:53.625062 [ 3 ] {7b7f98c5-8375-47d6-bf6b-dda89c781cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1119 | 2024.09.06 06:35:53.625596 [ 3 ] {7b7f98c5-8375-47d6-bf6b-dda89c781cd7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1120 | 2024.09.06 06:35:53.626182 [ 3 ] {7b7f98c5-8375-47d6-bf6b-dda89c781cd7} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1121 | 2024.09.06 06:35:53.626332 [ 3 ] {7b7f98c5-8375-47d6-bf6b-dda89c781cd7} <Debug> executeQuery: Read 8 rows, 546.00 B in 0.001789 sec., 4471.771939631079 rows/sec., 298.05 KiB/sec. | ||
1122 | 2024.09.06 06:35:53.626503 [ 3 ] {7b7f98c5-8375-47d6-bf6b-dda89c781cd7} <Debug> DynamicQueryHandler: Done processing query | ||
1123 | 2024.09.06 06:35:53.626536 [ 3 ] {7b7f98c5-8375-47d6-bf6b-dda89c781cd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1124 | 2024.09.06 06:35:53.626563 [ 3 ] {} <Debug> HTTP-Session: 8450f71c-d7a5-494c-bbc3-5d646f000458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1125 | 2024.09.06 06:35:54.000168 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.01 MiB, peak 178.16 MiB, free memory in arenas 0.00 B, will set to 174.79 MiB (RSS), difference: 1.78 MiB | ||
1126 | 2024.09.06 06:35:58.551430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1127 | 2024.09.06 06:35:58.551560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1128 | 2024.09.06 06:35:58.551587 [ 3 ] {} <Debug> HTTP-Session: abf1e233-7d0f-439e-b993-6ff3c5e2409a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1129 | 2024.09.06 06:35:58.551612 [ 3 ] {} <Debug> HTTP-Session: abf1e233-7d0f-439e-b993-6ff3c5e2409a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1130 | 2024.09.06 06:35:58.551629 [ 3 ] {} <Debug> HTTP-Session: abf1e233-7d0f-439e-b993-6ff3c5e2409a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1131 | 2024.09.06 06:35:58.551679 [ 3 ] {} <Trace> HTTP-Session: abf1e233-7d0f-439e-b993-6ff3c5e2409a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1132 | 2024.09.06 06:35:58.551871 [ 3 ] {5df1f25e-21e5-4d58-b8c8-1b952cac4287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1133 | 2024.09.06 06:35:58.551938 [ 3 ] {5df1f25e-21e5-4d58-b8c8-1b952cac4287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1134 | 2024.09.06 06:35:58.552267 [ 3 ] {5df1f25e-21e5-4d58-b8c8-1b952cac4287} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1135 | 2024.09.06 06:35:58.552699 [ 3 ] {5df1f25e-21e5-4d58-b8c8-1b952cac4287} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1136 | 2024.09.06 06:35:58.552743 [ 3 ] {5df1f25e-21e5-4d58-b8c8-1b952cac4287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1137 | 2024.09.06 06:35:58.553301 [ 3 ] {5df1f25e-21e5-4d58-b8c8-1b952cac4287} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1138 | 2024.09.06 06:35:58.553984 [ 3 ] {5df1f25e-21e5-4d58-b8c8-1b952cac4287} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1139 | 2024.09.06 06:35:58.554170 [ 3 ] {5df1f25e-21e5-4d58-b8c8-1b952cac4287} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.00236 sec., 12711.86440677966 rows/sec., 1016.29 KiB/sec. | ||
1140 | 2024.09.06 06:35:58.554500 [ 3 ] {5df1f25e-21e5-4d58-b8c8-1b952cac4287} <Debug> DynamicQueryHandler: Done processing query | ||
1141 | 2024.09.06 06:35:58.554527 [ 3 ] {5df1f25e-21e5-4d58-b8c8-1b952cac4287} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1142 | 2024.09.06 06:35:58.554544 [ 3 ] {} <Debug> HTTP-Session: abf1e233-7d0f-439e-b993-6ff3c5e2409a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1143 | 2024.09.06 06:35:58.554691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 6146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1144 | 2024.09.06 06:35:58.554743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1145 | 2024.09.06 06:35:58.554763 [ 3 ] {} <Debug> HTTP-Session: 66d81cf5-7b17-4d97-bd4f-4fd949e78f1b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1146 | 2024.09.06 06:35:58.554780 [ 3 ] {} <Debug> HTTP-Session: 66d81cf5-7b17-4d97-bd4f-4fd949e78f1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1147 | 2024.09.06 06:35:58.554795 [ 3 ] {} <Debug> HTTP-Session: 66d81cf5-7b17-4d97-bd4f-4fd949e78f1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1148 | 2024.09.06 06:35:58.554827 [ 3 ] {} <Trace> HTTP-Session: 66d81cf5-7b17-4d97-bd4f-4fd949e78f1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1149 | 2024.09.06 06:35:58.554976 [ 3 ] {b7121025-7c32-45f9-82f0-f215186d7e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1150 | 2024.09.06 06:35:58.555023 [ 3 ] {b7121025-7c32-45f9-82f0-f215186d7e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1151 | 2024.09.06 06:35:58.555276 [ 3 ] {b7121025-7c32-45f9-82f0-f215186d7e45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1152 | 2024.09.06 06:35:58.555613 [ 3 ] {b7121025-7c32-45f9-82f0-f215186d7e45} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1153 | 2024.09.06 06:35:58.555649 [ 3 ] {b7121025-7c32-45f9-82f0-f215186d7e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1154 | 2024.09.06 06:35:58.556106 [ 3 ] {b7121025-7c32-45f9-82f0-f215186d7e45} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1155 | 2024.09.06 06:35:58.556672 [ 3 ] {b7121025-7c32-45f9-82f0-f215186d7e45} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1156 | 2024.09.06 06:35:58.556829 [ 3 ] {b7121025-7c32-45f9-82f0-f215186d7e45} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001872 sec., 19230.76923076923 rows/sec., 1.50 MiB/sec. | ||
1157 | 2024.09.06 06:35:58.557110 [ 3 ] {b7121025-7c32-45f9-82f0-f215186d7e45} <Debug> DynamicQueryHandler: Done processing query | ||
1158 | 2024.09.06 06:35:58.557134 [ 3 ] {b7121025-7c32-45f9-82f0-f215186d7e45} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1159 | 2024.09.06 06:35:58.557150 [ 3 ] {} <Debug> HTTP-Session: 66d81cf5-7b17-4d97-bd4f-4fd949e78f1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1160 | 2024.09.06 06:35:58.557305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 11537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1161 | 2024.09.06 06:35:58.557351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1162 | 2024.09.06 06:35:58.557371 [ 3 ] {} <Debug> HTTP-Session: cfea9674-251c-4fd1-915d-8f40c06bda35 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1163 | 2024.09.06 06:35:58.557389 [ 3 ] {} <Debug> HTTP-Session: cfea9674-251c-4fd1-915d-8f40c06bda35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1164 | 2024.09.06 06:35:58.557403 [ 3 ] {} <Debug> HTTP-Session: cfea9674-251c-4fd1-915d-8f40c06bda35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1165 | 2024.09.06 06:35:58.557435 [ 3 ] {} <Trace> HTTP-Session: cfea9674-251c-4fd1-915d-8f40c06bda35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1166 | 2024.09.06 06:35:58.557553 [ 3 ] {1c6af372-533f-4bd2-b68b-ba3c58516f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1167 | 2024.09.06 06:35:58.557601 [ 3 ] {1c6af372-533f-4bd2-b68b-ba3c58516f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1168 | 2024.09.06 06:35:58.557772 [ 3 ] {1c6af372-533f-4bd2-b68b-ba3c58516f8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1169 | 2024.09.06 06:35:58.558164 [ 3 ] {1c6af372-533f-4bd2-b68b-ba3c58516f8e} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1170 | 2024.09.06 06:35:58.558200 [ 3 ] {1c6af372-533f-4bd2-b68b-ba3c58516f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1171 | 2024.09.06 06:35:58.558652 [ 3 ] {1c6af372-533f-4bd2-b68b-ba3c58516f8e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1172 | 2024.09.06 06:35:58.559272 [ 3 ] {1c6af372-533f-4bd2-b68b-ba3c58516f8e} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1173 | 2024.09.06 06:35:58.559430 [ 3 ] {1c6af372-533f-4bd2-b68b-ba3c58516f8e} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001913 sec., 31364.349189754314 rows/sec., 2.20 MiB/sec. | ||
1174 | 2024.09.06 06:35:58.559596 [ 3 ] {1c6af372-533f-4bd2-b68b-ba3c58516f8e} <Debug> DynamicQueryHandler: Done processing query | ||
1175 | 2024.09.06 06:35:58.559620 [ 3 ] {1c6af372-533f-4bd2-b68b-ba3c58516f8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1176 | 2024.09.06 06:35:58.559635 [ 3 ] {} <Debug> HTTP-Session: cfea9674-251c-4fd1-915d-8f40c06bda35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1177 | 2024.09.06 06:35:58.559755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1178 | 2024.09.06 06:35:58.559802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1179 | 2024.09.06 06:35:58.559822 [ 3 ] {} <Debug> HTTP-Session: 59aa9e16-9292-4892-82be-07f16ff79a76 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1180 | 2024.09.06 06:35:58.559839 [ 3 ] {} <Debug> HTTP-Session: 59aa9e16-9292-4892-82be-07f16ff79a76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1181 | 2024.09.06 06:35:58.559854 [ 3 ] {} <Debug> HTTP-Session: 59aa9e16-9292-4892-82be-07f16ff79a76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1182 | 2024.09.06 06:35:58.559885 [ 3 ] {} <Trace> HTTP-Session: 59aa9e16-9292-4892-82be-07f16ff79a76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1183 | 2024.09.06 06:35:58.559988 [ 3 ] {d5f4428f-eb95-4fb9-8824-92cdfc694bd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1184 | 2024.09.06 06:35:58.560033 [ 3 ] {d5f4428f-eb95-4fb9-8824-92cdfc694bd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1185 | 2024.09.06 06:35:58.560159 [ 3 ] {d5f4428f-eb95-4fb9-8824-92cdfc694bd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1186 | 2024.09.06 06:35:58.560446 [ 3 ] {d5f4428f-eb95-4fb9-8824-92cdfc694bd4} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1187 | 2024.09.06 06:35:58.560483 [ 3 ] {d5f4428f-eb95-4fb9-8824-92cdfc694bd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1188 | 2024.09.06 06:35:58.560955 [ 3 ] {d5f4428f-eb95-4fb9-8824-92cdfc694bd4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1189 | 2024.09.06 06:35:58.561556 [ 3 ] {d5f4428f-eb95-4fb9-8824-92cdfc694bd4} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1190 | 2024.09.06 06:35:58.561709 [ 3 ] {d5f4428f-eb95-4fb9-8824-92cdfc694bd4} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001741 sec., 17231.47616312464 rows/sec., 1.14 MiB/sec. | ||
1191 | 2024.09.06 06:35:58.561964 [ 3 ] {d5f4428f-eb95-4fb9-8824-92cdfc694bd4} <Debug> DynamicQueryHandler: Done processing query | ||
1192 | 2024.09.06 06:35:58.561989 [ 3 ] {d5f4428f-eb95-4fb9-8824-92cdfc694bd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1193 | 2024.09.06 06:35:58.562006 [ 3 ] {} <Debug> HTTP-Session: 59aa9e16-9292-4892-82be-07f16ff79a76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1194 | 2024.09.06 06:36:00.500915 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1195 | 2024.09.06 06:36:00.500983 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1196 | 2024.09.06 06:36:03.555452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 7831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1197 | 2024.09.06 06:36:03.555566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1198 | 2024.09.06 06:36:03.555593 [ 3 ] {} <Debug> HTTP-Session: e6f4b49c-a57d-477d-ade3-2943da781ccf Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1199 | 2024.09.06 06:36:03.555619 [ 3 ] {} <Debug> HTTP-Session: e6f4b49c-a57d-477d-ade3-2943da781ccf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1200 | 2024.09.06 06:36:03.555635 [ 3 ] {} <Debug> HTTP-Session: e6f4b49c-a57d-477d-ade3-2943da781ccf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1201 | 2024.09.06 06:36:03.555685 [ 3 ] {} <Trace> HTTP-Session: e6f4b49c-a57d-477d-ade3-2943da781ccf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1202 | 2024.09.06 06:36:03.555884 [ 3 ] {9c085d8c-8e1d-480c-8335-1bdf3747c61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1203 | 2024.09.06 06:36:03.555953 [ 3 ] {9c085d8c-8e1d-480c-8335-1bdf3747c61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1204 | 2024.09.06 06:36:03.556280 [ 3 ] {9c085d8c-8e1d-480c-8335-1bdf3747c61b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1205 | 2024.09.06 06:36:03.556728 [ 3 ] {9c085d8c-8e1d-480c-8335-1bdf3747c61b} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1206 | 2024.09.06 06:36:03.556770 [ 3 ] {9c085d8c-8e1d-480c-8335-1bdf3747c61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1207 | 2024.09.06 06:36:03.557190 [ 3 ] {9c085d8c-8e1d-480c-8335-1bdf3747c61b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1208 | 2024.09.06 06:36:03.557594 [ 3 ] {9c085d8c-8e1d-480c-8335-1bdf3747c61b} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1209 | 2024.09.06 06:36:03.557760 [ 3 ] {9c085d8c-8e1d-480c-8335-1bdf3747c61b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001938 sec., 28895.768833849328 rows/sec., 2.22 MiB/sec. | ||
1210 | 2024.09.06 06:36:03.557971 [ 3 ] {9c085d8c-8e1d-480c-8335-1bdf3747c61b} <Debug> DynamicQueryHandler: Done processing query | ||
1211 | 2024.09.06 06:36:03.557998 [ 3 ] {9c085d8c-8e1d-480c-8335-1bdf3747c61b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1212 | 2024.09.06 06:36:03.558016 [ 3 ] {} <Debug> HTTP-Session: e6f4b49c-a57d-477d-ade3-2943da781ccf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1213 | 2024.09.06 06:36:03.558178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1214 | 2024.09.06 06:36:03.558231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1215 | 2024.09.06 06:36:03.558251 [ 3 ] {} <Debug> HTTP-Session: d5e52ae6-541e-4c16-ab75-816939abae61 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1216 | 2024.09.06 06:36:03.558268 [ 3 ] {} <Debug> HTTP-Session: d5e52ae6-541e-4c16-ab75-816939abae61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1217 | 2024.09.06 06:36:03.558283 [ 3 ] {} <Debug> HTTP-Session: d5e52ae6-541e-4c16-ab75-816939abae61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1218 | 2024.09.06 06:36:03.558315 [ 3 ] {} <Trace> HTTP-Session: d5e52ae6-541e-4c16-ab75-816939abae61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1219 | 2024.09.06 06:36:03.558433 [ 3 ] {89b5dfe4-7654-4173-9a25-f18605710dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1220 | 2024.09.06 06:36:03.558477 [ 3 ] {89b5dfe4-7654-4173-9a25-f18605710dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1221 | 2024.09.06 06:36:03.558702 [ 3 ] {89b5dfe4-7654-4173-9a25-f18605710dd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1222 | 2024.09.06 06:36:03.559049 [ 3 ] {89b5dfe4-7654-4173-9a25-f18605710dd7} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1223 | 2024.09.06 06:36:03.559087 [ 3 ] {89b5dfe4-7654-4173-9a25-f18605710dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1224 | 2024.09.06 06:36:03.559444 [ 3 ] {89b5dfe4-7654-4173-9a25-f18605710dd7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1225 | 2024.09.06 06:36:03.559829 [ 3 ] {89b5dfe4-7654-4173-9a25-f18605710dd7} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1226 | 2024.09.06 06:36:03.559992 [ 3 ] {89b5dfe4-7654-4173-9a25-f18605710dd7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001594 sec., 40150.564617314936 rows/sec., 3.13 MiB/sec. | ||
1227 | 2024.09.06 06:36:03.560283 [ 3 ] {89b5dfe4-7654-4173-9a25-f18605710dd7} <Debug> DynamicQueryHandler: Done processing query | ||
1228 | 2024.09.06 06:36:03.560308 [ 3 ] {89b5dfe4-7654-4173-9a25-f18605710dd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1229 | 2024.09.06 06:36:03.560325 [ 3 ] {} <Debug> HTTP-Session: d5e52ae6-541e-4c16-ab75-816939abae61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1230 | 2024.09.06 06:36:03.560539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 22952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1231 | 2024.09.06 06:36:03.560587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1232 | 2024.09.06 06:36:03.560607 [ 3 ] {} <Debug> HTTP-Session: fd964655-70d3-4fc1-bc6d-b2e3f10520bb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1233 | 2024.09.06 06:36:03.560624 [ 3 ] {} <Debug> HTTP-Session: fd964655-70d3-4fc1-bc6d-b2e3f10520bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1234 | 2024.09.06 06:36:03.560638 [ 3 ] {} <Debug> HTTP-Session: fd964655-70d3-4fc1-bc6d-b2e3f10520bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1235 | 2024.09.06 06:36:03.560668 [ 3 ] {} <Trace> HTTP-Session: fd964655-70d3-4fc1-bc6d-b2e3f10520bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1236 | 2024.09.06 06:36:03.560803 [ 3 ] {015ccb85-e63b-4322-ae08-19d01a4ee028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1237 | 2024.09.06 06:36:03.560852 [ 3 ] {015ccb85-e63b-4322-ae08-19d01a4ee028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1238 | 2024.09.06 06:36:03.561018 [ 3 ] {015ccb85-e63b-4322-ae08-19d01a4ee028} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1239 | 2024.09.06 06:36:03.561371 [ 3 ] {015ccb85-e63b-4322-ae08-19d01a4ee028} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1240 | 2024.09.06 06:36:03.561407 [ 3 ] {015ccb85-e63b-4322-ae08-19d01a4ee028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1241 | 2024.09.06 06:36:03.561791 [ 3 ] {015ccb85-e63b-4322-ae08-19d01a4ee028} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1242 | 2024.09.06 06:36:03.562137 [ 3 ] {015ccb85-e63b-4322-ae08-19d01a4ee028} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1243 | 2024.09.06 06:36:03.562292 [ 3 ] {015ccb85-e63b-4322-ae08-19d01a4ee028} <Debug> executeQuery: Read 120 rows, 8.57 KiB in 0.001542 sec., 77821.01167315175 rows/sec., 5.43 MiB/sec. | ||
1244 | 2024.09.06 06:36:03.562570 [ 3 ] {015ccb85-e63b-4322-ae08-19d01a4ee028} <Debug> DynamicQueryHandler: Done processing query | ||
1245 | 2024.09.06 06:36:03.562595 [ 3 ] {015ccb85-e63b-4322-ae08-19d01a4ee028} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1246 | 2024.09.06 06:36:03.562612 [ 3 ] {} <Debug> HTTP-Session: fd964655-70d3-4fc1-bc6d-b2e3f10520bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1247 | 2024.09.06 06:36:03.562735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1248 | 2024.09.06 06:36:03.562784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1249 | 2024.09.06 06:36:03.562804 [ 3 ] {} <Debug> HTTP-Session: 6963e72b-3a2c-4278-8cd8-687306512f5c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1250 | 2024.09.06 06:36:03.562822 [ 3 ] {} <Debug> HTTP-Session: 6963e72b-3a2c-4278-8cd8-687306512f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1251 | 2024.09.06 06:36:03.562836 [ 3 ] {} <Debug> HTTP-Session: 6963e72b-3a2c-4278-8cd8-687306512f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1252 | 2024.09.06 06:36:03.562867 [ 3 ] {} <Trace> HTTP-Session: 6963e72b-3a2c-4278-8cd8-687306512f5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1253 | 2024.09.06 06:36:03.562977 [ 3 ] {8574a9b4-6df2-4541-8dae-bea1f5407993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1254 | 2024.09.06 06:36:03.563024 [ 3 ] {8574a9b4-6df2-4541-8dae-bea1f5407993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1255 | 2024.09.06 06:36:03.563172 [ 3 ] {8574a9b4-6df2-4541-8dae-bea1f5407993} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1256 | 2024.09.06 06:36:03.563466 [ 3 ] {8574a9b4-6df2-4541-8dae-bea1f5407993} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1257 | 2024.09.06 06:36:03.563502 [ 3 ] {8574a9b4-6df2-4541-8dae-bea1f5407993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1258 | 2024.09.06 06:36:03.563861 [ 3 ] {8574a9b4-6df2-4541-8dae-bea1f5407993} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1259 | 2024.09.06 06:36:03.564179 [ 3 ] {8574a9b4-6df2-4541-8dae-bea1f5407993} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1260 | 2024.09.06 06:36:03.564298 [ 3 ] {8574a9b4-6df2-4541-8dae-bea1f5407993} <Debug> executeQuery: Read 48 rows, 3.30 KiB in 0.001357 sec., 35372.14443625645 rows/sec., 2.37 MiB/sec. | ||
1261 | 2024.09.06 06:36:03.564502 [ 3 ] {8574a9b4-6df2-4541-8dae-bea1f5407993} <Debug> DynamicQueryHandler: Done processing query | ||
1262 | 2024.09.06 06:36:03.564527 [ 3 ] {8574a9b4-6df2-4541-8dae-bea1f5407993} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1263 | 2024.09.06 06:36:03.564547 [ 3 ] {} <Debug> HTTP-Session: 6963e72b-3a2c-4278-8cd8-687306512f5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1264 | 2024.09.06 06:36:08.547979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1265 | 2024.09.06 06:36:08.548107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1266 | 2024.09.06 06:36:08.548132 [ 3 ] {} <Debug> HTTP-Session: c418f2db-0181-408a-bed6-d2fa613e3be0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1267 | 2024.09.06 06:36:08.548157 [ 3 ] {} <Debug> HTTP-Session: c418f2db-0181-408a-bed6-d2fa613e3be0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1268 | 2024.09.06 06:36:08.548172 [ 3 ] {} <Debug> HTTP-Session: c418f2db-0181-408a-bed6-d2fa613e3be0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1269 | 2024.09.06 06:36:08.548221 [ 3 ] {} <Trace> HTTP-Session: c418f2db-0181-408a-bed6-d2fa613e3be0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1270 | 2024.09.06 06:36:08.548441 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1271 | 2024.09.06 06:36:08.551297 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1272 | 2024.09.06 06:36:08.553450 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1273 | 2024.09.06 06:36:08.553770 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1274 | 2024.09.06 06:36:08.556236 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1275 | 2024.09.06 06:36:08.561413 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1276 | 2024.09.06 06:36:08.568403 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1277 | 2024.09.06 06:36:08.570323 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (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 | ||
1278 | 2024.09.06 06:36:08.570350 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1279 | 2024.09.06 06:36:08.572794 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1280 | 2024.09.06 06:36:08.572829 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1281 | 2024.09.06 06:36:08.599257 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.050911 sec., 353.55817014004833 rows/sec., 14.46 KiB/sec. | ||
1282 | 2024.09.06 06:36:08.599579 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Debug> DynamicQueryHandler: Done processing query | ||
1283 | 2024.09.06 06:36:08.599607 [ 3 ] {23926c89-f5ab-4bf9-8577-7bef6fe5d7fc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1284 | 2024.09.06 06:36:08.599625 [ 3 ] {} <Debug> HTTP-Session: c418f2db-0181-408a-bed6-d2fa613e3be0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1285 | 2024.09.06 06:36:08.610605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1286 | 2024.09.06 06:36:08.610683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1287 | 2024.09.06 06:36:08.610710 [ 3 ] {} <Debug> HTTP-Session: fe116a9e-3ee0-486b-9da1-3f3b67ac2830 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1288 | 2024.09.06 06:36:08.610737 [ 3 ] {} <Debug> HTTP-Session: fe116a9e-3ee0-486b-9da1-3f3b67ac2830 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1289 | 2024.09.06 06:36:08.610755 [ 3 ] {} <Debug> HTTP-Session: fe116a9e-3ee0-486b-9da1-3f3b67ac2830 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1290 | 2024.09.06 06:36:08.610806 [ 3 ] {} <Trace> HTTP-Session: fe116a9e-3ee0-486b-9da1-3f3b67ac2830 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1291 | 2024.09.06 06:36:08.610962 [ 3 ] {51aed798-c9fe-484f-b10e-b5c5f979bfdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1292 | 2024.09.06 06:36:08.611046 [ 3 ] {51aed798-c9fe-484f-b10e-b5c5f979bfdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1293 | 2024.09.06 06:36:08.611246 [ 3 ] {51aed798-c9fe-484f-b10e-b5c5f979bfdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1294 | 2024.09.06 06:36:08.611644 [ 3 ] {51aed798-c9fe-484f-b10e-b5c5f979bfdf} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1295 | 2024.09.06 06:36:08.611682 [ 3 ] {51aed798-c9fe-484f-b10e-b5c5f979bfdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1296 | 2024.09.06 06:36:08.612222 [ 3 ] {51aed798-c9fe-484f-b10e-b5c5f979bfdf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1297 | 2024.09.06 06:36:08.612608 [ 3 ] {51aed798-c9fe-484f-b10e-b5c5f979bfdf} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1298 | 2024.09.06 06:36:08.612750 [ 3 ] {51aed798-c9fe-484f-b10e-b5c5f979bfdf} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.001838 sec., 544.069640914037 rows/sec., 81.29 KiB/sec. | ||
1299 | 2024.09.06 06:36:08.613037 [ 3 ] {51aed798-c9fe-484f-b10e-b5c5f979bfdf} <Debug> DynamicQueryHandler: Done processing query | ||
1300 | 2024.09.06 06:36:08.613063 [ 3 ] {51aed798-c9fe-484f-b10e-b5c5f979bfdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1301 | 2024.09.06 06:36:08.613079 [ 3 ] {} <Debug> HTTP-Session: fe116a9e-3ee0-486b-9da1-3f3b67ac2830 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1302 | 2024.09.06 06:36:08.613225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 10389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1303 | 2024.09.06 06:36:08.613274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1304 | 2024.09.06 06:36:08.613293 [ 3 ] {} <Debug> HTTP-Session: ab0f18b6-945f-4c34-9f4e-53b1973a21eb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1305 | 2024.09.06 06:36:08.613310 [ 3 ] {} <Debug> HTTP-Session: ab0f18b6-945f-4c34-9f4e-53b1973a21eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1306 | 2024.09.06 06:36:08.613324 [ 3 ] {} <Debug> HTTP-Session: ab0f18b6-945f-4c34-9f4e-53b1973a21eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1307 | 2024.09.06 06:36:08.613355 [ 3 ] {} <Trace> HTTP-Session: ab0f18b6-945f-4c34-9f4e-53b1973a21eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1308 | 2024.09.06 06:36:08.613476 [ 3 ] {96a3d4e2-8a3f-4dc9-8db0-d9036ab6a5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1309 | 2024.09.06 06:36:08.613519 [ 3 ] {96a3d4e2-8a3f-4dc9-8db0-d9036ab6a5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1310 | 2024.09.06 06:36:08.613782 [ 3 ] {96a3d4e2-8a3f-4dc9-8db0-d9036ab6a5d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1311 | 2024.09.06 06:36:08.614151 [ 3 ] {96a3d4e2-8a3f-4dc9-8db0-d9036ab6a5d3} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1312 | 2024.09.06 06:36:08.614187 [ 3 ] {96a3d4e2-8a3f-4dc9-8db0-d9036ab6a5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1313 | 2024.09.06 06:36:08.614597 [ 3 ] {96a3d4e2-8a3f-4dc9-8db0-d9036ab6a5d3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1314 | 2024.09.06 06:36:08.614970 [ 3 ] {96a3d4e2-8a3f-4dc9-8db0-d9036ab6a5d3} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1315 | 2024.09.06 06:36:08.615096 [ 3 ] {96a3d4e2-8a3f-4dc9-8db0-d9036ab6a5d3} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001662 sec., 43321.29963898917 rows/sec., 3.52 MiB/sec. | ||
1316 | 2024.09.06 06:36:08.615319 [ 3 ] {96a3d4e2-8a3f-4dc9-8db0-d9036ab6a5d3} <Debug> DynamicQueryHandler: Done processing query | ||
1317 | 2024.09.06 06:36:08.615344 [ 3 ] {96a3d4e2-8a3f-4dc9-8db0-d9036ab6a5d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1318 | 2024.09.06 06:36:08.615360 [ 3 ] {} <Debug> HTTP-Session: ab0f18b6-945f-4c34-9f4e-53b1973a21eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1319 | 2024.09.06 06:36:08.615502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1320 | 2024.09.06 06:36:08.615550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1321 | 2024.09.06 06:36:08.615579 [ 3 ] {} <Debug> HTTP-Session: dd0722c6-ee45-4302-a4e7-e1bd87ef3d4c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1322 | 2024.09.06 06:36:08.615600 [ 3 ] {} <Debug> HTTP-Session: dd0722c6-ee45-4302-a4e7-e1bd87ef3d4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1323 | 2024.09.06 06:36:08.615614 [ 3 ] {} <Debug> HTTP-Session: dd0722c6-ee45-4302-a4e7-e1bd87ef3d4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1324 | 2024.09.06 06:36:08.615645 [ 3 ] {} <Trace> HTTP-Session: dd0722c6-ee45-4302-a4e7-e1bd87ef3d4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1325 | 2024.09.06 06:36:08.615740 [ 3 ] {45627d4c-413c-4c59-88d7-7f4c87b91f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1326 | 2024.09.06 06:36:08.615784 [ 3 ] {45627d4c-413c-4c59-88d7-7f4c87b91f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1327 | 2024.09.06 06:36:08.618285 [ 3 ] {45627d4c-413c-4c59-88d7-7f4c87b91f30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1328 | 2024.09.06 06:36:08.621074 [ 3 ] {45627d4c-413c-4c59-88d7-7f4c87b91f30} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1329 | 2024.09.06 06:36:08.621114 [ 3 ] {45627d4c-413c-4c59-88d7-7f4c87b91f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1330 | 2024.09.06 06:36:08.621525 [ 3 ] {45627d4c-413c-4c59-88d7-7f4c87b91f30} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1331 | 2024.09.06 06:36:08.621965 [ 3 ] {45627d4c-413c-4c59-88d7-7f4c87b91f30} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1332 | 2024.09.06 06:36:08.622108 [ 3 ] {45627d4c-413c-4c59-88d7-7f4c87b91f30} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.006391 sec., 1251.7602879048661 rows/sec., 94.13 KiB/sec. | ||
1333 | 2024.09.06 06:36:08.622386 [ 3 ] {45627d4c-413c-4c59-88d7-7f4c87b91f30} <Debug> DynamicQueryHandler: Done processing query | ||
1334 | 2024.09.06 06:36:08.622411 [ 3 ] {45627d4c-413c-4c59-88d7-7f4c87b91f30} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1335 | 2024.09.06 06:36:08.622427 [ 3 ] {} <Debug> HTTP-Session: dd0722c6-ee45-4302-a4e7-e1bd87ef3d4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1336 | 2024.09.06 06:36:08.622577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1337 | 2024.09.06 06:36:08.622625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1338 | 2024.09.06 06:36:08.622643 [ 3 ] {} <Debug> HTTP-Session: 4b6bfee7-99ad-4866-b50a-0b0f4cab9817 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1339 | 2024.09.06 06:36:08.622660 [ 3 ] {} <Debug> HTTP-Session: 4b6bfee7-99ad-4866-b50a-0b0f4cab9817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1340 | 2024.09.06 06:36:08.622674 [ 3 ] {} <Debug> HTTP-Session: 4b6bfee7-99ad-4866-b50a-0b0f4cab9817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1341 | 2024.09.06 06:36:08.622705 [ 3 ] {} <Trace> HTTP-Session: 4b6bfee7-99ad-4866-b50a-0b0f4cab9817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1342 | 2024.09.06 06:36:08.622820 [ 3 ] {9e3f0806-8af5-48ef-94eb-242827ad206d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1343 | 2024.09.06 06:36:08.622863 [ 3 ] {9e3f0806-8af5-48ef-94eb-242827ad206d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1344 | 2024.09.06 06:36:08.623101 [ 3 ] {9e3f0806-8af5-48ef-94eb-242827ad206d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1345 | 2024.09.06 06:36:08.623446 [ 3 ] {9e3f0806-8af5-48ef-94eb-242827ad206d} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1346 | 2024.09.06 06:36:08.623483 [ 3 ] {9e3f0806-8af5-48ef-94eb-242827ad206d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1347 | 2024.09.06 06:36:08.623932 [ 3 ] {9e3f0806-8af5-48ef-94eb-242827ad206d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1348 | 2024.09.06 06:36:08.624300 [ 3 ] {9e3f0806-8af5-48ef-94eb-242827ad206d} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1349 | 2024.09.06 06:36:08.624424 [ 3 ] {9e3f0806-8af5-48ef-94eb-242827ad206d} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001646 sec., 43742.40583232078 rows/sec., 3.41 MiB/sec. | ||
1350 | 2024.09.06 06:36:08.624642 [ 3 ] {9e3f0806-8af5-48ef-94eb-242827ad206d} <Debug> DynamicQueryHandler: Done processing query | ||
1351 | 2024.09.06 06:36:08.624666 [ 3 ] {9e3f0806-8af5-48ef-94eb-242827ad206d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1352 | 2024.09.06 06:36:08.624682 [ 3 ] {} <Debug> HTTP-Session: 4b6bfee7-99ad-4866-b50a-0b0f4cab9817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1353 | 2024.09.06 06:36:08.624932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1354 | 2024.09.06 06:36:08.624978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1355 | 2024.09.06 06:36:08.624997 [ 3 ] {} <Debug> HTTP-Session: d7c67ec2-a835-48a8-8e77-2adf646361fd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1356 | 2024.09.06 06:36:08.625015 [ 3 ] {} <Debug> HTTP-Session: d7c67ec2-a835-48a8-8e77-2adf646361fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1357 | 2024.09.06 06:36:08.625029 [ 3 ] {} <Debug> HTTP-Session: d7c67ec2-a835-48a8-8e77-2adf646361fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1358 | 2024.09.06 06:36:08.625060 [ 3 ] {} <Trace> HTTP-Session: d7c67ec2-a835-48a8-8e77-2adf646361fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1359 | 2024.09.06 06:36:08.625314 [ 3 ] {44e0a784-0ceb-4324-9838-fdf16143c755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1360 | 2024.09.06 06:36:08.625362 [ 3 ] {44e0a784-0ceb-4324-9838-fdf16143c755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1361 | 2024.09.06 06:36:08.625501 [ 3 ] {44e0a784-0ceb-4324-9838-fdf16143c755} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1362 | 2024.09.06 06:36:08.625878 [ 3 ] {44e0a784-0ceb-4324-9838-fdf16143c755} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1363 | 2024.09.06 06:36:08.625913 [ 3 ] {44e0a784-0ceb-4324-9838-fdf16143c755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1364 | 2024.09.06 06:36:08.626314 [ 3 ] {44e0a784-0ceb-4324-9838-fdf16143c755} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1365 | 2024.09.06 06:36:08.626645 [ 3 ] {44e0a784-0ceb-4324-9838-fdf16143c755} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1366 | 2024.09.06 06:36:08.626767 [ 3 ] {44e0a784-0ceb-4324-9838-fdf16143c755} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec. | ||
1367 | 2024.09.06 06:36:08.627030 [ 3 ] {44e0a784-0ceb-4324-9838-fdf16143c755} <Debug> DynamicQueryHandler: Done processing query | ||
1368 | 2024.09.06 06:36:08.627054 [ 3 ] {44e0a784-0ceb-4324-9838-fdf16143c755} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1369 | 2024.09.06 06:36:08.627071 [ 3 ] {} <Debug> HTTP-Session: d7c67ec2-a835-48a8-8e77-2adf646361fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1370 | 2024.09.06 06:36:08.627247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 13992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1371 | 2024.09.06 06:36:08.627295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1372 | 2024.09.06 06:36:08.627313 [ 3 ] {} <Debug> HTTP-Session: 431c19db-c3d1-41f3-8b20-583013b037bb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1373 | 2024.09.06 06:36:08.627330 [ 3 ] {} <Debug> HTTP-Session: 431c19db-c3d1-41f3-8b20-583013b037bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1374 | 2024.09.06 06:36:08.627345 [ 3 ] {} <Debug> HTTP-Session: 431c19db-c3d1-41f3-8b20-583013b037bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1375 | 2024.09.06 06:36:08.627375 [ 3 ] {} <Trace> HTTP-Session: 431c19db-c3d1-41f3-8b20-583013b037bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1376 | 2024.09.06 06:36:08.627543 [ 3 ] {a1c68c17-08a5-4881-acce-157037323615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1377 | 2024.09.06 06:36:08.627612 [ 3 ] {a1c68c17-08a5-4881-acce-157037323615} <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_histogramu64 | ||
1378 | 2024.09.06 06:36:08.628023 [ 3 ] {a1c68c17-08a5-4881-acce-157037323615} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1379 | 2024.09.06 06:36:08.630832 [ 3 ] {a1c68c17-08a5-4881-acce-157037323615} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1380 | 2024.09.06 06:36:08.630878 [ 3 ] {a1c68c17-08a5-4881-acce-157037323615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1381 | 2024.09.06 06:36:08.637027 [ 3 ] {a1c68c17-08a5-4881-acce-157037323615} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1382 | 2024.09.06 06:36:08.637523 [ 3 ] {a1c68c17-08a5-4881-acce-157037323615} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1383 | 2024.09.06 06:36:08.637670 [ 3 ] {a1c68c17-08a5-4881-acce-157037323615} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.010221 sec., 782.7022796203895 rows/sec., 1.40 MiB/sec. | ||
1384 | 2024.09.06 06:36:08.637948 [ 3 ] {a1c68c17-08a5-4881-acce-157037323615} <Debug> DynamicQueryHandler: Done processing query | ||
1385 | 2024.09.06 06:36:08.637974 [ 3 ] {a1c68c17-08a5-4881-acce-157037323615} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
1386 | 2024.09.06 06:36:08.637991 [ 3 ] {} <Debug> HTTP-Session: 431c19db-c3d1-41f3-8b20-583013b037bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1387 | 2024.09.06 06:36:08.638133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1388 | 2024.09.06 06:36:08.638184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1389 | 2024.09.06 06:36:08.638204 [ 3 ] {} <Debug> HTTP-Session: b863eb2e-f98c-4256-9cd9-7380f6d4bc12 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1390 | 2024.09.06 06:36:08.638222 [ 3 ] {} <Debug> HTTP-Session: b863eb2e-f98c-4256-9cd9-7380f6d4bc12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1391 | 2024.09.06 06:36:08.638236 [ 3 ] {} <Debug> HTTP-Session: b863eb2e-f98c-4256-9cd9-7380f6d4bc12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1392 | 2024.09.06 06:36:08.638269 [ 3 ] {} <Trace> HTTP-Session: b863eb2e-f98c-4256-9cd9-7380f6d4bc12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1393 | 2024.09.06 06:36:08.638387 [ 3 ] {896fa1d6-2c87-48ca-81f1-4948feaaac03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1394 | 2024.09.06 06:36:08.638435 [ 3 ] {896fa1d6-2c87-48ca-81f1-4948feaaac03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1395 | 2024.09.06 06:36:08.638566 [ 3 ] {896fa1d6-2c87-48ca-81f1-4948feaaac03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1396 | 2024.09.06 06:36:08.638874 [ 3 ] {896fa1d6-2c87-48ca-81f1-4948feaaac03} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1397 | 2024.09.06 06:36:08.638910 [ 3 ] {896fa1d6-2c87-48ca-81f1-4948feaaac03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1398 | 2024.09.06 06:36:08.639276 [ 3 ] {896fa1d6-2c87-48ca-81f1-4948feaaac03} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1399 | 2024.09.06 06:36:08.639618 [ 3 ] {896fa1d6-2c87-48ca-81f1-4948feaaac03} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1400 | 2024.09.06 06:36:08.639744 [ 3 ] {896fa1d6-2c87-48ca-81f1-4948feaaac03} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
1401 | 2024.09.06 06:36:08.640003 [ 3 ] {896fa1d6-2c87-48ca-81f1-4948feaaac03} <Debug> DynamicQueryHandler: Done processing query | ||
1402 | 2024.09.06 06:36:08.640029 [ 3 ] {896fa1d6-2c87-48ca-81f1-4948feaaac03} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1403 | 2024.09.06 06:36:08.640045 [ 3 ] {} <Debug> HTTP-Session: b863eb2e-f98c-4256-9cd9-7380f6d4bc12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1404 | 2024.09.06 06:36:09.000165 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.49 MiB, peak 180.76 MiB, free memory in arenas 0.00 B, will set to 176.70 MiB (RSS), difference: 1.21 MiB | ||
1405 | 2024.09.06 06:36:13.555677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 7831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1406 | 2024.09.06 06:36:13.555802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1407 | 2024.09.06 06:36:13.555827 [ 3 ] {} <Debug> HTTP-Session: 3d68f874-8878-4995-853f-7e32856ebc22 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1408 | 2024.09.06 06:36:13.555853 [ 3 ] {} <Debug> HTTP-Session: 3d68f874-8878-4995-853f-7e32856ebc22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1409 | 2024.09.06 06:36:13.555873 [ 3 ] {} <Debug> HTTP-Session: 3d68f874-8878-4995-853f-7e32856ebc22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1410 | 2024.09.06 06:36:13.555930 [ 3 ] {} <Trace> HTTP-Session: 3d68f874-8878-4995-853f-7e32856ebc22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1411 | 2024.09.06 06:36:13.556123 [ 3 ] {ce752e93-5256-4a49-bb1c-007b4f228440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1412 | 2024.09.06 06:36:13.556188 [ 3 ] {ce752e93-5256-4a49-bb1c-007b4f228440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1413 | 2024.09.06 06:36:13.556519 [ 3 ] {ce752e93-5256-4a49-bb1c-007b4f228440} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1414 | 2024.09.06 06:36:13.556956 [ 3 ] {ce752e93-5256-4a49-bb1c-007b4f228440} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1415 | 2024.09.06 06:36:13.556995 [ 3 ] {ce752e93-5256-4a49-bb1c-007b4f228440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1416 | 2024.09.06 06:36:13.557430 [ 3 ] {ce752e93-5256-4a49-bb1c-007b4f228440} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1417 | 2024.09.06 06:36:13.557841 [ 3 ] {ce752e93-5256-4a49-bb1c-007b4f228440} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1418 | 2024.09.06 06:36:13.557987 [ 3 ] {ce752e93-5256-4a49-bb1c-007b4f228440} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.23 MiB/sec. | ||
1419 | 2024.09.06 06:36:13.558171 [ 3 ] {ce752e93-5256-4a49-bb1c-007b4f228440} <Debug> DynamicQueryHandler: Done processing query | ||
1420 | 2024.09.06 06:36:13.558196 [ 3 ] {ce752e93-5256-4a49-bb1c-007b4f228440} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1421 | 2024.09.06 06:36:13.558212 [ 3 ] {} <Debug> HTTP-Session: 3d68f874-8878-4995-853f-7e32856ebc22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1422 | 2024.09.06 06:36:13.558408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1423 | 2024.09.06 06:36:13.558458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1424 | 2024.09.06 06:36:13.558478 [ 3 ] {} <Debug> HTTP-Session: 552c6e12-d03b-4c61-83f3-c2ed41207b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1425 | 2024.09.06 06:36:13.558496 [ 3 ] {} <Debug> HTTP-Session: 552c6e12-d03b-4c61-83f3-c2ed41207b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1426 | 2024.09.06 06:36:13.558510 [ 3 ] {} <Debug> HTTP-Session: 552c6e12-d03b-4c61-83f3-c2ed41207b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1427 | 2024.09.06 06:36:13.558565 [ 3 ] {} <Trace> HTTP-Session: 552c6e12-d03b-4c61-83f3-c2ed41207b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1428 | 2024.09.06 06:36:13.558684 [ 3 ] {4bdf4fc4-0a67-4292-be56-e6c7044053c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1429 | 2024.09.06 06:36:13.558728 [ 3 ] {4bdf4fc4-0a67-4292-be56-e6c7044053c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1430 | 2024.09.06 06:36:13.558952 [ 3 ] {4bdf4fc4-0a67-4292-be56-e6c7044053c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1431 | 2024.09.06 06:36:13.559373 [ 3 ] {4bdf4fc4-0a67-4292-be56-e6c7044053c9} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1432 | 2024.09.06 06:36:13.559415 [ 3 ] {4bdf4fc4-0a67-4292-be56-e6c7044053c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1433 | 2024.09.06 06:36:13.559858 [ 3 ] {4bdf4fc4-0a67-4292-be56-e6c7044053c9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1434 | 2024.09.06 06:36:13.560308 [ 3 ] {4bdf4fc4-0a67-4292-be56-e6c7044053c9} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1435 | 2024.09.06 06:36:13.560465 [ 3 ] {4bdf4fc4-0a67-4292-be56-e6c7044053c9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001819 sec., 35184.16712479384 rows/sec., 2.75 MiB/sec. | ||
1436 | 2024.09.06 06:36:13.560646 [ 3 ] {4bdf4fc4-0a67-4292-be56-e6c7044053c9} <Debug> DynamicQueryHandler: Done processing query | ||
1437 | 2024.09.06 06:36:13.560675 [ 3 ] {4bdf4fc4-0a67-4292-be56-e6c7044053c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1438 | 2024.09.06 06:36:13.560695 [ 3 ] {} <Debug> HTTP-Session: 552c6e12-d03b-4c61-83f3-c2ed41207b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1439 | 2024.09.06 06:36:13.560845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1440 | 2024.09.06 06:36:13.560902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1441 | 2024.09.06 06:36:13.560926 [ 3 ] {} <Debug> HTTP-Session: 0ab687c4-71b2-48d5-ac6b-3a91687b8091 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1442 | 2024.09.06 06:36:13.560947 [ 3 ] {} <Debug> HTTP-Session: 0ab687c4-71b2-48d5-ac6b-3a91687b8091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1443 | 2024.09.06 06:36:13.560966 [ 3 ] {} <Debug> HTTP-Session: 0ab687c4-71b2-48d5-ac6b-3a91687b8091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1444 | 2024.09.06 06:36:13.561005 [ 3 ] {} <Trace> HTTP-Session: 0ab687c4-71b2-48d5-ac6b-3a91687b8091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1445 | 2024.09.06 06:36:13.561225 [ 3 ] {0cabba2b-0b44-451c-af27-df2446c934c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1446 | 2024.09.06 06:36:13.561274 [ 3 ] {0cabba2b-0b44-451c-af27-df2446c934c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1447 | 2024.09.06 06:36:13.561417 [ 3 ] {0cabba2b-0b44-451c-af27-df2446c934c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1448 | 2024.09.06 06:36:13.561837 [ 3 ] {0cabba2b-0b44-451c-af27-df2446c934c3} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1449 | 2024.09.06 06:36:13.561873 [ 3 ] {0cabba2b-0b44-451c-af27-df2446c934c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1450 | 2024.09.06 06:36:13.562271 [ 3 ] {0cabba2b-0b44-451c-af27-df2446c934c3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1451 | 2024.09.06 06:36:13.562618 [ 3 ] {0cabba2b-0b44-451c-af27-df2446c934c3} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1452 | 2024.09.06 06:36:13.562750 [ 3 ] {0cabba2b-0b44-451c-af27-df2446c934c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001654 sec., 96735.18742442563 rows/sec., 6.74 MiB/sec. | ||
1453 | 2024.09.06 06:36:13.562919 [ 3 ] {0cabba2b-0b44-451c-af27-df2446c934c3} <Debug> DynamicQueryHandler: Done processing query | ||
1454 | 2024.09.06 06:36:13.562944 [ 3 ] {0cabba2b-0b44-451c-af27-df2446c934c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1455 | 2024.09.06 06:36:13.562960 [ 3 ] {} <Debug> HTTP-Session: 0ab687c4-71b2-48d5-ac6b-3a91687b8091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1456 | 2024.09.06 06:36:13.563120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1457 | 2024.09.06 06:36:13.563169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1458 | 2024.09.06 06:36:13.563189 [ 3 ] {} <Debug> HTTP-Session: e78f53b0-19aa-455e-84cf-f510a90b37c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1459 | 2024.09.06 06:36:13.563205 [ 3 ] {} <Debug> HTTP-Session: e78f53b0-19aa-455e-84cf-f510a90b37c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1460 | 2024.09.06 06:36:13.563219 [ 3 ] {} <Debug> HTTP-Session: e78f53b0-19aa-455e-84cf-f510a90b37c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1461 | 2024.09.06 06:36:13.563249 [ 3 ] {} <Trace> HTTP-Session: e78f53b0-19aa-455e-84cf-f510a90b37c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1462 | 2024.09.06 06:36:13.563362 [ 3 ] {ee67af70-07ed-442f-aa88-ee1f6bd5ba5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1463 | 2024.09.06 06:36:13.563406 [ 3 ] {ee67af70-07ed-442f-aa88-ee1f6bd5ba5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1464 | 2024.09.06 06:36:13.563535 [ 3 ] {ee67af70-07ed-442f-aa88-ee1f6bd5ba5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1465 | 2024.09.06 06:36:13.563828 [ 3 ] {ee67af70-07ed-442f-aa88-ee1f6bd5ba5e} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1466 | 2024.09.06 06:36:13.563869 [ 3 ] {ee67af70-07ed-442f-aa88-ee1f6bd5ba5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1467 | 2024.09.06 06:36:13.564240 [ 3 ] {ee67af70-07ed-442f-aa88-ee1f6bd5ba5e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1468 | 2024.09.06 06:36:13.564563 [ 3 ] {ee67af70-07ed-442f-aa88-ee1f6bd5ba5e} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1469 | 2024.09.06 06:36:13.564689 [ 3 ] {ee67af70-07ed-442f-aa88-ee1f6bd5ba5e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
1470 | 2024.09.06 06:36:13.564839 [ 3 ] {ee67af70-07ed-442f-aa88-ee1f6bd5ba5e} <Debug> DynamicQueryHandler: Done processing query | ||
1471 | 2024.09.06 06:36:13.564863 [ 3 ] {ee67af70-07ed-442f-aa88-ee1f6bd5ba5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1472 | 2024.09.06 06:36:13.564879 [ 3 ] {} <Debug> HTTP-Session: e78f53b0-19aa-455e-84cf-f510a90b37c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1473 | 2024.09.06 06:36:15.501022 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1474 | 2024.09.06 06:36:15.501076 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1475 | 2024.09.06 06:36:18.557313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 10389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1476 | 2024.09.06 06:36:18.557456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1477 | 2024.09.06 06:36:18.557499 [ 3 ] {} <Debug> HTTP-Session: e2f76cd2-4fa6-468b-8fa6-bb5806eebe71 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1478 | 2024.09.06 06:36:18.557538 [ 3 ] {} <Debug> HTTP-Session: e2f76cd2-4fa6-468b-8fa6-bb5806eebe71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1479 | 2024.09.06 06:36:18.557566 [ 3 ] {} <Debug> HTTP-Session: e2f76cd2-4fa6-468b-8fa6-bb5806eebe71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1480 | 2024.09.06 06:36:18.557643 [ 3 ] {} <Trace> HTTP-Session: e2f76cd2-4fa6-468b-8fa6-bb5806eebe71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1481 | 2024.09.06 06:36:18.557936 [ 3 ] {e1eb0778-f612-4d59-a05c-3f21c9b018c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1482 | 2024.09.06 06:36:18.558039 [ 3 ] {e1eb0778-f612-4d59-a05c-3f21c9b018c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1483 | 2024.09.06 06:36:18.558523 [ 3 ] {e1eb0778-f612-4d59-a05c-3f21c9b018c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1484 | 2024.09.06 06:36:18.558983 [ 3 ] {e1eb0778-f612-4d59-a05c-3f21c9b018c5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1485 | 2024.09.06 06:36:18.559023 [ 3 ] {e1eb0778-f612-4d59-a05c-3f21c9b018c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1486 | 2024.09.06 06:36:18.559426 [ 3 ] {e1eb0778-f612-4d59-a05c-3f21c9b018c5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1487 | 2024.09.06 06:36:18.559807 [ 3 ] {e1eb0778-f612-4d59-a05c-3f21c9b018c5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1488 | 2024.09.06 06:36:18.559947 [ 3 ] {e1eb0778-f612-4d59-a05c-3f21c9b018c5} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002123 sec., 33914.27225624117 rows/sec., 2.76 MiB/sec. | ||
1489 | 2024.09.06 06:36:18.559952 [ 74 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1490 | 2024.09.06 06:36:18.560031 [ 74 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1491 | 2024.09.06 06:36:18.560070 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1492 | 2024.09.06 06:36:18.560209 [ 3 ] {e1eb0778-f612-4d59-a05c-3f21c9b018c5} <Debug> DynamicQueryHandler: Done processing query | ||
1493 | 2024.09.06 06:36:18.560246 [ 3 ] {e1eb0778-f612-4d59-a05c-3f21c9b018c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1494 | 2024.09.06 06:36:18.560265 [ 3 ] {} <Debug> HTTP-Session: e2f76cd2-4fa6-468b-8fa6-bb5806eebe71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1495 | 2024.09.06 06:36:18.560386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1496 | 2024.09.06 06:36:18.560438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1497 | 2024.09.06 06:36:18.560457 [ 3 ] {} <Debug> HTTP-Session: a0556ec1-621a-4a96-94e6-66e5a8357b7c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1498 | 2024.09.06 06:36:18.560474 [ 3 ] {} <Debug> HTTP-Session: a0556ec1-621a-4a96-94e6-66e5a8357b7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1499 | 2024.09.06 06:36:18.560489 [ 3 ] {} <Debug> HTTP-Session: a0556ec1-621a-4a96-94e6-66e5a8357b7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1500 | 2024.09.06 06:36:18.560521 [ 3 ] {} <Trace> HTTP-Session: a0556ec1-621a-4a96-94e6-66e5a8357b7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1501 | 2024.09.06 06:36:18.560623 [ 3 ] {15b2356d-0bc1-4126-8f28-609849a7ce96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1502 | 2024.09.06 06:36:18.560669 [ 3 ] {15b2356d-0bc1-4126-8f28-609849a7ce96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1503 | 2024.09.06 06:36:18.560898 [ 3 ] {15b2356d-0bc1-4126-8f28-609849a7ce96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1504 | 2024.09.06 06:36:18.561210 [ 3 ] {15b2356d-0bc1-4126-8f28-609849a7ce96} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1505 | 2024.09.06 06:36:18.561245 [ 3 ] {15b2356d-0bc1-4126-8f28-609849a7ce96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1506 | 2024.09.06 06:36:18.561576 [ 3 ] {15b2356d-0bc1-4126-8f28-609849a7ce96} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1507 | 2024.09.06 06:36:18.561945 [ 3 ] {15b2356d-0bc1-4126-8f28-609849a7ce96} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1508 | 2024.09.06 06:36:18.562065 [ 3 ] {15b2356d-0bc1-4126-8f28-609849a7ce96} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001472 sec., 5434.782608695652 rows/sec., 408.67 KiB/sec. | ||
1509 | 2024.09.06 06:36:18.562259 [ 3 ] {15b2356d-0bc1-4126-8f28-609849a7ce96} <Debug> DynamicQueryHandler: Done processing query | ||
1510 | 2024.09.06 06:36:18.562282 [ 3 ] {15b2356d-0bc1-4126-8f28-609849a7ce96} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1511 | 2024.09.06 06:36:18.562298 [ 3 ] {} <Debug> HTTP-Session: a0556ec1-621a-4a96-94e6-66e5a8357b7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1512 | 2024.09.06 06:36:18.562427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1513 | 2024.09.06 06:36:18.562476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1514 | 2024.09.06 06:36:18.562500 [ 3 ] {} <Debug> HTTP-Session: ac9d48dd-1256-4c29-b7fc-6138101d2ea2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1515 | 2024.09.06 06:36:18.562517 [ 3 ] {} <Debug> HTTP-Session: ac9d48dd-1256-4c29-b7fc-6138101d2ea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1516 | 2024.09.06 06:36:18.562531 [ 3 ] {} <Debug> HTTP-Session: ac9d48dd-1256-4c29-b7fc-6138101d2ea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1517 | 2024.09.06 06:36:18.562562 [ 3 ] {} <Trace> HTTP-Session: ac9d48dd-1256-4c29-b7fc-6138101d2ea2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1518 | 2024.09.06 06:36:18.562673 [ 3 ] {81794d12-77c6-4f32-8d8e-f2c936368330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1519 | 2024.09.06 06:36:18.562715 [ 3 ] {81794d12-77c6-4f32-8d8e-f2c936368330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1520 | 2024.09.06 06:36:18.562940 [ 3 ] {81794d12-77c6-4f32-8d8e-f2c936368330} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1521 | 2024.09.06 06:36:18.563303 [ 3 ] {81794d12-77c6-4f32-8d8e-f2c936368330} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1522 | 2024.09.06 06:36:18.563338 [ 3 ] {81794d12-77c6-4f32-8d8e-f2c936368330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1523 | 2024.09.06 06:36:18.563699 [ 3 ] {81794d12-77c6-4f32-8d8e-f2c936368330} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1524 | 2024.09.06 06:36:18.564064 [ 3 ] {81794d12-77c6-4f32-8d8e-f2c936368330} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1525 | 2024.09.06 06:36:18.564183 [ 74 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1526 | 2024.09.06 06:36:18.564192 [ 3 ] {81794d12-77c6-4f32-8d8e-f2c936368330} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001556 sec., 46272.49357326478 rows/sec., 3.61 MiB/sec. | ||
1527 | 2024.09.06 06:36:18.564222 [ 74 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1528 | 2024.09.06 06:36:18.564261 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1529 | 2024.09.06 06:36:18.564409 [ 3 ] {81794d12-77c6-4f32-8d8e-f2c936368330} <Debug> DynamicQueryHandler: Done processing query | ||
1530 | 2024.09.06 06:36:18.564437 [ 3 ] {81794d12-77c6-4f32-8d8e-f2c936368330} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1531 | 2024.09.06 06:36:18.564454 [ 3 ] {} <Debug> HTTP-Session: ac9d48dd-1256-4c29-b7fc-6138101d2ea2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1532 | 2024.09.06 06:36:18.564658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1533 | 2024.09.06 06:36:18.564707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1534 | 2024.09.06 06:36:18.564728 [ 3 ] {} <Debug> HTTP-Session: e5e4eca7-d285-4ddf-83a8-422286426a33 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1535 | 2024.09.06 06:36:18.564745 [ 3 ] {} <Debug> HTTP-Session: e5e4eca7-d285-4ddf-83a8-422286426a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1536 | 2024.09.06 06:36:18.564762 [ 3 ] {} <Debug> HTTP-Session: e5e4eca7-d285-4ddf-83a8-422286426a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1537 | 2024.09.06 06:36:18.564793 [ 3 ] {} <Trace> HTTP-Session: e5e4eca7-d285-4ddf-83a8-422286426a33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1538 | 2024.09.06 06:36:18.564979 [ 3 ] {bc91c42e-881a-4a6b-8d25-7db5d93d2806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1539 | 2024.09.06 06:36:18.565028 [ 3 ] {bc91c42e-881a-4a6b-8d25-7db5d93d2806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1540 | 2024.09.06 06:36:18.565170 [ 3 ] {bc91c42e-881a-4a6b-8d25-7db5d93d2806} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1541 | 2024.09.06 06:36:18.565526 [ 3 ] {bc91c42e-881a-4a6b-8d25-7db5d93d2806} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1542 | 2024.09.06 06:36:18.565561 [ 3 ] {bc91c42e-881a-4a6b-8d25-7db5d93d2806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1543 | 2024.09.06 06:36:18.565940 [ 3 ] {bc91c42e-881a-4a6b-8d25-7db5d93d2806} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1544 | 2024.09.06 06:36:18.566282 [ 3 ] {bc91c42e-881a-4a6b-8d25-7db5d93d2806} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1545 | 2024.09.06 06:36:18.566397 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1546 | 2024.09.06 06:36:18.566409 [ 3 ] {bc91c42e-881a-4a6b-8d25-7db5d93d2806} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
1547 | 2024.09.06 06:36:18.566426 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1548 | 2024.09.06 06:36:18.566466 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1549 | 2024.09.06 06:36:18.566610 [ 3 ] {bc91c42e-881a-4a6b-8d25-7db5d93d2806} <Debug> DynamicQueryHandler: Done processing query | ||
1550 | 2024.09.06 06:36:18.566638 [ 3 ] {bc91c42e-881a-4a6b-8d25-7db5d93d2806} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1551 | 2024.09.06 06:36:18.566654 [ 3 ] {} <Debug> HTTP-Session: e5e4eca7-d285-4ddf-83a8-422286426a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1552 | 2024.09.06 06:36:18.566798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14103, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1553 | 2024.09.06 06:36:18.566845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1554 | 2024.09.06 06:36:18.566864 [ 3 ] {} <Debug> HTTP-Session: df05e446-183a-449d-bc62-4dfdbe0c8a74 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1555 | 2024.09.06 06:36:18.566882 [ 3 ] {} <Debug> HTTP-Session: df05e446-183a-449d-bc62-4dfdbe0c8a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1556 | 2024.09.06 06:36:18.566896 [ 3 ] {} <Debug> HTTP-Session: df05e446-183a-449d-bc62-4dfdbe0c8a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1557 | 2024.09.06 06:36:18.566926 [ 3 ] {} <Trace> HTTP-Session: df05e446-183a-449d-bc62-4dfdbe0c8a74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1558 | 2024.09.06 06:36:18.567083 [ 3 ] {2adc801f-395e-4329-bd19-a900c4ff4477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1559 | 2024.09.06 06:36:18.567147 [ 3 ] {2adc801f-395e-4329-bd19-a900c4ff4477} <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_histogramu64 | ||
1560 | 2024.09.06 06:36:18.567531 [ 3 ] {2adc801f-395e-4329-bd19-a900c4ff4477} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1561 | 2024.09.06 06:36:18.568018 [ 3 ] {2adc801f-395e-4329-bd19-a900c4ff4477} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1562 | 2024.09.06 06:36:18.568054 [ 3 ] {2adc801f-395e-4329-bd19-a900c4ff4477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1563 | 2024.09.06 06:36:18.568733 [ 3 ] {2adc801f-395e-4329-bd19-a900c4ff4477} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1564 | 2024.09.06 06:36:18.569144 [ 3 ] {2adc801f-395e-4329-bd19-a900c4ff4477} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1565 | 2024.09.06 06:36:18.569286 [ 3 ] {2adc801f-395e-4329-bd19-a900c4ff4477} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002289 sec., 3494.9759720401926 rows/sec., 6.26 MiB/sec. | ||
1566 | 2024.09.06 06:36:18.569508 [ 3 ] {2adc801f-395e-4329-bd19-a900c4ff4477} <Debug> DynamicQueryHandler: Done processing query | ||
1567 | 2024.09.06 06:36:18.569533 [ 3 ] {2adc801f-395e-4329-bd19-a900c4ff4477} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
1568 | 2024.09.06 06:36:18.569549 [ 3 ] {} <Debug> HTTP-Session: df05e446-183a-449d-bc62-4dfdbe0c8a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1569 | 2024.09.06 06:36:18.569665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1570 | 2024.09.06 06:36:18.569716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1571 | 2024.09.06 06:36:18.569736 [ 3 ] {} <Debug> HTTP-Session: d2de801c-f528-4848-bee4-40fdb08d55a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1572 | 2024.09.06 06:36:18.569753 [ 3 ] {} <Debug> HTTP-Session: d2de801c-f528-4848-bee4-40fdb08d55a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1573 | 2024.09.06 06:36:18.569767 [ 3 ] {} <Debug> HTTP-Session: d2de801c-f528-4848-bee4-40fdb08d55a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1574 | 2024.09.06 06:36:18.569798 [ 3 ] {} <Trace> HTTP-Session: d2de801c-f528-4848-bee4-40fdb08d55a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1575 | 2024.09.06 06:36:18.569917 [ 3 ] {33a9dc67-27e5-4cfd-9688-4a6ebfbf7682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1576 | 2024.09.06 06:36:18.569963 [ 3 ] {33a9dc67-27e5-4cfd-9688-4a6ebfbf7682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1577 | 2024.09.06 06:36:18.570093 [ 3 ] {33a9dc67-27e5-4cfd-9688-4a6ebfbf7682} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1578 | 2024.09.06 06:36:18.570437 [ 3 ] {33a9dc67-27e5-4cfd-9688-4a6ebfbf7682} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1579 | 2024.09.06 06:36:18.570473 [ 3 ] {33a9dc67-27e5-4cfd-9688-4a6ebfbf7682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1580 | 2024.09.06 06:36:18.570838 [ 3 ] {33a9dc67-27e5-4cfd-9688-4a6ebfbf7682} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1581 | 2024.09.06 06:36:18.571170 [ 3 ] {33a9dc67-27e5-4cfd-9688-4a6ebfbf7682} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1582 | 2024.09.06 06:36:18.571282 [ 74 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1583 | 2024.09.06 06:36:18.571298 [ 3 ] {33a9dc67-27e5-4cfd-9688-4a6ebfbf7682} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec. | ||
1584 | 2024.09.06 06:36:18.571315 [ 74 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1585 | 2024.09.06 06:36:18.571350 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1586 | 2024.09.06 06:36:18.571511 [ 3 ] {33a9dc67-27e5-4cfd-9688-4a6ebfbf7682} <Debug> DynamicQueryHandler: Done processing query | ||
1587 | 2024.09.06 06:36:18.571537 [ 3 ] {33a9dc67-27e5-4cfd-9688-4a6ebfbf7682} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1588 | 2024.09.06 06:36:18.571553 [ 3 ] {} <Debug> HTTP-Session: d2de801c-f528-4848-bee4-40fdb08d55a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1589 | 2024.09.06 06:36:18.576941 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
1590 | 2024.09.06 06:36:18.576986 [ 189 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
1591 | 2024.09.06 06:36:18.577252 [ 187 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
1592 | 2024.09.06 06:36:18.577756 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
1593 | 2024.09.06 06:36:18.577791 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1594 | 2024.09.06 06:36:18.578002 [ 189 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1595 | 2024.09.06 06:36:18.578015 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
1596 | 2024.09.06 06:36:18.578230 [ 189 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
1597 | 2024.09.06 06:36:18.578631 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
1598 | 2024.09.06 06:36:18.578897 [ 189 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
1599 | 2024.09.06 06:36:18.579116 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
1600 | 2024.09.06 06:36:18.579558 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part | ||
1601 | 2024.09.06 06:36:18.579143 [ 187 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1602 | 2024.09.06 06:36:18.579782 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1603 | 2024.09.06 06:36:18.579950 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
1604 | 2024.09.06 06:36:18.579927 [ 187 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
1605 | 2024.09.06 06:36:18.579994 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
1606 | 2024.09.06 06:36:18.580163 [ 189 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 48 rows starting from the beginning of the part | ||
1607 | 2024.09.06 06:36:18.580299 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
1608 | 2024.09.06 06:36:18.580856 [ 189 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
1609 | 2024.09.06 06:36:18.581316 [ 189 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
1610 | 2024.09.06 06:36:18.581911 [ 189 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
1611 | 2024.09.06 06:36:18.582413 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
1612 | 2024.09.06 06:36:18.582458 [ 187 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
1613 | 2024.09.06 06:36:18.583153 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
1614 | 2024.09.06 06:36:18.583160 [ 187 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 120 rows starting from the beginning of the part | ||
1615 | 2024.09.06 06:36:18.583777 [ 187 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
1616 | 2024.09.06 06:36:18.583913 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part | ||
1617 | 2024.09.06 06:36:18.584566 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
1618 | 2024.09.06 06:36:18.584574 [ 187 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
1619 | 2024.09.06 06:36:18.585278 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
1620 | 2024.09.06 06:36:18.585394 [ 187 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
1621 | 2024.09.06 06:36:18.586868 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.026699688 sec., 11835.344293161777 rows/sec., 1004.52 KiB/sec. | ||
1622 | 2024.09.06 06:36:18.587115 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1623 | 2024.09.06 06:36:18.589008 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_6_1} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1624 | 2024.09.06 06:36:18.589543 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_6_1} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1625 | 2024.09.06 06:36:18.589915 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1626 | 2024.09.06 06:36:18.590886 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 344 rows, containing 5 columns (5 merged, 0 gathered) in 0.013686595 sec., 25134.081924686165 rows/sec., 2.06 MiB/sec. | ||
1627 | 2024.09.06 06:36:18.591309 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1628 | 2024.09.06 06:36:18.593544 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_6_1} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1629 | 2024.09.06 06:36:18.593627 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_6_1} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1630 | 2024.09.06 06:36:18.593708 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1631 | 2024.09.06 06:36:18.602442 [ 192 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 4 columns (4 merged, 0 gathered) in 0.025545116 sec., 10412.949387272307 rows/sec., 715.99 KiB/sec. | ||
1632 | 2024.09.06 06:36:18.602500 [ 186 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 674 rows, containing 5 columns (5 merged, 0 gathered) in 0.025536095 sec., 26394.01208367998 rows/sec., 1.84 MiB/sec. | ||
1633 | 2024.09.06 06:36:18.602646 [ 192 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1634 | 2024.09.06 06:36:18.602719 [ 188 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1635 | 2024.09.06 06:36:18.603218 [ 192 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_6_1} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1636 | 2024.09.06 06:36:18.603295 [ 188 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1637 | 2024.09.06 06:36:18.603319 [ 192 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_6_1} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1638 | 2024.09.06 06:36:18.603407 [ 188 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1639 | 2024.09.06 06:36:18.603428 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1640 | 2024.09.06 06:36:18.603504 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
1641 | 2024.09.06 06:36:22.561402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1642 | 2024.09.06 06:36:22.561529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1643 | 2024.09.06 06:36:22.561554 [ 3 ] {} <Debug> HTTP-Session: 8bb39c36-6184-4597-ac75-68023038558c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1644 | 2024.09.06 06:36:22.561580 [ 3 ] {} <Debug> HTTP-Session: 8bb39c36-6184-4597-ac75-68023038558c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1645 | 2024.09.06 06:36:22.561594 [ 3 ] {} <Debug> HTTP-Session: 8bb39c36-6184-4597-ac75-68023038558c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1646 | 2024.09.06 06:36:22.561644 [ 3 ] {} <Trace> HTTP-Session: 8bb39c36-6184-4597-ac75-68023038558c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1647 | 2024.09.06 06:36:22.561900 [ 3 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1648 | 2024.09.06 06:36:22.562295 [ 3 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1649 | 2024.09.06 06:36:22.562359 [ 3 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1650 | 2024.09.06 06:36:22.562675 [ 3 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1651 | 2024.09.06 06:36:22.562758 [ 3 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1652 | 2024.09.06 06:36:22.562933 [ 3 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1653 | 2024.09.06 06:36:22.563204 [ 250 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1654 | 2024.09.06 06:36:22.563315 [ 255 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1655 | 2024.09.06 06:36:22.563455 [ 3 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1656 | 2024.09.06 06:36:22.563506 [ 3 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1657 | 2024.09.06 06:36:22.563584 [ 3 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1658 | 2024.09.06 06:36:22.563613 [ 3 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1659 | 2024.09.06 06:36:22.564790 [ 3 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002994 sec., 6012.024048096192 rows/sec., 245.93 KiB/sec. | ||
1660 | 2024.09.06 06:36:22.565099 [ 3 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Debug> DynamicQueryHandler: Done processing query | ||
1661 | 2024.09.06 06:36:22.565131 [ 3 ] {7a837c15-edcd-4972-a7aa-7e384cd3b3d9} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
1662 | 2024.09.06 06:36:22.565155 [ 3 ] {} <Debug> HTTP-Session: 8bb39c36-6184-4597-ac75-68023038558c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1663 | 2024.09.06 06:36:22.565402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1664 | 2024.09.06 06:36:22.565458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1665 | 2024.09.06 06:36:22.565482 [ 3 ] {} <Debug> HTTP-Session: 33b499db-8cab-48e9-b6b1-3faa36831b4a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1666 | 2024.09.06 06:36:22.565500 [ 3 ] {} <Debug> HTTP-Session: 33b499db-8cab-48e9-b6b1-3faa36831b4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1667 | 2024.09.06 06:36:22.565514 [ 3 ] {} <Debug> HTTP-Session: 33b499db-8cab-48e9-b6b1-3faa36831b4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1668 | 2024.09.06 06:36:22.565547 [ 3 ] {} <Trace> HTTP-Session: 33b499db-8cab-48e9-b6b1-3faa36831b4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1669 | 2024.09.06 06:36:22.565725 [ 3 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1670 | 2024.09.06 06:36:22.566018 [ 3 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1671 | 2024.09.06 06:36:22.566063 [ 3 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1672 | 2024.09.06 06:36:22.566342 [ 3 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1673 | 2024.09.06 06:36:22.566416 [ 3 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1674 | 2024.09.06 06:36:22.566589 [ 3 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1675 | 2024.09.06 06:36:22.566690 [ 250 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1676 | 2024.09.06 06:36:22.566692 [ 257 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1677 | 2024.09.06 06:36:22.566810 [ 3 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1678 | 2024.09.06 06:36:22.566838 [ 3 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1679 | 2024.09.06 06:36:22.566888 [ 3 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1680 | 2024.09.06 06:36:22.566915 [ 3 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1681 | 2024.09.06 06:36:22.567759 [ 3 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002116 sec., 8506.616257088848 rows/sec., 347.98 KiB/sec. | ||
1682 | 2024.09.06 06:36:22.568008 [ 3 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Debug> DynamicQueryHandler: Done processing query | ||
1683 | 2024.09.06 06:36:22.568034 [ 3 ] {a3497494-2c66-4f2c-bbe4-1cd4b4df1052} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
1684 | 2024.09.06 06:36:22.568051 [ 3 ] {} <Debug> HTTP-Session: 33b499db-8cab-48e9-b6b1-3faa36831b4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1685 | 2024.09.06 06:36:22.568283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1686 | 2024.09.06 06:36:22.568332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1687 | 2024.09.06 06:36:22.568352 [ 3 ] {} <Debug> HTTP-Session: 73307bf3-ffc0-4940-b20d-b0d9e072b1da Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1688 | 2024.09.06 06:36:22.568370 [ 3 ] {} <Debug> HTTP-Session: 73307bf3-ffc0-4940-b20d-b0d9e072b1da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1689 | 2024.09.06 06:36:22.568384 [ 3 ] {} <Debug> HTTP-Session: 73307bf3-ffc0-4940-b20d-b0d9e072b1da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1690 | 2024.09.06 06:36:22.568418 [ 3 ] {} <Trace> HTTP-Session: 73307bf3-ffc0-4940-b20d-b0d9e072b1da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1691 | 2024.09.06 06:36:22.568561 [ 3 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1692 | 2024.09.06 06:36:22.568827 [ 3 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1693 | 2024.09.06 06:36:22.568869 [ 3 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1694 | 2024.09.06 06:36:22.569139 [ 3 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1695 | 2024.09.06 06:36:22.569205 [ 3 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1696 | 2024.09.06 06:36:22.569354 [ 3 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1697 | 2024.09.06 06:36:22.569472 [ 255 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1698 | 2024.09.06 06:36:22.569495 [ 257 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1699 | 2024.09.06 06:36:22.569607 [ 3 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1700 | 2024.09.06 06:36:22.569636 [ 3 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1701 | 2024.09.06 06:36:22.569687 [ 3 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1702 | 2024.09.06 06:36:22.569711 [ 3 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1703 | 2024.09.06 06:36:22.570554 [ 3 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002058 sec., 8746.355685131195 rows/sec., 357.79 KiB/sec. | ||
1704 | 2024.09.06 06:36:22.570793 [ 3 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Debug> DynamicQueryHandler: Done processing query | ||
1705 | 2024.09.06 06:36:22.570819 [ 3 ] {06702c3b-b08b-4b60-be26-f3c82667d521} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
1706 | 2024.09.06 06:36:22.570838 [ 3 ] {} <Debug> HTTP-Session: 73307bf3-ffc0-4940-b20d-b0d9e072b1da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1707 | 2024.09.06 06:36:22.572747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1708 | 2024.09.06 06:36:22.572809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1709 | 2024.09.06 06:36:22.572832 [ 3 ] {} <Debug> HTTP-Session: c307775e-cf5c-4df2-8993-8ae0ade7789a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1710 | 2024.09.06 06:36:22.572853 [ 3 ] {} <Debug> HTTP-Session: c307775e-cf5c-4df2-8993-8ae0ade7789a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1711 | 2024.09.06 06:36:22.572872 [ 3 ] {} <Debug> HTTP-Session: c307775e-cf5c-4df2-8993-8ae0ade7789a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1712 | 2024.09.06 06:36:22.572916 [ 3 ] {} <Trace> HTTP-Session: c307775e-cf5c-4df2-8993-8ae0ade7789a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1713 | 2024.09.06 06:36:22.573091 [ 3 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1714 | 2024.09.06 06:36:22.573422 [ 3 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1715 | 2024.09.06 06:36:22.573480 [ 3 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1716 | 2024.09.06 06:36:22.573769 [ 3 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1717 | 2024.09.06 06:36:22.573835 [ 3 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1718 | 2024.09.06 06:36:22.573977 [ 3 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1719 | 2024.09.06 06:36:22.574048 [ 256 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1720 | 2024.09.06 06:36:22.574069 [ 250 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1721 | 2024.09.06 06:36:22.574176 [ 3 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1722 | 2024.09.06 06:36:22.574204 [ 3 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1723 | 2024.09.06 06:36:22.574252 [ 3 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1724 | 2024.09.06 06:36:22.574278 [ 3 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1725 | 2024.09.06 06:36:22.575048 [ 3 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002042 sec., 8814.88736532811 rows/sec., 360.59 KiB/sec. | ||
1726 | 2024.09.06 06:36:22.575323 [ 3 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Debug> DynamicQueryHandler: Done processing query | ||
1727 | 2024.09.06 06:36:22.575348 [ 3 ] {f6dbf172-d410-42da-a0f9-ec7e981da467} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
1728 | 2024.09.06 06:36:22.575365 [ 3 ] {} <Debug> HTTP-Session: c307775e-cf5c-4df2-8993-8ae0ade7789a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1729 | 2024.09.06 06:36:22.575596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1730 | 2024.09.06 06:36:22.575647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1731 | 2024.09.06 06:36:22.575666 [ 3 ] {} <Debug> HTTP-Session: 40b2587a-dbaa-4a85-b230-cb1cc64b9b2f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1732 | 2024.09.06 06:36:22.575684 [ 3 ] {} <Debug> HTTP-Session: 40b2587a-dbaa-4a85-b230-cb1cc64b9b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1733 | 2024.09.06 06:36:22.575698 [ 3 ] {} <Debug> HTTP-Session: 40b2587a-dbaa-4a85-b230-cb1cc64b9b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1734 | 2024.09.06 06:36:22.575729 [ 3 ] {} <Trace> HTTP-Session: 40b2587a-dbaa-4a85-b230-cb1cc64b9b2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1735 | 2024.09.06 06:36:22.575870 [ 3 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1736 | 2024.09.06 06:36:22.576150 [ 3 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1737 | 2024.09.06 06:36:22.576198 [ 3 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1738 | 2024.09.06 06:36:22.576482 [ 3 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1739 | 2024.09.06 06:36:22.576548 [ 3 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1740 | 2024.09.06 06:36:22.576694 [ 3 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1741 | 2024.09.06 06:36:22.576749 [ 256 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1742 | 2024.09.06 06:36:22.576780 [ 250 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1743 | 2024.09.06 06:36:22.576862 [ 3 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1744 | 2024.09.06 06:36:22.576892 [ 3 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1745 | 2024.09.06 06:36:22.576940 [ 3 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1746 | 2024.09.06 06:36:22.576966 [ 3 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1747 | 2024.09.06 06:36:22.577749 [ 3 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001944 sec., 9259.25925925926 rows/sec., 378.77 KiB/sec. | ||
1748 | 2024.09.06 06:36:22.577991 [ 3 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Debug> DynamicQueryHandler: Done processing query | ||
1749 | 2024.09.06 06:36:22.578016 [ 3 ] {b59f990a-4e3d-447a-a4f1-3f5c93f274c1} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
1750 | 2024.09.06 06:36:22.578033 [ 3 ] {} <Debug> HTTP-Session: 40b2587a-dbaa-4a85-b230-cb1cc64b9b2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1751 | 2024.09.06 06:36:22.578256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1752 | 2024.09.06 06:36:22.578308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1753 | 2024.09.06 06:36:22.578327 [ 3 ] {} <Debug> HTTP-Session: bda42326-5c16-4618-ad71-a71db7c203e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1754 | 2024.09.06 06:36:22.578345 [ 3 ] {} <Debug> HTTP-Session: bda42326-5c16-4618-ad71-a71db7c203e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1755 | 2024.09.06 06:36:22.578360 [ 3 ] {} <Debug> HTTP-Session: bda42326-5c16-4618-ad71-a71db7c203e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1756 | 2024.09.06 06:36:22.578392 [ 3 ] {} <Trace> HTTP-Session: bda42326-5c16-4618-ad71-a71db7c203e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1757 | 2024.09.06 06:36:22.578535 [ 3 ] {2505519f-51fa-4956-9750-d2845ed53325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1758 | 2024.09.06 06:36:22.578812 [ 3 ] {2505519f-51fa-4956-9750-d2845ed53325} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1759 | 2024.09.06 06:36:22.578855 [ 3 ] {2505519f-51fa-4956-9750-d2845ed53325} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1760 | 2024.09.06 06:36:22.579139 [ 3 ] {2505519f-51fa-4956-9750-d2845ed53325} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1761 | 2024.09.06 06:36:22.579205 [ 3 ] {2505519f-51fa-4956-9750-d2845ed53325} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1762 | 2024.09.06 06:36:22.579346 [ 3 ] {2505519f-51fa-4956-9750-d2845ed53325} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1763 | 2024.09.06 06:36:22.579399 [ 256 ] {2505519f-51fa-4956-9750-d2845ed53325} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1764 | 2024.09.06 06:36:22.579441 [ 250 ] {2505519f-51fa-4956-9750-d2845ed53325} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1765 | 2024.09.06 06:36:22.579531 [ 3 ] {2505519f-51fa-4956-9750-d2845ed53325} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1766 | 2024.09.06 06:36:22.579560 [ 3 ] {2505519f-51fa-4956-9750-d2845ed53325} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1767 | 2024.09.06 06:36:22.579608 [ 3 ] {2505519f-51fa-4956-9750-d2845ed53325} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1768 | 2024.09.06 06:36:22.579632 [ 3 ] {2505519f-51fa-4956-9750-d2845ed53325} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1769 | 2024.09.06 06:36:22.580453 [ 3 ] {2505519f-51fa-4956-9750-d2845ed53325} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001985 sec., 9068.010075566752 rows/sec., 370.95 KiB/sec. | ||
1770 | 2024.09.06 06:36:22.580700 [ 3 ] {2505519f-51fa-4956-9750-d2845ed53325} <Debug> DynamicQueryHandler: Done processing query | ||
1771 | 2024.09.06 06:36:22.580725 [ 3 ] {2505519f-51fa-4956-9750-d2845ed53325} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
1772 | 2024.09.06 06:36:22.580744 [ 3 ] {} <Debug> HTTP-Session: bda42326-5c16-4618-ad71-a71db7c203e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1773 | 2024.09.06 06:36:22.581008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1774 | 2024.09.06 06:36:22.581058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1775 | 2024.09.06 06:36:22.581079 [ 3 ] {} <Debug> HTTP-Session: dff15594-5187-4a61-ba41-1f27b3d49960 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1776 | 2024.09.06 06:36:22.581095 [ 3 ] {} <Debug> HTTP-Session: dff15594-5187-4a61-ba41-1f27b3d49960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1777 | 2024.09.06 06:36:22.581109 [ 3 ] {} <Debug> HTTP-Session: dff15594-5187-4a61-ba41-1f27b3d49960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1778 | 2024.09.06 06:36:22.581141 [ 3 ] {} <Trace> HTTP-Session: dff15594-5187-4a61-ba41-1f27b3d49960 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1779 | 2024.09.06 06:36:22.581289 [ 3 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1780 | 2024.09.06 06:36:22.581566 [ 3 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1781 | 2024.09.06 06:36:22.581611 [ 3 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1782 | 2024.09.06 06:36:22.581892 [ 3 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1783 | 2024.09.06 06:36:22.581959 [ 3 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1784 | 2024.09.06 06:36:22.582102 [ 3 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1785 | 2024.09.06 06:36:22.582167 [ 256 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1786 | 2024.09.06 06:36:22.582198 [ 250 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1787 | 2024.09.06 06:36:22.582288 [ 3 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1788 | 2024.09.06 06:36:22.582315 [ 3 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1789 | 2024.09.06 06:36:22.582364 [ 3 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1790 | 2024.09.06 06:36:22.582388 [ 3 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1791 | 2024.09.06 06:36:22.583130 [ 3 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001911 sec., 9419.152276295134 rows/sec., 385.31 KiB/sec. | ||
1792 | 2024.09.06 06:36:22.583386 [ 3 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Debug> DynamicQueryHandler: Done processing query | ||
1793 | 2024.09.06 06:36:22.583411 [ 3 ] {cea77fc0-3248-4fc8-852d-41e95fc67871} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
1794 | 2024.09.06 06:36:22.583429 [ 3 ] {} <Debug> HTTP-Session: dff15594-5187-4a61-ba41-1f27b3d49960 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1795 | 2024.09.06 06:36:22.583645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1796 | 2024.09.06 06:36:22.583694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1797 | 2024.09.06 06:36:22.583714 [ 3 ] {} <Debug> HTTP-Session: 649cfea6-33b4-42da-bd5a-1247bc737d9a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1798 | 2024.09.06 06:36:22.583731 [ 3 ] {} <Debug> HTTP-Session: 649cfea6-33b4-42da-bd5a-1247bc737d9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1799 | 2024.09.06 06:36:22.583745 [ 3 ] {} <Debug> HTTP-Session: 649cfea6-33b4-42da-bd5a-1247bc737d9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1800 | 2024.09.06 06:36:22.583776 [ 3 ] {} <Trace> HTTP-Session: 649cfea6-33b4-42da-bd5a-1247bc737d9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1801 | 2024.09.06 06:36:22.583920 [ 3 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1802 | 2024.09.06 06:36:22.584201 [ 3 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1803 | 2024.09.06 06:36:22.584244 [ 3 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1804 | 2024.09.06 06:36:22.584527 [ 3 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1805 | 2024.09.06 06:36:22.584593 [ 3 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1806 | 2024.09.06 06:36:22.584734 [ 3 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1807 | 2024.09.06 06:36:22.584807 [ 256 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1808 | 2024.09.06 06:36:22.584840 [ 250 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1809 | 2024.09.06 06:36:22.584934 [ 3 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1810 | 2024.09.06 06:36:22.584961 [ 3 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1811 | 2024.09.06 06:36:22.585009 [ 3 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1812 | 2024.09.06 06:36:22.585033 [ 3 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1813 | 2024.09.06 06:36:22.585860 [ 3 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002007 sec., 8968.609865470851 rows/sec., 366.88 KiB/sec. | ||
1814 | 2024.09.06 06:36:22.586125 [ 3 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Debug> DynamicQueryHandler: Done processing query | ||
1815 | 2024.09.06 06:36:22.586150 [ 3 ] {a850625a-5cda-468e-947b-a7fd99300e7c} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
1816 | 2024.09.06 06:36:22.586167 [ 3 ] {} <Debug> HTTP-Session: 649cfea6-33b4-42da-bd5a-1247bc737d9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1817 | 2024.09.06 06:36:22.586421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1818 | 2024.09.06 06:36:22.586470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1819 | 2024.09.06 06:36:22.586490 [ 3 ] {} <Debug> HTTP-Session: bb98f8c6-c61c-4531-ba7a-fb3a9f3d8eed Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1820 | 2024.09.06 06:36:22.586512 [ 3 ] {} <Debug> HTTP-Session: bb98f8c6-c61c-4531-ba7a-fb3a9f3d8eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1821 | 2024.09.06 06:36:22.586526 [ 3 ] {} <Debug> HTTP-Session: bb98f8c6-c61c-4531-ba7a-fb3a9f3d8eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1822 | 2024.09.06 06:36:22.586557 [ 3 ] {} <Trace> HTTP-Session: bb98f8c6-c61c-4531-ba7a-fb3a9f3d8eed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1823 | 2024.09.06 06:36:22.586706 [ 3 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1824 | 2024.09.06 06:36:22.586982 [ 3 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1825 | 2024.09.06 06:36:22.587027 [ 3 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1826 | 2024.09.06 06:36:22.587315 [ 3 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1827 | 2024.09.06 06:36:22.587380 [ 3 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1828 | 2024.09.06 06:36:22.587528 [ 3 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1829 | 2024.09.06 06:36:22.587614 [ 257 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1830 | 2024.09.06 06:36:22.587617 [ 250 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1831 | 2024.09.06 06:36:22.587713 [ 3 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1832 | 2024.09.06 06:36:22.587740 [ 3 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1833 | 2024.09.06 06:36:22.587791 [ 3 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1834 | 2024.09.06 06:36:22.587822 [ 3 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1835 | 2024.09.06 06:36:22.588546 [ 3 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001911 sec., 9419.152276295134 rows/sec., 385.31 KiB/sec. | ||
1836 | 2024.09.06 06:36:22.588794 [ 3 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Debug> DynamicQueryHandler: Done processing query | ||
1837 | 2024.09.06 06:36:22.588819 [ 3 ] {18aef60d-a8b2-43b1-bd75-ebe225c88653} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
1838 | 2024.09.06 06:36:22.588836 [ 3 ] {} <Debug> HTTP-Session: bb98f8c6-c61c-4531-ba7a-fb3a9f3d8eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1839 | 2024.09.06 06:36:22.669854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 3056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1840 | 2024.09.06 06:36:22.669959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1841 | 2024.09.06 06:36:22.669991 [ 3 ] {} <Debug> HTTP-Session: 477835cd-df7a-460d-948c-9e27a59c45af Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1842 | 2024.09.06 06:36:22.670019 [ 3 ] {} <Debug> HTTP-Session: 477835cd-df7a-460d-948c-9e27a59c45af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1843 | 2024.09.06 06:36:22.670039 [ 3 ] {} <Debug> HTTP-Session: 477835cd-df7a-460d-948c-9e27a59c45af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1844 | 2024.09.06 06:36:22.670094 [ 3 ] {} <Trace> HTTP-Session: 477835cd-df7a-460d-948c-9e27a59c45af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1845 | 2024.09.06 06:36:22.670299 [ 3 ] {f6f0caba-fe20-44e3-8b66-4e03c6069027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1846 | 2024.09.06 06:36:22.670389 [ 3 ] {f6f0caba-fe20-44e3-8b66-4e03c6069027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1847 | 2024.09.06 06:36:22.670653 [ 3 ] {f6f0caba-fe20-44e3-8b66-4e03c6069027} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1848 | 2024.09.06 06:36:22.671025 [ 3 ] {f6f0caba-fe20-44e3-8b66-4e03c6069027} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1849 | 2024.09.06 06:36:22.671064 [ 3 ] {f6f0caba-fe20-44e3-8b66-4e03c6069027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1850 | 2024.09.06 06:36:22.671623 [ 3 ] {f6f0caba-fe20-44e3-8b66-4e03c6069027} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1851 | 2024.09.06 06:36:22.671959 [ 3 ] {f6f0caba-fe20-44e3-8b66-4e03c6069027} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1852 | 2024.09.06 06:36:22.672141 [ 3 ] {f6f0caba-fe20-44e3-8b66-4e03c6069027} <Debug> executeQuery: Read 9 rows, 1.61 KiB in 0.001905 sec., 4724.4094488188975 rows/sec., 844.82 KiB/sec. | ||
1853 | 2024.09.06 06:36:22.672434 [ 3 ] {f6f0caba-fe20-44e3-8b66-4e03c6069027} <Debug> DynamicQueryHandler: Done processing query | ||
1854 | 2024.09.06 06:36:22.672460 [ 3 ] {f6f0caba-fe20-44e3-8b66-4e03c6069027} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1855 | 2024.09.06 06:36:22.672475 [ 3 ] {} <Debug> HTTP-Session: 477835cd-df7a-460d-948c-9e27a59c45af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1856 | 2024.09.06 06:36:22.672739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 177584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1857 | 2024.09.06 06:36:22.672792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1858 | 2024.09.06 06:36:22.672811 [ 3 ] {} <Debug> HTTP-Session: 8c326b3b-13ff-44ef-8a50-988ac5526c62 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1859 | 2024.09.06 06:36:22.672828 [ 3 ] {} <Debug> HTTP-Session: 8c326b3b-13ff-44ef-8a50-988ac5526c62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1860 | 2024.09.06 06:36:22.672843 [ 3 ] {} <Debug> HTTP-Session: 8c326b3b-13ff-44ef-8a50-988ac5526c62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1861 | 2024.09.06 06:36:22.672875 [ 3 ] {} <Trace> HTTP-Session: 8c326b3b-13ff-44ef-8a50-988ac5526c62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1862 | 2024.09.06 06:36:22.673377 [ 3 ] {35a55f8e-a1ff-49a4-a0db-f6aa566928de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1863 | 2024.09.06 06:36:22.673425 [ 3 ] {35a55f8e-a1ff-49a4-a0db-f6aa566928de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1864 | 2024.09.06 06:36:22.673688 [ 3 ] {35a55f8e-a1ff-49a4-a0db-f6aa566928de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1865 | 2024.09.06 06:36:22.674933 [ 3 ] {35a55f8e-a1ff-49a4-a0db-f6aa566928de} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1866 | 2024.09.06 06:36:22.674970 [ 3 ] {35a55f8e-a1ff-49a4-a0db-f6aa566928de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1867 | 2024.09.06 06:36:22.675447 [ 3 ] {35a55f8e-a1ff-49a4-a0db-f6aa566928de} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1868 | 2024.09.06 06:36:22.675812 [ 3 ] {35a55f8e-a1ff-49a4-a0db-f6aa566928de} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1869 | 2024.09.06 06:36:22.675973 [ 3 ] {35a55f8e-a1ff-49a4-a0db-f6aa566928de} <Debug> executeQuery: Read 1224 rows, 103.60 KiB in 0.002915 sec., 419897.08404802746 rows/sec., 34.71 MiB/sec. | ||
1870 | 2024.09.06 06:36:22.676199 [ 3 ] {35a55f8e-a1ff-49a4-a0db-f6aa566928de} <Debug> DynamicQueryHandler: Done processing query | ||
1871 | 2024.09.06 06:36:22.676225 [ 3 ] {35a55f8e-a1ff-49a4-a0db-f6aa566928de} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
1872 | 2024.09.06 06:36:22.676242 [ 3 ] {} <Debug> HTTP-Session: 8c326b3b-13ff-44ef-8a50-988ac5526c62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1873 | 2024.09.06 06:36:22.676474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1874 | 2024.09.06 06:36:22.676523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1875 | 2024.09.06 06:36:22.676543 [ 3 ] {} <Debug> HTTP-Session: aadbcecc-6f35-4c9f-a313-cf828b516755 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1876 | 2024.09.06 06:36:22.676566 [ 3 ] {} <Debug> HTTP-Session: aadbcecc-6f35-4c9f-a313-cf828b516755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1877 | 2024.09.06 06:36:22.676580 [ 3 ] {} <Debug> HTTP-Session: aadbcecc-6f35-4c9f-a313-cf828b516755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1878 | 2024.09.06 06:36:22.676611 [ 3 ] {} <Trace> HTTP-Session: aadbcecc-6f35-4c9f-a313-cf828b516755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1879 | 2024.09.06 06:36:22.676714 [ 3 ] {3f6eb8bc-8edc-493e-975e-4fd65fd80374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1880 | 2024.09.06 06:36:22.676758 [ 3 ] {3f6eb8bc-8edc-493e-975e-4fd65fd80374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1881 | 2024.09.06 06:36:22.676989 [ 3 ] {3f6eb8bc-8edc-493e-975e-4fd65fd80374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1882 | 2024.09.06 06:36:22.677309 [ 3 ] {3f6eb8bc-8edc-493e-975e-4fd65fd80374} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1883 | 2024.09.06 06:36:22.677346 [ 3 ] {3f6eb8bc-8edc-493e-975e-4fd65fd80374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1884 | 2024.09.06 06:36:22.677689 [ 3 ] {3f6eb8bc-8edc-493e-975e-4fd65fd80374} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1885 | 2024.09.06 06:36:22.678048 [ 3 ] {3f6eb8bc-8edc-493e-975e-4fd65fd80374} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1886 | 2024.09.06 06:36:22.678205 [ 3 ] {3f6eb8bc-8edc-493e-975e-4fd65fd80374} <Debug> executeQuery: Read 14 rows, 1.05 KiB in 0.001519 sec., 9216.589861751152 rows/sec., 693.04 KiB/sec. | ||
1887 | 2024.09.06 06:36:22.678378 [ 3 ] {3f6eb8bc-8edc-493e-975e-4fd65fd80374} <Debug> DynamicQueryHandler: Done processing query | ||
1888 | 2024.09.06 06:36:22.678404 [ 3 ] {3f6eb8bc-8edc-493e-975e-4fd65fd80374} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1889 | 2024.09.06 06:36:22.678420 [ 3 ] {} <Debug> HTTP-Session: aadbcecc-6f35-4c9f-a313-cf828b516755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1890 | 2024.09.06 06:36:22.678618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1891 | 2024.09.06 06:36:22.678666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1892 | 2024.09.06 06:36:22.678686 [ 3 ] {} <Debug> HTTP-Session: 1d8b5086-90e0-49bb-9226-626d28352474 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1893 | 2024.09.06 06:36:22.678702 [ 3 ] {} <Debug> HTTP-Session: 1d8b5086-90e0-49bb-9226-626d28352474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1894 | 2024.09.06 06:36:22.678716 [ 3 ] {} <Debug> HTTP-Session: 1d8b5086-90e0-49bb-9226-626d28352474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1895 | 2024.09.06 06:36:22.678749 [ 3 ] {} <Trace> HTTP-Session: 1d8b5086-90e0-49bb-9226-626d28352474 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1896 | 2024.09.06 06:36:22.678926 [ 3 ] {22e10861-2792-4c71-bac6-ff910d8497b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1897 | 2024.09.06 06:36:22.678980 [ 3 ] {22e10861-2792-4c71-bac6-ff910d8497b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1898 | 2024.09.06 06:36:22.679262 [ 3 ] {22e10861-2792-4c71-bac6-ff910d8497b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1899 | 2024.09.06 06:36:22.683058 [ 3 ] {22e10861-2792-4c71-bac6-ff910d8497b0} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1900 | 2024.09.06 06:36:22.683109 [ 3 ] {22e10861-2792-4c71-bac6-ff910d8497b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1901 | 2024.09.06 06:36:22.683633 [ 3 ] {22e10861-2792-4c71-bac6-ff910d8497b0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1902 | 2024.09.06 06:36:22.684062 [ 3 ] {22e10861-2792-4c71-bac6-ff910d8497b0} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1903 | 2024.09.06 06:36:22.684218 [ 3 ] {22e10861-2792-4c71-bac6-ff910d8497b0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00538 sec., 42379.18215613383 rows/sec., 2.87 MiB/sec. | ||
1904 | 2024.09.06 06:36:22.684548 [ 3 ] {22e10861-2792-4c71-bac6-ff910d8497b0} <Debug> DynamicQueryHandler: Done processing query | ||
1905 | 2024.09.06 06:36:22.684577 [ 3 ] {22e10861-2792-4c71-bac6-ff910d8497b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1906 | 2024.09.06 06:36:22.684598 [ 3 ] {} <Debug> HTTP-Session: 1d8b5086-90e0-49bb-9226-626d28352474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1907 | 2024.09.06 06:36:22.684892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 89226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1908 | 2024.09.06 06:36:22.684941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1909 | 2024.09.06 06:36:22.684961 [ 3 ] {} <Debug> HTTP-Session: a30477ee-080e-43ab-ab77-b0c3a2db7080 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1910 | 2024.09.06 06:36:22.684978 [ 3 ] {} <Debug> HTTP-Session: a30477ee-080e-43ab-ab77-b0c3a2db7080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1911 | 2024.09.06 06:36:22.684992 [ 3 ] {} <Debug> HTTP-Session: a30477ee-080e-43ab-ab77-b0c3a2db7080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1912 | 2024.09.06 06:36:22.685025 [ 3 ] {} <Trace> HTTP-Session: a30477ee-080e-43ab-ab77-b0c3a2db7080 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1913 | 2024.09.06 06:36:22.685449 [ 3 ] {b8f5a6a1-b14b-4b24-a0e0-9d3e7a4a1529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1914 | 2024.09.06 06:36:22.685496 [ 3 ] {b8f5a6a1-b14b-4b24-a0e0-9d3e7a4a1529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1915 | 2024.09.06 06:36:22.685737 [ 3 ] {b8f5a6a1-b14b-4b24-a0e0-9d3e7a4a1529} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1916 | 2024.09.06 06:36:22.686445 [ 3 ] {b8f5a6a1-b14b-4b24-a0e0-9d3e7a4a1529} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1917 | 2024.09.06 06:36:22.686482 [ 3 ] {b8f5a6a1-b14b-4b24-a0e0-9d3e7a4a1529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1918 | 2024.09.06 06:36:22.686861 [ 3 ] {b8f5a6a1-b14b-4b24-a0e0-9d3e7a4a1529} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1919 | 2024.09.06 06:36:22.687241 [ 3 ] {b8f5a6a1-b14b-4b24-a0e0-9d3e7a4a1529} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1920 | 2024.09.06 06:36:22.687367 [ 3 ] {b8f5a6a1-b14b-4b24-a0e0-9d3e7a4a1529} <Debug> executeQuery: Read 540 rows, 41.01 KiB in 0.002236 sec., 241502.68336314848 rows/sec., 17.91 MiB/sec. | ||
1921 | 2024.09.06 06:36:22.687541 [ 3 ] {b8f5a6a1-b14b-4b24-a0e0-9d3e7a4a1529} <Debug> DynamicQueryHandler: Done processing query | ||
1922 | 2024.09.06 06:36:22.687569 [ 3 ] {b8f5a6a1-b14b-4b24-a0e0-9d3e7a4a1529} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1923 | 2024.09.06 06:36:22.687585 [ 3 ] {} <Debug> HTTP-Session: a30477ee-080e-43ab-ab77-b0c3a2db7080 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1924 | 2024.09.06 06:36:22.688154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 373671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1925 | 2024.09.06 06:36:22.688205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1926 | 2024.09.06 06:36:22.688230 [ 3 ] {} <Debug> HTTP-Session: 2b264c94-1228-4a03-983f-4e328fdf69cc Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1927 | 2024.09.06 06:36:22.688251 [ 3 ] {} <Debug> HTTP-Session: 2b264c94-1228-4a03-983f-4e328fdf69cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1928 | 2024.09.06 06:36:22.688266 [ 3 ] {} <Debug> HTTP-Session: 2b264c94-1228-4a03-983f-4e328fdf69cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1929 | 2024.09.06 06:36:22.688299 [ 3 ] {} <Trace> HTTP-Session: 2b264c94-1228-4a03-983f-4e328fdf69cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1930 | 2024.09.06 06:36:22.688896 [ 3 ] {d4896661-b61a-499b-acfa-0b2e22cea4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1931 | 2024.09.06 06:36:22.688948 [ 3 ] {d4896661-b61a-499b-acfa-0b2e22cea4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1932 | 2024.09.06 06:36:22.689089 [ 3 ] {d4896661-b61a-499b-acfa-0b2e22cea4af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1933 | 2024.09.06 06:36:22.692850 [ 3 ] {d4896661-b61a-499b-acfa-0b2e22cea4af} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1934 | 2024.09.06 06:36:22.692885 [ 3 ] {d4896661-b61a-499b-acfa-0b2e22cea4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1935 | 2024.09.06 06:36:22.693443 [ 3 ] {d4896661-b61a-499b-acfa-0b2e22cea4af} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1936 | 2024.09.06 06:36:22.693785 [ 3 ] {d4896661-b61a-499b-acfa-0b2e22cea4af} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1937 | 2024.09.06 06:36:22.693908 [ 3 ] {d4896661-b61a-499b-acfa-0b2e22cea4af} <Debug> executeQuery: Read 1976 rows, 135.46 KiB in 0.005407 sec., 365452.19160347694 rows/sec., 24.47 MiB/sec. | ||
1938 | 2024.09.06 06:36:22.694095 [ 3 ] {d4896661-b61a-499b-acfa-0b2e22cea4af} <Debug> DynamicQueryHandler: Done processing query | ||
1939 | 2024.09.06 06:36:22.694118 [ 3 ] {d4896661-b61a-499b-acfa-0b2e22cea4af} <Debug> MemoryTracker: Peak memory usage (for query): 5.24 MiB. | ||
1940 | 2024.09.06 06:36:22.694134 [ 3 ] {} <Debug> HTTP-Session: 2b264c94-1228-4a03-983f-4e328fdf69cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1941 | 2024.09.06 06:36:22.694465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 23125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1942 | 2024.09.06 06:36:22.694516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1943 | 2024.09.06 06:36:22.694535 [ 3 ] {} <Debug> HTTP-Session: 912199d0-db58-4164-a7ee-5eb87162fd3a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1944 | 2024.09.06 06:36:22.694551 [ 3 ] {} <Debug> HTTP-Session: 912199d0-db58-4164-a7ee-5eb87162fd3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1945 | 2024.09.06 06:36:22.694564 [ 3 ] {} <Debug> HTTP-Session: 912199d0-db58-4164-a7ee-5eb87162fd3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1946 | 2024.09.06 06:36:22.694595 [ 3 ] {} <Trace> HTTP-Session: 912199d0-db58-4164-a7ee-5eb87162fd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1947 | 2024.09.06 06:36:22.694867 [ 3 ] {8759bb26-cda2-40a9-bb18-882c50c6e100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1948 | 2024.09.06 06:36:22.694931 [ 3 ] {8759bb26-cda2-40a9-bb18-882c50c6e100} <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_histogramu64 | ||
1949 | 2024.09.06 06:36:22.695336 [ 3 ] {8759bb26-cda2-40a9-bb18-882c50c6e100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1950 | 2024.09.06 06:36:22.695915 [ 3 ] {8759bb26-cda2-40a9-bb18-882c50c6e100} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1951 | 2024.09.06 06:36:22.695951 [ 3 ] {8759bb26-cda2-40a9-bb18-882c50c6e100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1952 | 2024.09.06 06:36:22.696625 [ 3 ] {8759bb26-cda2-40a9-bb18-882c50c6e100} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1953 | 2024.09.06 06:36:22.697044 [ 3 ] {8759bb26-cda2-40a9-bb18-882c50c6e100} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1954 | 2024.09.06 06:36:22.697189 [ 3 ] {8759bb26-cda2-40a9-bb18-882c50c6e100} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002522 sec., 5551.149881046788 rows/sec., 9.95 MiB/sec. | ||
1955 | 2024.09.06 06:36:22.697479 [ 3 ] {8759bb26-cda2-40a9-bb18-882c50c6e100} <Debug> DynamicQueryHandler: Done processing query | ||
1956 | 2024.09.06 06:36:22.697503 [ 3 ] {8759bb26-cda2-40a9-bb18-882c50c6e100} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
1957 | 2024.09.06 06:36:22.697519 [ 3 ] {} <Debug> HTTP-Session: 912199d0-db58-4164-a7ee-5eb87162fd3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1958 | 2024.09.06 06:36:22.697649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1959 | 2024.09.06 06:36:22.697696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1960 | 2024.09.06 06:36:22.697715 [ 3 ] {} <Debug> HTTP-Session: 8b4404d8-4d40-40bb-8a24-94e0c0c705e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1961 | 2024.09.06 06:36:22.697731 [ 3 ] {} <Debug> HTTP-Session: 8b4404d8-4d40-40bb-8a24-94e0c0c705e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1962 | 2024.09.06 06:36:22.697745 [ 3 ] {} <Debug> HTTP-Session: 8b4404d8-4d40-40bb-8a24-94e0c0c705e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1963 | 2024.09.06 06:36:22.697775 [ 3 ] {} <Trace> HTTP-Session: 8b4404d8-4d40-40bb-8a24-94e0c0c705e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1964 | 2024.09.06 06:36:22.697873 [ 3 ] {c12b013f-f83a-44d2-bf99-2d462ff09e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1965 | 2024.09.06 06:36:22.697923 [ 3 ] {c12b013f-f83a-44d2-bf99-2d462ff09e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1966 | 2024.09.06 06:36:22.698051 [ 3 ] {c12b013f-f83a-44d2-bf99-2d462ff09e56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1967 | 2024.09.06 06:36:22.698323 [ 3 ] {c12b013f-f83a-44d2-bf99-2d462ff09e56} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1968 | 2024.09.06 06:36:22.698358 [ 3 ] {c12b013f-f83a-44d2-bf99-2d462ff09e56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1969 | 2024.09.06 06:36:22.698829 [ 3 ] {c12b013f-f83a-44d2-bf99-2d462ff09e56} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1970 | 2024.09.06 06:36:22.699162 [ 3 ] {c12b013f-f83a-44d2-bf99-2d462ff09e56} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1971 | 2024.09.06 06:36:22.699282 [ 3 ] {c12b013f-f83a-44d2-bf99-2d462ff09e56} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 295.56 KiB/sec. | ||
1972 | 2024.09.06 06:36:22.699443 [ 3 ] {c12b013f-f83a-44d2-bf99-2d462ff09e56} <Debug> DynamicQueryHandler: Done processing query | ||
1973 | 2024.09.06 06:36:22.699467 [ 3 ] {c12b013f-f83a-44d2-bf99-2d462ff09e56} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1974 | 2024.09.06 06:36:22.699483 [ 3 ] {} <Debug> HTTP-Session: 8b4404d8-4d40-40bb-8a24-94e0c0c705e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1975 | 2024.09.06 06:36:22.699604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 7313, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1976 | 2024.09.06 06:36:22.699663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1977 | 2024.09.06 06:36:22.699690 [ 3 ] {} <Debug> HTTP-Session: 626cca21-3c5c-4e68-b0c7-f941a1b3dd56 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1978 | 2024.09.06 06:36:22.699712 [ 3 ] {} <Debug> HTTP-Session: 626cca21-3c5c-4e68-b0c7-f941a1b3dd56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1979 | 2024.09.06 06:36:22.699727 [ 3 ] {} <Debug> HTTP-Session: 626cca21-3c5c-4e68-b0c7-f941a1b3dd56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1980 | 2024.09.06 06:36:22.699760 [ 3 ] {} <Trace> HTTP-Session: 626cca21-3c5c-4e68-b0c7-f941a1b3dd56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1981 | 2024.09.06 06:36:22.699885 [ 3 ] {ce1e206e-bd7c-4dcb-971b-1fca94ea72b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1982 | 2024.09.06 06:36:22.699929 [ 3 ] {ce1e206e-bd7c-4dcb-971b-1fca94ea72b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1983 | 2024.09.06 06:36:22.700058 [ 3 ] {ce1e206e-bd7c-4dcb-971b-1fca94ea72b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1984 | 2024.09.06 06:36:22.700377 [ 3 ] {ce1e206e-bd7c-4dcb-971b-1fca94ea72b8} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1985 | 2024.09.06 06:36:22.700413 [ 3 ] {ce1e206e-bd7c-4dcb-971b-1fca94ea72b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1986 | 2024.09.06 06:36:22.700769 [ 3 ] {ce1e206e-bd7c-4dcb-971b-1fca94ea72b8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1987 | 2024.09.06 06:36:22.701086 [ 3 ] {ce1e206e-bd7c-4dcb-971b-1fca94ea72b8} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1988 | 2024.09.06 06:36:22.701209 [ 3 ] {ce1e206e-bd7c-4dcb-971b-1fca94ea72b8} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001369 sec., 35062.08911614317 rows/sec., 2.36 MiB/sec. | ||
1989 | 2024.09.06 06:36:22.701367 [ 3 ] {ce1e206e-bd7c-4dcb-971b-1fca94ea72b8} <Debug> DynamicQueryHandler: Done processing query | ||
1990 | 2024.09.06 06:36:22.701392 [ 3 ] {ce1e206e-bd7c-4dcb-971b-1fca94ea72b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1991 | 2024.09.06 06:36:22.701407 [ 3 ] {} <Debug> HTTP-Session: 626cca21-3c5c-4e68-b0c7-f941a1b3dd56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1992 | 2024.09.06 06:36:23.550228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 7831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1993 | 2024.09.06 06:36:23.550348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1994 | 2024.09.06 06:36:23.550377 [ 3 ] {} <Debug> HTTP-Session: e59c3dbc-0f26-49cd-b648-bff4f6d6178f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
1995 | 2024.09.06 06:36:23.550435 [ 3 ] {} <Debug> HTTP-Session: e59c3dbc-0f26-49cd-b648-bff4f6d6178f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1996 | 2024.09.06 06:36:23.550453 [ 3 ] {} <Debug> HTTP-Session: e59c3dbc-0f26-49cd-b648-bff4f6d6178f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1997 | 2024.09.06 06:36:23.550510 [ 3 ] {} <Trace> HTTP-Session: e59c3dbc-0f26-49cd-b648-bff4f6d6178f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1998 | 2024.09.06 06:36:23.550696 [ 3 ] {ec509d4f-7d7e-4df5-a8e0-52ab2a03d0f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1999 | 2024.09.06 06:36:23.550760 [ 3 ] {ec509d4f-7d7e-4df5-a8e0-52ab2a03d0f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2000 | 2024.09.06 06:36:23.551090 [ 3 ] {ec509d4f-7d7e-4df5-a8e0-52ab2a03d0f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2001 | 2024.09.06 06:36:23.551538 [ 3 ] {ec509d4f-7d7e-4df5-a8e0-52ab2a03d0f7} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2002 | 2024.09.06 06:36:23.551580 [ 3 ] {ec509d4f-7d7e-4df5-a8e0-52ab2a03d0f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2003 | 2024.09.06 06:36:23.551993 [ 3 ] {ec509d4f-7d7e-4df5-a8e0-52ab2a03d0f7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2004 | 2024.09.06 06:36:23.552394 [ 3 ] {ec509d4f-7d7e-4df5-a8e0-52ab2a03d0f7} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2005 | 2024.09.06 06:36:23.552585 [ 3 ] {ec509d4f-7d7e-4df5-a8e0-52ab2a03d0f7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001943 sec., 28821.410190427174 rows/sec., 2.21 MiB/sec. | ||
2006 | 2024.09.06 06:36:23.552783 [ 3 ] {ec509d4f-7d7e-4df5-a8e0-52ab2a03d0f7} <Debug> DynamicQueryHandler: Done processing query | ||
2007 | 2024.09.06 06:36:23.552809 [ 3 ] {ec509d4f-7d7e-4df5-a8e0-52ab2a03d0f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2008 | 2024.09.06 06:36:23.552826 [ 3 ] {} <Debug> HTTP-Session: e59c3dbc-0f26-49cd-b648-bff4f6d6178f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2009 | 2024.09.06 06:36:23.552960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2010 | 2024.09.06 06:36:23.553012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2011 | 2024.09.06 06:36:23.553032 [ 3 ] {} <Debug> HTTP-Session: a4d99229-9d3b-425c-85c9-9b224694310c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2012 | 2024.09.06 06:36:23.553050 [ 3 ] {} <Debug> HTTP-Session: a4d99229-9d3b-425c-85c9-9b224694310c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2013 | 2024.09.06 06:36:23.553064 [ 3 ] {} <Debug> HTTP-Session: a4d99229-9d3b-425c-85c9-9b224694310c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2014 | 2024.09.06 06:36:23.553098 [ 3 ] {} <Trace> HTTP-Session: a4d99229-9d3b-425c-85c9-9b224694310c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2015 | 2024.09.06 06:36:23.553223 [ 3 ] {5bd2d2bd-4b01-4991-acb0-cbea26a4ec29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2016 | 2024.09.06 06:36:23.553269 [ 3 ] {5bd2d2bd-4b01-4991-acb0-cbea26a4ec29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2017 | 2024.09.06 06:36:23.553504 [ 3 ] {5bd2d2bd-4b01-4991-acb0-cbea26a4ec29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2018 | 2024.09.06 06:36:23.553889 [ 3 ] {5bd2d2bd-4b01-4991-acb0-cbea26a4ec29} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2019 | 2024.09.06 06:36:23.553925 [ 3 ] {5bd2d2bd-4b01-4991-acb0-cbea26a4ec29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2020 | 2024.09.06 06:36:23.554289 [ 3 ] {5bd2d2bd-4b01-4991-acb0-cbea26a4ec29} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2021 | 2024.09.06 06:36:23.554653 [ 3 ] {5bd2d2bd-4b01-4991-acb0-cbea26a4ec29} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2022 | 2024.09.06 06:36:23.554809 [ 3 ] {5bd2d2bd-4b01-4991-acb0-cbea26a4ec29} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001631 sec., 39239.73022685469 rows/sec., 3.06 MiB/sec. | ||
2023 | 2024.09.06 06:36:23.554982 [ 3 ] {5bd2d2bd-4b01-4991-acb0-cbea26a4ec29} <Debug> DynamicQueryHandler: Done processing query | ||
2024 | 2024.09.06 06:36:23.555007 [ 3 ] {5bd2d2bd-4b01-4991-acb0-cbea26a4ec29} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2025 | 2024.09.06 06:36:23.555023 [ 3 ] {} <Debug> HTTP-Session: a4d99229-9d3b-425c-85c9-9b224694310c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2026 | 2024.09.06 06:36:23.555226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 6166, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2027 | 2024.09.06 06:36:23.555274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2028 | 2024.09.06 06:36:23.555294 [ 3 ] {} <Debug> HTTP-Session: 59ab665d-6fbc-4d9a-8857-ed620d2728e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2029 | 2024.09.06 06:36:23.555310 [ 3 ] {} <Debug> HTTP-Session: 59ab665d-6fbc-4d9a-8857-ed620d2728e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2030 | 2024.09.06 06:36:23.555325 [ 3 ] {} <Debug> HTTP-Session: 59ab665d-6fbc-4d9a-8857-ed620d2728e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2031 | 2024.09.06 06:36:23.555356 [ 3 ] {} <Trace> HTTP-Session: 59ab665d-6fbc-4d9a-8857-ed620d2728e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2032 | 2024.09.06 06:36:23.555467 [ 3 ] {c509dc5e-50b0-42ab-b401-5742bd719d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2033 | 2024.09.06 06:36:23.555514 [ 3 ] {c509dc5e-50b0-42ab-b401-5742bd719d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2034 | 2024.09.06 06:36:23.555663 [ 3 ] {c509dc5e-50b0-42ab-b401-5742bd719d8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2035 | 2024.09.06 06:36:23.555956 [ 3 ] {c509dc5e-50b0-42ab-b401-5742bd719d8c} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2036 | 2024.09.06 06:36:23.555993 [ 3 ] {c509dc5e-50b0-42ab-b401-5742bd719d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2037 | 2024.09.06 06:36:23.556366 [ 3 ] {c509dc5e-50b0-42ab-b401-5742bd719d8c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2038 | 2024.09.06 06:36:23.556701 [ 3 ] {c509dc5e-50b0-42ab-b401-5742bd719d8c} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2039 | 2024.09.06 06:36:23.556871 [ 3 ] {c509dc5e-50b0-42ab-b401-5742bd719d8c} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001441 sec., 22206.80083275503 rows/sec., 1.55 MiB/sec. | ||
2040 | 2024.09.06 06:36:23.557045 [ 3 ] {c509dc5e-50b0-42ab-b401-5742bd719d8c} <Debug> DynamicQueryHandler: Done processing query | ||
2041 | 2024.09.06 06:36:23.557071 [ 3 ] {c509dc5e-50b0-42ab-b401-5742bd719d8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2042 | 2024.09.06 06:36:23.557087 [ 3 ] {} <Debug> HTTP-Session: 59ab665d-6fbc-4d9a-8857-ed620d2728e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2043 | 2024.09.06 06:36:23.557197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2044 | 2024.09.06 06:36:23.557244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2045 | 2024.09.06 06:36:23.557263 [ 3 ] {} <Debug> HTTP-Session: aa17ed8f-fb6e-4918-b3e7-b17d3813aaad Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2046 | 2024.09.06 06:36:23.557280 [ 3 ] {} <Debug> HTTP-Session: aa17ed8f-fb6e-4918-b3e7-b17d3813aaad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2047 | 2024.09.06 06:36:23.557294 [ 3 ] {} <Debug> HTTP-Session: aa17ed8f-fb6e-4918-b3e7-b17d3813aaad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2048 | 2024.09.06 06:36:23.557325 [ 3 ] {} <Trace> HTTP-Session: aa17ed8f-fb6e-4918-b3e7-b17d3813aaad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2049 | 2024.09.06 06:36:23.557426 [ 3 ] {76eb1a03-2bfa-4290-9e5f-2fcf25a1d369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2050 | 2024.09.06 06:36:23.557472 [ 3 ] {76eb1a03-2bfa-4290-9e5f-2fcf25a1d369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2051 | 2024.09.06 06:36:23.557601 [ 3 ] {76eb1a03-2bfa-4290-9e5f-2fcf25a1d369} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2052 | 2024.09.06 06:36:23.557873 [ 3 ] {76eb1a03-2bfa-4290-9e5f-2fcf25a1d369} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2053 | 2024.09.06 06:36:23.557909 [ 3 ] {76eb1a03-2bfa-4290-9e5f-2fcf25a1d369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2054 | 2024.09.06 06:36:23.558258 [ 3 ] {76eb1a03-2bfa-4290-9e5f-2fcf25a1d369} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2055 | 2024.09.06 06:36:23.558582 [ 3 ] {76eb1a03-2bfa-4290-9e5f-2fcf25a1d369} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2056 | 2024.09.06 06:36:23.558738 [ 3 ] {76eb1a03-2bfa-4290-9e5f-2fcf25a1d369} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00134 sec., 8955.223880597016 rows/sec., 618.00 KiB/sec. | ||
2057 | 2024.09.06 06:36:23.558902 [ 3 ] {76eb1a03-2bfa-4290-9e5f-2fcf25a1d369} <Debug> DynamicQueryHandler: Done processing query | ||
2058 | 2024.09.06 06:36:23.558927 [ 3 ] {76eb1a03-2bfa-4290-9e5f-2fcf25a1d369} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2059 | 2024.09.06 06:36:23.558942 [ 3 ] {} <Debug> HTTP-Session: aa17ed8f-fb6e-4918-b3e7-b17d3813aaad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2060 | 2024.09.06 06:36:28.557533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 10389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2061 | 2024.09.06 06:36:28.557729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2062 | 2024.09.06 06:36:28.557776 [ 3 ] {} <Debug> HTTP-Session: 95a19fef-eb96-4e26-b10e-6ace8a925c16 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2063 | 2024.09.06 06:36:28.557816 [ 3 ] {} <Debug> HTTP-Session: 95a19fef-eb96-4e26-b10e-6ace8a925c16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2064 | 2024.09.06 06:36:28.557832 [ 3 ] {} <Debug> HTTP-Session: 95a19fef-eb96-4e26-b10e-6ace8a925c16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2065 | 2024.09.06 06:36:28.557880 [ 3 ] {} <Trace> HTTP-Session: 95a19fef-eb96-4e26-b10e-6ace8a925c16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2066 | 2024.09.06 06:36:28.558083 [ 3 ] {3b3fbf7f-a43c-49de-85a5-bd871cb32d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2067 | 2024.09.06 06:36:28.558149 [ 3 ] {3b3fbf7f-a43c-49de-85a5-bd871cb32d79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2068 | 2024.09.06 06:36:28.558475 [ 3 ] {3b3fbf7f-a43c-49de-85a5-bd871cb32d79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2069 | 2024.09.06 06:36:28.558943 [ 3 ] {3b3fbf7f-a43c-49de-85a5-bd871cb32d79} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2070 | 2024.09.06 06:36:28.558983 [ 3 ] {3b3fbf7f-a43c-49de-85a5-bd871cb32d79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2071 | 2024.09.06 06:36:28.559388 [ 3 ] {3b3fbf7f-a43c-49de-85a5-bd871cb32d79} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2072 | 2024.09.06 06:36:28.559770 [ 3 ] {3b3fbf7f-a43c-49de-85a5-bd871cb32d79} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2073 | 2024.09.06 06:36:28.559944 [ 3 ] {3b3fbf7f-a43c-49de-85a5-bd871cb32d79} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001925 sec., 37402.5974025974 rows/sec., 3.04 MiB/sec. | ||
2074 | 2024.09.06 06:36:28.560142 [ 3 ] {3b3fbf7f-a43c-49de-85a5-bd871cb32d79} <Debug> DynamicQueryHandler: Done processing query | ||
2075 | 2024.09.06 06:36:28.560170 [ 3 ] {3b3fbf7f-a43c-49de-85a5-bd871cb32d79} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2076 | 2024.09.06 06:36:28.560186 [ 3 ] {} <Debug> HTTP-Session: 95a19fef-eb96-4e26-b10e-6ace8a925c16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2077 | 2024.09.06 06:36:28.560325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2078 | 2024.09.06 06:36:28.560372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2079 | 2024.09.06 06:36:28.560392 [ 3 ] {} <Debug> HTTP-Session: 70968c92-a037-4990-bc7c-2614c1d1cebc Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2080 | 2024.09.06 06:36:28.560409 [ 3 ] {} <Debug> HTTP-Session: 70968c92-a037-4990-bc7c-2614c1d1cebc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2081 | 2024.09.06 06:36:28.560423 [ 3 ] {} <Debug> HTTP-Session: 70968c92-a037-4990-bc7c-2614c1d1cebc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2082 | 2024.09.06 06:36:28.560455 [ 3 ] {} <Trace> HTTP-Session: 70968c92-a037-4990-bc7c-2614c1d1cebc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2083 | 2024.09.06 06:36:28.560553 [ 3 ] {68d7de6f-c1b4-4323-ae8f-3d30a641f7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2084 | 2024.09.06 06:36:28.560595 [ 3 ] {68d7de6f-c1b4-4323-ae8f-3d30a641f7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2085 | 2024.09.06 06:36:28.560821 [ 3 ] {68d7de6f-c1b4-4323-ae8f-3d30a641f7a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2086 | 2024.09.06 06:36:28.561154 [ 3 ] {68d7de6f-c1b4-4323-ae8f-3d30a641f7a3} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2087 | 2024.09.06 06:36:28.561190 [ 3 ] {68d7de6f-c1b4-4323-ae8f-3d30a641f7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2088 | 2024.09.06 06:36:28.561529 [ 3 ] {68d7de6f-c1b4-4323-ae8f-3d30a641f7a3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2089 | 2024.09.06 06:36:28.561884 [ 3 ] {68d7de6f-c1b4-4323-ae8f-3d30a641f7a3} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2090 | 2024.09.06 06:36:28.562045 [ 3 ] {68d7de6f-c1b4-4323-ae8f-3d30a641f7a3} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001514 sec., 5284.015852047556 rows/sec., 397.33 KiB/sec. | ||
2091 | 2024.09.06 06:36:28.562327 [ 3 ] {68d7de6f-c1b4-4323-ae8f-3d30a641f7a3} <Debug> DynamicQueryHandler: Done processing query | ||
2092 | 2024.09.06 06:36:28.562352 [ 3 ] {68d7de6f-c1b4-4323-ae8f-3d30a641f7a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2093 | 2024.09.06 06:36:28.562368 [ 3 ] {} <Debug> HTTP-Session: 70968c92-a037-4990-bc7c-2614c1d1cebc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2094 | 2024.09.06 06:36:28.562519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2095 | 2024.09.06 06:36:28.562569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2096 | 2024.09.06 06:36:28.562589 [ 3 ] {} <Debug> HTTP-Session: 9212cf01-450b-47af-959f-889119502afa Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2097 | 2024.09.06 06:36:28.562606 [ 3 ] {} <Debug> HTTP-Session: 9212cf01-450b-47af-959f-889119502afa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2098 | 2024.09.06 06:36:28.562620 [ 3 ] {} <Debug> HTTP-Session: 9212cf01-450b-47af-959f-889119502afa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2099 | 2024.09.06 06:36:28.562651 [ 3 ] {} <Trace> HTTP-Session: 9212cf01-450b-47af-959f-889119502afa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2100 | 2024.09.06 06:36:28.562785 [ 3 ] {ea09838c-79ff-476d-9c5d-e2026dfc5610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2101 | 2024.09.06 06:36:28.562829 [ 3 ] {ea09838c-79ff-476d-9c5d-e2026dfc5610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2102 | 2024.09.06 06:36:28.563073 [ 3 ] {ea09838c-79ff-476d-9c5d-e2026dfc5610} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2103 | 2024.09.06 06:36:28.563433 [ 3 ] {ea09838c-79ff-476d-9c5d-e2026dfc5610} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2104 | 2024.09.06 06:36:28.563469 [ 3 ] {ea09838c-79ff-476d-9c5d-e2026dfc5610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2105 | 2024.09.06 06:36:28.563830 [ 3 ] {ea09838c-79ff-476d-9c5d-e2026dfc5610} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2106 | 2024.09.06 06:36:28.564194 [ 3 ] {ea09838c-79ff-476d-9c5d-e2026dfc5610} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2107 | 2024.09.06 06:36:28.564347 [ 3 ] {ea09838c-79ff-476d-9c5d-e2026dfc5610} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001619 sec., 44471.89623224213 rows/sec., 3.47 MiB/sec. | ||
2108 | 2024.09.06 06:36:28.564550 [ 3 ] {ea09838c-79ff-476d-9c5d-e2026dfc5610} <Debug> DynamicQueryHandler: Done processing query | ||
2109 | 2024.09.06 06:36:28.564575 [ 3 ] {ea09838c-79ff-476d-9c5d-e2026dfc5610} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2110 | 2024.09.06 06:36:28.564592 [ 3 ] {} <Debug> HTTP-Session: 9212cf01-450b-47af-959f-889119502afa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2111 | 2024.09.06 06:36:28.564781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2112 | 2024.09.06 06:36:28.564829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2113 | 2024.09.06 06:36:28.564849 [ 3 ] {} <Debug> HTTP-Session: 9c7d92a1-e5d7-4467-9ae0-fb9e0bf5a685 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2114 | 2024.09.06 06:36:28.564866 [ 3 ] {} <Debug> HTTP-Session: 9c7d92a1-e5d7-4467-9ae0-fb9e0bf5a685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2115 | 2024.09.06 06:36:28.564880 [ 3 ] {} <Debug> HTTP-Session: 9c7d92a1-e5d7-4467-9ae0-fb9e0bf5a685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2116 | 2024.09.06 06:36:28.564911 [ 3 ] {} <Trace> HTTP-Session: 9c7d92a1-e5d7-4467-9ae0-fb9e0bf5a685 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2117 | 2024.09.06 06:36:28.565146 [ 3 ] {9fd1dbef-2749-4dfa-bdae-3708243fd6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2118 | 2024.09.06 06:36:28.565193 [ 3 ] {9fd1dbef-2749-4dfa-bdae-3708243fd6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2119 | 2024.09.06 06:36:28.565338 [ 3 ] {9fd1dbef-2749-4dfa-bdae-3708243fd6e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2120 | 2024.09.06 06:36:28.565700 [ 3 ] {9fd1dbef-2749-4dfa-bdae-3708243fd6e8} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2121 | 2024.09.06 06:36:28.565736 [ 3 ] {9fd1dbef-2749-4dfa-bdae-3708243fd6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2122 | 2024.09.06 06:36:28.566124 [ 3 ] {9fd1dbef-2749-4dfa-bdae-3708243fd6e8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2123 | 2024.09.06 06:36:28.566450 [ 3 ] {9fd1dbef-2749-4dfa-bdae-3708243fd6e8} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2124 | 2024.09.06 06:36:28.566602 [ 3 ] {9fd1dbef-2749-4dfa-bdae-3708243fd6e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec. | ||
2125 | 2024.09.06 06:36:28.566758 [ 3 ] {9fd1dbef-2749-4dfa-bdae-3708243fd6e8} <Debug> DynamicQueryHandler: Done processing query | ||
2126 | 2024.09.06 06:36:28.566782 [ 3 ] {9fd1dbef-2749-4dfa-bdae-3708243fd6e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2127 | 2024.09.06 06:36:28.566798 [ 3 ] {} <Debug> HTTP-Session: 9c7d92a1-e5d7-4467-9ae0-fb9e0bf5a685 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.09.06 06:36:28.566941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2129 | 2024.09.06 06:36:28.566987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2130 | 2024.09.06 06:36:28.567006 [ 3 ] {} <Debug> HTTP-Session: 97fc90c9-97ee-47a2-b7cc-1d0526501049 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2131 | 2024.09.06 06:36:28.567022 [ 3 ] {} <Debug> HTTP-Session: 97fc90c9-97ee-47a2-b7cc-1d0526501049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2132 | 2024.09.06 06:36:28.567036 [ 3 ] {} <Debug> HTTP-Session: 97fc90c9-97ee-47a2-b7cc-1d0526501049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2133 | 2024.09.06 06:36:28.567067 [ 3 ] {} <Trace> HTTP-Session: 97fc90c9-97ee-47a2-b7cc-1d0526501049 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2134 | 2024.09.06 06:36:28.567226 [ 3 ] {428fbdbf-ebf3-48f0-98cf-902432deaeb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2135 | 2024.09.06 06:36:28.567290 [ 3 ] {428fbdbf-ebf3-48f0-98cf-902432deaeb6} <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_histogramu64 | ||
2136 | 2024.09.06 06:36:28.567696 [ 3 ] {428fbdbf-ebf3-48f0-98cf-902432deaeb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2137 | 2024.09.06 06:36:28.568290 [ 3 ] {428fbdbf-ebf3-48f0-98cf-902432deaeb6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2138 | 2024.09.06 06:36:28.568326 [ 3 ] {428fbdbf-ebf3-48f0-98cf-902432deaeb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2139 | 2024.09.06 06:36:28.568996 [ 3 ] {428fbdbf-ebf3-48f0-98cf-902432deaeb6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2140 | 2024.09.06 06:36:28.569398 [ 3 ] {428fbdbf-ebf3-48f0-98cf-902432deaeb6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2141 | 2024.09.06 06:36:28.569577 [ 3 ] {428fbdbf-ebf3-48f0-98cf-902432deaeb6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002438 sec., 3281.3781788351107 rows/sec., 5.88 MiB/sec. | ||
2142 | 2024.09.06 06:36:28.569799 [ 3 ] {428fbdbf-ebf3-48f0-98cf-902432deaeb6} <Debug> DynamicQueryHandler: Done processing query | ||
2143 | 2024.09.06 06:36:28.569824 [ 3 ] {428fbdbf-ebf3-48f0-98cf-902432deaeb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
2144 | 2024.09.06 06:36:28.569840 [ 3 ] {} <Debug> HTTP-Session: 97fc90c9-97ee-47a2-b7cc-1d0526501049 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2145 | 2024.09.06 06:36:28.569981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2146 | 2024.09.06 06:36:28.570029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2147 | 2024.09.06 06:36:28.570049 [ 3 ] {} <Debug> HTTP-Session: 31f93e5c-7d0d-4cf3-8df2-05e8f0b812ec Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2148 | 2024.09.06 06:36:28.570066 [ 3 ] {} <Debug> HTTP-Session: 31f93e5c-7d0d-4cf3-8df2-05e8f0b812ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2149 | 2024.09.06 06:36:28.570080 [ 3 ] {} <Debug> HTTP-Session: 31f93e5c-7d0d-4cf3-8df2-05e8f0b812ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2150 | 2024.09.06 06:36:28.570112 [ 3 ] {} <Trace> HTTP-Session: 31f93e5c-7d0d-4cf3-8df2-05e8f0b812ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2151 | 2024.09.06 06:36:28.570229 [ 3 ] {a706be2f-23ed-4df8-a044-b16bdd5ccd51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2152 | 2024.09.06 06:36:28.570273 [ 3 ] {a706be2f-23ed-4df8-a044-b16bdd5ccd51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2153 | 2024.09.06 06:36:28.570401 [ 3 ] {a706be2f-23ed-4df8-a044-b16bdd5ccd51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2154 | 2024.09.06 06:36:28.570741 [ 3 ] {a706be2f-23ed-4df8-a044-b16bdd5ccd51} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2155 | 2024.09.06 06:36:28.570776 [ 3 ] {a706be2f-23ed-4df8-a044-b16bdd5ccd51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2156 | 2024.09.06 06:36:28.571142 [ 3 ] {a706be2f-23ed-4df8-a044-b16bdd5ccd51} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2157 | 2024.09.06 06:36:28.571466 [ 3 ] {a706be2f-23ed-4df8-a044-b16bdd5ccd51} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2158 | 2024.09.06 06:36:28.571617 [ 3 ] {a706be2f-23ed-4df8-a044-b16bdd5ccd51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec. | ||
2159 | 2024.09.06 06:36:28.571785 [ 3 ] {a706be2f-23ed-4df8-a044-b16bdd5ccd51} <Debug> DynamicQueryHandler: Done processing query | ||
2160 | 2024.09.06 06:36:28.571810 [ 3 ] {a706be2f-23ed-4df8-a044-b16bdd5ccd51} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2161 | 2024.09.06 06:36:28.571826 [ 3 ] {} <Debug> HTTP-Session: 31f93e5c-7d0d-4cf3-8df2-05e8f0b812ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2162 | 2024.09.06 06:36:30.501129 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2163 | 2024.09.06 06:36:30.501209 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2164 | 2024.09.06 06:36:33.557707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2165 | 2024.09.06 06:36:33.557887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2166 | 2024.09.06 06:36:33.557934 [ 3 ] {} <Debug> HTTP-Session: f4e02547-676c-4288-92e6-554beb9dd458 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2167 | 2024.09.06 06:36:33.557984 [ 3 ] {} <Debug> HTTP-Session: f4e02547-676c-4288-92e6-554beb9dd458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2168 | 2024.09.06 06:36:33.558015 [ 3 ] {} <Debug> HTTP-Session: f4e02547-676c-4288-92e6-554beb9dd458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2169 | 2024.09.06 06:36:33.558065 [ 3 ] {} <Trace> HTTP-Session: f4e02547-676c-4288-92e6-554beb9dd458 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2170 | 2024.09.06 06:36:33.558268 [ 3 ] {36cb5b38-3c73-4be7-951b-a53cfc14f9df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2171 | 2024.09.06 06:36:33.558334 [ 3 ] {36cb5b38-3c73-4be7-951b-a53cfc14f9df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2172 | 2024.09.06 06:36:33.558669 [ 3 ] {36cb5b38-3c73-4be7-951b-a53cfc14f9df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2173 | 2024.09.06 06:36:33.559311 [ 3 ] {36cb5b38-3c73-4be7-951b-a53cfc14f9df} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2174 | 2024.09.06 06:36:33.559361 [ 3 ] {36cb5b38-3c73-4be7-951b-a53cfc14f9df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2175 | 2024.09.06 06:36:33.559904 [ 3 ] {36cb5b38-3c73-4be7-951b-a53cfc14f9df} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2176 | 2024.09.06 06:36:33.560313 [ 3 ] {36cb5b38-3c73-4be7-951b-a53cfc14f9df} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2177 | 2024.09.06 06:36:33.560502 [ 3 ] {36cb5b38-3c73-4be7-951b-a53cfc14f9df} <Debug> executeQuery: Read 100 rows, 8.53 KiB in 0.002295 sec., 43572.98474945533 rows/sec., 3.63 MiB/sec. | ||
2178 | 2024.09.06 06:36:33.560754 [ 3 ] {36cb5b38-3c73-4be7-951b-a53cfc14f9df} <Debug> DynamicQueryHandler: Done processing query | ||
2179 | 2024.09.06 06:36:33.560781 [ 3 ] {36cb5b38-3c73-4be7-951b-a53cfc14f9df} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2180 | 2024.09.06 06:36:33.560797 [ 3 ] {} <Debug> HTTP-Session: f4e02547-676c-4288-92e6-554beb9dd458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2181 | 2024.09.06 06:36:33.560932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2182 | 2024.09.06 06:36:33.560987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2183 | 2024.09.06 06:36:33.561006 [ 3 ] {} <Debug> HTTP-Session: 29b849fd-af03-4246-a02d-727b0e6b1c70 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2184 | 2024.09.06 06:36:33.561022 [ 3 ] {} <Debug> HTTP-Session: 29b849fd-af03-4246-a02d-727b0e6b1c70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2185 | 2024.09.06 06:36:33.561037 [ 3 ] {} <Debug> HTTP-Session: 29b849fd-af03-4246-a02d-727b0e6b1c70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2186 | 2024.09.06 06:36:33.561070 [ 3 ] {} <Trace> HTTP-Session: 29b849fd-af03-4246-a02d-727b0e6b1c70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2187 | 2024.09.06 06:36:33.561178 [ 3 ] {3c7e7ba5-6b0c-4514-8772-f7f5106c191d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2188 | 2024.09.06 06:36:33.561224 [ 3 ] {3c7e7ba5-6b0c-4514-8772-f7f5106c191d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2189 | 2024.09.06 06:36:33.561457 [ 3 ] {3c7e7ba5-6b0c-4514-8772-f7f5106c191d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2190 | 2024.09.06 06:36:33.561857 [ 3 ] {3c7e7ba5-6b0c-4514-8772-f7f5106c191d} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2191 | 2024.09.06 06:36:33.561899 [ 3 ] {3c7e7ba5-6b0c-4514-8772-f7f5106c191d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2192 | 2024.09.06 06:36:33.562263 [ 3 ] {3c7e7ba5-6b0c-4514-8772-f7f5106c191d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2193 | 2024.09.06 06:36:33.562631 [ 3 ] {3c7e7ba5-6b0c-4514-8772-f7f5106c191d} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2194 | 2024.09.06 06:36:33.562815 [ 3 ] {3c7e7ba5-6b0c-4514-8772-f7f5106c191d} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001666 sec., 13205.282112845138 rows/sec., 992.98 KiB/sec. | ||
2195 | 2024.09.06 06:36:33.563012 [ 3 ] {3c7e7ba5-6b0c-4514-8772-f7f5106c191d} <Debug> DynamicQueryHandler: Done processing query | ||
2196 | 2024.09.06 06:36:33.563037 [ 3 ] {3c7e7ba5-6b0c-4514-8772-f7f5106c191d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2197 | 2024.09.06 06:36:33.563053 [ 3 ] {} <Debug> HTTP-Session: 29b849fd-af03-4246-a02d-727b0e6b1c70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2198 | 2024.09.06 06:36:33.563186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 15150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2199 | 2024.09.06 06:36:33.563235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2200 | 2024.09.06 06:36:33.563255 [ 3 ] {} <Debug> HTTP-Session: bae38833-8958-4d4f-bfd4-d296a402f7f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2201 | 2024.09.06 06:36:33.563271 [ 3 ] {} <Debug> HTTP-Session: bae38833-8958-4d4f-bfd4-d296a402f7f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2202 | 2024.09.06 06:36:33.563285 [ 3 ] {} <Debug> HTTP-Session: bae38833-8958-4d4f-bfd4-d296a402f7f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2203 | 2024.09.06 06:36:33.563317 [ 3 ] {} <Trace> HTTP-Session: bae38833-8958-4d4f-bfd4-d296a402f7f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2204 | 2024.09.06 06:36:33.563447 [ 3 ] {96439ef9-b559-4488-a384-5373437f9b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2205 | 2024.09.06 06:36:33.563492 [ 3 ] {96439ef9-b559-4488-a384-5373437f9b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2206 | 2024.09.06 06:36:33.563718 [ 3 ] {96439ef9-b559-4488-a384-5373437f9b21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2207 | 2024.09.06 06:36:33.564090 [ 3 ] {96439ef9-b559-4488-a384-5373437f9b21} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2208 | 2024.09.06 06:36:33.564130 [ 3 ] {96439ef9-b559-4488-a384-5373437f9b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2209 | 2024.09.06 06:36:33.564478 [ 3 ] {96439ef9-b559-4488-a384-5373437f9b21} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2210 | 2024.09.06 06:36:33.564840 [ 3 ] {96439ef9-b559-4488-a384-5373437f9b21} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2211 | 2024.09.06 06:36:33.565009 [ 3 ] {96439ef9-b559-4488-a384-5373437f9b21} <Debug> executeQuery: Read 89 rows, 7.15 KiB in 0.001606 sec., 55417.185554171854 rows/sec., 4.35 MiB/sec. | ||
2212 | 2024.09.06 06:36:33.565564 [ 3 ] {96439ef9-b559-4488-a384-5373437f9b21} <Debug> DynamicQueryHandler: Done processing query | ||
2213 | 2024.09.06 06:36:33.565589 [ 3 ] {96439ef9-b559-4488-a384-5373437f9b21} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2214 | 2024.09.06 06:36:33.565605 [ 3 ] {} <Debug> HTTP-Session: bae38833-8958-4d4f-bfd4-d296a402f7f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2215 | 2024.09.06 06:36:33.565769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2216 | 2024.09.06 06:36:33.565819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2217 | 2024.09.06 06:36:33.565838 [ 3 ] {} <Debug> HTTP-Session: 603bed87-7fb0-4c5b-9b57-275f99abdc17 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2218 | 2024.09.06 06:36:33.565855 [ 3 ] {} <Debug> HTTP-Session: 603bed87-7fb0-4c5b-9b57-275f99abdc17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2219 | 2024.09.06 06:36:33.565869 [ 3 ] {} <Debug> HTTP-Session: 603bed87-7fb0-4c5b-9b57-275f99abdc17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2220 | 2024.09.06 06:36:33.565900 [ 3 ] {} <Trace> HTTP-Session: 603bed87-7fb0-4c5b-9b57-275f99abdc17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2221 | 2024.09.06 06:36:33.566091 [ 3 ] {49726ee2-693c-49f8-b13f-ba509f69309a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2222 | 2024.09.06 06:36:33.566140 [ 3 ] {49726ee2-693c-49f8-b13f-ba509f69309a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2223 | 2024.09.06 06:36:33.566303 [ 3 ] {49726ee2-693c-49f8-b13f-ba509f69309a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2224 | 2024.09.06 06:36:33.566720 [ 3 ] {49726ee2-693c-49f8-b13f-ba509f69309a} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2225 | 2024.09.06 06:36:33.566758 [ 3 ] {49726ee2-693c-49f8-b13f-ba509f69309a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2226 | 2024.09.06 06:36:33.567160 [ 3 ] {49726ee2-693c-49f8-b13f-ba509f69309a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2227 | 2024.09.06 06:36:33.567510 [ 3 ] {49726ee2-693c-49f8-b13f-ba509f69309a} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2228 | 2024.09.06 06:36:33.567671 [ 3 ] {49726ee2-693c-49f8-b13f-ba509f69309a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec. | ||
2229 | 2024.09.06 06:36:33.567842 [ 3 ] {49726ee2-693c-49f8-b13f-ba509f69309a} <Debug> DynamicQueryHandler: Done processing query | ||
2230 | 2024.09.06 06:36:33.567866 [ 3 ] {49726ee2-693c-49f8-b13f-ba509f69309a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2231 | 2024.09.06 06:36:33.567882 [ 3 ] {} <Debug> HTTP-Session: 603bed87-7fb0-4c5b-9b57-275f99abdc17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2232 | 2024.09.06 06:36:33.568042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 36085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2233 | 2024.09.06 06:36:33.568092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2234 | 2024.09.06 06:36:33.568112 [ 3 ] {} <Debug> HTTP-Session: e1de3621-e02b-472f-8cb9-42076c5ac0cf Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2235 | 2024.09.06 06:36:33.568128 [ 3 ] {} <Debug> HTTP-Session: e1de3621-e02b-472f-8cb9-42076c5ac0cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2236 | 2024.09.06 06:36:33.568142 [ 3 ] {} <Debug> HTTP-Session: e1de3621-e02b-472f-8cb9-42076c5ac0cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2237 | 2024.09.06 06:36:33.568173 [ 3 ] {} <Trace> HTTP-Session: e1de3621-e02b-472f-8cb9-42076c5ac0cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2238 | 2024.09.06 06:36:33.568726 [ 3 ] {9c517dda-c09a-4026-a457-cb85e27e1dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2239 | 2024.09.06 06:36:33.568793 [ 3 ] {9c517dda-c09a-4026-a457-cb85e27e1dee} <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_histogramu64 | ||
2240 | 2024.09.06 06:36:33.569210 [ 3 ] {9c517dda-c09a-4026-a457-cb85e27e1dee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2241 | 2024.09.06 06:36:33.569880 [ 3 ] {9c517dda-c09a-4026-a457-cb85e27e1dee} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2242 | 2024.09.06 06:36:33.569916 [ 3 ] {9c517dda-c09a-4026-a457-cb85e27e1dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2243 | 2024.09.06 06:36:33.570510 [ 3 ] {9c517dda-c09a-4026-a457-cb85e27e1dee} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2244 | 2024.09.06 06:36:33.570912 [ 3 ] {9c517dda-c09a-4026-a457-cb85e27e1dee} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2245 | 2024.09.06 06:36:33.571094 [ 3 ] {9c517dda-c09a-4026-a457-cb85e27e1dee} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00284 sec., 7746.478873239436 rows/sec., 13.88 MiB/sec. | ||
2246 | 2024.09.06 06:36:33.571310 [ 3 ] {9c517dda-c09a-4026-a457-cb85e27e1dee} <Debug> DynamicQueryHandler: Done processing query | ||
2247 | 2024.09.06 06:36:33.571334 [ 3 ] {9c517dda-c09a-4026-a457-cb85e27e1dee} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2248 | 2024.09.06 06:36:33.571350 [ 3 ] {} <Debug> HTTP-Session: e1de3621-e02b-472f-8cb9-42076c5ac0cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2249 | 2024.09.06 06:36:33.571472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2250 | 2024.09.06 06:36:33.571521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2251 | 2024.09.06 06:36:33.571540 [ 3 ] {} <Debug> HTTP-Session: 9af260e0-5c74-46b0-bf5d-3e116b7577fa Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2252 | 2024.09.06 06:36:33.571556 [ 3 ] {} <Debug> HTTP-Session: 9af260e0-5c74-46b0-bf5d-3e116b7577fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2253 | 2024.09.06 06:36:33.571570 [ 3 ] {} <Debug> HTTP-Session: 9af260e0-5c74-46b0-bf5d-3e116b7577fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2254 | 2024.09.06 06:36:33.571601 [ 3 ] {} <Trace> HTTP-Session: 9af260e0-5c74-46b0-bf5d-3e116b7577fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2255 | 2024.09.06 06:36:33.571700 [ 3 ] {a540c4ea-b705-42d7-b5f7-77cf76800646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2256 | 2024.09.06 06:36:33.571745 [ 3 ] {a540c4ea-b705-42d7-b5f7-77cf76800646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2257 | 2024.09.06 06:36:33.571876 [ 3 ] {a540c4ea-b705-42d7-b5f7-77cf76800646} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2258 | 2024.09.06 06:36:33.572149 [ 3 ] {a540c4ea-b705-42d7-b5f7-77cf76800646} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2259 | 2024.09.06 06:36:33.572185 [ 3 ] {a540c4ea-b705-42d7-b5f7-77cf76800646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2260 | 2024.09.06 06:36:33.572533 [ 3 ] {a540c4ea-b705-42d7-b5f7-77cf76800646} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2261 | 2024.09.06 06:36:33.572848 [ 3 ] {a540c4ea-b705-42d7-b5f7-77cf76800646} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2262 | 2024.09.06 06:36:33.573017 [ 3 ] {a540c4ea-b705-42d7-b5f7-77cf76800646} <Debug> executeQuery: Read 6 rows, 492.00 B in 0.001335 sec., 4494.38202247191 rows/sec., 359.90 KiB/sec. | ||
2263 | 2024.09.06 06:36:33.573411 [ 3 ] {a540c4ea-b705-42d7-b5f7-77cf76800646} <Debug> DynamicQueryHandler: Done processing query | ||
2264 | 2024.09.06 06:36:33.573436 [ 3 ] {a540c4ea-b705-42d7-b5f7-77cf76800646} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2265 | 2024.09.06 06:36:33.573452 [ 3 ] {} <Debug> HTTP-Session: 9af260e0-5c74-46b0-bf5d-3e116b7577fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2266 | 2024.09.06 06:36:33.573574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2267 | 2024.09.06 06:36:33.573623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2268 | 2024.09.06 06:36:33.573642 [ 3 ] {} <Debug> HTTP-Session: 2034d49e-b62b-4f8b-8c69-bec785faceb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2269 | 2024.09.06 06:36:33.573659 [ 3 ] {} <Debug> HTTP-Session: 2034d49e-b62b-4f8b-8c69-bec785faceb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2270 | 2024.09.06 06:36:33.573672 [ 3 ] {} <Debug> HTTP-Session: 2034d49e-b62b-4f8b-8c69-bec785faceb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2271 | 2024.09.06 06:36:33.573703 [ 3 ] {} <Trace> HTTP-Session: 2034d49e-b62b-4f8b-8c69-bec785faceb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2272 | 2024.09.06 06:36:33.573821 [ 3 ] {d894505c-f85d-4c26-9119-37880172b4b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2273 | 2024.09.06 06:36:33.573866 [ 3 ] {d894505c-f85d-4c26-9119-37880172b4b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2274 | 2024.09.06 06:36:33.574017 [ 3 ] {d894505c-f85d-4c26-9119-37880172b4b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2275 | 2024.09.06 06:36:33.574331 [ 3 ] {d894505c-f85d-4c26-9119-37880172b4b0} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2276 | 2024.09.06 06:36:33.574366 [ 3 ] {d894505c-f85d-4c26-9119-37880172b4b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2277 | 2024.09.06 06:36:33.574717 [ 3 ] {d894505c-f85d-4c26-9119-37880172b4b0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2278 | 2024.09.06 06:36:33.575041 [ 3 ] {d894505c-f85d-4c26-9119-37880172b4b0} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2279 | 2024.09.06 06:36:33.575203 [ 3 ] {d894505c-f85d-4c26-9119-37880172b4b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
2280 | 2024.09.06 06:36:33.575488 [ 3 ] {d894505c-f85d-4c26-9119-37880172b4b0} <Debug> DynamicQueryHandler: Done processing query | ||
2281 | 2024.09.06 06:36:33.575513 [ 3 ] {d894505c-f85d-4c26-9119-37880172b4b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2282 | 2024.09.06 06:36:33.575529 [ 3 ] {} <Debug> HTTP-Session: 2034d49e-b62b-4f8b-8c69-bec785faceb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2283 | 2024.09.06 06:36:38.548994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1115, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2284 | 2024.09.06 06:36:38.549137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2285 | 2024.09.06 06:36:38.549166 [ 3 ] {} <Debug> HTTP-Session: f4bed85d-fa21-46ea-869c-66e2f5885d11 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2286 | 2024.09.06 06:36:38.549195 [ 3 ] {} <Debug> HTTP-Session: f4bed85d-fa21-46ea-869c-66e2f5885d11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2287 | 2024.09.06 06:36:38.549213 [ 3 ] {} <Debug> HTTP-Session: f4bed85d-fa21-46ea-869c-66e2f5885d11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2288 | 2024.09.06 06:36:38.549269 [ 3 ] {} <Trace> HTTP-Session: f4bed85d-fa21-46ea-869c-66e2f5885d11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2289 | 2024.09.06 06:36:38.549546 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2290 | 2024.09.06 06:36:38.550002 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2291 | 2024.09.06 06:36:38.550062 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2292 | 2024.09.06 06:36:38.550419 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2293 | 2024.09.06 06:36:38.550497 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2294 | 2024.09.06 06:36:38.550670 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2295 | 2024.09.06 06:36:38.550772 [ 256 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2296 | 2024.09.06 06:36:38.550846 [ 257 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2297 | 2024.09.06 06:36:38.550870 [ 255 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2298 | 2024.09.06 06:36:38.551020 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2299 | 2024.09.06 06:36:38.551051 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2300 | 2024.09.06 06:36:38.557421 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2301 | 2024.09.06 06:36:38.559365 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
2302 | 2024.09.06 06:36:38.559482 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2303 | 2024.09.06 06:36:38.559571 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2304 | 2024.09.06 06:36:38.561594 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.012178 sec., 2217.112826408277 rows/sec., 89.65 KiB/sec. | ||
2305 | 2024.09.06 06:36:38.561912 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Debug> DynamicQueryHandler: Done processing query | ||
2306 | 2024.09.06 06:36:38.561939 [ 3 ] {7787231a-feba-4c75-ac2e-c71701f3c62f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2307 | 2024.09.06 06:36:38.561956 [ 3 ] {} <Debug> HTTP-Session: f4bed85d-fa21-46ea-869c-66e2f5885d11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2308 | 2024.09.06 06:36:38.562233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2309 | 2024.09.06 06:36:38.562282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2310 | 2024.09.06 06:36:38.562301 [ 3 ] {} <Debug> HTTP-Session: c235583a-fb2e-4696-968a-ae5e21dbe85b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2311 | 2024.09.06 06:36:38.562319 [ 3 ] {} <Debug> HTTP-Session: c235583a-fb2e-4696-968a-ae5e21dbe85b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2312 | 2024.09.06 06:36:38.562333 [ 3 ] {} <Debug> HTTP-Session: c235583a-fb2e-4696-968a-ae5e21dbe85b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2313 | 2024.09.06 06:36:38.562366 [ 3 ] {} <Trace> HTTP-Session: c235583a-fb2e-4696-968a-ae5e21dbe85b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2314 | 2024.09.06 06:36:38.562514 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2315 | 2024.09.06 06:36:38.562801 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2316 | 2024.09.06 06:36:38.562848 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
2317 | 2024.09.06 06:36:38.563148 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2318 | 2024.09.06 06:36:38.563213 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2319 | 2024.09.06 06:36:38.563352 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
2320 | 2024.09.06 06:36:38.563459 [ 258 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2321 | 2024.09.06 06:36:38.563511 [ 259 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2322 | 2024.09.06 06:36:38.563537 [ 260 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2323 | 2024.09.06 06:36:38.563686 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2324 | 2024.09.06 06:36:38.563715 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2325 | 2024.09.06 06:36:38.563800 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2326 | 2024.09.06 06:36:38.563819 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
2327 | 2024.09.06 06:36:38.563861 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
2328 | 2024.09.06 06:36:38.563903 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
2329 | 2024.09.06 06:36:38.565298 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.002856 sec., 9453.781512605043 rows/sec., 382.28 KiB/sec. | ||
2330 | 2024.09.06 06:36:38.565600 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Debug> DynamicQueryHandler: Done processing query | ||
2331 | 2024.09.06 06:36:38.565624 [ 3 ] {944463d2-516d-4478-a9fc-595c8a1df0b5} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2332 | 2024.09.06 06:36:38.565641 [ 3 ] {} <Debug> HTTP-Session: c235583a-fb2e-4696-968a-ae5e21dbe85b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2333 | 2024.09.06 06:36:38.566292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2334 | 2024.09.06 06:36:38.566340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2335 | 2024.09.06 06:36:38.566359 [ 3 ] {} <Debug> HTTP-Session: 45bfe432-94dd-49fd-8b66-940296b45f81 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2336 | 2024.09.06 06:36:38.566376 [ 3 ] {} <Debug> HTTP-Session: 45bfe432-94dd-49fd-8b66-940296b45f81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2337 | 2024.09.06 06:36:38.566390 [ 3 ] {} <Debug> HTTP-Session: 45bfe432-94dd-49fd-8b66-940296b45f81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2338 | 2024.09.06 06:36:38.566421 [ 3 ] {} <Trace> HTTP-Session: 45bfe432-94dd-49fd-8b66-940296b45f81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2339 | 2024.09.06 06:36:38.566571 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2340 | 2024.09.06 06:36:38.566863 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2341 | 2024.09.06 06:36:38.566908 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
2342 | 2024.09.06 06:36:38.567210 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2343 | 2024.09.06 06:36:38.567275 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2344 | 2024.09.06 06:36:38.567415 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2345 | 2024.09.06 06:36:38.567550 [ 257 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2346 | 2024.09.06 06:36:38.567568 [ 258 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2347 | 2024.09.06 06:36:38.567568 [ 259 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2348 | 2024.09.06 06:36:38.567706 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2349 | 2024.09.06 06:36:38.567734 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2350 | 2024.09.06 06:36:38.567818 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2351 | 2024.09.06 06:36:38.567838 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
2352 | 2024.09.06 06:36:38.567879 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
2353 | 2024.09.06 06:36:38.567923 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
2354 | 2024.09.06 06:36:38.569258 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.002761 sec., 9779.065555957986 rows/sec., 395.44 KiB/sec. | ||
2355 | 2024.09.06 06:36:38.569543 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Debug> DynamicQueryHandler: Done processing query | ||
2356 | 2024.09.06 06:36:38.569567 [ 3 ] {4c9d5bf9-a785-4816-9426-ae2055cc1156} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2357 | 2024.09.06 06:36:38.569584 [ 3 ] {} <Debug> HTTP-Session: 45bfe432-94dd-49fd-8b66-940296b45f81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2358 | 2024.09.06 06:36:38.569823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2359 | 2024.09.06 06:36:38.569871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2360 | 2024.09.06 06:36:38.569890 [ 3 ] {} <Debug> HTTP-Session: 231ee14a-5fff-4294-a29b-3700d558188f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2361 | 2024.09.06 06:36:38.569907 [ 3 ] {} <Debug> HTTP-Session: 231ee14a-5fff-4294-a29b-3700d558188f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2362 | 2024.09.06 06:36:38.569921 [ 3 ] {} <Debug> HTTP-Session: 231ee14a-5fff-4294-a29b-3700d558188f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2363 | 2024.09.06 06:36:38.569953 [ 3 ] {} <Trace> HTTP-Session: 231ee14a-5fff-4294-a29b-3700d558188f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2364 | 2024.09.06 06:36:38.570104 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
2365 | 2024.09.06 06:36:38.570395 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2366 | 2024.09.06 06:36:38.570442 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
2367 | 2024.09.06 06:36:38.570744 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2368 | 2024.09.06 06:36:38.570808 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2369 | 2024.09.06 06:36:38.570950 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2370 | 2024.09.06 06:36:38.571056 [ 255 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2371 | 2024.09.06 06:36:38.571072 [ 260 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2372 | 2024.09.06 06:36:38.571087 [ 258 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2373 | 2024.09.06 06:36:38.571209 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2374 | 2024.09.06 06:36:38.571239 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2375 | 2024.09.06 06:36:38.571325 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2376 | 2024.09.06 06:36:38.571344 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
2377 | 2024.09.06 06:36:38.571386 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
2378 | 2024.09.06 06:36:38.571429 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
2379 | 2024.09.06 06:36:38.572787 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.002757 sec., 9793.253536452667 rows/sec., 396.01 KiB/sec. | ||
2380 | 2024.09.06 06:36:38.573092 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Debug> DynamicQueryHandler: Done processing query | ||
2381 | 2024.09.06 06:36:38.573117 [ 3 ] {dbea5149-5a9a-4cc2-8178-fb70dda07c83} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2382 | 2024.09.06 06:36:38.573134 [ 3 ] {} <Debug> HTTP-Session: 231ee14a-5fff-4294-a29b-3700d558188f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2383 | 2024.09.06 06:36:38.573384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2384 | 2024.09.06 06:36:38.573469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2385 | 2024.09.06 06:36:38.573498 [ 3 ] {} <Debug> HTTP-Session: 90aaa2ed-d276-4ecb-aeb0-f95e50eebb15 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2386 | 2024.09.06 06:36:38.573520 [ 3 ] {} <Debug> HTTP-Session: 90aaa2ed-d276-4ecb-aeb0-f95e50eebb15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2387 | 2024.09.06 06:36:38.573538 [ 3 ] {} <Debug> HTTP-Session: 90aaa2ed-d276-4ecb-aeb0-f95e50eebb15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2388 | 2024.09.06 06:36:38.573587 [ 3 ] {} <Trace> HTTP-Session: 90aaa2ed-d276-4ecb-aeb0-f95e50eebb15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2389 | 2024.09.06 06:36:38.573825 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
2390 | 2024.09.06 06:36:38.574201 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2391 | 2024.09.06 06:36:38.574250 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
2392 | 2024.09.06 06:36:38.574616 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2393 | 2024.09.06 06:36:38.574692 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2394 | 2024.09.06 06:36:38.574841 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2395 | 2024.09.06 06:36:38.574949 [ 259 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2396 | 2024.09.06 06:36:38.574973 [ 258 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2397 | 2024.09.06 06:36:38.574998 [ 255 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2398 | 2024.09.06 06:36:38.575118 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2399 | 2024.09.06 06:36:38.575146 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2400 | 2024.09.06 06:36:38.575231 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2401 | 2024.09.06 06:36:38.575250 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
2402 | 2024.09.06 06:36:38.575290 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
2403 | 2024.09.06 06:36:38.575332 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
2404 | 2024.09.06 06:36:38.576650 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.002946 sec., 9164.969450101833 rows/sec., 370.60 KiB/sec. | ||
2405 | 2024.09.06 06:36:38.576946 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Debug> DynamicQueryHandler: Done processing query | ||
2406 | 2024.09.06 06:36:38.576970 [ 3 ] {4938bb53-cbe4-49b6-be79-b85bfe6b895a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2407 | 2024.09.06 06:36:38.576988 [ 3 ] {} <Debug> HTTP-Session: 90aaa2ed-d276-4ecb-aeb0-f95e50eebb15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2408 | 2024.09.06 06:36:38.577209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2409 | 2024.09.06 06:36:38.577256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2410 | 2024.09.06 06:36:38.577277 [ 3 ] {} <Debug> HTTP-Session: 388f3408-d686-4cb9-8bce-b5e43c49037d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2411 | 2024.09.06 06:36:38.577294 [ 3 ] {} <Debug> HTTP-Session: 388f3408-d686-4cb9-8bce-b5e43c49037d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2412 | 2024.09.06 06:36:38.577308 [ 3 ] {} <Debug> HTTP-Session: 388f3408-d686-4cb9-8bce-b5e43c49037d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2413 | 2024.09.06 06:36:38.577341 [ 3 ] {} <Trace> HTTP-Session: 388f3408-d686-4cb9-8bce-b5e43c49037d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2414 | 2024.09.06 06:36:38.577492 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
2415 | 2024.09.06 06:36:38.577787 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2416 | 2024.09.06 06:36:38.577834 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
2417 | 2024.09.06 06:36:38.578144 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2418 | 2024.09.06 06:36:38.578210 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2419 | 2024.09.06 06:36:38.578349 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2420 | 2024.09.06 06:36:38.578442 [ 256 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2421 | 2024.09.06 06:36:38.578476 [ 260 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2422 | 2024.09.06 06:36:38.578500 [ 257 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2423 | 2024.09.06 06:36:38.578607 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2424 | 2024.09.06 06:36:38.578636 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2425 | 2024.09.06 06:36:38.578716 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2426 | 2024.09.06 06:36:38.578736 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
2427 | 2024.09.06 06:36:38.578776 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2428 | 2024.09.06 06:36:38.578818 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2429 | 2024.09.06 06:36:38.580126 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.002712 sec., 9955.752212389381 rows/sec., 402.58 KiB/sec. | ||
2430 | 2024.09.06 06:36:38.580425 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Debug> DynamicQueryHandler: Done processing query | ||
2431 | 2024.09.06 06:36:38.580449 [ 3 ] {36faf41d-4038-488d-9ef6-3ef6c3c397c2} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2432 | 2024.09.06 06:36:38.580467 [ 3 ] {} <Debug> HTTP-Session: 388f3408-d686-4cb9-8bce-b5e43c49037d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2433 | 2024.09.06 06:36:38.580708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1275, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2434 | 2024.09.06 06:36:38.580755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2435 | 2024.09.06 06:36:38.580774 [ 3 ] {} <Debug> HTTP-Session: 4118d662-48c2-4ae9-a20e-3e8fcf6297c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2436 | 2024.09.06 06:36:38.580792 [ 3 ] {} <Debug> HTTP-Session: 4118d662-48c2-4ae9-a20e-3e8fcf6297c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2437 | 2024.09.06 06:36:38.580806 [ 3 ] {} <Debug> HTTP-Session: 4118d662-48c2-4ae9-a20e-3e8fcf6297c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2438 | 2024.09.06 06:36:38.580838 [ 3 ] {} <Trace> HTTP-Session: 4118d662-48c2-4ae9-a20e-3e8fcf6297c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2439 | 2024.09.06 06:36:38.580989 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
2440 | 2024.09.06 06:36:38.581288 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2441 | 2024.09.06 06:36:38.581335 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
2442 | 2024.09.06 06:36:38.581645 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2443 | 2024.09.06 06:36:38.581711 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2444 | 2024.09.06 06:36:38.581848 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2445 | 2024.09.06 06:36:38.581986 [ 257 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2446 | 2024.09.06 06:36:38.581998 [ 259 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2447 | 2024.09.06 06:36:38.582005 [ 255 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2448 | 2024.09.06 06:36:38.582146 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2449 | 2024.09.06 06:36:38.582175 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2450 | 2024.09.06 06:36:38.582259 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2451 | 2024.09.06 06:36:38.582279 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
2452 | 2024.09.06 06:36:38.582318 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2453 | 2024.09.06 06:36:38.582362 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2454 | 2024.09.06 06:36:38.583705 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.002794 sec., 9663.564781675017 rows/sec., 390.76 KiB/sec. | ||
2455 | 2024.09.06 06:36:38.584008 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Debug> DynamicQueryHandler: Done processing query | ||
2456 | 2024.09.06 06:36:38.584034 [ 3 ] {41bba55c-be99-4c34-94e4-e8f465bc1d5e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2457 | 2024.09.06 06:36:38.584052 [ 3 ] {} <Debug> HTTP-Session: 4118d662-48c2-4ae9-a20e-3e8fcf6297c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2458 | 2024.09.06 06:36:38.584278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2459 | 2024.09.06 06:36:38.584326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2460 | 2024.09.06 06:36:38.584345 [ 3 ] {} <Debug> HTTP-Session: 086c582f-337f-4529-96f8-a1207b3ecc38 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2461 | 2024.09.06 06:36:38.584362 [ 3 ] {} <Debug> HTTP-Session: 086c582f-337f-4529-96f8-a1207b3ecc38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2462 | 2024.09.06 06:36:38.584375 [ 3 ] {} <Debug> HTTP-Session: 086c582f-337f-4529-96f8-a1207b3ecc38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2463 | 2024.09.06 06:36:38.584407 [ 3 ] {} <Trace> HTTP-Session: 086c582f-337f-4529-96f8-a1207b3ecc38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2464 | 2024.09.06 06:36:38.584558 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2465 | 2024.09.06 06:36:38.584855 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2466 | 2024.09.06 06:36:38.584903 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
2467 | 2024.09.06 06:36:38.585223 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2468 | 2024.09.06 06:36:38.585288 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2469 | 2024.09.06 06:36:38.585428 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2470 | 2024.09.06 06:36:38.585570 [ 258 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2471 | 2024.09.06 06:36:38.585587 [ 260 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2472 | 2024.09.06 06:36:38.585570 [ 256 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2473 | 2024.09.06 06:36:38.585712 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2474 | 2024.09.06 06:36:38.585737 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2475 | 2024.09.06 06:36:38.585818 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2476 | 2024.09.06 06:36:38.585837 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
2477 | 2024.09.06 06:36:38.585877 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2478 | 2024.09.06 06:36:38.585919 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2479 | 2024.09.06 06:36:38.587126 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.002644 sec., 10211.80030257186 rows/sec., 412.93 KiB/sec. | ||
2480 | 2024.09.06 06:36:38.587416 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Debug> DynamicQueryHandler: Done processing query | ||
2481 | 2024.09.06 06:36:38.587439 [ 3 ] {dca73bbd-fe53-4181-9f0c-1ba3340722c4} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2482 | 2024.09.06 06:36:38.587457 [ 3 ] {} <Debug> HTTP-Session: 086c582f-337f-4529-96f8-a1207b3ecc38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2483 | 2024.09.06 06:36:38.587680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2484 | 2024.09.06 06:36:38.587728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2485 | 2024.09.06 06:36:38.587746 [ 3 ] {} <Debug> HTTP-Session: 583bd8de-5608-44e4-9595-9b88d530f0f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2486 | 2024.09.06 06:36:38.587763 [ 3 ] {} <Debug> HTTP-Session: 583bd8de-5608-44e4-9595-9b88d530f0f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2487 | 2024.09.06 06:36:38.587777 [ 3 ] {} <Debug> HTTP-Session: 583bd8de-5608-44e4-9595-9b88d530f0f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2488 | 2024.09.06 06:36:38.587808 [ 3 ] {} <Trace> HTTP-Session: 583bd8de-5608-44e4-9595-9b88d530f0f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2489 | 2024.09.06 06:36:38.587961 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2490 | 2024.09.06 06:36:38.588259 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2491 | 2024.09.06 06:36:38.588306 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
2492 | 2024.09.06 06:36:38.588624 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2493 | 2024.09.06 06:36:38.588689 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2494 | 2024.09.06 06:36:38.588858 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2495 | 2024.09.06 06:36:38.589006 [ 256 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2496 | 2024.09.06 06:36:38.588995 [ 259 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2497 | 2024.09.06 06:36:38.589013 [ 260 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2498 | 2024.09.06 06:36:38.589151 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2499 | 2024.09.06 06:36:38.589180 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2500 | 2024.09.06 06:36:38.589263 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2501 | 2024.09.06 06:36:38.589282 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
2502 | 2024.09.06 06:36:38.589347 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2503 | 2024.09.06 06:36:38.589388 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2504 | 2024.09.06 06:36:38.590600 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.002717 sec., 9937.43099006257 rows/sec., 401.84 KiB/sec. | ||
2505 | 2024.09.06 06:36:38.590880 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Debug> DynamicQueryHandler: Done processing query | ||
2506 | 2024.09.06 06:36:38.590903 [ 3 ] {c75dd25d-20d1-4baa-b2de-414965890940} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2507 | 2024.09.06 06:36:38.590921 [ 3 ] {} <Debug> HTTP-Session: 583bd8de-5608-44e4-9595-9b88d530f0f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2508 | 2024.09.06 06:36:38.591158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2509 | 2024.09.06 06:36:38.591204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2510 | 2024.09.06 06:36:38.591224 [ 3 ] {} <Debug> HTTP-Session: 8a403473-a5c2-434e-b246-4b251051acc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2511 | 2024.09.06 06:36:38.591240 [ 3 ] {} <Debug> HTTP-Session: 8a403473-a5c2-434e-b246-4b251051acc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2512 | 2024.09.06 06:36:38.591254 [ 3 ] {} <Debug> HTTP-Session: 8a403473-a5c2-434e-b246-4b251051acc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2513 | 2024.09.06 06:36:38.591285 [ 3 ] {} <Trace> HTTP-Session: 8a403473-a5c2-434e-b246-4b251051acc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2514 | 2024.09.06 06:36:38.591437 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2515 | 2024.09.06 06:36:38.591735 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2516 | 2024.09.06 06:36:38.591781 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2517 | 2024.09.06 06:36:38.592096 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2518 | 2024.09.06 06:36:38.592161 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2519 | 2024.09.06 06:36:38.592300 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2520 | 2024.09.06 06:36:38.592428 [ 257 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2521 | 2024.09.06 06:36:38.592453 [ 258 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2522 | 2024.09.06 06:36:38.592457 [ 256 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2523 | 2024.09.06 06:36:38.592573 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2524 | 2024.09.06 06:36:38.592596 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2525 | 2024.09.06 06:36:38.592676 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2526 | 2024.09.06 06:36:38.592695 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
2527 | 2024.09.06 06:36:38.592734 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2528 | 2024.09.06 06:36:38.592776 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2529 | 2024.09.06 06:36:38.594065 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.002707 sec., 9974.141115626153 rows/sec., 403.32 KiB/sec. | ||
2530 | 2024.09.06 06:36:38.594351 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Debug> DynamicQueryHandler: Done processing query | ||
2531 | 2024.09.06 06:36:38.594375 [ 3 ] {afd70bad-768b-4f31-ba89-fcafa04d1365} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2532 | 2024.09.06 06:36:38.594392 [ 3 ] {} <Debug> HTTP-Session: 8a403473-a5c2-434e-b246-4b251051acc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2533 | 2024.09.06 06:36:38.594588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1386, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2534 | 2024.09.06 06:36:38.594635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2535 | 2024.09.06 06:36:38.594655 [ 3 ] {} <Debug> HTTP-Session: bde901ad-3320-4bd4-9bba-1750d3336899 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2536 | 2024.09.06 06:36:38.594672 [ 3 ] {} <Debug> HTTP-Session: bde901ad-3320-4bd4-9bba-1750d3336899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2537 | 2024.09.06 06:36:38.594686 [ 3 ] {} <Debug> HTTP-Session: bde901ad-3320-4bd4-9bba-1750d3336899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2538 | 2024.09.06 06:36:38.594717 [ 3 ] {} <Trace> HTTP-Session: bde901ad-3320-4bd4-9bba-1750d3336899 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2539 | 2024.09.06 06:36:38.594872 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2540 | 2024.09.06 06:36:38.595170 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2541 | 2024.09.06 06:36:38.595218 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2542 | 2024.09.06 06:36:38.595541 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2543 | 2024.09.06 06:36:38.595606 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2544 | 2024.09.06 06:36:38.595753 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2545 | 2024.09.06 06:36:38.595824 [ 260 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2546 | 2024.09.06 06:36:38.595888 [ 258 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2547 | 2024.09.06 06:36:38.595906 [ 256 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2548 | 2024.09.06 06:36:38.596013 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2549 | 2024.09.06 06:36:38.596036 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2550 | 2024.09.06 06:36:38.596117 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2551 | 2024.09.06 06:36:38.596137 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
2552 | 2024.09.06 06:36:38.596176 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2553 | 2024.09.06 06:36:38.596217 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2554 | 2024.09.06 06:36:38.597602 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.002808 sec., 9615.384615384615 rows/sec., 388.82 KiB/sec. | ||
2555 | 2024.09.06 06:36:38.597946 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Debug> DynamicQueryHandler: Done processing query | ||
2556 | 2024.09.06 06:36:38.597976 [ 3 ] {64554d97-d5ff-4f94-b45e-68d9409e2252} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2557 | 2024.09.06 06:36:38.597995 [ 3 ] {} <Debug> HTTP-Session: bde901ad-3320-4bd4-9bba-1750d3336899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2558 | 2024.09.06 06:36:38.602265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2559 | 2024.09.06 06:36:38.602321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2560 | 2024.09.06 06:36:38.602340 [ 3 ] {} <Debug> HTTP-Session: 4eba61b6-4b62-4ec6-bdd1-1c9509cf87e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2561 | 2024.09.06 06:36:38.602357 [ 3 ] {} <Debug> HTTP-Session: 4eba61b6-4b62-4ec6-bdd1-1c9509cf87e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2562 | 2024.09.06 06:36:38.602372 [ 3 ] {} <Debug> HTTP-Session: 4eba61b6-4b62-4ec6-bdd1-1c9509cf87e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2563 | 2024.09.06 06:36:38.602404 [ 3 ] {} <Trace> HTTP-Session: 4eba61b6-4b62-4ec6-bdd1-1c9509cf87e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2564 | 2024.09.06 06:36:38.602565 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2565 | 2024.09.06 06:36:38.602876 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2566 | 2024.09.06 06:36:38.602925 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2567 | 2024.09.06 06:36:38.603254 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2568 | 2024.09.06 06:36:38.603319 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2569 | 2024.09.06 06:36:38.603462 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2570 | 2024.09.06 06:36:38.603600 [ 257 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2571 | 2024.09.06 06:36:38.603629 [ 256 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2572 | 2024.09.06 06:36:38.603653 [ 260 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2573 | 2024.09.06 06:36:38.603781 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2574 | 2024.09.06 06:36:38.603810 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2575 | 2024.09.06 06:36:38.603893 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2576 | 2024.09.06 06:36:38.603913 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
2577 | 2024.09.06 06:36:38.603954 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2578 | 2024.09.06 06:36:38.603996 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2579 | 2024.09.06 06:36:38.605271 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.002787 sec., 9687.83638320775 rows/sec., 391.75 KiB/sec. | ||
2580 | 2024.09.06 06:36:38.605552 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Debug> DynamicQueryHandler: Done processing query | ||
2581 | 2024.09.06 06:36:38.605576 [ 3 ] {0c0adf0b-bd1f-411e-ad9d-41f60f054421} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2582 | 2024.09.06 06:36:38.605593 [ 3 ] {} <Debug> HTTP-Session: 4eba61b6-4b62-4ec6-bdd1-1c9509cf87e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2583 | 2024.09.06 06:36:38.613426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2584 | 2024.09.06 06:36:38.613487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2585 | 2024.09.06 06:36:38.613511 [ 3 ] {} <Debug> HTTP-Session: adaabe3b-3fb8-43f7-b419-3cc1603bd3ec Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2586 | 2024.09.06 06:36:38.613532 [ 3 ] {} <Debug> HTTP-Session: adaabe3b-3fb8-43f7-b419-3cc1603bd3ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2587 | 2024.09.06 06:36:38.613549 [ 3 ] {} <Debug> HTTP-Session: adaabe3b-3fb8-43f7-b419-3cc1603bd3ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2588 | 2024.09.06 06:36:38.613589 [ 3 ] {} <Trace> HTTP-Session: adaabe3b-3fb8-43f7-b419-3cc1603bd3ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2589 | 2024.09.06 06:36:38.613731 [ 3 ] {51083381-bfa9-4aaf-b2a2-b05af2781270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2590 | 2024.09.06 06:36:38.613788 [ 3 ] {51083381-bfa9-4aaf-b2a2-b05af2781270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2591 | 2024.09.06 06:36:38.613991 [ 3 ] {51083381-bfa9-4aaf-b2a2-b05af2781270} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2592 | 2024.09.06 06:36:38.614350 [ 3 ] {51083381-bfa9-4aaf-b2a2-b05af2781270} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2593 | 2024.09.06 06:36:38.614389 [ 3 ] {51083381-bfa9-4aaf-b2a2-b05af2781270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2594 | 2024.09.06 06:36:38.614875 [ 3 ] {51083381-bfa9-4aaf-b2a2-b05af2781270} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2595 | 2024.09.06 06:36:38.615203 [ 3 ] {51083381-bfa9-4aaf-b2a2-b05af2781270} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2596 | 2024.09.06 06:36:38.615365 [ 3 ] {51083381-bfa9-4aaf-b2a2-b05af2781270} <Debug> executeQuery: Read 12 rows, 2.06 KiB in 0.001683 sec., 7130.124777183601 rows/sec., 1.20 MiB/sec. | ||
2597 | 2024.09.06 06:36:38.615545 [ 3 ] {51083381-bfa9-4aaf-b2a2-b05af2781270} <Debug> DynamicQueryHandler: Done processing query | ||
2598 | 2024.09.06 06:36:38.615569 [ 3 ] {51083381-bfa9-4aaf-b2a2-b05af2781270} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2599 | 2024.09.06 06:36:38.615586 [ 3 ] {} <Debug> HTTP-Session: adaabe3b-3fb8-43f7-b419-3cc1603bd3ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2600 | 2024.09.06 06:36:38.615873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2601 | 2024.09.06 06:36:38.615920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2602 | 2024.09.06 06:36:38.615939 [ 3 ] {} <Debug> HTTP-Session: db272789-e8a8-4205-ac58-fe5111de7acb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2603 | 2024.09.06 06:36:38.615955 [ 3 ] {} <Debug> HTTP-Session: db272789-e8a8-4205-ac58-fe5111de7acb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2604 | 2024.09.06 06:36:38.615969 [ 3 ] {} <Debug> HTTP-Session: db272789-e8a8-4205-ac58-fe5111de7acb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2605 | 2024.09.06 06:36:38.616001 [ 3 ] {} <Trace> HTTP-Session: db272789-e8a8-4205-ac58-fe5111de7acb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2606 | 2024.09.06 06:36:38.616157 [ 3 ] {e50ea7ec-a7e1-4714-9cd0-c4d5dc71f5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2607 | 2024.09.06 06:36:38.616201 [ 3 ] {e50ea7ec-a7e1-4714-9cd0-c4d5dc71f5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2608 | 2024.09.06 06:36:38.616432 [ 3 ] {e50ea7ec-a7e1-4714-9cd0-c4d5dc71f5ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2609 | 2024.09.06 06:36:38.616879 [ 3 ] {e50ea7ec-a7e1-4714-9cd0-c4d5dc71f5ee} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2610 | 2024.09.06 06:36:38.616917 [ 3 ] {e50ea7ec-a7e1-4714-9cd0-c4d5dc71f5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2611 | 2024.09.06 06:36:38.617302 [ 3 ] {e50ea7ec-a7e1-4714-9cd0-c4d5dc71f5ee} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2612 | 2024.09.06 06:36:38.617661 [ 3 ] {e50ea7ec-a7e1-4714-9cd0-c4d5dc71f5ee} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2613 | 2024.09.06 06:36:38.617818 [ 61 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2614 | 2024.09.06 06:36:38.617827 [ 3 ] {e50ea7ec-a7e1-4714-9cd0-c4d5dc71f5ee} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.001732 sec., 118360.27713625866 rows/sec., 10.42 MiB/sec. | ||
2615 | 2024.09.06 06:36:38.617881 [ 61 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2616 | 2024.09.06 06:36:38.617947 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2617 | 2024.09.06 06:36:38.618136 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
2618 | 2024.09.06 06:36:38.618137 [ 3 ] {e50ea7ec-a7e1-4714-9cd0-c4d5dc71f5ee} <Debug> DynamicQueryHandler: Done processing query | ||
2619 | 2024.09.06 06:36:38.618219 [ 3 ] {e50ea7ec-a7e1-4714-9cd0-c4d5dc71f5ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2620 | 2024.09.06 06:36:38.618252 [ 3 ] {} <Debug> HTTP-Session: db272789-e8a8-4205-ac58-fe5111de7acb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2621 | 2024.09.06 06:36:38.618384 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2622 | 2024.09.06 06:36:38.618423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2623 | 2024.09.06 06:36:38.618452 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part | ||
2624 | 2024.09.06 06:36:38.618522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2625 | 2024.09.06 06:36:38.618588 [ 3 ] {} <Debug> HTTP-Session: 2205bcc8-23d1-4c6b-b2cf-ddde9bb73d91 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2626 | 2024.09.06 06:36:38.618674 [ 3 ] {} <Debug> HTTP-Session: 2205bcc8-23d1-4c6b-b2cf-ddde9bb73d91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2627 | 2024.09.06 06:36:38.618747 [ 3 ] {} <Debug> HTTP-Session: 2205bcc8-23d1-4c6b-b2cf-ddde9bb73d91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2628 | 2024.09.06 06:36:38.618763 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1224 rows starting from the beginning of the part | ||
2629 | 2024.09.06 06:36:38.618843 [ 3 ] {} <Trace> HTTP-Session: 2205bcc8-23d1-4c6b-b2cf-ddde9bb73d91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2630 | 2024.09.06 06:36:38.619096 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
2631 | 2024.09.06 06:36:38.619187 [ 3 ] {1b1a23ad-fb1a-494c-a4f8-006661dde9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2632 | 2024.09.06 06:36:38.619360 [ 3 ] {1b1a23ad-fb1a-494c-a4f8-006661dde9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2633 | 2024.09.06 06:36:38.619384 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part | ||
2634 | 2024.09.06 06:36:38.619762 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
2635 | 2024.09.06 06:36:38.620075 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 205 rows starting from the beginning of the part | ||
2636 | 2024.09.06 06:36:38.620858 [ 3 ] {1b1a23ad-fb1a-494c-a4f8-006661dde9fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2637 | 2024.09.06 06:36:38.621676 [ 3 ] {1b1a23ad-fb1a-494c-a4f8-006661dde9fc} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2638 | 2024.09.06 06:36:38.621736 [ 3 ] {1b1a23ad-fb1a-494c-a4f8-006661dde9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2639 | 2024.09.06 06:36:38.622811 [ 3 ] {1b1a23ad-fb1a-494c-a4f8-006661dde9fc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2640 | 2024.09.06 06:36:38.623780 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1729 rows, containing 5 columns (5 merged, 0 gathered) in 0.00572094 sec., 302223.06124517997 rows/sec., 26.24 MiB/sec. | ||
2641 | 2024.09.06 06:36:38.623804 [ 3 ] {1b1a23ad-fb1a-494c-a4f8-006661dde9fc} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2642 | 2024.09.06 06:36:38.624016 [ 61 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2643 | 2024.09.06 06:36:38.624083 [ 61 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2644 | 2024.09.06 06:36:38.624087 [ 3 ] {1b1a23ad-fb1a-494c-a4f8-006661dde9fc} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005007 sec., 1597.7631316157378 rows/sec., 120.14 KiB/sec. | ||
2645 | 2024.09.06 06:36:38.624121 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2646 | 2024.09.06 06:36:38.624106 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2647 | 2024.09.06 06:36:38.624617 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
2648 | 2024.09.06 06:36:38.624706 [ 3 ] {1b1a23ad-fb1a-494c-a4f8-006661dde9fc} <Debug> DynamicQueryHandler: Done processing query | ||
2649 | 2024.09.06 06:36:38.624778 [ 3 ] {1b1a23ad-fb1a-494c-a4f8-006661dde9fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2650 | 2024.09.06 06:36:38.624854 [ 3 ] {} <Debug> HTTP-Session: 2205bcc8-23d1-4c6b-b2cf-ddde9bb73d91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2651 | 2024.09.06 06:36:38.625174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2652 | 2024.09.06 06:36:38.625355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2653 | 2024.09.06 06:36:38.625373 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2654 | 2024.09.06 06:36:38.625441 [ 3 ] {} <Debug> HTTP-Session: 6ca6042f-8bac-4c4e-b440-41912c62d818 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2655 | 2024.09.06 06:36:38.625492 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
2656 | 2024.09.06 06:36:38.625505 [ 3 ] {} <Debug> HTTP-Session: 6ca6042f-8bac-4c4e-b440-41912c62d818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2657 | 2024.09.06 06:36:38.625575 [ 3 ] {} <Debug> HTTP-Session: 6ca6042f-8bac-4c4e-b440-41912c62d818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2658 | 2024.09.06 06:36:38.625729 [ 3 ] {} <Trace> HTTP-Session: 6ca6042f-8bac-4c4e-b440-41912c62d818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2659 | 2024.09.06 06:36:38.625942 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
2660 | 2024.09.06 06:36:38.626145 [ 3 ] {21bc9895-30d4-45ab-b1a3-86dd5fad3d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2661 | 2024.09.06 06:36:38.626334 [ 3 ] {21bc9895-30d4-45ab-b1a3-86dd5fad3d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2662 | 2024.09.06 06:36:38.626457 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
2663 | 2024.09.06 06:36:38.626896 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
2664 | 2024.09.06 06:36:38.627263 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
2665 | 2024.09.06 06:36:38.627101 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_11_2} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2666 | 2024.09.06 06:36:38.627632 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
2667 | 2024.09.06 06:36:38.628301 [ 3 ] {21bc9895-30d4-45ab-b1a3-86dd5fad3d3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2668 | 2024.09.06 06:36:38.628447 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_11_2} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2669 | 2024.09.06 06:36:38.628720 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
2670 | 2024.09.06 06:36:38.629370 [ 3 ] {21bc9895-30d4-45ab-b1a3-86dd5fad3d3d} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2671 | 2024.09.06 06:36:38.629436 [ 3 ] {21bc9895-30d4-45ab-b1a3-86dd5fad3d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2672 | 2024.09.06 06:36:38.630480 [ 3 ] {21bc9895-30d4-45ab-b1a3-86dd5fad3d3d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2673 | 2024.09.06 06:36:38.630707 [ 187 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 68 rows, containing 5 columns (5 merged, 0 gathered) in 0.006379684 sec., 10658.835139796893 rows/sec., 843.13 KiB/sec. | ||
2674 | 2024.09.06 06:36:38.630983 [ 187 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2675 | 2024.09.06 06:36:38.631388 [ 3 ] {21bc9895-30d4-45ab-b1a3-86dd5fad3d3d} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2676 | 2024.09.06 06:36:38.631867 [ 3 ] {21bc9895-30d4-45ab-b1a3-86dd5fad3d3d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005848 sec., 2393.980848153215 rows/sec., 167.66 KiB/sec. | ||
2677 | 2024.09.06 06:36:38.632175 [ 187 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_6_1} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2678 | 2024.09.06 06:36:38.632339 [ 187 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_6_1} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2679 | 2024.09.06 06:36:38.632374 [ 3 ] {21bc9895-30d4-45ab-b1a3-86dd5fad3d3d} <Debug> DynamicQueryHandler: Done processing query | ||
2680 | 2024.09.06 06:36:38.632455 [ 3 ] {21bc9895-30d4-45ab-b1a3-86dd5fad3d3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2681 | 2024.09.06 06:36:38.632493 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
2682 | 2024.09.06 06:36:38.632505 [ 3 ] {} <Debug> HTTP-Session: 6ca6042f-8bac-4c4e-b440-41912c62d818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2683 | 2024.09.06 06:36:38.632658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2684 | 2024.09.06 06:36:38.632707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2685 | 2024.09.06 06:36:38.632726 [ 3 ] {} <Debug> HTTP-Session: e7dd9ffd-bd35-4503-acf2-53198716aebf Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2686 | 2024.09.06 06:36:38.632743 [ 3 ] {} <Debug> HTTP-Session: e7dd9ffd-bd35-4503-acf2-53198716aebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2687 | 2024.09.06 06:36:38.632756 [ 3 ] {} <Debug> HTTP-Session: e7dd9ffd-bd35-4503-acf2-53198716aebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2688 | 2024.09.06 06:36:38.632788 [ 3 ] {} <Trace> HTTP-Session: e7dd9ffd-bd35-4503-acf2-53198716aebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2689 | 2024.09.06 06:36:38.632890 [ 3 ] {32ed9acf-9155-4e4b-8952-7e53b3be688f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2690 | 2024.09.06 06:36:38.632934 [ 3 ] {32ed9acf-9155-4e4b-8952-7e53b3be688f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2691 | 2024.09.06 06:36:38.633187 [ 3 ] {32ed9acf-9155-4e4b-8952-7e53b3be688f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2692 | 2024.09.06 06:36:38.633507 [ 3 ] {32ed9acf-9155-4e4b-8952-7e53b3be688f} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2693 | 2024.09.06 06:36:38.633543 [ 3 ] {32ed9acf-9155-4e4b-8952-7e53b3be688f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2694 | 2024.09.06 06:36:38.633901 [ 3 ] {32ed9acf-9155-4e4b-8952-7e53b3be688f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2695 | 2024.09.06 06:36:38.634273 [ 3 ] {32ed9acf-9155-4e4b-8952-7e53b3be688f} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2696 | 2024.09.06 06:36:38.634443 [ 3 ] {32ed9acf-9155-4e4b-8952-7e53b3be688f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 226.37 KiB/sec. | ||
2697 | 2024.09.06 06:36:38.634731 [ 3 ] {32ed9acf-9155-4e4b-8952-7e53b3be688f} <Debug> DynamicQueryHandler: Done processing query | ||
2698 | 2024.09.06 06:36:38.634756 [ 3 ] {32ed9acf-9155-4e4b-8952-7e53b3be688f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2699 | 2024.09.06 06:36:38.634771 [ 3 ] {} <Debug> HTTP-Session: e7dd9ffd-bd35-4503-acf2-53198716aebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2700 | 2024.09.06 06:36:38.635143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2701 | 2024.09.06 06:36:38.635194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2702 | 2024.09.06 06:36:38.635213 [ 3 ] {} <Debug> HTTP-Session: e161f018-8876-4e7b-9d4d-b9afcfd0ca03 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2703 | 2024.09.06 06:36:38.635230 [ 3 ] {} <Debug> HTTP-Session: e161f018-8876-4e7b-9d4d-b9afcfd0ca03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2704 | 2024.09.06 06:36:38.635244 [ 3 ] {} <Debug> HTTP-Session: e161f018-8876-4e7b-9d4d-b9afcfd0ca03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2705 | 2024.09.06 06:36:38.635276 [ 3 ] {} <Trace> HTTP-Session: e161f018-8876-4e7b-9d4d-b9afcfd0ca03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2706 | 2024.09.06 06:36:38.635515 [ 3 ] {b7fb5cca-563d-4b70-a627-db8bae86c4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2707 | 2024.09.06 06:36:38.635558 [ 3 ] {b7fb5cca-563d-4b70-a627-db8bae86c4b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2708 | 2024.09.06 06:36:38.635802 [ 3 ] {b7fb5cca-563d-4b70-a627-db8bae86c4b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2709 | 2024.09.06 06:36:38.636354 [ 3 ] {b7fb5cca-563d-4b70-a627-db8bae86c4b4} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2710 | 2024.09.06 06:36:38.636391 [ 3 ] {b7fb5cca-563d-4b70-a627-db8bae86c4b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2711 | 2024.09.06 06:36:38.636777 [ 3 ] {b7fb5cca-563d-4b70-a627-db8bae86c4b4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2712 | 2024.09.06 06:36:38.637144 [ 3 ] {b7fb5cca-563d-4b70-a627-db8bae86c4b4} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2713 | 2024.09.06 06:36:38.637307 [ 61 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2714 | 2024.09.06 06:36:38.637314 [ 3 ] {b7fb5cca-563d-4b70-a627-db8bae86c4b4} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001926 sec., 202492.21183800625 rows/sec., 14.36 MiB/sec. | ||
2715 | 2024.09.06 06:36:38.637355 [ 61 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2716 | 2024.09.06 06:36:38.637425 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2717 | 2024.09.06 06:36:38.637657 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
2718 | 2024.09.06 06:36:38.637778 [ 3 ] {b7fb5cca-563d-4b70-a627-db8bae86c4b4} <Debug> DynamicQueryHandler: Done processing query | ||
2719 | 2024.09.06 06:36:38.637852 [ 3 ] {b7fb5cca-563d-4b70-a627-db8bae86c4b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
2720 | 2024.09.06 06:36:38.637921 [ 3 ] {} <Debug> HTTP-Session: e161f018-8876-4e7b-9d4d-b9afcfd0ca03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2721 | 2024.09.06 06:36:38.638007 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2722 | 2024.09.06 06:36:38.638047 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part | ||
2723 | 2024.09.06 06:36:38.638229 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 540 rows starting from the beginning of the part | ||
2724 | 2024.09.06 06:36:38.638236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2725 | 2024.09.06 06:36:38.638377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2726 | 2024.09.06 06:36:38.638496 [ 3 ] {} <Debug> HTTP-Session: 2dc1db01-d89b-4276-9d20-0b1fe8a80f18 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2727 | 2024.09.06 06:36:38.638578 [ 3 ] {} <Debug> HTTP-Session: 2dc1db01-d89b-4276-9d20-0b1fe8a80f18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2728 | 2024.09.06 06:36:38.638581 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
2729 | 2024.09.06 06:36:38.638629 [ 3 ] {} <Debug> HTTP-Session: 2dc1db01-d89b-4276-9d20-0b1fe8a80f18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2730 | 2024.09.06 06:36:38.638784 [ 3 ] {} <Trace> HTTP-Session: 2dc1db01-d89b-4276-9d20-0b1fe8a80f18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2731 | 2024.09.06 06:36:38.638862 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part | ||
2732 | 2024.09.06 06:36:38.639152 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 89 rows starting from the beginning of the part | ||
2733 | 2024.09.06 06:36:38.639166 [ 3 ] {6744f48d-7c61-4f5b-a914-bdc423954a0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2734 | 2024.09.06 06:36:38.639374 [ 3 ] {6744f48d-7c61-4f5b-a914-bdc423954a0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2735 | 2024.09.06 06:36:38.639541 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 390 rows starting from the beginning of the part | ||
2736 | 2024.09.06 06:36:38.640298 [ 3 ] {6744f48d-7c61-4f5b-a914-bdc423954a0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2737 | 2024.09.06 06:36:38.641153 [ 3 ] {6744f48d-7c61-4f5b-a914-bdc423954a0f} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2738 | 2024.09.06 06:36:38.641223 [ 3 ] {6744f48d-7c61-4f5b-a914-bdc423954a0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2739 | 2024.09.06 06:36:38.642217 [ 3 ] {6744f48d-7c61-4f5b-a914-bdc423954a0f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2740 | 2024.09.06 06:36:38.642483 [ 187 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1227 rows, containing 5 columns (5 merged, 0 gathered) in 0.004962606 sec., 247249.12676928213 rows/sec., 19.26 MiB/sec. | ||
2741 | 2024.09.06 06:36:38.642751 [ 187 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2742 | 2024.09.06 06:36:38.642927 [ 3 ] {6744f48d-7c61-4f5b-a914-bdc423954a0f} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2743 | 2024.09.06 06:36:38.643393 [ 3 ] {6744f48d-7c61-4f5b-a914-bdc423954a0f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004347 sec., 1380.2622498274673 rows/sec., 72.11 KiB/sec. | ||
2744 | 2024.09.06 06:36:38.644028 [ 3 ] {6744f48d-7c61-4f5b-a914-bdc423954a0f} <Debug> DynamicQueryHandler: Done processing query | ||
2745 | 2024.09.06 06:36:38.644069 [ 3 ] {6744f48d-7c61-4f5b-a914-bdc423954a0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2746 | 2024.09.06 06:36:38.644106 [ 3 ] {} <Debug> HTTP-Session: 2dc1db01-d89b-4276-9d20-0b1fe8a80f18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2747 | 2024.09.06 06:36:38.644161 [ 187 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_11_2} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2748 | 2024.09.06 06:36:38.644252 [ 187 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_11_2} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2749 | 2024.09.06 06:36:38.644326 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
2750 | 2024.09.06 06:36:38.644423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2751 | 2024.09.06 06:36:38.644483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2752 | 2024.09.06 06:36:38.644504 [ 3 ] {} <Debug> HTTP-Session: e15d8736-827f-4c4b-b519-0c766d0c89eb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2753 | 2024.09.06 06:36:38.644522 [ 3 ] {} <Debug> HTTP-Session: e15d8736-827f-4c4b-b519-0c766d0c89eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2754 | 2024.09.06 06:36:38.644536 [ 3 ] {} <Debug> HTTP-Session: e15d8736-827f-4c4b-b519-0c766d0c89eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2755 | 2024.09.06 06:36:38.644571 [ 3 ] {} <Trace> HTTP-Session: e15d8736-827f-4c4b-b519-0c766d0c89eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2756 | 2024.09.06 06:36:38.644805 [ 3 ] {ac4b5b2b-65d2-48ee-b10f-25dc66fca8c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2757 | 2024.09.06 06:36:38.644857 [ 3 ] {ac4b5b2b-65d2-48ee-b10f-25dc66fca8c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2758 | 2024.09.06 06:36:38.645035 [ 3 ] {ac4b5b2b-65d2-48ee-b10f-25dc66fca8c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2759 | 2024.09.06 06:36:38.645446 [ 3 ] {ac4b5b2b-65d2-48ee-b10f-25dc66fca8c7} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2760 | 2024.09.06 06:36:38.645481 [ 3 ] {ac4b5b2b-65d2-48ee-b10f-25dc66fca8c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2761 | 2024.09.06 06:36:38.645870 [ 3 ] {ac4b5b2b-65d2-48ee-b10f-25dc66fca8c7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2762 | 2024.09.06 06:36:38.646294 [ 3 ] {ac4b5b2b-65d2-48ee-b10f-25dc66fca8c7} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2763 | 2024.09.06 06:36:38.646421 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2764 | 2024.09.06 06:36:38.646425 [ 3 ] {ac4b5b2b-65d2-48ee-b10f-25dc66fca8c7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001746 sec., 135738.8316151203 rows/sec., 9.10 MiB/sec. | ||
2765 | 2024.09.06 06:36:38.646471 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2766 | 2024.09.06 06:36:38.646513 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2767 | 2024.09.06 06:36:38.646675 [ 3 ] {ac4b5b2b-65d2-48ee-b10f-25dc66fca8c7} <Debug> DynamicQueryHandler: Done processing query | ||
2768 | 2024.09.06 06:36:38.646683 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
2769 | 2024.09.06 06:36:38.646719 [ 3 ] {ac4b5b2b-65d2-48ee-b10f-25dc66fca8c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2770 | 2024.09.06 06:36:38.646769 [ 3 ] {} <Debug> HTTP-Session: e15d8736-827f-4c4b-b519-0c766d0c89eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2771 | 2024.09.06 06:36:38.646947 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2772 | 2024.09.06 06:36:38.646961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2773 | 2024.09.06 06:36:38.647027 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 674 rows starting from the beginning of the part | ||
2774 | 2024.09.06 06:36:38.647056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2775 | 2024.09.06 06:36:38.647114 [ 3 ] {} <Debug> HTTP-Session: 685b514d-616b-4475-bfaa-374fcca88c2a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2776 | 2024.09.06 06:36:38.647164 [ 3 ] {} <Debug> HTTP-Session: 685b514d-616b-4475-bfaa-374fcca88c2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2777 | 2024.09.06 06:36:38.647256 [ 3 ] {} <Debug> HTTP-Session: 685b514d-616b-4475-bfaa-374fcca88c2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2778 | 2024.09.06 06:36:38.647379 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1976 rows starting from the beginning of the part | ||
2779 | 2024.09.06 06:36:38.647385 [ 3 ] {} <Trace> HTTP-Session: 685b514d-616b-4475-bfaa-374fcca88c2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2780 | 2024.09.06 06:36:38.647676 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 32 rows starting from the beginning of the part | ||
2781 | 2024.09.06 06:36:38.647723 [ 3 ] {a4852064-c3b1-46a0-97ae-f03521425bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2782 | 2024.09.06 06:36:38.647924 [ 3 ] {a4852064-c3b1-46a0-97ae-f03521425bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2783 | 2024.09.06 06:36:38.647935 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
2784 | 2024.09.06 06:36:38.648310 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
2785 | 2024.09.06 06:36:38.648609 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part | ||
2786 | 2024.09.06 06:36:38.649239 [ 3 ] {a4852064-c3b1-46a0-97ae-f03521425bcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2787 | 2024.09.06 06:36:38.649921 [ 3 ] {a4852064-c3b1-46a0-97ae-f03521425bcb} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2788 | 2024.09.06 06:36:38.649981 [ 3 ] {a4852064-c3b1-46a0-97ae-f03521425bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2789 | 2024.09.06 06:36:38.653941 [ 3 ] {a4852064-c3b1-46a0-97ae-f03521425bcb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2790 | 2024.09.06 06:36:38.654635 [ 187 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3239 rows, containing 5 columns (5 merged, 0 gathered) in 0.008035386 sec., 403092.02320834366 rows/sec., 27.34 MiB/sec. | ||
2791 | 2024.09.06 06:36:38.654773 [ 3 ] {a4852064-c3b1-46a0-97ae-f03521425bcb} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2792 | 2024.09.06 06:36:38.655101 [ 3 ] {a4852064-c3b1-46a0-97ae-f03521425bcb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.007448 sec., 134.26423200859293 rows/sec., 9.05 KiB/sec. | ||
2793 | 2024.09.06 06:36:38.655134 [ 187 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2794 | 2024.09.06 06:36:38.655635 [ 3 ] {a4852064-c3b1-46a0-97ae-f03521425bcb} <Debug> DynamicQueryHandler: Done processing query | ||
2795 | 2024.09.06 06:36:38.655698 [ 3 ] {a4852064-c3b1-46a0-97ae-f03521425bcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2796 | 2024.09.06 06:36:38.655770 [ 3 ] {} <Debug> HTTP-Session: 685b514d-616b-4475-bfaa-374fcca88c2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2797 | 2024.09.06 06:36:38.655993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2798 | 2024.09.06 06:36:38.656078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2799 | 2024.09.06 06:36:38.656121 [ 187 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2800 | 2024.09.06 06:36:38.656135 [ 3 ] {} <Debug> HTTP-Session: f9301b8c-1ee1-4d05-8d37-8f9300a21cf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2801 | 2024.09.06 06:36:38.656204 [ 3 ] {} <Debug> HTTP-Session: f9301b8c-1ee1-4d05-8d37-8f9300a21cf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2802 | 2024.09.06 06:36:38.656235 [ 3 ] {} <Debug> HTTP-Session: f9301b8c-1ee1-4d05-8d37-8f9300a21cf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2803 | 2024.09.06 06:36:38.656277 [ 187 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2804 | 2024.09.06 06:36:38.656293 [ 3 ] {} <Trace> HTTP-Session: f9301b8c-1ee1-4d05-8d37-8f9300a21cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2805 | 2024.09.06 06:36:38.656410 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
2806 | 2024.09.06 06:36:38.656631 [ 3 ] {f2c43da5-649c-4688-aeb8-9c6782180464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2807 | 2024.09.06 06:36:38.656711 [ 3 ] {f2c43da5-649c-4688-aeb8-9c6782180464} <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_histogramu64 | ||
2808 | 2024.09.06 06:36:38.657185 [ 3 ] {f2c43da5-649c-4688-aeb8-9c6782180464} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2809 | 2024.09.06 06:36:38.657761 [ 3 ] {f2c43da5-649c-4688-aeb8-9c6782180464} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2810 | 2024.09.06 06:36:38.657797 [ 3 ] {f2c43da5-649c-4688-aeb8-9c6782180464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2811 | 2024.09.06 06:36:38.658418 [ 3 ] {f2c43da5-649c-4688-aeb8-9c6782180464} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2812 | 2024.09.06 06:36:38.658832 [ 3 ] {f2c43da5-649c-4688-aeb8-9c6782180464} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2813 | 2024.09.06 06:36:38.658964 [ 55 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2814 | 2024.09.06 06:36:38.658985 [ 3 ] {f2c43da5-649c-4688-aeb8-9c6782180464} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002542 sec., 3147.128245476003 rows/sec., 5.64 MiB/sec. | ||
2815 | 2024.09.06 06:36:38.659013 [ 55 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2816 | 2024.09.06 06:36:38.659059 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2817 | 2024.09.06 06:36:38.659590 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
2818 | 2024.09.06 06:36:38.659631 [ 3 ] {f2c43da5-649c-4688-aeb8-9c6782180464} <Debug> DynamicQueryHandler: Done processing query | ||
2819 | 2024.09.06 06:36:38.659676 [ 3 ] {f2c43da5-649c-4688-aeb8-9c6782180464} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
2820 | 2024.09.06 06:36:38.659725 [ 3 ] {} <Debug> HTTP-Session: f9301b8c-1ee1-4d05-8d37-8f9300a21cf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2821 | 2024.09.06 06:36:38.659957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2822 | 2024.09.06 06:36:38.660073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2823 | 2024.09.06 06:36:38.660134 [ 3 ] {} <Debug> HTTP-Session: 7e6e72d9-b725-43aa-a023-25461bb2a9b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2824 | 2024.09.06 06:36:38.660197 [ 3 ] {} <Debug> HTTP-Session: 7e6e72d9-b725-43aa-a023-25461bb2a9b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2825 | 2024.09.06 06:36:38.660250 [ 3 ] {} <Debug> HTTP-Session: 7e6e72d9-b725-43aa-a023-25461bb2a9b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2826 | 2024.09.06 06:36:38.660356 [ 3 ] {} <Trace> HTTP-Session: 7e6e72d9-b725-43aa-a023-25461bb2a9b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2827 | 2024.09.06 06:36:38.660414 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2828 | 2024.09.06 06:36:38.660567 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
2829 | 2024.09.06 06:36:38.660662 [ 3 ] {ea0f70d4-6c1d-4171-8934-04db1e83e911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2830 | 2024.09.06 06:36:38.660805 [ 3 ] {ea0f70d4-6c1d-4171-8934-04db1e83e911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2831 | 2024.09.06 06:36:38.661308 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
2832 | 2024.09.06 06:36:38.661849 [ 3 ] {ea0f70d4-6c1d-4171-8934-04db1e83e911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2833 | 2024.09.06 06:36:38.662167 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
2834 | 2024.09.06 06:36:38.662796 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
2835 | 2024.09.06 06:36:38.663050 [ 3 ] {ea0f70d4-6c1d-4171-8934-04db1e83e911} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2836 | 2024.09.06 06:36:38.663157 [ 3 ] {ea0f70d4-6c1d-4171-8934-04db1e83e911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2837 | 2024.09.06 06:36:38.663537 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
2838 | 2024.09.06 06:36:38.664176 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
2839 | 2024.09.06 06:36:38.664682 [ 3 ] {ea0f70d4-6c1d-4171-8934-04db1e83e911} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2840 | 2024.09.06 06:36:38.665713 [ 3 ] {ea0f70d4-6c1d-4171-8934-04db1e83e911} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2841 | 2024.09.06 06:36:38.666072 [ 55 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2842 | 2024.09.06 06:36:38.666165 [ 55 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2843 | 2024.09.06 06:36:38.666221 [ 3 ] {ea0f70d4-6c1d-4171-8934-04db1e83e911} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005672 sec., 14456.981664315937 rows/sec., 940.23 KiB/sec. | ||
2844 | 2024.09.06 06:36:38.666241 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2845 | 2024.09.06 06:36:38.666623 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
2846 | 2024.09.06 06:36:38.666922 [ 3 ] {ea0f70d4-6c1d-4171-8934-04db1e83e911} <Debug> DynamicQueryHandler: Done processing query | ||
2847 | 2024.09.06 06:36:38.667032 [ 3 ] {ea0f70d4-6c1d-4171-8934-04db1e83e911} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2848 | 2024.09.06 06:36:38.667099 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2849 | 2024.09.06 06:36:38.667126 [ 3 ] {} <Debug> HTTP-Session: 7e6e72d9-b725-43aa-a023-25461bb2a9b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2850 | 2024.09.06 06:36:38.667200 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 266 rows starting from the beginning of the part | ||
2851 | 2024.09.06 06:36:38.667410 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 48 rows starting from the beginning of the part | ||
2852 | 2024.09.06 06:36:38.667782 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
2853 | 2024.09.06 06:36:38.668111 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
2854 | 2024.09.06 06:36:38.668478 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
2855 | 2024.09.06 06:36:38.668770 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part | ||
2856 | 2024.09.06 06:36:38.670986 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 4 columns (4 merged, 0 gathered) in 0.004602249 sec., 114726.5174048601 rows/sec., 7.65 MiB/sec. | ||
2857 | 2024.09.06 06:36:38.671313 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2858 | 2024.09.06 06:36:38.671741 [ 197 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 68 rows, containing 19 columns (19 merged, 0 gathered) in 0.012563924 sec., 5412.321819202344 rows/sec., 9.70 MiB/sec. | ||
2859 | 2024.09.06 06:36:38.672256 [ 201 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2860 | 2024.09.06 06:36:38.672265 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_11_2} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2861 | 2024.09.06 06:36:38.672494 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_11_2} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2862 | 2024.09.06 06:36:38.672707 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2863 | 2024.09.06 06:36:38.673203 [ 201 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2864 | 2024.09.06 06:36:38.673279 [ 201 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2865 | 2024.09.06 06:36:38.673380 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
2866 | 2024.09.06 06:36:43.557526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2867 | 2024.09.06 06:36:43.557726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2868 | 2024.09.06 06:36:43.557773 [ 3 ] {} <Debug> HTTP-Session: c1a5afa9-bb90-43ee-9bc9-79721ea9a5d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2869 | 2024.09.06 06:36:43.557814 [ 3 ] {} <Debug> HTTP-Session: c1a5afa9-bb90-43ee-9bc9-79721ea9a5d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2870 | 2024.09.06 06:36:43.557843 [ 3 ] {} <Debug> HTTP-Session: c1a5afa9-bb90-43ee-9bc9-79721ea9a5d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2871 | 2024.09.06 06:36:43.557922 [ 3 ] {} <Trace> HTTP-Session: c1a5afa9-bb90-43ee-9bc9-79721ea9a5d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2872 | 2024.09.06 06:36:43.558256 [ 3 ] {7d6383b5-91b4-450e-a81c-0784bc3b34ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2873 | 2024.09.06 06:36:43.558370 [ 3 ] {7d6383b5-91b4-450e-a81c-0784bc3b34ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2874 | 2024.09.06 06:36:43.558710 [ 3 ] {7d6383b5-91b4-450e-a81c-0784bc3b34ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2875 | 2024.09.06 06:36:43.559283 [ 3 ] {7d6383b5-91b4-450e-a81c-0784bc3b34ea} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2876 | 2024.09.06 06:36:43.559322 [ 3 ] {7d6383b5-91b4-450e-a81c-0784bc3b34ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
2877 | 2024.09.06 06:36:43.559763 [ 3 ] {7d6383b5-91b4-450e-a81c-0784bc3b34ea} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2878 | 2024.09.06 06:36:43.560161 [ 3 ] {7d6383b5-91b4-450e-a81c-0784bc3b34ea} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2879 | 2024.09.06 06:36:43.560310 [ 3 ] {7d6383b5-91b4-450e-a81c-0784bc3b34ea} <Debug> executeQuery: Read 100 rows, 8.53 KiB in 0.002185 sec., 45766.59038901602 rows/sec., 3.81 MiB/sec. | ||
2880 | 2024.09.06 06:36:43.560683 [ 3 ] {7d6383b5-91b4-450e-a81c-0784bc3b34ea} <Debug> DynamicQueryHandler: Done processing query | ||
2881 | 2024.09.06 06:36:43.560711 [ 3 ] {7d6383b5-91b4-450e-a81c-0784bc3b34ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2882 | 2024.09.06 06:36:43.560727 [ 3 ] {} <Debug> HTTP-Session: c1a5afa9-bb90-43ee-9bc9-79721ea9a5d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2883 | 2024.09.06 06:36:43.560888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2884 | 2024.09.06 06:36:43.560942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2885 | 2024.09.06 06:36:43.560963 [ 3 ] {} <Debug> HTTP-Session: d64ee1c1-d05f-48d4-b154-0dd4ea4e4002 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2886 | 2024.09.06 06:36:43.560982 [ 3 ] {} <Debug> HTTP-Session: d64ee1c1-d05f-48d4-b154-0dd4ea4e4002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2887 | 2024.09.06 06:36:43.560995 [ 3 ] {} <Debug> HTTP-Session: d64ee1c1-d05f-48d4-b154-0dd4ea4e4002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2888 | 2024.09.06 06:36:43.561030 [ 3 ] {} <Trace> HTTP-Session: d64ee1c1-d05f-48d4-b154-0dd4ea4e4002 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2889 | 2024.09.06 06:36:43.561149 [ 3 ] {8b57009d-7f69-43a0-8663-660dc5b0be02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2890 | 2024.09.06 06:36:43.561198 [ 3 ] {8b57009d-7f69-43a0-8663-660dc5b0be02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2891 | 2024.09.06 06:36:43.561454 [ 3 ] {8b57009d-7f69-43a0-8663-660dc5b0be02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2892 | 2024.09.06 06:36:43.561808 [ 3 ] {8b57009d-7f69-43a0-8663-660dc5b0be02} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2893 | 2024.09.06 06:36:43.561847 [ 3 ] {8b57009d-7f69-43a0-8663-660dc5b0be02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
2894 | 2024.09.06 06:36:43.562199 [ 3 ] {8b57009d-7f69-43a0-8663-660dc5b0be02} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2895 | 2024.09.06 06:36:43.562560 [ 3 ] {8b57009d-7f69-43a0-8663-660dc5b0be02} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2896 | 2024.09.06 06:36:43.562698 [ 3 ] {8b57009d-7f69-43a0-8663-660dc5b0be02} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001583 sec., 13897.662665824384 rows/sec., 1.02 MiB/sec. | ||
2897 | 2024.09.06 06:36:43.562995 [ 3 ] {8b57009d-7f69-43a0-8663-660dc5b0be02} <Debug> DynamicQueryHandler: Done processing query | ||
2898 | 2024.09.06 06:36:43.563020 [ 3 ] {8b57009d-7f69-43a0-8663-660dc5b0be02} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2899 | 2024.09.06 06:36:43.563036 [ 3 ] {} <Debug> HTTP-Session: d64ee1c1-d05f-48d4-b154-0dd4ea4e4002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2900 | 2024.09.06 06:36:43.563187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2901 | 2024.09.06 06:36:43.563238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2902 | 2024.09.06 06:36:43.563258 [ 3 ] {} <Debug> HTTP-Session: 5a62c3ae-e675-4fb4-98e6-943a21285cfd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2903 | 2024.09.06 06:36:43.563275 [ 3 ] {} <Debug> HTTP-Session: 5a62c3ae-e675-4fb4-98e6-943a21285cfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2904 | 2024.09.06 06:36:43.563289 [ 3 ] {} <Debug> HTTP-Session: 5a62c3ae-e675-4fb4-98e6-943a21285cfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2905 | 2024.09.06 06:36:43.563320 [ 3 ] {} <Trace> HTTP-Session: 5a62c3ae-e675-4fb4-98e6-943a21285cfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2906 | 2024.09.06 06:36:43.563442 [ 3 ] {8abfa541-a175-4ac2-bbe6-21e3ef34d4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2907 | 2024.09.06 06:36:43.563487 [ 3 ] {8abfa541-a175-4ac2-bbe6-21e3ef34d4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2908 | 2024.09.06 06:36:43.563730 [ 3 ] {8abfa541-a175-4ac2-bbe6-21e3ef34d4ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2909 | 2024.09.06 06:36:43.564106 [ 3 ] {8abfa541-a175-4ac2-bbe6-21e3ef34d4ca} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2910 | 2024.09.06 06:36:43.564144 [ 3 ] {8abfa541-a175-4ac2-bbe6-21e3ef34d4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
2911 | 2024.09.06 06:36:43.564499 [ 3 ] {8abfa541-a175-4ac2-bbe6-21e3ef34d4ca} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2912 | 2024.09.06 06:36:43.564869 [ 3 ] {8abfa541-a175-4ac2-bbe6-21e3ef34d4ca} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2913 | 2024.09.06 06:36:43.565005 [ 3 ] {8abfa541-a175-4ac2-bbe6-21e3ef34d4ca} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001606 sec., 53549.19053549191 rows/sec., 4.18 MiB/sec. | ||
2914 | 2024.09.06 06:36:43.565321 [ 3 ] {8abfa541-a175-4ac2-bbe6-21e3ef34d4ca} <Debug> DynamicQueryHandler: Done processing query | ||
2915 | 2024.09.06 06:36:43.565346 [ 3 ] {8abfa541-a175-4ac2-bbe6-21e3ef34d4ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2916 | 2024.09.06 06:36:43.565362 [ 3 ] {} <Debug> HTTP-Session: 5a62c3ae-e675-4fb4-98e6-943a21285cfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2917 | 2024.09.06 06:36:43.565517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30569, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2918 | 2024.09.06 06:36:43.565569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2919 | 2024.09.06 06:36:43.565589 [ 3 ] {} <Debug> HTTP-Session: 7f32ae44-5ca3-43d9-ae7a-9747a2b26134 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2920 | 2024.09.06 06:36:43.565606 [ 3 ] {} <Debug> HTTP-Session: 7f32ae44-5ca3-43d9-ae7a-9747a2b26134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2921 | 2024.09.06 06:36:43.565619 [ 3 ] {} <Debug> HTTP-Session: 7f32ae44-5ca3-43d9-ae7a-9747a2b26134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2922 | 2024.09.06 06:36:43.565650 [ 3 ] {} <Trace> HTTP-Session: 7f32ae44-5ca3-43d9-ae7a-9747a2b26134 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2923 | 2024.09.06 06:36:43.565819 [ 3 ] {d0ab4e4e-c36e-4754-aa64-df30e5c0366a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2924 | 2024.09.06 06:36:43.565869 [ 3 ] {d0ab4e4e-c36e-4754-aa64-df30e5c0366a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2925 | 2024.09.06 06:36:43.566036 [ 3 ] {d0ab4e4e-c36e-4754-aa64-df30e5c0366a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2926 | 2024.09.06 06:36:43.566459 [ 3 ] {d0ab4e4e-c36e-4754-aa64-df30e5c0366a} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2927 | 2024.09.06 06:36:43.566495 [ 3 ] {d0ab4e4e-c36e-4754-aa64-df30e5c0366a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
2928 | 2024.09.06 06:36:43.566885 [ 3 ] {d0ab4e4e-c36e-4754-aa64-df30e5c0366a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2929 | 2024.09.06 06:36:43.567215 [ 3 ] {d0ab4e4e-c36e-4754-aa64-df30e5c0366a} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2930 | 2024.09.06 06:36:43.567340 [ 3 ] {d0ab4e4e-c36e-4754-aa64-df30e5c0366a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. | ||
2931 | 2024.09.06 06:36:43.567634 [ 3 ] {d0ab4e4e-c36e-4754-aa64-df30e5c0366a} <Debug> DynamicQueryHandler: Done processing query | ||
2932 | 2024.09.06 06:36:43.567657 [ 3 ] {d0ab4e4e-c36e-4754-aa64-df30e5c0366a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2933 | 2024.09.06 06:36:43.567674 [ 3 ] {} <Debug> HTTP-Session: 7f32ae44-5ca3-43d9-ae7a-9747a2b26134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2934 | 2024.09.06 06:36:43.567824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 36098, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2935 | 2024.09.06 06:36:43.567871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2936 | 2024.09.06 06:36:43.567891 [ 3 ] {} <Debug> HTTP-Session: 3337303a-92ff-4246-bc13-dd5e27037114 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2937 | 2024.09.06 06:36:43.567906 [ 3 ] {} <Debug> HTTP-Session: 3337303a-92ff-4246-bc13-dd5e27037114 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2938 | 2024.09.06 06:36:43.567919 [ 3 ] {} <Debug> HTTP-Session: 3337303a-92ff-4246-bc13-dd5e27037114 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2939 | 2024.09.06 06:36:43.567948 [ 3 ] {} <Trace> HTTP-Session: 3337303a-92ff-4246-bc13-dd5e27037114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2940 | 2024.09.06 06:36:43.568278 [ 3 ] {c9c674c4-c223-41fc-87b4-159822e77018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2941 | 2024.09.06 06:36:43.568353 [ 3 ] {c9c674c4-c223-41fc-87b4-159822e77018} <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_histogramu64 | ||
2942 | 2024.09.06 06:36:43.568771 [ 3 ] {c9c674c4-c223-41fc-87b4-159822e77018} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2943 | 2024.09.06 06:36:43.569377 [ 3 ] {c9c674c4-c223-41fc-87b4-159822e77018} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2944 | 2024.09.06 06:36:43.569413 [ 3 ] {c9c674c4-c223-41fc-87b4-159822e77018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
2945 | 2024.09.06 06:36:43.570025 [ 3 ] {c9c674c4-c223-41fc-87b4-159822e77018} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2946 | 2024.09.06 06:36:43.570444 [ 3 ] {c9c674c4-c223-41fc-87b4-159822e77018} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2947 | 2024.09.06 06:36:43.570621 [ 3 ] {c9c674c4-c223-41fc-87b4-159822e77018} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002514 sec., 8750.994431185361 rows/sec., 15.68 MiB/sec. | ||
2948 | 2024.09.06 06:36:43.571066 [ 3 ] {c9c674c4-c223-41fc-87b4-159822e77018} <Debug> DynamicQueryHandler: Done processing query | ||
2949 | 2024.09.06 06:36:43.571091 [ 3 ] {c9c674c4-c223-41fc-87b4-159822e77018} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2950 | 2024.09.06 06:36:43.571110 [ 3 ] {} <Debug> HTTP-Session: 3337303a-92ff-4246-bc13-dd5e27037114 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2951 | 2024.09.06 06:36:43.571240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2952 | 2024.09.06 06:36:43.571288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2953 | 2024.09.06 06:36:43.571308 [ 3 ] {} <Debug> HTTP-Session: da14d3ca-11b0-417f-ad33-cc027b91883c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2954 | 2024.09.06 06:36:43.571325 [ 3 ] {} <Debug> HTTP-Session: da14d3ca-11b0-417f-ad33-cc027b91883c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2955 | 2024.09.06 06:36:43.571339 [ 3 ] {} <Debug> HTTP-Session: da14d3ca-11b0-417f-ad33-cc027b91883c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2956 | 2024.09.06 06:36:43.571370 [ 3 ] {} <Trace> HTTP-Session: da14d3ca-11b0-417f-ad33-cc027b91883c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2957 | 2024.09.06 06:36:43.571497 [ 3 ] {1a011ca5-0480-40fe-9539-1ea5933102c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2958 | 2024.09.06 06:36:43.571544 [ 3 ] {1a011ca5-0480-40fe-9539-1ea5933102c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2959 | 2024.09.06 06:36:43.571678 [ 3 ] {1a011ca5-0480-40fe-9539-1ea5933102c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2960 | 2024.09.06 06:36:43.571966 [ 3 ] {1a011ca5-0480-40fe-9539-1ea5933102c7} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2961 | 2024.09.06 06:36:43.572002 [ 3 ] {1a011ca5-0480-40fe-9539-1ea5933102c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
2962 | 2024.09.06 06:36:43.572370 [ 3 ] {1a011ca5-0480-40fe-9539-1ea5933102c7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2963 | 2024.09.06 06:36:43.572699 [ 3 ] {1a011ca5-0480-40fe-9539-1ea5933102c7} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2964 | 2024.09.06 06:36:43.572824 [ 3 ] {1a011ca5-0480-40fe-9539-1ea5933102c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
2965 | 2024.09.06 06:36:43.573159 [ 3 ] {1a011ca5-0480-40fe-9539-1ea5933102c7} <Debug> DynamicQueryHandler: Done processing query | ||
2966 | 2024.09.06 06:36:43.573184 [ 3 ] {1a011ca5-0480-40fe-9539-1ea5933102c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2967 | 2024.09.06 06:36:43.573200 [ 3 ] {} <Debug> HTTP-Session: da14d3ca-11b0-417f-ad33-cc027b91883c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2968 | 2024.09.06 06:36:45.501265 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2969 | 2024.09.06 06:36:45.501344 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2970 | 2024.09.06 06:36:48.562517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2971 | 2024.09.06 06:36:48.562659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2972 | 2024.09.06 06:36:48.562691 [ 3 ] {} <Debug> HTTP-Session: ddf5594c-3701-4619-9c7b-dfcd5955c61a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2973 | 2024.09.06 06:36:48.562720 [ 3 ] {} <Debug> HTTP-Session: ddf5594c-3701-4619-9c7b-dfcd5955c61a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2974 | 2024.09.06 06:36:48.562738 [ 3 ] {} <Debug> HTTP-Session: ddf5594c-3701-4619-9c7b-dfcd5955c61a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2975 | 2024.09.06 06:36:48.562795 [ 3 ] {} <Trace> HTTP-Session: ddf5594c-3701-4619-9c7b-dfcd5955c61a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2976 | 2024.09.06 06:36:48.563064 [ 3 ] {6551fa5c-5dd5-42a1-a81b-53cb591540f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2977 | 2024.09.06 06:36:48.563144 [ 3 ] {6551fa5c-5dd5-42a1-a81b-53cb591540f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2978 | 2024.09.06 06:36:48.563533 [ 3 ] {6551fa5c-5dd5-42a1-a81b-53cb591540f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2979 | 2024.09.06 06:36:48.564069 [ 3 ] {6551fa5c-5dd5-42a1-a81b-53cb591540f4} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2980 | 2024.09.06 06:36:48.564116 [ 3 ] {6551fa5c-5dd5-42a1-a81b-53cb591540f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
2981 | 2024.09.06 06:36:48.564543 [ 3 ] {6551fa5c-5dd5-42a1-a81b-53cb591540f4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2982 | 2024.09.06 06:36:48.564923 [ 3 ] {6551fa5c-5dd5-42a1-a81b-53cb591540f4} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2983 | 2024.09.06 06:36:48.565107 [ 3 ] {6551fa5c-5dd5-42a1-a81b-53cb591540f4} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002149 sec., 95393.20614239182 rows/sec., 8.40 MiB/sec. | ||
2984 | 2024.09.06 06:36:48.565306 [ 3 ] {6551fa5c-5dd5-42a1-a81b-53cb591540f4} <Debug> DynamicQueryHandler: Done processing query | ||
2985 | 2024.09.06 06:36:48.565333 [ 3 ] {6551fa5c-5dd5-42a1-a81b-53cb591540f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2986 | 2024.09.06 06:36:48.565349 [ 3 ] {} <Debug> HTTP-Session: ddf5594c-3701-4619-9c7b-dfcd5955c61a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2987 | 2024.09.06 06:36:48.565476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2988 | 2024.09.06 06:36:48.565526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2989 | 2024.09.06 06:36:48.565547 [ 3 ] {} <Debug> HTTP-Session: 846a80a7-2c6a-4c2a-97f1-e2ac991e8e2d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
2990 | 2024.09.06 06:36:48.565564 [ 3 ] {} <Debug> HTTP-Session: 846a80a7-2c6a-4c2a-97f1-e2ac991e8e2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2991 | 2024.09.06 06:36:48.565578 [ 3 ] {} <Debug> HTTP-Session: 846a80a7-2c6a-4c2a-97f1-e2ac991e8e2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2992 | 2024.09.06 06:36:48.565610 [ 3 ] {} <Trace> HTTP-Session: 846a80a7-2c6a-4c2a-97f1-e2ac991e8e2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2993 | 2024.09.06 06:36:48.565711 [ 3 ] {e7f33c6f-6064-48ff-b4a2-0262620ffd2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2994 | 2024.09.06 06:36:48.565756 [ 3 ] {e7f33c6f-6064-48ff-b4a2-0262620ffd2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2995 | 2024.09.06 06:36:48.565987 [ 3 ] {e7f33c6f-6064-48ff-b4a2-0262620ffd2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2996 | 2024.09.06 06:36:48.566311 [ 3 ] {e7f33c6f-6064-48ff-b4a2-0262620ffd2c} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2997 | 2024.09.06 06:36:48.566349 [ 3 ] {e7f33c6f-6064-48ff-b4a2-0262620ffd2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
2998 | 2024.09.06 06:36:48.566705 [ 3 ] {e7f33c6f-6064-48ff-b4a2-0262620ffd2c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2999 | 2024.09.06 06:36:48.567083 [ 3 ] {e7f33c6f-6064-48ff-b4a2-0262620ffd2c} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3000 | 2024.09.06 06:36:48.567246 [ 3 ] {e7f33c6f-6064-48ff-b4a2-0262620ffd2c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001559 sec., 5131.494547787042 rows/sec., 385.86 KiB/sec. | ||
3001 | 2024.09.06 06:36:48.567420 [ 3 ] {e7f33c6f-6064-48ff-b4a2-0262620ffd2c} <Debug> DynamicQueryHandler: Done processing query | ||
3002 | 2024.09.06 06:36:48.567445 [ 3 ] {e7f33c6f-6064-48ff-b4a2-0262620ffd2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3003 | 2024.09.06 06:36:48.567460 [ 3 ] {} <Debug> HTTP-Session: 846a80a7-2c6a-4c2a-97f1-e2ac991e8e2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3004 | 2024.09.06 06:36:48.567591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3005 | 2024.09.06 06:36:48.567642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3006 | 2024.09.06 06:36:48.567662 [ 3 ] {} <Debug> HTTP-Session: 1ce06823-b3d5-4cd1-abc7-78531f864b2c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3007 | 2024.09.06 06:36:48.567679 [ 3 ] {} <Debug> HTTP-Session: 1ce06823-b3d5-4cd1-abc7-78531f864b2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3008 | 2024.09.06 06:36:48.567693 [ 3 ] {} <Debug> HTTP-Session: 1ce06823-b3d5-4cd1-abc7-78531f864b2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3009 | 2024.09.06 06:36:48.567724 [ 3 ] {} <Trace> HTTP-Session: 1ce06823-b3d5-4cd1-abc7-78531f864b2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3010 | 2024.09.06 06:36:48.567822 [ 3 ] {b8fdaed3-0a10-43b7-8617-986b25e2e1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3011 | 2024.09.06 06:36:48.567867 [ 3 ] {b8fdaed3-0a10-43b7-8617-986b25e2e1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3012 | 2024.09.06 06:36:48.568091 [ 3 ] {b8fdaed3-0a10-43b7-8617-986b25e2e1d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3013 | 2024.09.06 06:36:48.568444 [ 3 ] {b8fdaed3-0a10-43b7-8617-986b25e2e1d4} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3014 | 2024.09.06 06:36:48.568482 [ 3 ] {b8fdaed3-0a10-43b7-8617-986b25e2e1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3015 | 2024.09.06 06:36:48.568833 [ 3 ] {b8fdaed3-0a10-43b7-8617-986b25e2e1d4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3016 | 2024.09.06 06:36:48.569190 [ 3 ] {b8fdaed3-0a10-43b7-8617-986b25e2e1d4} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3017 | 2024.09.06 06:36:48.569364 [ 3 ] {b8fdaed3-0a10-43b7-8617-986b25e2e1d4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001559 sec., 8980.115458627324 rows/sec., 628.91 KiB/sec. | ||
3018 | 2024.09.06 06:36:48.569652 [ 3 ] {b8fdaed3-0a10-43b7-8617-986b25e2e1d4} <Debug> DynamicQueryHandler: Done processing query | ||
3019 | 2024.09.06 06:36:48.569677 [ 3 ] {b8fdaed3-0a10-43b7-8617-986b25e2e1d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3020 | 2024.09.06 06:36:48.569694 [ 3 ] {} <Debug> HTTP-Session: 1ce06823-b3d5-4cd1-abc7-78531f864b2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3021 | 2024.09.06 06:36:48.569806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3022 | 2024.09.06 06:36:48.569855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3023 | 2024.09.06 06:36:48.569876 [ 3 ] {} <Debug> HTTP-Session: 4c9bd01e-8918-4807-b318-fd4a63c13b32 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3024 | 2024.09.06 06:36:48.569892 [ 3 ] {} <Debug> HTTP-Session: 4c9bd01e-8918-4807-b318-fd4a63c13b32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3025 | 2024.09.06 06:36:48.569906 [ 3 ] {} <Debug> HTTP-Session: 4c9bd01e-8918-4807-b318-fd4a63c13b32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3026 | 2024.09.06 06:36:48.569937 [ 3 ] {} <Trace> HTTP-Session: 4c9bd01e-8918-4807-b318-fd4a63c13b32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3027 | 2024.09.06 06:36:48.570035 [ 3 ] {a390dbe0-d34b-4a2b-a02e-1f4acfd0779d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3028 | 2024.09.06 06:36:48.570079 [ 3 ] {a390dbe0-d34b-4a2b-a02e-1f4acfd0779d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3029 | 2024.09.06 06:36:48.570328 [ 3 ] {a390dbe0-d34b-4a2b-a02e-1f4acfd0779d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3030 | 2024.09.06 06:36:48.570620 [ 3 ] {a390dbe0-d34b-4a2b-a02e-1f4acfd0779d} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3031 | 2024.09.06 06:36:48.570658 [ 3 ] {a390dbe0-d34b-4a2b-a02e-1f4acfd0779d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3032 | 2024.09.06 06:36:48.571007 [ 3 ] {a390dbe0-d34b-4a2b-a02e-1f4acfd0779d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3033 | 2024.09.06 06:36:48.571364 [ 3 ] {a390dbe0-d34b-4a2b-a02e-1f4acfd0779d} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3034 | 2024.09.06 06:36:48.571521 [ 3 ] {a390dbe0-d34b-4a2b-a02e-1f4acfd0779d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 234.61 KiB/sec. | ||
3035 | 2024.09.06 06:36:48.571684 [ 3 ] {a390dbe0-d34b-4a2b-a02e-1f4acfd0779d} <Debug> DynamicQueryHandler: Done processing query | ||
3036 | 2024.09.06 06:36:48.571708 [ 3 ] {a390dbe0-d34b-4a2b-a02e-1f4acfd0779d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3037 | 2024.09.06 06:36:48.571724 [ 3 ] {} <Debug> HTTP-Session: 4c9bd01e-8918-4807-b318-fd4a63c13b32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3038 | 2024.09.06 06:36:48.571961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3039 | 2024.09.06 06:36:48.572010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3040 | 2024.09.06 06:36:48.572029 [ 3 ] {} <Debug> HTTP-Session: 0a7b5141-9b2b-47a3-abbf-a0a7559fbc56 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3041 | 2024.09.06 06:36:48.572046 [ 3 ] {} <Debug> HTTP-Session: 0a7b5141-9b2b-47a3-abbf-a0a7559fbc56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3042 | 2024.09.06 06:36:48.572060 [ 3 ] {} <Debug> HTTP-Session: 0a7b5141-9b2b-47a3-abbf-a0a7559fbc56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3043 | 2024.09.06 06:36:48.572091 [ 3 ] {} <Trace> HTTP-Session: 0a7b5141-9b2b-47a3-abbf-a0a7559fbc56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3044 | 2024.09.06 06:36:48.572290 [ 3 ] {6fab3f7b-bbd4-4659-8478-66605f601465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3045 | 2024.09.06 06:36:48.572334 [ 3 ] {6fab3f7b-bbd4-4659-8478-66605f601465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3046 | 2024.09.06 06:36:48.572558 [ 3 ] {6fab3f7b-bbd4-4659-8478-66605f601465} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3047 | 2024.09.06 06:36:48.573083 [ 3 ] {6fab3f7b-bbd4-4659-8478-66605f601465} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3048 | 2024.09.06 06:36:48.573125 [ 3 ] {6fab3f7b-bbd4-4659-8478-66605f601465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3049 | 2024.09.06 06:36:48.573515 [ 3 ] {6fab3f7b-bbd4-4659-8478-66605f601465} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3050 | 2024.09.06 06:36:48.573886 [ 3 ] {6fab3f7b-bbd4-4659-8478-66605f601465} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3051 | 2024.09.06 06:36:48.574048 [ 3 ] {6fab3f7b-bbd4-4659-8478-66605f601465} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001864 sec., 209227.4678111588 rows/sec., 14.84 MiB/sec. | ||
3052 | 2024.09.06 06:36:48.574225 [ 3 ] {6fab3f7b-bbd4-4659-8478-66605f601465} <Debug> DynamicQueryHandler: Done processing query | ||
3053 | 2024.09.06 06:36:48.574250 [ 3 ] {6fab3f7b-bbd4-4659-8478-66605f601465} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3054 | 2024.09.06 06:36:48.574266 [ 3 ] {} <Debug> HTTP-Session: 0a7b5141-9b2b-47a3-abbf-a0a7559fbc56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3055 | 2024.09.06 06:36:48.574378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3056 | 2024.09.06 06:36:48.574428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3057 | 2024.09.06 06:36:48.574448 [ 3 ] {} <Debug> HTTP-Session: 5aae979d-b23e-4ea9-8466-e9c72ee687f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3058 | 2024.09.06 06:36:48.574465 [ 3 ] {} <Debug> HTTP-Session: 5aae979d-b23e-4ea9-8466-e9c72ee687f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3059 | 2024.09.06 06:36:48.574479 [ 3 ] {} <Debug> HTTP-Session: 5aae979d-b23e-4ea9-8466-e9c72ee687f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3060 | 2024.09.06 06:36:48.574510 [ 3 ] {} <Trace> HTTP-Session: 5aae979d-b23e-4ea9-8466-e9c72ee687f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3061 | 2024.09.06 06:36:48.574608 [ 3 ] {7928f29e-6280-4297-b64f-5412bd9d21ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3062 | 2024.09.06 06:36:48.574655 [ 3 ] {7928f29e-6280-4297-b64f-5412bd9d21ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3063 | 2024.09.06 06:36:48.574785 [ 3 ] {7928f29e-6280-4297-b64f-5412bd9d21ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3064 | 2024.09.06 06:36:48.575039 [ 3 ] {7928f29e-6280-4297-b64f-5412bd9d21ce} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3065 | 2024.09.06 06:36:48.575077 [ 3 ] {7928f29e-6280-4297-b64f-5412bd9d21ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3066 | 2024.09.06 06:36:48.575433 [ 3 ] {7928f29e-6280-4297-b64f-5412bd9d21ce} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3067 | 2024.09.06 06:36:48.575759 [ 3 ] {7928f29e-6280-4297-b64f-5412bd9d21ce} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3068 | 2024.09.06 06:36:48.575907 [ 3 ] {7928f29e-6280-4297-b64f-5412bd9d21ce} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001325 sec., 4528.301886792453 rows/sec., 236.59 KiB/sec. | ||
3069 | 2024.09.06 06:36:48.576065 [ 3 ] {7928f29e-6280-4297-b64f-5412bd9d21ce} <Debug> DynamicQueryHandler: Done processing query | ||
3070 | 2024.09.06 06:36:48.576090 [ 3 ] {7928f29e-6280-4297-b64f-5412bd9d21ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3071 | 2024.09.06 06:36:48.576107 [ 3 ] {} <Debug> HTTP-Session: 5aae979d-b23e-4ea9-8466-e9c72ee687f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3072 | 2024.09.06 06:36:48.576363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3073 | 2024.09.06 06:36:48.576412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3074 | 2024.09.06 06:36:48.576432 [ 3 ] {} <Debug> HTTP-Session: eb7d746d-3e04-42f2-9368-5d62d4b418cd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3075 | 2024.09.06 06:36:48.576449 [ 3 ] {} <Debug> HTTP-Session: eb7d746d-3e04-42f2-9368-5d62d4b418cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3076 | 2024.09.06 06:36:48.576463 [ 3 ] {} <Debug> HTTP-Session: eb7d746d-3e04-42f2-9368-5d62d4b418cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3077 | 2024.09.06 06:36:48.576494 [ 3 ] {} <Trace> HTTP-Session: eb7d746d-3e04-42f2-9368-5d62d4b418cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3078 | 2024.09.06 06:36:48.576667 [ 3 ] {9f2ea6eb-311c-43b3-b03d-871776c3fc4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3079 | 2024.09.06 06:36:48.576714 [ 3 ] {9f2ea6eb-311c-43b3-b03d-871776c3fc4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3080 | 2024.09.06 06:36:48.576857 [ 3 ] {9f2ea6eb-311c-43b3-b03d-871776c3fc4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3081 | 2024.09.06 06:36:48.577355 [ 3 ] {9f2ea6eb-311c-43b3-b03d-871776c3fc4d} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3082 | 2024.09.06 06:36:48.577391 [ 3 ] {9f2ea6eb-311c-43b3-b03d-871776c3fc4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3083 | 2024.09.06 06:36:48.577778 [ 3 ] {9f2ea6eb-311c-43b3-b03d-871776c3fc4d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3084 | 2024.09.06 06:36:48.578118 [ 3 ] {9f2ea6eb-311c-43b3-b03d-871776c3fc4d} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3085 | 2024.09.06 06:36:48.578274 [ 3 ] {9f2ea6eb-311c-43b3-b03d-871776c3fc4d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00169 sec., 140236.68639053253 rows/sec., 9.40 MiB/sec. | ||
3086 | 2024.09.06 06:36:48.578450 [ 3 ] {9f2ea6eb-311c-43b3-b03d-871776c3fc4d} <Debug> DynamicQueryHandler: Done processing query | ||
3087 | 2024.09.06 06:36:48.578475 [ 3 ] {9f2ea6eb-311c-43b3-b03d-871776c3fc4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3088 | 2024.09.06 06:36:48.578491 [ 3 ] {} <Debug> HTTP-Session: eb7d746d-3e04-42f2-9368-5d62d4b418cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3089 | 2024.09.06 06:36:48.578600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3090 | 2024.09.06 06:36:48.578649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3091 | 2024.09.06 06:36:48.578668 [ 3 ] {} <Debug> HTTP-Session: feceb866-1d4b-4b2e-988d-5ece694669f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3092 | 2024.09.06 06:36:48.578685 [ 3 ] {} <Debug> HTTP-Session: feceb866-1d4b-4b2e-988d-5ece694669f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3093 | 2024.09.06 06:36:48.578699 [ 3 ] {} <Debug> HTTP-Session: feceb866-1d4b-4b2e-988d-5ece694669f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3094 | 2024.09.06 06:36:48.578730 [ 3 ] {} <Trace> HTTP-Session: feceb866-1d4b-4b2e-988d-5ece694669f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3095 | 2024.09.06 06:36:48.578822 [ 3 ] {585d3937-a64f-42e5-b595-86300e23afb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3096 | 2024.09.06 06:36:48.578870 [ 3 ] {585d3937-a64f-42e5-b595-86300e23afb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3097 | 2024.09.06 06:36:48.579001 [ 3 ] {585d3937-a64f-42e5-b595-86300e23afb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3098 | 2024.09.06 06:36:48.579273 [ 3 ] {585d3937-a64f-42e5-b595-86300e23afb8} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3099 | 2024.09.06 06:36:48.579310 [ 3 ] {585d3937-a64f-42e5-b595-86300e23afb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3100 | 2024.09.06 06:36:48.579668 [ 3 ] {585d3937-a64f-42e5-b595-86300e23afb8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3101 | 2024.09.06 06:36:48.579998 [ 3 ] {585d3937-a64f-42e5-b595-86300e23afb8} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3102 | 2024.09.06 06:36:48.580164 [ 3 ] {585d3937-a64f-42e5-b595-86300e23afb8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001351 sec., 740.1924500370096 rows/sec., 49.88 KiB/sec. | ||
3103 | 2024.09.06 06:36:48.580450 [ 3 ] {585d3937-a64f-42e5-b595-86300e23afb8} <Debug> DynamicQueryHandler: Done processing query | ||
3104 | 2024.09.06 06:36:48.580502 [ 3 ] {585d3937-a64f-42e5-b595-86300e23afb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3105 | 2024.09.06 06:36:48.580518 [ 3 ] {} <Debug> HTTP-Session: feceb866-1d4b-4b2e-988d-5ece694669f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3106 | 2024.09.06 06:36:48.580639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14101, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3107 | 2024.09.06 06:36:48.580688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3108 | 2024.09.06 06:36:48.580708 [ 3 ] {} <Debug> HTTP-Session: 7f1f150e-16d1-4c2e-bcfe-5a3f3e38e15b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3109 | 2024.09.06 06:36:48.580724 [ 3 ] {} <Debug> HTTP-Session: 7f1f150e-16d1-4c2e-bcfe-5a3f3e38e15b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3110 | 2024.09.06 06:36:48.580738 [ 3 ] {} <Debug> HTTP-Session: 7f1f150e-16d1-4c2e-bcfe-5a3f3e38e15b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3111 | 2024.09.06 06:36:48.580768 [ 3 ] {} <Trace> HTTP-Session: 7f1f150e-16d1-4c2e-bcfe-5a3f3e38e15b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3112 | 2024.09.06 06:36:48.580946 [ 3 ] {51666830-b5f6-41b4-82ea-3844eb130bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3113 | 2024.09.06 06:36:48.581021 [ 3 ] {51666830-b5f6-41b4-82ea-3844eb130bd6} <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_histogramu64 | ||
3114 | 2024.09.06 06:36:48.581487 [ 3 ] {51666830-b5f6-41b4-82ea-3844eb130bd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3115 | 2024.09.06 06:36:48.582007 [ 3 ] {51666830-b5f6-41b4-82ea-3844eb130bd6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3116 | 2024.09.06 06:36:48.582044 [ 3 ] {51666830-b5f6-41b4-82ea-3844eb130bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3117 | 2024.09.06 06:36:48.582667 [ 3 ] {51666830-b5f6-41b4-82ea-3844eb130bd6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3118 | 2024.09.06 06:36:48.583087 [ 3 ] {51666830-b5f6-41b4-82ea-3844eb130bd6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3119 | 2024.09.06 06:36:48.583269 [ 3 ] {51666830-b5f6-41b4-82ea-3844eb130bd6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002429 sec., 3293.536434746809 rows/sec., 5.90 MiB/sec. | ||
3120 | 2024.09.06 06:36:48.583499 [ 3 ] {51666830-b5f6-41b4-82ea-3844eb130bd6} <Debug> DynamicQueryHandler: Done processing query | ||
3121 | 2024.09.06 06:36:48.583524 [ 3 ] {51666830-b5f6-41b4-82ea-3844eb130bd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3122 | 2024.09.06 06:36:48.583540 [ 3 ] {} <Debug> HTTP-Session: 7f1f150e-16d1-4c2e-bcfe-5a3f3e38e15b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3123 | 2024.09.06 06:36:48.583659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3124 | 2024.09.06 06:36:48.583708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3125 | 2024.09.06 06:36:48.583728 [ 3 ] {} <Debug> HTTP-Session: 421aa44a-40b1-40ed-9a04-e73df7e0869c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3126 | 2024.09.06 06:36:48.583745 [ 3 ] {} <Debug> HTTP-Session: 421aa44a-40b1-40ed-9a04-e73df7e0869c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3127 | 2024.09.06 06:36:48.583759 [ 3 ] {} <Debug> HTTP-Session: 421aa44a-40b1-40ed-9a04-e73df7e0869c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3128 | 2024.09.06 06:36:48.583790 [ 3 ] {} <Trace> HTTP-Session: 421aa44a-40b1-40ed-9a04-e73df7e0869c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3129 | 2024.09.06 06:36:48.583917 [ 3 ] {82881ff3-2932-4bf4-a0f7-8922c39104d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3130 | 2024.09.06 06:36:48.583961 [ 3 ] {82881ff3-2932-4bf4-a0f7-8922c39104d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3131 | 2024.09.06 06:36:48.584094 [ 3 ] {82881ff3-2932-4bf4-a0f7-8922c39104d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3132 | 2024.09.06 06:36:48.584418 [ 3 ] {82881ff3-2932-4bf4-a0f7-8922c39104d1} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3133 | 2024.09.06 06:36:48.584455 [ 3 ] {82881ff3-2932-4bf4-a0f7-8922c39104d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3134 | 2024.09.06 06:36:48.584819 [ 3 ] {82881ff3-2932-4bf4-a0f7-8922c39104d1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3135 | 2024.09.06 06:36:48.585146 [ 3 ] {82881ff3-2932-4bf4-a0f7-8922c39104d1} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3136 | 2024.09.06 06:36:48.585304 [ 3 ] {82881ff3-2932-4bf4-a0f7-8922c39104d1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec. | ||
3137 | 2024.09.06 06:36:48.585479 [ 3 ] {82881ff3-2932-4bf4-a0f7-8922c39104d1} <Debug> DynamicQueryHandler: Done processing query | ||
3138 | 2024.09.06 06:36:48.585504 [ 3 ] {82881ff3-2932-4bf4-a0f7-8922c39104d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3139 | 2024.09.06 06:36:48.585520 [ 3 ] {} <Debug> HTTP-Session: 421aa44a-40b1-40ed-9a04-e73df7e0869c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3140 | 2024.09.06 06:36:53.553168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3141 | 2024.09.06 06:36:53.553318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3142 | 2024.09.06 06:36:53.553349 [ 3 ] {} <Debug> HTTP-Session: 25626555-02e7-4889-8ab6-0ab042efdb4e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3143 | 2024.09.06 06:36:53.553377 [ 3 ] {} <Debug> HTTP-Session: 25626555-02e7-4889-8ab6-0ab042efdb4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3144 | 2024.09.06 06:36:53.553395 [ 3 ] {} <Debug> HTTP-Session: 25626555-02e7-4889-8ab6-0ab042efdb4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3145 | 2024.09.06 06:36:53.553452 [ 3 ] {} <Trace> HTTP-Session: 25626555-02e7-4889-8ab6-0ab042efdb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3146 | 2024.09.06 06:36:53.553745 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3147 | 2024.09.06 06:36:53.554199 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3148 | 2024.09.06 06:36:53.554268 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3149 | 2024.09.06 06:36:53.554696 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3150 | 2024.09.06 06:36:53.554784 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3151 | 2024.09.06 06:36:53.554960 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
3152 | 2024.09.06 06:36:53.555182 [ 259 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3153 | 2024.09.06 06:36:53.555207 [ 258 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3154 | 2024.09.06 06:36:53.555191 [ 255 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3155 | 2024.09.06 06:36:53.555191 [ 260 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3156 | 2024.09.06 06:36:53.555417 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (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 | ||
3157 | 2024.09.06 06:36:53.555449 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3158 | 2024.09.06 06:36:53.555570 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3159 | 2024.09.06 06:36:53.555596 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Reading approx. 39 rows with 3 streams | ||
3160 | 2024.09.06 06:36:53.555639 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3161 | 2024.09.06 06:36:53.555685 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3162 | 2024.09.06 06:36:53.555726 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3163 | 2024.09.06 06:36:53.557739 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Debug> executeQuery: Read 39 rows, 1.48 KiB in 0.004131 sec., 9440.81336238199 rows/sec., 358.14 KiB/sec. | ||
3164 | 2024.09.06 06:36:53.558199 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Debug> DynamicQueryHandler: Done processing query | ||
3165 | 2024.09.06 06:36:53.558232 [ 3 ] {1318ce64-26b8-4e5d-8e84-6e9d3c3c78f2} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
3166 | 2024.09.06 06:36:53.558254 [ 3 ] {} <Debug> HTTP-Session: 25626555-02e7-4889-8ab6-0ab042efdb4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3167 | 2024.09.06 06:36:53.593011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3168 | 2024.09.06 06:36:53.593083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3169 | 2024.09.06 06:36:53.593109 [ 3 ] {} <Debug> HTTP-Session: ec0c5b27-631b-4af6-bdd6-741b36a553a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3170 | 2024.09.06 06:36:53.593132 [ 3 ] {} <Debug> HTTP-Session: ec0c5b27-631b-4af6-bdd6-741b36a553a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3171 | 2024.09.06 06:36:53.593150 [ 3 ] {} <Debug> HTTP-Session: ec0c5b27-631b-4af6-bdd6-741b36a553a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3172 | 2024.09.06 06:36:53.593194 [ 3 ] {} <Trace> HTTP-Session: ec0c5b27-631b-4af6-bdd6-741b36a553a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3173 | 2024.09.06 06:36:53.593347 [ 3 ] {3a03af64-ee8f-4991-90cf-17fcc338c375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3174 | 2024.09.06 06:36:53.593412 [ 3 ] {3a03af64-ee8f-4991-90cf-17fcc338c375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3175 | 2024.09.06 06:36:53.593635 [ 3 ] {3a03af64-ee8f-4991-90cf-17fcc338c375} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3176 | 2024.09.06 06:36:53.594037 [ 3 ] {3a03af64-ee8f-4991-90cf-17fcc338c375} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3177 | 2024.09.06 06:36:53.594079 [ 3 ] {3a03af64-ee8f-4991-90cf-17fcc338c375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3178 | 2024.09.06 06:36:53.594618 [ 3 ] {3a03af64-ee8f-4991-90cf-17fcc338c375} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3179 | 2024.09.06 06:36:53.594951 [ 3 ] {3a03af64-ee8f-4991-90cf-17fcc338c375} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3180 | 2024.09.06 06:36:53.595124 [ 3 ] {3a03af64-ee8f-4991-90cf-17fcc338c375} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001813 sec., 551.5719801434087 rows/sec., 124.97 KiB/sec. | ||
3181 | 2024.09.06 06:36:53.595447 [ 3 ] {3a03af64-ee8f-4991-90cf-17fcc338c375} <Debug> DynamicQueryHandler: Done processing query | ||
3182 | 2024.09.06 06:36:53.595474 [ 3 ] {3a03af64-ee8f-4991-90cf-17fcc338c375} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3183 | 2024.09.06 06:36:53.595490 [ 3 ] {} <Debug> HTTP-Session: ec0c5b27-631b-4af6-bdd6-741b36a553a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3184 | 2024.09.06 06:36:53.595618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3185 | 2024.09.06 06:36:53.595672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3186 | 2024.09.06 06:36:53.595692 [ 3 ] {} <Debug> HTTP-Session: 1b3044ef-7bcf-4fdd-9157-3a91a8dc530a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3187 | 2024.09.06 06:36:53.595709 [ 3 ] {} <Debug> HTTP-Session: 1b3044ef-7bcf-4fdd-9157-3a91a8dc530a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3188 | 2024.09.06 06:36:53.595724 [ 3 ] {} <Debug> HTTP-Session: 1b3044ef-7bcf-4fdd-9157-3a91a8dc530a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3189 | 2024.09.06 06:36:53.595757 [ 3 ] {} <Trace> HTTP-Session: 1b3044ef-7bcf-4fdd-9157-3a91a8dc530a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3190 | 2024.09.06 06:36:53.595862 [ 3 ] {02bbd4db-5c15-47e1-aa93-22711eb4ee5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3191 | 2024.09.06 06:36:53.595911 [ 3 ] {02bbd4db-5c15-47e1-aa93-22711eb4ee5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3192 | 2024.09.06 06:36:53.596204 [ 3 ] {02bbd4db-5c15-47e1-aa93-22711eb4ee5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3193 | 2024.09.06 06:36:53.611000 [ 3 ] {02bbd4db-5c15-47e1-aa93-22711eb4ee5b} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3194 | 2024.09.06 06:36:53.611059 [ 3 ] {02bbd4db-5c15-47e1-aa93-22711eb4ee5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3195 | 2024.09.06 06:36:53.611576 [ 3 ] {02bbd4db-5c15-47e1-aa93-22711eb4ee5b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3196 | 2024.09.06 06:36:53.611979 [ 3 ] {02bbd4db-5c15-47e1-aa93-22711eb4ee5b} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3197 | 2024.09.06 06:36:53.612132 [ 3 ] {02bbd4db-5c15-47e1-aa93-22711eb4ee5b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.01629 sec., 368.3241252302026 rows/sec., 30.03 KiB/sec. | ||
3198 | 2024.09.06 06:36:53.612413 [ 3 ] {02bbd4db-5c15-47e1-aa93-22711eb4ee5b} <Debug> DynamicQueryHandler: Done processing query | ||
3199 | 2024.09.06 06:36:53.612439 [ 3 ] {02bbd4db-5c15-47e1-aa93-22711eb4ee5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3200 | 2024.09.06 06:36:53.612456 [ 3 ] {} <Debug> HTTP-Session: 1b3044ef-7bcf-4fdd-9157-3a91a8dc530a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3201 | 2024.09.06 06:36:53.612746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 180446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3202 | 2024.09.06 06:36:53.612798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3203 | 2024.09.06 06:36:53.612819 [ 3 ] {} <Debug> HTTP-Session: eba77c4c-855c-482d-b0c6-2e9d9d59407b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3204 | 2024.09.06 06:36:53.612836 [ 3 ] {} <Debug> HTTP-Session: eba77c4c-855c-482d-b0c6-2e9d9d59407b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3205 | 2024.09.06 06:36:53.612850 [ 3 ] {} <Debug> HTTP-Session: eba77c4c-855c-482d-b0c6-2e9d9d59407b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3206 | 2024.09.06 06:36:53.612881 [ 3 ] {} <Trace> HTTP-Session: eba77c4c-855c-482d-b0c6-2e9d9d59407b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3207 | 2024.09.06 06:36:53.613376 [ 3 ] {a97dfe07-5c8e-40ea-889c-cbf48658fb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3208 | 2024.09.06 06:36:53.613428 [ 3 ] {a97dfe07-5c8e-40ea-889c-cbf48658fb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3209 | 2024.09.06 06:36:53.613684 [ 3 ] {a97dfe07-5c8e-40ea-889c-cbf48658fb34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3210 | 2024.09.06 06:36:53.614955 [ 3 ] {a97dfe07-5c8e-40ea-889c-cbf48658fb34} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3211 | 2024.09.06 06:36:53.614994 [ 3 ] {a97dfe07-5c8e-40ea-889c-cbf48658fb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3212 | 2024.09.06 06:36:53.615443 [ 3 ] {a97dfe07-5c8e-40ea-889c-cbf48658fb34} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3213 | 2024.09.06 06:36:53.615823 [ 3 ] {a97dfe07-5c8e-40ea-889c-cbf48658fb34} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3214 | 2024.09.06 06:36:53.615975 [ 3 ] {a97dfe07-5c8e-40ea-889c-cbf48658fb34} <Debug> executeQuery: Read 1243 rows, 105.31 KiB in 0.002951 sec., 421213.14808539476 rows/sec., 34.85 MiB/sec. | ||
3215 | 2024.09.06 06:36:53.616170 [ 3 ] {a97dfe07-5c8e-40ea-889c-cbf48658fb34} <Debug> DynamicQueryHandler: Done processing query | ||
3216 | 2024.09.06 06:36:53.616196 [ 3 ] {a97dfe07-5c8e-40ea-889c-cbf48658fb34} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
3217 | 2024.09.06 06:36:53.616213 [ 3 ] {} <Debug> HTTP-Session: eba77c4c-855c-482d-b0c6-2e9d9d59407b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3218 | 2024.09.06 06:36:53.616408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3219 | 2024.09.06 06:36:53.616457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3220 | 2024.09.06 06:36:53.616478 [ 3 ] {} <Debug> HTTP-Session: 1f78dbf7-89af-4410-95a3-184fd258566d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3221 | 2024.09.06 06:36:53.616495 [ 3 ] {} <Debug> HTTP-Session: 1f78dbf7-89af-4410-95a3-184fd258566d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3222 | 2024.09.06 06:36:53.616508 [ 3 ] {} <Debug> HTTP-Session: 1f78dbf7-89af-4410-95a3-184fd258566d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3223 | 2024.09.06 06:36:53.616540 [ 3 ] {} <Trace> HTTP-Session: 1f78dbf7-89af-4410-95a3-184fd258566d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3224 | 2024.09.06 06:36:53.616644 [ 3 ] {cb0c0015-a162-48ba-87a3-bb9baa9929ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3225 | 2024.09.06 06:36:53.616690 [ 3 ] {cb0c0015-a162-48ba-87a3-bb9baa9929ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3226 | 2024.09.06 06:36:53.616916 [ 3 ] {cb0c0015-a162-48ba-87a3-bb9baa9929ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3227 | 2024.09.06 06:36:53.617248 [ 3 ] {cb0c0015-a162-48ba-87a3-bb9baa9929ae} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3228 | 2024.09.06 06:36:53.617287 [ 3 ] {cb0c0015-a162-48ba-87a3-bb9baa9929ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3229 | 2024.09.06 06:36:53.617637 [ 3 ] {cb0c0015-a162-48ba-87a3-bb9baa9929ae} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3230 | 2024.09.06 06:36:53.618020 [ 3 ] {cb0c0015-a162-48ba-87a3-bb9baa9929ae} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3231 | 2024.09.06 06:36:53.618171 [ 3 ] {cb0c0015-a162-48ba-87a3-bb9baa9929ae} <Debug> executeQuery: Read 28 rows, 2.07 KiB in 0.001553 sec., 18029.620090148102 rows/sec., 1.30 MiB/sec. | ||
3232 | 2024.09.06 06:36:53.618501 [ 3 ] {cb0c0015-a162-48ba-87a3-bb9baa9929ae} <Debug> DynamicQueryHandler: Done processing query | ||
3233 | 2024.09.06 06:36:53.618529 [ 3 ] {cb0c0015-a162-48ba-87a3-bb9baa9929ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3234 | 2024.09.06 06:36:53.618546 [ 3 ] {} <Debug> HTTP-Session: 1f78dbf7-89af-4410-95a3-184fd258566d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3235 | 2024.09.06 06:36:53.618707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3236 | 2024.09.06 06:36:53.618758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3237 | 2024.09.06 06:36:53.618778 [ 3 ] {} <Debug> HTTP-Session: c1117b77-2f92-451e-894f-867cb632aa2d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3238 | 2024.09.06 06:36:53.618794 [ 3 ] {} <Debug> HTTP-Session: c1117b77-2f92-451e-894f-867cb632aa2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3239 | 2024.09.06 06:36:53.618807 [ 3 ] {} <Debug> HTTP-Session: c1117b77-2f92-451e-894f-867cb632aa2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3240 | 2024.09.06 06:36:53.618839 [ 3 ] {} <Trace> HTTP-Session: c1117b77-2f92-451e-894f-867cb632aa2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3241 | 2024.09.06 06:36:53.619040 [ 3 ] {e670005a-c0a2-4ee7-9580-dd14ffcdff4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3242 | 2024.09.06 06:36:53.619085 [ 3 ] {e670005a-c0a2-4ee7-9580-dd14ffcdff4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3243 | 2024.09.06 06:36:53.619331 [ 3 ] {e670005a-c0a2-4ee7-9580-dd14ffcdff4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3244 | 2024.09.06 06:36:53.619777 [ 3 ] {e670005a-c0a2-4ee7-9580-dd14ffcdff4a} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3245 | 2024.09.06 06:36:53.619815 [ 3 ] {e670005a-c0a2-4ee7-9580-dd14ffcdff4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3246 | 2024.09.06 06:36:53.620189 [ 3 ] {e670005a-c0a2-4ee7-9580-dd14ffcdff4a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3247 | 2024.09.06 06:36:53.620550 [ 3 ] {e670005a-c0a2-4ee7-9580-dd14ffcdff4a} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3248 | 2024.09.06 06:36:53.620711 [ 3 ] {e670005a-c0a2-4ee7-9580-dd14ffcdff4a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001779 sec., 128161.8887015177 rows/sec., 8.68 MiB/sec. | ||
3249 | 2024.09.06 06:36:53.620988 [ 3 ] {e670005a-c0a2-4ee7-9580-dd14ffcdff4a} <Debug> DynamicQueryHandler: Done processing query | ||
3250 | 2024.09.06 06:36:53.621013 [ 3 ] {e670005a-c0a2-4ee7-9580-dd14ffcdff4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3251 | 2024.09.06 06:36:53.621029 [ 3 ] {} <Debug> HTTP-Session: c1117b77-2f92-451e-894f-867cb632aa2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3252 | 2024.09.06 06:36:53.621293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 90588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3253 | 2024.09.06 06:36:53.621344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3254 | 2024.09.06 06:36:53.621364 [ 3 ] {} <Debug> HTTP-Session: 0f73cadf-a83a-4a2d-ac30-14a103db5a16 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3255 | 2024.09.06 06:36:53.621381 [ 3 ] {} <Debug> HTTP-Session: 0f73cadf-a83a-4a2d-ac30-14a103db5a16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3256 | 2024.09.06 06:36:53.621395 [ 3 ] {} <Debug> HTTP-Session: 0f73cadf-a83a-4a2d-ac30-14a103db5a16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3257 | 2024.09.06 06:36:53.621424 [ 3 ] {} <Trace> HTTP-Session: 0f73cadf-a83a-4a2d-ac30-14a103db5a16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3258 | 2024.09.06 06:36:53.621792 [ 3 ] {8679f7b5-c74a-4143-aed5-36b922ab550d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3259 | 2024.09.06 06:36:53.621837 [ 3 ] {8679f7b5-c74a-4143-aed5-36b922ab550d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3260 | 2024.09.06 06:36:53.622090 [ 3 ] {8679f7b5-c74a-4143-aed5-36b922ab550d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3261 | 2024.09.06 06:36:53.622756 [ 3 ] {8679f7b5-c74a-4143-aed5-36b922ab550d} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3262 | 2024.09.06 06:36:53.622794 [ 3 ] {8679f7b5-c74a-4143-aed5-36b922ab550d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3263 | 2024.09.06 06:36:53.623188 [ 3 ] {8679f7b5-c74a-4143-aed5-36b922ab550d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3264 | 2024.09.06 06:36:53.623629 [ 3 ] {8679f7b5-c74a-4143-aed5-36b922ab550d} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3265 | 2024.09.06 06:36:53.623820 [ 3 ] {8679f7b5-c74a-4143-aed5-36b922ab550d} <Debug> executeQuery: Read 548 rows, 41.66 KiB in 0.002284 sec., 239929.94746059546 rows/sec., 17.81 MiB/sec. | ||
3266 | 2024.09.06 06:36:53.624020 [ 3 ] {8679f7b5-c74a-4143-aed5-36b922ab550d} <Debug> DynamicQueryHandler: Done processing query | ||
3267 | 2024.09.06 06:36:53.624047 [ 3 ] {8679f7b5-c74a-4143-aed5-36b922ab550d} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
3268 | 2024.09.06 06:36:53.624065 [ 3 ] {} <Debug> HTTP-Session: 0f73cadf-a83a-4a2d-ac30-14a103db5a16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3269 | 2024.09.06 06:36:53.624345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 160526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3270 | 2024.09.06 06:36:53.624397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3271 | 2024.09.06 06:36:53.624417 [ 3 ] {} <Debug> HTTP-Session: 0789d608-1c13-42dc-87e8-ab1b79b6bb32 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3272 | 2024.09.06 06:36:53.624434 [ 3 ] {} <Debug> HTTP-Session: 0789d608-1c13-42dc-87e8-ab1b79b6bb32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3273 | 2024.09.06 06:36:53.624448 [ 3 ] {} <Debug> HTTP-Session: 0789d608-1c13-42dc-87e8-ab1b79b6bb32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3274 | 2024.09.06 06:36:53.624479 [ 3 ] {} <Trace> HTTP-Session: 0789d608-1c13-42dc-87e8-ab1b79b6bb32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3275 | 2024.09.06 06:36:53.624900 [ 3 ] {a43cd0a7-5161-4005-8f33-97ffdd274ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3276 | 2024.09.06 06:36:53.624950 [ 3 ] {a43cd0a7-5161-4005-8f33-97ffdd274ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3277 | 2024.09.06 06:36:53.625096 [ 3 ] {a43cd0a7-5161-4005-8f33-97ffdd274ff5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3278 | 2024.09.06 06:36:53.625907 [ 3 ] {a43cd0a7-5161-4005-8f33-97ffdd274ff5} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3279 | 2024.09.06 06:36:53.625943 [ 3 ] {a43cd0a7-5161-4005-8f33-97ffdd274ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3280 | 2024.09.06 06:36:53.626378 [ 3 ] {a43cd0a7-5161-4005-8f33-97ffdd274ff5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3281 | 2024.09.06 06:36:53.626722 [ 3 ] {a43cd0a7-5161-4005-8f33-97ffdd274ff5} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3282 | 2024.09.06 06:36:53.626856 [ 3 ] {a43cd0a7-5161-4005-8f33-97ffdd274ff5} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.00223 sec., 379820.62780269055 rows/sec., 25.57 MiB/sec. | ||
3283 | 2024.09.06 06:36:53.627140 [ 3 ] {a43cd0a7-5161-4005-8f33-97ffdd274ff5} <Debug> DynamicQueryHandler: Done processing query | ||
3284 | 2024.09.06 06:36:53.627166 [ 3 ] {a43cd0a7-5161-4005-8f33-97ffdd274ff5} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
3285 | 2024.09.06 06:36:53.627182 [ 3 ] {} <Debug> HTTP-Session: 0789d608-1c13-42dc-87e8-ab1b79b6bb32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3286 | 2024.09.06 06:36:53.627455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 36084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3287 | 2024.09.06 06:36:53.627516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3288 | 2024.09.06 06:36:53.627537 [ 3 ] {} <Debug> HTTP-Session: 43eb6ee4-e8fa-4660-9f76-c87751b7fd4f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3289 | 2024.09.06 06:36:53.627555 [ 3 ] {} <Debug> HTTP-Session: 43eb6ee4-e8fa-4660-9f76-c87751b7fd4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3290 | 2024.09.06 06:36:53.627569 [ 3 ] {} <Debug> HTTP-Session: 43eb6ee4-e8fa-4660-9f76-c87751b7fd4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3291 | 2024.09.06 06:36:53.627601 [ 3 ] {} <Trace> HTTP-Session: 43eb6ee4-e8fa-4660-9f76-c87751b7fd4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3292 | 2024.09.06 06:36:53.627992 [ 3 ] {76ddbbf8-8a35-4b0d-895e-fd2f6ff6b043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3293 | 2024.09.06 06:36:53.628064 [ 3 ] {76ddbbf8-8a35-4b0d-895e-fd2f6ff6b043} <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_histogramu64 | ||
3294 | 2024.09.06 06:36:53.628507 [ 3 ] {76ddbbf8-8a35-4b0d-895e-fd2f6ff6b043} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3295 | 2024.09.06 06:36:53.629216 [ 3 ] {76ddbbf8-8a35-4b0d-895e-fd2f6ff6b043} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3296 | 2024.09.06 06:36:53.629253 [ 3 ] {76ddbbf8-8a35-4b0d-895e-fd2f6ff6b043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3297 | 2024.09.06 06:36:53.629887 [ 3 ] {76ddbbf8-8a35-4b0d-895e-fd2f6ff6b043} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3298 | 2024.09.06 06:36:53.630283 [ 3 ] {76ddbbf8-8a35-4b0d-895e-fd2f6ff6b043} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3299 | 2024.09.06 06:36:53.630476 [ 3 ] {76ddbbf8-8a35-4b0d-895e-fd2f6ff6b043} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002788 sec., 7890.961262553802 rows/sec., 14.14 MiB/sec. | ||
3300 | 2024.09.06 06:36:53.630918 [ 3 ] {76ddbbf8-8a35-4b0d-895e-fd2f6ff6b043} <Debug> DynamicQueryHandler: Done processing query | ||
3301 | 2024.09.06 06:36:53.630942 [ 3 ] {76ddbbf8-8a35-4b0d-895e-fd2f6ff6b043} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3302 | 2024.09.06 06:36:53.630958 [ 3 ] {} <Debug> HTTP-Session: 43eb6ee4-e8fa-4660-9f76-c87751b7fd4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3303 | 2024.09.06 06:36:53.631150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3304 | 2024.09.06 06:36:53.631200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3305 | 2024.09.06 06:36:53.631220 [ 3 ] {} <Debug> HTTP-Session: 46f9469f-0c49-44bb-afd7-a3179a94f59d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3306 | 2024.09.06 06:36:53.631237 [ 3 ] {} <Debug> HTTP-Session: 46f9469f-0c49-44bb-afd7-a3179a94f59d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3307 | 2024.09.06 06:36:53.631252 [ 3 ] {} <Debug> HTTP-Session: 46f9469f-0c49-44bb-afd7-a3179a94f59d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3308 | 2024.09.06 06:36:53.631284 [ 3 ] {} <Trace> HTTP-Session: 46f9469f-0c49-44bb-afd7-a3179a94f59d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3309 | 2024.09.06 06:36:53.631400 [ 3 ] {d237cdab-44a2-4ec8-b60c-2e3e22d1feab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3310 | 2024.09.06 06:36:53.631446 [ 3 ] {d237cdab-44a2-4ec8-b60c-2e3e22d1feab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3311 | 2024.09.06 06:36:53.631586 [ 3 ] {d237cdab-44a2-4ec8-b60c-2e3e22d1feab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3312 | 2024.09.06 06:36:53.631896 [ 3 ] {d237cdab-44a2-4ec8-b60c-2e3e22d1feab} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3313 | 2024.09.06 06:36:53.631933 [ 3 ] {d237cdab-44a2-4ec8-b60c-2e3e22d1feab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
3314 | 2024.09.06 06:36:53.632311 [ 3 ] {d237cdab-44a2-4ec8-b60c-2e3e22d1feab} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3315 | 2024.09.06 06:36:53.632639 [ 3 ] {d237cdab-44a2-4ec8-b60c-2e3e22d1feab} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3316 | 2024.09.06 06:36:53.632800 [ 3 ] {d237cdab-44a2-4ec8-b60c-2e3e22d1feab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
3317 | 2024.09.06 06:36:53.632967 [ 3 ] {d237cdab-44a2-4ec8-b60c-2e3e22d1feab} <Debug> DynamicQueryHandler: Done processing query | ||
3318 | 2024.09.06 06:36:53.632993 [ 3 ] {d237cdab-44a2-4ec8-b60c-2e3e22d1feab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3319 | 2024.09.06 06:36:53.633009 [ 3 ] {} <Debug> HTTP-Session: 46f9469f-0c49-44bb-afd7-a3179a94f59d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3320 | 2024.09.06 06:36:58.561388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3321 | 2024.09.06 06:36:58.561513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3322 | 2024.09.06 06:36:58.561541 [ 3 ] {} <Debug> HTTP-Session: 52e05fc8-5572-475b-b042-5ff37eb0a6fa Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3323 | 2024.09.06 06:36:58.561566 [ 3 ] {} <Debug> HTTP-Session: 52e05fc8-5572-475b-b042-5ff37eb0a6fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3324 | 2024.09.06 06:36:58.561581 [ 3 ] {} <Debug> HTTP-Session: 52e05fc8-5572-475b-b042-5ff37eb0a6fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3325 | 2024.09.06 06:36:58.561632 [ 3 ] {} <Trace> HTTP-Session: 52e05fc8-5572-475b-b042-5ff37eb0a6fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3326 | 2024.09.06 06:36:58.561813 [ 3 ] {c34e0ce7-8d8d-4670-b0a9-cec7b6104301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3327 | 2024.09.06 06:36:58.561884 [ 3 ] {c34e0ce7-8d8d-4670-b0a9-cec7b6104301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3328 | 2024.09.06 06:36:58.562222 [ 3 ] {c34e0ce7-8d8d-4670-b0a9-cec7b6104301} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3329 | 2024.09.06 06:36:58.562682 [ 3 ] {c34e0ce7-8d8d-4670-b0a9-cec7b6104301} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3330 | 2024.09.06 06:36:58.562725 [ 3 ] {c34e0ce7-8d8d-4670-b0a9-cec7b6104301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3331 | 2024.09.06 06:36:58.563130 [ 3 ] {c34e0ce7-8d8d-4670-b0a9-cec7b6104301} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3332 | 2024.09.06 06:36:58.563513 [ 3 ] {c34e0ce7-8d8d-4670-b0a9-cec7b6104301} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3333 | 2024.09.06 06:36:58.563665 [ 3 ] {c34e0ce7-8d8d-4670-b0a9-cec7b6104301} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001906 sec., 1049.3179433368311 rows/sec., 85.56 KiB/sec. | ||
3334 | 2024.09.06 06:36:58.563871 [ 3 ] {c34e0ce7-8d8d-4670-b0a9-cec7b6104301} <Debug> DynamicQueryHandler: Done processing query | ||
3335 | 2024.09.06 06:36:58.563897 [ 3 ] {c34e0ce7-8d8d-4670-b0a9-cec7b6104301} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3336 | 2024.09.06 06:36:58.563915 [ 3 ] {} <Debug> HTTP-Session: 52e05fc8-5572-475b-b042-5ff37eb0a6fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3337 | 2024.09.06 06:36:58.564151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3338 | 2024.09.06 06:36:58.564204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3339 | 2024.09.06 06:36:58.564224 [ 3 ] {} <Debug> HTTP-Session: ea004027-1e49-4e8a-a1d8-16fe9cf0eb04 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3340 | 2024.09.06 06:36:58.564240 [ 3 ] {} <Debug> HTTP-Session: ea004027-1e49-4e8a-a1d8-16fe9cf0eb04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3341 | 2024.09.06 06:36:58.564254 [ 3 ] {} <Debug> HTTP-Session: ea004027-1e49-4e8a-a1d8-16fe9cf0eb04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3342 | 2024.09.06 06:36:58.564287 [ 3 ] {} <Trace> HTTP-Session: ea004027-1e49-4e8a-a1d8-16fe9cf0eb04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3343 | 2024.09.06 06:36:58.564435 [ 3 ] {f301a75e-a329-44be-9594-d4bff2178475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3344 | 2024.09.06 06:36:58.564480 [ 3 ] {f301a75e-a329-44be-9594-d4bff2178475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3345 | 2024.09.06 06:36:58.564708 [ 3 ] {f301a75e-a329-44be-9594-d4bff2178475} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3346 | 2024.09.06 06:36:58.565233 [ 3 ] {f301a75e-a329-44be-9594-d4bff2178475} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3347 | 2024.09.06 06:36:58.565269 [ 3 ] {f301a75e-a329-44be-9594-d4bff2178475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3348 | 2024.09.06 06:36:58.565635 [ 3 ] {f301a75e-a329-44be-9594-d4bff2178475} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3349 | 2024.09.06 06:36:58.566001 [ 3 ] {f301a75e-a329-44be-9594-d4bff2178475} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3350 | 2024.09.06 06:36:58.566156 [ 3 ] {f301a75e-a329-44be-9594-d4bff2178475} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001786 sec., 115341.54535274356 rows/sec., 10.15 MiB/sec. | ||
3351 | 2024.09.06 06:36:58.566433 [ 3 ] {f301a75e-a329-44be-9594-d4bff2178475} <Debug> DynamicQueryHandler: Done processing query | ||
3352 | 2024.09.06 06:36:58.566463 [ 3 ] {f301a75e-a329-44be-9594-d4bff2178475} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3353 | 2024.09.06 06:36:58.566481 [ 3 ] {} <Debug> HTTP-Session: ea004027-1e49-4e8a-a1d8-16fe9cf0eb04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3354 | 2024.09.06 06:36:58.566609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3355 | 2024.09.06 06:36:58.566659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3356 | 2024.09.06 06:36:58.566678 [ 3 ] {} <Debug> HTTP-Session: a8b5cc05-62bb-4209-9a58-a7915f362ddb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3357 | 2024.09.06 06:36:58.566695 [ 3 ] {} <Debug> HTTP-Session: a8b5cc05-62bb-4209-9a58-a7915f362ddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3358 | 2024.09.06 06:36:58.566709 [ 3 ] {} <Debug> HTTP-Session: a8b5cc05-62bb-4209-9a58-a7915f362ddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3359 | 2024.09.06 06:36:58.566740 [ 3 ] {} <Trace> HTTP-Session: a8b5cc05-62bb-4209-9a58-a7915f362ddb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3360 | 2024.09.06 06:36:58.566841 [ 3 ] {7c5ed769-608a-432b-97c4-53bbcb3b551b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3361 | 2024.09.06 06:36:58.566885 [ 3 ] {7c5ed769-608a-432b-97c4-53bbcb3b551b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3362 | 2024.09.06 06:36:58.567137 [ 3 ] {7c5ed769-608a-432b-97c4-53bbcb3b551b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3363 | 2024.09.06 06:36:58.567431 [ 3 ] {7c5ed769-608a-432b-97c4-53bbcb3b551b} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3364 | 2024.09.06 06:36:58.567466 [ 3 ] {7c5ed769-608a-432b-97c4-53bbcb3b551b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3365 | 2024.09.06 06:36:58.567792 [ 3 ] {7c5ed769-608a-432b-97c4-53bbcb3b551b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3366 | 2024.09.06 06:36:58.568192 [ 3 ] {7c5ed769-608a-432b-97c4-53bbcb3b551b} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3367 | 2024.09.06 06:36:58.568358 [ 3 ] {7c5ed769-608a-432b-97c4-53bbcb3b551b} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001533 sec., 6523.1572080887145 rows/sec., 483.50 KiB/sec. | ||
3368 | 2024.09.06 06:36:58.568531 [ 3 ] {7c5ed769-608a-432b-97c4-53bbcb3b551b} <Debug> DynamicQueryHandler: Done processing query | ||
3369 | 2024.09.06 06:36:58.568556 [ 3 ] {7c5ed769-608a-432b-97c4-53bbcb3b551b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3370 | 2024.09.06 06:36:58.568572 [ 3 ] {} <Debug> HTTP-Session: a8b5cc05-62bb-4209-9a58-a7915f362ddb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3371 | 2024.09.06 06:36:58.568709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3372 | 2024.09.06 06:36:58.568759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3373 | 2024.09.06 06:36:58.568778 [ 3 ] {} <Debug> HTTP-Session: 6808364d-ca66-4fdf-aab6-8918a16a771b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3374 | 2024.09.06 06:36:58.568795 [ 3 ] {} <Debug> HTTP-Session: 6808364d-ca66-4fdf-aab6-8918a16a771b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3375 | 2024.09.06 06:36:58.568809 [ 3 ] {} <Debug> HTTP-Session: 6808364d-ca66-4fdf-aab6-8918a16a771b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3376 | 2024.09.06 06:36:58.568841 [ 3 ] {} <Trace> HTTP-Session: 6808364d-ca66-4fdf-aab6-8918a16a771b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3377 | 2024.09.06 06:36:58.568943 [ 3 ] {3d592bdc-955e-4d18-80a1-942e2845d531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3378 | 2024.09.06 06:36:58.568986 [ 3 ] {3d592bdc-955e-4d18-80a1-942e2845d531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3379 | 2024.09.06 06:36:58.569214 [ 3 ] {3d592bdc-955e-4d18-80a1-942e2845d531} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3380 | 2024.09.06 06:36:58.569537 [ 3 ] {3d592bdc-955e-4d18-80a1-942e2845d531} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3381 | 2024.09.06 06:36:58.569574 [ 3 ] {3d592bdc-955e-4d18-80a1-942e2845d531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3382 | 2024.09.06 06:36:58.569919 [ 3 ] {3d592bdc-955e-4d18-80a1-942e2845d531} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3383 | 2024.09.06 06:36:58.570275 [ 3 ] {3d592bdc-955e-4d18-80a1-942e2845d531} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3384 | 2024.09.06 06:36:58.570433 [ 3 ] {3d592bdc-955e-4d18-80a1-942e2845d531} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001504 sec., 9308.510638297872 rows/sec., 651.91 KiB/sec. | ||
3385 | 2024.09.06 06:36:58.570602 [ 3 ] {3d592bdc-955e-4d18-80a1-942e2845d531} <Debug> DynamicQueryHandler: Done processing query | ||
3386 | 2024.09.06 06:36:58.570627 [ 3 ] {3d592bdc-955e-4d18-80a1-942e2845d531} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3387 | 2024.09.06 06:36:58.570643 [ 3 ] {} <Debug> HTTP-Session: 6808364d-ca66-4fdf-aab6-8918a16a771b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3388 | 2024.09.06 06:36:58.570742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3389 | 2024.09.06 06:36:58.570790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3390 | 2024.09.06 06:36:58.570809 [ 3 ] {} <Debug> HTTP-Session: 06a23ca8-96f5-473f-9a3e-29736d2139ad Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3391 | 2024.09.06 06:36:58.570827 [ 3 ] {} <Debug> HTTP-Session: 06a23ca8-96f5-473f-9a3e-29736d2139ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3392 | 2024.09.06 06:36:58.570842 [ 3 ] {} <Debug> HTTP-Session: 06a23ca8-96f5-473f-9a3e-29736d2139ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3393 | 2024.09.06 06:36:58.570873 [ 3 ] {} <Trace> HTTP-Session: 06a23ca8-96f5-473f-9a3e-29736d2139ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3394 | 2024.09.06 06:36:58.570967 [ 3 ] {6528787b-26c5-4487-b997-458059a3dfa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3395 | 2024.09.06 06:36:58.571011 [ 3 ] {6528787b-26c5-4487-b997-458059a3dfa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3396 | 2024.09.06 06:36:58.571234 [ 3 ] {6528787b-26c5-4487-b997-458059a3dfa5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3397 | 2024.09.06 06:36:58.571570 [ 3 ] {6528787b-26c5-4487-b997-458059a3dfa5} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3398 | 2024.09.06 06:36:58.571607 [ 3 ] {6528787b-26c5-4487-b997-458059a3dfa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3399 | 2024.09.06 06:36:58.571947 [ 3 ] {6528787b-26c5-4487-b997-458059a3dfa5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3400 | 2024.09.06 06:36:58.572323 [ 3 ] {6528787b-26c5-4487-b997-458059a3dfa5} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3401 | 2024.09.06 06:36:58.572491 [ 3 ] {6528787b-26c5-4487-b997-458059a3dfa5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 229.89 KiB/sec. | ||
3402 | 2024.09.06 06:36:58.572766 [ 3 ] {6528787b-26c5-4487-b997-458059a3dfa5} <Debug> DynamicQueryHandler: Done processing query | ||
3403 | 2024.09.06 06:36:58.572791 [ 3 ] {6528787b-26c5-4487-b997-458059a3dfa5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3404 | 2024.09.06 06:36:58.572807 [ 3 ] {} <Debug> HTTP-Session: 06a23ca8-96f5-473f-9a3e-29736d2139ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3405 | 2024.09.06 06:36:58.572993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3406 | 2024.09.06 06:36:58.573041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3407 | 2024.09.06 06:36:58.573060 [ 3 ] {} <Debug> HTTP-Session: a245d615-5138-46b5-897a-fe34f1311a75 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3408 | 2024.09.06 06:36:58.573078 [ 3 ] {} <Debug> HTTP-Session: a245d615-5138-46b5-897a-fe34f1311a75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3409 | 2024.09.06 06:36:58.573091 [ 3 ] {} <Debug> HTTP-Session: a245d615-5138-46b5-897a-fe34f1311a75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3410 | 2024.09.06 06:36:58.573123 [ 3 ] {} <Trace> HTTP-Session: a245d615-5138-46b5-897a-fe34f1311a75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3411 | 2024.09.06 06:36:58.573316 [ 3 ] {62012411-e67d-4f0f-938a-36cd3b5b79e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3412 | 2024.09.06 06:36:58.573360 [ 3 ] {62012411-e67d-4f0f-938a-36cd3b5b79e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3413 | 2024.09.06 06:36:58.573604 [ 3 ] {62012411-e67d-4f0f-938a-36cd3b5b79e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3414 | 2024.09.06 06:36:58.574191 [ 3 ] {62012411-e67d-4f0f-938a-36cd3b5b79e8} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3415 | 2024.09.06 06:36:58.574229 [ 3 ] {62012411-e67d-4f0f-938a-36cd3b5b79e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3416 | 2024.09.06 06:36:58.574597 [ 3 ] {62012411-e67d-4f0f-938a-36cd3b5b79e8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3417 | 2024.09.06 06:36:58.574941 [ 3 ] {62012411-e67d-4f0f-938a-36cd3b5b79e8} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3418 | 2024.09.06 06:36:58.575098 [ 3 ] {62012411-e67d-4f0f-938a-36cd3b5b79e8} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001884 sec., 208067.94055201698 rows/sec., 14.77 MiB/sec. | ||
3419 | 2024.09.06 06:36:58.575272 [ 3 ] {62012411-e67d-4f0f-938a-36cd3b5b79e8} <Debug> DynamicQueryHandler: Done processing query | ||
3420 | 2024.09.06 06:36:58.575298 [ 3 ] {62012411-e67d-4f0f-938a-36cd3b5b79e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3421 | 2024.09.06 06:36:58.575314 [ 3 ] {} <Debug> HTTP-Session: a245d615-5138-46b5-897a-fe34f1311a75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3422 | 2024.09.06 06:36:58.575430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3423 | 2024.09.06 06:36:58.575479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3424 | 2024.09.06 06:36:58.575498 [ 3 ] {} <Debug> HTTP-Session: 989e9ab1-1f0b-4315-a09b-28ac2b5343f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3425 | 2024.09.06 06:36:58.575515 [ 3 ] {} <Debug> HTTP-Session: 989e9ab1-1f0b-4315-a09b-28ac2b5343f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3426 | 2024.09.06 06:36:58.575530 [ 3 ] {} <Debug> HTTP-Session: 989e9ab1-1f0b-4315-a09b-28ac2b5343f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3427 | 2024.09.06 06:36:58.575561 [ 3 ] {} <Trace> HTTP-Session: 989e9ab1-1f0b-4315-a09b-28ac2b5343f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3428 | 2024.09.06 06:36:58.575658 [ 3 ] {5efd0357-4cf2-4500-9e9a-a12a23c25776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3429 | 2024.09.06 06:36:58.575703 [ 3 ] {5efd0357-4cf2-4500-9e9a-a12a23c25776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3430 | 2024.09.06 06:36:58.575835 [ 3 ] {5efd0357-4cf2-4500-9e9a-a12a23c25776} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3431 | 2024.09.06 06:36:58.576132 [ 3 ] {5efd0357-4cf2-4500-9e9a-a12a23c25776} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3432 | 2024.09.06 06:36:58.576168 [ 3 ] {5efd0357-4cf2-4500-9e9a-a12a23c25776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3433 | 2024.09.06 06:36:58.576526 [ 3 ] {5efd0357-4cf2-4500-9e9a-a12a23c25776} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3434 | 2024.09.06 06:36:58.576854 [ 3 ] {5efd0357-4cf2-4500-9e9a-a12a23c25776} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3435 | 2024.09.06 06:36:58.576989 [ 3 ] {5efd0357-4cf2-4500-9e9a-a12a23c25776} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 231.35 KiB/sec. | ||
3436 | 2024.09.06 06:36:58.577163 [ 3 ] {5efd0357-4cf2-4500-9e9a-a12a23c25776} <Debug> DynamicQueryHandler: Done processing query | ||
3437 | 2024.09.06 06:36:58.577190 [ 3 ] {5efd0357-4cf2-4500-9e9a-a12a23c25776} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3438 | 2024.09.06 06:36:58.577207 [ 3 ] {} <Debug> HTTP-Session: 989e9ab1-1f0b-4315-a09b-28ac2b5343f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3439 | 2024.09.06 06:36:58.577407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3440 | 2024.09.06 06:36:58.577457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3441 | 2024.09.06 06:36:58.577476 [ 3 ] {} <Debug> HTTP-Session: 4f3ce1ea-38bc-4d9b-afea-fec7dd399178 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3442 | 2024.09.06 06:36:58.577493 [ 3 ] {} <Debug> HTTP-Session: 4f3ce1ea-38bc-4d9b-afea-fec7dd399178 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3443 | 2024.09.06 06:36:58.577507 [ 3 ] {} <Debug> HTTP-Session: 4f3ce1ea-38bc-4d9b-afea-fec7dd399178 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3444 | 2024.09.06 06:36:58.577538 [ 3 ] {} <Trace> HTTP-Session: 4f3ce1ea-38bc-4d9b-afea-fec7dd399178 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3445 | 2024.09.06 06:36:58.577732 [ 3 ] {0affd765-40dc-4c6d-a635-a2ad7e933367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3446 | 2024.09.06 06:36:58.577779 [ 3 ] {0affd765-40dc-4c6d-a635-a2ad7e933367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3447 | 2024.09.06 06:36:58.577923 [ 3 ] {0affd765-40dc-4c6d-a635-a2ad7e933367} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3448 | 2024.09.06 06:36:58.578361 [ 3 ] {0affd765-40dc-4c6d-a635-a2ad7e933367} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3449 | 2024.09.06 06:36:58.578398 [ 3 ] {0affd765-40dc-4c6d-a635-a2ad7e933367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3450 | 2024.09.06 06:36:58.578789 [ 3 ] {0affd765-40dc-4c6d-a635-a2ad7e933367} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3451 | 2024.09.06 06:36:58.579127 [ 3 ] {0affd765-40dc-4c6d-a635-a2ad7e933367} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3452 | 2024.09.06 06:36:58.579295 [ 3 ] {0affd765-40dc-4c6d-a635-a2ad7e933367} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001658 sec., 143546.44149577804 rows/sec., 9.62 MiB/sec. | ||
3453 | 2024.09.06 06:36:58.579608 [ 3 ] {0affd765-40dc-4c6d-a635-a2ad7e933367} <Debug> DynamicQueryHandler: Done processing query | ||
3454 | 2024.09.06 06:36:58.579634 [ 3 ] {0affd765-40dc-4c6d-a635-a2ad7e933367} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3455 | 2024.09.06 06:36:58.579651 [ 3 ] {} <Debug> HTTP-Session: 4f3ce1ea-38bc-4d9b-afea-fec7dd399178 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3456 | 2024.09.06 06:36:58.579761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3457 | 2024.09.06 06:36:58.579811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3458 | 2024.09.06 06:36:58.579831 [ 3 ] {} <Debug> HTTP-Session: 6d3016f1-6451-4da7-bff0-93883539277f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3459 | 2024.09.06 06:36:58.579848 [ 3 ] {} <Debug> HTTP-Session: 6d3016f1-6451-4da7-bff0-93883539277f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3460 | 2024.09.06 06:36:58.579862 [ 3 ] {} <Debug> HTTP-Session: 6d3016f1-6451-4da7-bff0-93883539277f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3461 | 2024.09.06 06:36:58.579893 [ 3 ] {} <Trace> HTTP-Session: 6d3016f1-6451-4da7-bff0-93883539277f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3462 | 2024.09.06 06:36:58.579988 [ 3 ] {5bb24540-1ae1-44f7-bb98-7f8ba126f75c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3463 | 2024.09.06 06:36:58.580036 [ 3 ] {5bb24540-1ae1-44f7-bb98-7f8ba126f75c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3464 | 2024.09.06 06:36:58.580184 [ 3 ] {5bb24540-1ae1-44f7-bb98-7f8ba126f75c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3465 | 2024.09.06 06:36:58.580511 [ 3 ] {5bb24540-1ae1-44f7-bb98-7f8ba126f75c} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3466 | 2024.09.06 06:36:58.580547 [ 3 ] {5bb24540-1ae1-44f7-bb98-7f8ba126f75c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3467 | 2024.09.06 06:36:58.580896 [ 3 ] {5bb24540-1ae1-44f7-bb98-7f8ba126f75c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3468 | 2024.09.06 06:36:58.581213 [ 3 ] {5bb24540-1ae1-44f7-bb98-7f8ba126f75c} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3469 | 2024.09.06 06:36:58.581372 [ 3 ] {5bb24540-1ae1-44f7-bb98-7f8ba126f75c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001403 sec., 712.7583749109052 rows/sec., 48.03 KiB/sec. | ||
3470 | 2024.09.06 06:36:58.581652 [ 3 ] {5bb24540-1ae1-44f7-bb98-7f8ba126f75c} <Debug> DynamicQueryHandler: Done processing query | ||
3471 | 2024.09.06 06:36:58.581677 [ 3 ] {5bb24540-1ae1-44f7-bb98-7f8ba126f75c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3472 | 2024.09.06 06:36:58.581694 [ 3 ] {} <Debug> HTTP-Session: 6d3016f1-6451-4da7-bff0-93883539277f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3473 | 2024.09.06 06:36:58.581817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3474 | 2024.09.06 06:36:58.581867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3475 | 2024.09.06 06:36:58.581886 [ 3 ] {} <Debug> HTTP-Session: 88ef9d3d-ded1-495a-9d40-2828d9159eec Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3476 | 2024.09.06 06:36:58.581903 [ 3 ] {} <Debug> HTTP-Session: 88ef9d3d-ded1-495a-9d40-2828d9159eec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3477 | 2024.09.06 06:36:58.581920 [ 3 ] {} <Debug> HTTP-Session: 88ef9d3d-ded1-495a-9d40-2828d9159eec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3478 | 2024.09.06 06:36:58.581952 [ 3 ] {} <Trace> HTTP-Session: 88ef9d3d-ded1-495a-9d40-2828d9159eec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3479 | 2024.09.06 06:36:58.582138 [ 3 ] {c3ebda84-21b0-4f5f-b318-e771bb4a2cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3480 | 2024.09.06 06:36:58.582210 [ 3 ] {c3ebda84-21b0-4f5f-b318-e771bb4a2cbc} <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_histogramu64 | ||
3481 | 2024.09.06 06:36:58.582644 [ 3 ] {c3ebda84-21b0-4f5f-b318-e771bb4a2cbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3482 | 2024.09.06 06:36:58.583177 [ 3 ] {c3ebda84-21b0-4f5f-b318-e771bb4a2cbc} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3483 | 2024.09.06 06:36:58.583216 [ 3 ] {c3ebda84-21b0-4f5f-b318-e771bb4a2cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3484 | 2024.09.06 06:36:58.583804 [ 3 ] {c3ebda84-21b0-4f5f-b318-e771bb4a2cbc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3485 | 2024.09.06 06:36:58.584216 [ 3 ] {c3ebda84-21b0-4f5f-b318-e771bb4a2cbc} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3486 | 2024.09.06 06:36:58.584420 [ 3 ] {c3ebda84-21b0-4f5f-b318-e771bb4a2cbc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002393 sec., 3343.083994985374 rows/sec., 5.99 MiB/sec. | ||
3487 | 2024.09.06 06:36:58.584645 [ 3 ] {c3ebda84-21b0-4f5f-b318-e771bb4a2cbc} <Debug> DynamicQueryHandler: Done processing query | ||
3488 | 2024.09.06 06:36:58.584670 [ 3 ] {c3ebda84-21b0-4f5f-b318-e771bb4a2cbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3489 | 2024.09.06 06:36:58.584687 [ 3 ] {} <Debug> HTTP-Session: 88ef9d3d-ded1-495a-9d40-2828d9159eec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3490 | 2024.09.06 06:36:58.584801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3491 | 2024.09.06 06:36:58.584851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3492 | 2024.09.06 06:36:58.584870 [ 3 ] {} <Debug> HTTP-Session: 3ca0c82c-84fa-4e85-bb34-549d9f724445 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3493 | 2024.09.06 06:36:58.584887 [ 3 ] {} <Debug> HTTP-Session: 3ca0c82c-84fa-4e85-bb34-549d9f724445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3494 | 2024.09.06 06:36:58.584902 [ 3 ] {} <Debug> HTTP-Session: 3ca0c82c-84fa-4e85-bb34-549d9f724445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3495 | 2024.09.06 06:36:58.584934 [ 3 ] {} <Trace> HTTP-Session: 3ca0c82c-84fa-4e85-bb34-549d9f724445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3496 | 2024.09.06 06:36:58.585051 [ 3 ] {25cc0646-ee93-4a8f-8221-03acc9e633e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3497 | 2024.09.06 06:36:58.585096 [ 3 ] {25cc0646-ee93-4a8f-8221-03acc9e633e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3498 | 2024.09.06 06:36:58.585226 [ 3 ] {25cc0646-ee93-4a8f-8221-03acc9e633e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3499 | 2024.09.06 06:36:58.585544 [ 3 ] {25cc0646-ee93-4a8f-8221-03acc9e633e9} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3500 | 2024.09.06 06:36:58.585581 [ 3 ] {25cc0646-ee93-4a8f-8221-03acc9e633e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3501 | 2024.09.06 06:36:58.585946 [ 3 ] {25cc0646-ee93-4a8f-8221-03acc9e633e9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3502 | 2024.09.06 06:36:58.586266 [ 3 ] {25cc0646-ee93-4a8f-8221-03acc9e633e9} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3503 | 2024.09.06 06:36:58.586442 [ 3 ] {25cc0646-ee93-4a8f-8221-03acc9e633e9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001418 sec., 57827.92665726375 rows/sec., 3.67 MiB/sec. | ||
3504 | 2024.09.06 06:36:58.586799 [ 3 ] {25cc0646-ee93-4a8f-8221-03acc9e633e9} <Debug> DynamicQueryHandler: Done processing query | ||
3505 | 2024.09.06 06:36:58.586830 [ 3 ] {25cc0646-ee93-4a8f-8221-03acc9e633e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3506 | 2024.09.06 06:36:58.586848 [ 3 ] {} <Debug> HTTP-Session: 3ca0c82c-84fa-4e85-bb34-549d9f724445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3507 | 2024.09.06 06:37:00.501402 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3508 | 2024.09.06 06:37:00.501454 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3509 | 2024.09.06 06:37:03.558993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3510 | 2024.09.06 06:37:03.559144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3511 | 2024.09.06 06:37:03.559191 [ 3 ] {} <Debug> HTTP-Session: ce580585-64f0-48e1-b4ff-d2ef01838298 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3512 | 2024.09.06 06:37:03.559233 [ 3 ] {} <Debug> HTTP-Session: ce580585-64f0-48e1-b4ff-d2ef01838298 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3513 | 2024.09.06 06:37:03.559263 [ 3 ] {} <Debug> HTTP-Session: ce580585-64f0-48e1-b4ff-d2ef01838298 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3514 | 2024.09.06 06:37:03.559343 [ 3 ] {} <Trace> HTTP-Session: ce580585-64f0-48e1-b4ff-d2ef01838298 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3515 | 2024.09.06 06:37:03.559615 [ 3 ] {cd76cd14-15ee-4bdb-a2f6-16e7cf40c223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3516 | 2024.09.06 06:37:03.559723 [ 3 ] {cd76cd14-15ee-4bdb-a2f6-16e7cf40c223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3517 | 2024.09.06 06:37:03.560230 [ 3 ] {cd76cd14-15ee-4bdb-a2f6-16e7cf40c223} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3518 | 2024.09.06 06:37:03.560660 [ 3 ] {cd76cd14-15ee-4bdb-a2f6-16e7cf40c223} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3519 | 2024.09.06 06:37:03.560698 [ 3 ] {cd76cd14-15ee-4bdb-a2f6-16e7cf40c223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3520 | 2024.09.06 06:37:03.561105 [ 3 ] {cd76cd14-15ee-4bdb-a2f6-16e7cf40c223} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3521 | 2024.09.06 06:37:03.561484 [ 3 ] {cd76cd14-15ee-4bdb-a2f6-16e7cf40c223} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3522 | 2024.09.06 06:37:03.561631 [ 3 ] {cd76cd14-15ee-4bdb-a2f6-16e7cf40c223} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002106 sec., 949.6676163342831 rows/sec., 77.44 KiB/sec. | ||
3523 | 2024.09.06 06:37:03.561839 [ 3 ] {cd76cd14-15ee-4bdb-a2f6-16e7cf40c223} <Debug> DynamicQueryHandler: Done processing query | ||
3524 | 2024.09.06 06:37:03.561867 [ 3 ] {cd76cd14-15ee-4bdb-a2f6-16e7cf40c223} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3525 | 2024.09.06 06:37:03.561883 [ 3 ] {} <Debug> HTTP-Session: ce580585-64f0-48e1-b4ff-d2ef01838298 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3526 | 2024.09.06 06:37:03.562045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3527 | 2024.09.06 06:37:03.562094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3528 | 2024.09.06 06:37:03.562114 [ 3 ] {} <Debug> HTTP-Session: bc1cb883-a93b-43ef-87a2-4700e114f426 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3529 | 2024.09.06 06:37:03.562132 [ 3 ] {} <Debug> HTTP-Session: bc1cb883-a93b-43ef-87a2-4700e114f426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3530 | 2024.09.06 06:37:03.562147 [ 3 ] {} <Debug> HTTP-Session: bc1cb883-a93b-43ef-87a2-4700e114f426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3531 | 2024.09.06 06:37:03.562182 [ 3 ] {} <Trace> HTTP-Session: bc1cb883-a93b-43ef-87a2-4700e114f426 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3532 | 2024.09.06 06:37:03.562315 [ 3 ] {6aa70710-f42c-42d6-894a-e813b0542980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3533 | 2024.09.06 06:37:03.562362 [ 3 ] {6aa70710-f42c-42d6-894a-e813b0542980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3534 | 2024.09.06 06:37:03.562593 [ 3 ] {6aa70710-f42c-42d6-894a-e813b0542980} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3535 | 2024.09.06 06:37:03.563007 [ 3 ] {6aa70710-f42c-42d6-894a-e813b0542980} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3536 | 2024.09.06 06:37:03.563043 [ 3 ] {6aa70710-f42c-42d6-894a-e813b0542980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3537 | 2024.09.06 06:37:03.563409 [ 3 ] {6aa70710-f42c-42d6-894a-e813b0542980} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3538 | 2024.09.06 06:37:03.563770 [ 3 ] {6aa70710-f42c-42d6-894a-e813b0542980} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3539 | 2024.09.06 06:37:03.563884 [ 35 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3540 | 2024.09.06 06:37:03.563901 [ 3 ] {6aa70710-f42c-42d6-894a-e813b0542980} <Debug> executeQuery: Read 119 rows, 10.29 KiB in 0.001639 sec., 72605.2471018914 rows/sec., 6.13 MiB/sec. | ||
3541 | 2024.09.06 06:37:03.563922 [ 35 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3542 | 2024.09.06 06:37:03.563956 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3543 | 2024.09.06 06:37:03.564183 [ 3 ] {6aa70710-f42c-42d6-894a-e813b0542980} <Debug> DynamicQueryHandler: Done processing query | ||
3544 | 2024.09.06 06:37:03.564223 [ 3 ] {6aa70710-f42c-42d6-894a-e813b0542980} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3545 | 2024.09.06 06:37:03.564226 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
3546 | 2024.09.06 06:37:03.564272 [ 3 ] {} <Debug> HTTP-Session: bc1cb883-a93b-43ef-87a2-4700e114f426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3547 | 2024.09.06 06:37:03.564551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3548 | 2024.09.06 06:37:03.564690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3549 | 2024.09.06 06:37:03.564732 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3550 | 2024.09.06 06:37:03.564745 [ 3 ] {} <Debug> HTTP-Session: 15fbb39c-8780-4050-9b27-b4018043884d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3551 | 2024.09.06 06:37:03.564840 [ 3 ] {} <Debug> HTTP-Session: 15fbb39c-8780-4050-9b27-b4018043884d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3552 | 2024.09.06 06:37:03.564868 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1389 rows starting from the beginning of the part | ||
3553 | 2024.09.06 06:37:03.564883 [ 3 ] {} <Debug> HTTP-Session: 15fbb39c-8780-4050-9b27-b4018043884d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3554 | 2024.09.06 06:37:03.564972 [ 3 ] {} <Trace> HTTP-Session: 15fbb39c-8780-4050-9b27-b4018043884d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3555 | 2024.09.06 06:37:03.565253 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
3556 | 2024.09.06 06:37:03.565319 [ 3 ] {18fd758b-b633-4ff5-b4c0-b687611c7efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3557 | 2024.09.06 06:37:03.565489 [ 3 ] {18fd758b-b633-4ff5-b4c0-b687611c7efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3558 | 2024.09.06 06:37:03.565551 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 205 rows starting from the beginning of the part | ||
3559 | 2024.09.06 06:37:03.565920 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1243 rows starting from the beginning of the part | ||
3560 | 2024.09.06 06:37:03.566269 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 206 rows starting from the beginning of the part | ||
3561 | 2024.09.06 06:37:03.566589 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 119 rows starting from the beginning of the part | ||
3562 | 2024.09.06 06:37:03.567339 [ 3 ] {18fd758b-b633-4ff5-b4c0-b687611c7efc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3563 | 2024.09.06 06:37:03.568045 [ 3 ] {18fd758b-b633-4ff5-b4c0-b687611c7efc} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3564 | 2024.09.06 06:37:03.568119 [ 3 ] {18fd758b-b633-4ff5-b4c0-b687611c7efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3565 | 2024.09.06 06:37:03.569225 [ 3 ] {18fd758b-b633-4ff5-b4c0-b687611c7efc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3566 | 2024.09.06 06:37:03.569859 [ 3 ] {18fd758b-b633-4ff5-b4c0-b687611c7efc} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3567 | 2024.09.06 06:37:03.570111 [ 35 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3568 | 2024.09.06 06:37:03.570153 [ 3 ] {18fd758b-b633-4ff5-b4c0-b687611c7efc} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.00496 sec., 6653.225806451613 rows/sec., 498.13 KiB/sec. | ||
3569 | 2024.09.06 06:37:03.570187 [ 35 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3570 | 2024.09.06 06:37:03.570276 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3571 | 2024.09.06 06:37:03.570879 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
3572 | 2024.09.06 06:37:03.571028 [ 3 ] {18fd758b-b633-4ff5-b4c0-b687611c7efc} <Debug> DynamicQueryHandler: Done processing query | ||
3573 | 2024.09.06 06:37:03.571069 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3262 rows, containing 5 columns (5 merged, 0 gathered) in 0.006996285 sec., 466247.44417930377 rows/sec., 40.91 MiB/sec. | ||
3574 | 2024.09.06 06:37:03.571093 [ 3 ] {18fd758b-b633-4ff5-b4c0-b687611c7efc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3575 | 2024.09.06 06:37:03.571176 [ 3 ] {} <Debug> HTTP-Session: 15fbb39c-8780-4050-9b27-b4018043884d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3576 | 2024.09.06 06:37:03.571269 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3577 | 2024.09.06 06:37:03.571309 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 30 rows starting from the beginning of the part | ||
3578 | 2024.09.06 06:37:03.571359 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3579 | 2024.09.06 06:37:03.571530 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part | ||
3580 | 2024.09.06 06:37:03.571557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3581 | 2024.09.06 06:37:03.571810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3582 | 2024.09.06 06:37:03.571955 [ 3 ] {} <Debug> HTTP-Session: b4c6da4b-bb57-4b73-a361-b29c84aeae4d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3583 | 2024.09.06 06:37:03.572009 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
3584 | 2024.09.06 06:37:03.572022 [ 3 ] {} <Debug> HTTP-Session: b4c6da4b-bb57-4b73-a361-b29c84aeae4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3585 | 2024.09.06 06:37:03.572132 [ 3 ] {} <Debug> HTTP-Session: b4c6da4b-bb57-4b73-a361-b29c84aeae4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3586 | 2024.09.06 06:37:03.572374 [ 3 ] {} <Trace> HTTP-Session: b4c6da4b-bb57-4b73-a361-b29c84aeae4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3587 | 2024.09.06 06:37:03.572718 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part | ||
3588 | 2024.09.06 06:37:03.573065 [ 3 ] {ef25a0ad-afbf-43a7-b919-eb3a7a408c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3589 | 2024.09.06 06:37:03.573087 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part | ||
3590 | 2024.09.06 06:37:03.573293 [ 3 ] {ef25a0ad-afbf-43a7-b919-eb3a7a408c08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3591 | 2024.09.06 06:37:03.573858 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part | ||
3592 | 2024.09.06 06:37:03.574463 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_16_3} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3593 | 2024.09.06 06:37:03.574773 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_16_3} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3594 | 2024.09.06 06:37:03.575026 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
3595 | 2024.09.06 06:37:03.575416 [ 3 ] {ef25a0ad-afbf-43a7-b919-eb3a7a408c08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3596 | 2024.09.06 06:37:03.576581 [ 3 ] {ef25a0ad-afbf-43a7-b919-eb3a7a408c08} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3597 | 2024.09.06 06:37:03.576657 [ 3 ] {ef25a0ad-afbf-43a7-b919-eb3a7a408c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3598 | 2024.09.06 06:37:03.577165 [ 200 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 5 columns (5 merged, 0 gathered) in 0.00670405 sec., 19540.427055287477 rows/sec., 1.50 MiB/sec. | ||
3599 | 2024.09.06 06:37:03.577448 [ 200 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3600 | 2024.09.06 06:37:03.577470 [ 3 ] {ef25a0ad-afbf-43a7-b919-eb3a7a408c08} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3601 | 2024.09.06 06:37:03.578482 [ 3 ] {ef25a0ad-afbf-43a7-b919-eb3a7a408c08} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3602 | 2024.09.06 06:37:03.578582 [ 200 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_11_2} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3603 | 2024.09.06 06:37:03.578717 [ 35 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3604 | 2024.09.06 06:37:03.578818 [ 3 ] {ef25a0ad-afbf-43a7-b919-eb3a7a408c08} <Debug> executeQuery: Read 110 rows, 8.82 KiB in 0.006091 sec., 18059.431948776884 rows/sec., 1.41 MiB/sec. | ||
3605 | 2024.09.06 06:37:03.578821 [ 35 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3606 | 2024.09.06 06:37:03.578862 [ 200 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_11_2} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3607 | 2024.09.06 06:37:03.578894 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3608 | 2024.09.06 06:37:03.579298 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3609 | 2024.09.06 06:37:03.579359 [ 3 ] {ef25a0ad-afbf-43a7-b919-eb3a7a408c08} <Debug> DynamicQueryHandler: Done processing query | ||
3610 | 2024.09.06 06:37:03.579380 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
3611 | 2024.09.06 06:37:03.579399 [ 3 ] {ef25a0ad-afbf-43a7-b919-eb3a7a408c08} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3612 | 2024.09.06 06:37:03.579459 [ 3 ] {} <Debug> HTTP-Session: b4c6da4b-bb57-4b73-a361-b29c84aeae4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3613 | 2024.09.06 06:37:03.579574 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3614 | 2024.09.06 06:37:03.579608 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 875 rows starting from the beginning of the part | ||
3615 | 2024.09.06 06:37:03.579735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3616 | 2024.09.06 06:37:03.579807 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 86 rows starting from the beginning of the part | ||
3617 | 2024.09.06 06:37:03.579869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3618 | 2024.09.06 06:37:03.579955 [ 3 ] {} <Debug> HTTP-Session: dbfd6471-6ab7-48a0-b973-0f9fc802298f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3619 | 2024.09.06 06:37:03.580034 [ 3 ] {} <Debug> HTTP-Session: dbfd6471-6ab7-48a0-b973-0f9fc802298f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3620 | 2024.09.06 06:37:03.580083 [ 3 ] {} <Debug> HTTP-Session: dbfd6471-6ab7-48a0-b973-0f9fc802298f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3621 | 2024.09.06 06:37:03.580114 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 390 rows starting from the beginning of the part | ||
3622 | 2024.09.06 06:37:03.580220 [ 3 ] {} <Trace> HTTP-Session: dbfd6471-6ab7-48a0-b973-0f9fc802298f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3623 | 2024.09.06 06:37:03.580351 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 548 rows starting from the beginning of the part | ||
3624 | 2024.09.06 06:37:03.580614 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 392 rows starting from the beginning of the part | ||
3625 | 2024.09.06 06:37:03.580740 [ 3 ] {ba29ddf3-eafe-4424-8f6a-0c1a37866101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3626 | 2024.09.06 06:37:03.580889 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 110 rows starting from the beginning of the part | ||
3627 | 2024.09.06 06:37:03.580921 [ 3 ] {ba29ddf3-eafe-4424-8f6a-0c1a37866101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3628 | 2024.09.06 06:37:03.581786 [ 3 ] {ba29ddf3-eafe-4424-8f6a-0c1a37866101} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3629 | 2024.09.06 06:37:03.582998 [ 3 ] {ba29ddf3-eafe-4424-8f6a-0c1a37866101} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3630 | 2024.09.06 06:37:03.583073 [ 3 ] {ba29ddf3-eafe-4424-8f6a-0c1a37866101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3631 | 2024.09.06 06:37:03.583846 [ 3 ] {ba29ddf3-eafe-4424-8f6a-0c1a37866101} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3632 | 2024.09.06 06:37:03.583969 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2401 rows, containing 5 columns (5 merged, 0 gathered) in 0.004888355 sec., 491167.27406254254 rows/sec., 37.65 MiB/sec. | ||
3633 | 2024.09.06 06:37:03.584261 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3634 | 2024.09.06 06:37:03.584473 [ 3 ] {ba29ddf3-eafe-4424-8f6a-0c1a37866101} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3635 | 2024.09.06 06:37:03.584770 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3636 | 2024.09.06 06:37:03.584903 [ 3 ] {ba29ddf3-eafe-4424-8f6a-0c1a37866101} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004423 sec., 36400.6330544879 rows/sec., 2.54 MiB/sec. | ||
3637 | 2024.09.06 06:37:03.585002 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3638 | 2024.09.06 06:37:03.585103 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3639 | 2024.09.06 06:37:03.585557 [ 3 ] {ba29ddf3-eafe-4424-8f6a-0c1a37866101} <Debug> DynamicQueryHandler: Done processing query | ||
3640 | 2024.09.06 06:37:03.585586 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
3641 | 2024.09.06 06:37:03.585612 [ 3 ] {ba29ddf3-eafe-4424-8f6a-0c1a37866101} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3642 | 2024.09.06 06:37:03.585696 [ 3 ] {} <Debug> HTTP-Session: dbfd6471-6ab7-48a0-b973-0f9fc802298f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3643 | 2024.09.06 06:37:03.585768 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_16_3} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3644 | 2024.09.06 06:37:03.586005 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_16_3} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3645 | 2024.09.06 06:37:03.586011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 50744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3646 | 2024.09.06 06:37:03.586175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3647 | 2024.09.06 06:37:03.586271 [ 3 ] {} <Debug> HTTP-Session: ac375e9e-c5ab-4a4e-bf35-3373ddffc115 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3648 | 2024.09.06 06:37:03.586282 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3649 | 2024.09.06 06:37:03.586282 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
3650 | 2024.09.06 06:37:03.586324 [ 3 ] {} <Debug> HTTP-Session: ac375e9e-c5ab-4a4e-bf35-3373ddffc115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3651 | 2024.09.06 06:37:03.586395 [ 3 ] {} <Debug> HTTP-Session: ac375e9e-c5ab-4a4e-bf35-3373ddffc115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3652 | 2024.09.06 06:37:03.586411 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3239 rows starting from the beginning of the part | ||
3653 | 2024.09.06 06:37:03.586460 [ 3 ] {} <Trace> HTTP-Session: ac375e9e-c5ab-4a4e-bf35-3373ddffc115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3654 | 2024.09.06 06:37:03.586690 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
3655 | 2024.09.06 06:37:03.586815 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
3656 | 2024.09.06 06:37:03.586925 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 847 rows starting from the beginning of the part | ||
3657 | 2024.09.06 06:37:03.587000 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 238 rows starting from the beginning of the part | ||
3658 | 2024.09.06 06:37:03.587089 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part | ||
3659 | 2024.09.06 06:37:03.587335 [ 3 ] {0fb48574-94ad-40bc-a7a1-a1bc190fdba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3660 | 2024.09.06 06:37:03.587524 [ 3 ] {0fb48574-94ad-40bc-a7a1-a1bc190fdba6} <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_histogramu64 | ||
3661 | 2024.09.06 06:37:03.589107 [ 3 ] {0fb48574-94ad-40bc-a7a1-a1bc190fdba6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3662 | 2024.09.06 06:37:03.590278 [ 3 ] {0fb48574-94ad-40bc-a7a1-a1bc190fdba6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3663 | 2024.09.06 06:37:03.590500 [ 3 ] {0fb48574-94ad-40bc-a7a1-a1bc190fdba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3664 | 2024.09.06 06:37:03.593629 [ 3 ] {0fb48574-94ad-40bc-a7a1-a1bc190fdba6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3665 | 2024.09.06 06:37:03.593820 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4882 rows, containing 5 columns (5 merged, 0 gathered) in 0.008486825 sec., 575244.5702603742 rows/sec., 38.99 MiB/sec. | ||
3666 | 2024.09.06 06:37:03.594338 [ 3 ] {0fb48574-94ad-40bc-a7a1-a1bc190fdba6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3667 | 2024.09.06 06:37:03.594371 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3668 | 2024.09.06 06:37:03.594642 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3669 | 2024.09.06 06:37:03.594708 [ 3 ] {0fb48574-94ad-40bc-a7a1-a1bc190fdba6} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.008015 sec., 3867.7479725514663 rows/sec., 6.93 MiB/sec. | ||
3670 | 2024.09.06 06:37:03.594755 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3671 | 2024.09.06 06:37:03.594854 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3672 | 2024.09.06 06:37:03.595512 [ 199 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
3673 | 2024.09.06 06:37:03.596044 [ 3 ] {0fb48574-94ad-40bc-a7a1-a1bc190fdba6} <Debug> DynamicQueryHandler: Done processing query | ||
3674 | 2024.09.06 06:37:03.596112 [ 3 ] {0fb48574-94ad-40bc-a7a1-a1bc190fdba6} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3675 | 2024.09.06 06:37:03.596193 [ 3 ] {} <Debug> HTTP-Session: ac375e9e-c5ab-4a4e-bf35-3373ddffc115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3676 | 2024.09.06 06:37:03.596340 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3677 | 2024.09.06 06:37:03.596441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 2407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3678 | 2024.09.06 06:37:03.596601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3679 | 2024.09.06 06:37:03.596687 [ 3 ] {} <Debug> HTTP-Session: ef790612-353f-420f-9f48-c35e68c4a781 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3680 | 2024.09.06 06:37:03.596688 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3681 | 2024.09.06 06:37:03.596742 [ 3 ] {} <Debug> HTTP-Session: ef790612-353f-420f-9f48-c35e68c4a781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3682 | 2024.09.06 06:37:03.596804 [ 3 ] {} <Debug> HTTP-Session: ef790612-353f-420f-9f48-c35e68c4a781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3683 | 2024.09.06 06:37:03.596898 [ 199 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3684 | 2024.09.06 06:37:03.596938 [ 3 ] {} <Trace> HTTP-Session: ef790612-353f-420f-9f48-c35e68c4a781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3685 | 2024.09.06 06:37:03.596968 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. | ||
3686 | 2024.09.06 06:37:03.597066 [ 199 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 68 rows starting from the beginning of the part | ||
3687 | 2024.09.06 06:37:03.597120 [ 3 ] {c084944d-e379-493c-8075-aeec358bd0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3688 | 2024.09.06 06:37:03.597184 [ 3 ] {c084944d-e379-493c-8075-aeec358bd0a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3689 | 2024.09.06 06:37:03.597662 [ 199 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part | ||
3690 | 2024.09.06 06:37:03.597783 [ 3 ] {c084944d-e379-493c-8075-aeec358bd0a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3691 | 2024.09.06 06:37:03.598069 [ 199 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
3692 | 2024.09.06 06:37:03.598542 [ 199 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 22 rows starting from the beginning of the part | ||
3693 | 2024.09.06 06:37:03.598594 [ 3 ] {c084944d-e379-493c-8075-aeec358bd0a0} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3694 | 2024.09.06 06:37:03.598645 [ 3 ] {c084944d-e379-493c-8075-aeec358bd0a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3695 | 2024.09.06 06:37:03.598890 [ 199 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
3696 | 2024.09.06 06:37:03.599246 [ 199 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
3697 | 2024.09.06 06:37:03.599535 [ 3 ] {c084944d-e379-493c-8075-aeec358bd0a0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3698 | 2024.09.06 06:37:03.600071 [ 3 ] {c084944d-e379-493c-8075-aeec358bd0a0} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3699 | 2024.09.06 06:37:03.600371 [ 3 ] {c084944d-e379-493c-8075-aeec358bd0a0} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.003266 sec., 4592.774035517453 rows/sec., 333.10 KiB/sec. | ||
3700 | 2024.09.06 06:37:03.600868 [ 3 ] {c084944d-e379-493c-8075-aeec358bd0a0} <Debug> DynamicQueryHandler: Done processing query | ||
3701 | 2024.09.06 06:37:03.600900 [ 3 ] {c084944d-e379-493c-8075-aeec358bd0a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3702 | 2024.09.06 06:37:03.600930 [ 3 ] {} <Debug> HTTP-Session: ef790612-353f-420f-9f48-c35e68c4a781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3703 | 2024.09.06 06:37:03.601080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3704 | 2024.09.06 06:37:03.601141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3705 | 2024.09.06 06:37:03.601169 [ 3 ] {} <Debug> HTTP-Session: a7cd0585-4fba-42e7-ac5a-6f00d1f56fdd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3706 | 2024.09.06 06:37:03.601198 [ 3 ] {} <Debug> HTTP-Session: a7cd0585-4fba-42e7-ac5a-6f00d1f56fdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3707 | 2024.09.06 06:37:03.601225 [ 3 ] {} <Debug> HTTP-Session: a7cd0585-4fba-42e7-ac5a-6f00d1f56fdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3708 | 2024.09.06 06:37:03.601282 [ 3 ] {} <Trace> HTTP-Session: a7cd0585-4fba-42e7-ac5a-6f00d1f56fdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3709 | 2024.09.06 06:37:03.601438 [ 3 ] {343c4cef-20c9-4994-b586-e6a3b15a528d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3710 | 2024.09.06 06:37:03.601503 [ 3 ] {343c4cef-20c9-4994-b586-e6a3b15a528d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3711 | 2024.09.06 06:37:03.601819 [ 3 ] {343c4cef-20c9-4994-b586-e6a3b15a528d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3712 | 2024.09.06 06:37:03.602445 [ 3 ] {343c4cef-20c9-4994-b586-e6a3b15a528d} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3713 | 2024.09.06 06:37:03.602496 [ 3 ] {343c4cef-20c9-4994-b586-e6a3b15a528d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3714 | 2024.09.06 06:37:03.603132 [ 3 ] {343c4cef-20c9-4994-b586-e6a3b15a528d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3715 | 2024.09.06 06:37:03.603569 [ 3 ] {343c4cef-20c9-4994-b586-e6a3b15a528d} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3716 | 2024.09.06 06:37:03.603800 [ 35 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3717 | 2024.09.06 06:37:03.603871 [ 3 ] {343c4cef-20c9-4994-b586-e6a3b15a528d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00248 sec., 24193.548387096773 rows/sec., 1.63 MiB/sec. | ||
3718 | 2024.09.06 06:37:03.603881 [ 35 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3719 | 2024.09.06 06:37:03.603968 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3720 | 2024.09.06 06:37:03.604581 [ 3 ] {343c4cef-20c9-4994-b586-e6a3b15a528d} <Debug> DynamicQueryHandler: Done processing query | ||
3721 | 2024.09.06 06:37:03.604656 [ 3 ] {343c4cef-20c9-4994-b586-e6a3b15a528d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3722 | 2024.09.06 06:37:03.604708 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
3723 | 2024.09.06 06:37:03.604759 [ 3 ] {} <Debug> HTTP-Session: a7cd0585-4fba-42e7-ac5a-6f00d1f56fdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3724 | 2024.09.06 06:37:03.604889 [ 199 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 19 columns (19 merged, 0 gathered) in 0.009806711 sec., 16213.38693472256 rows/sec., 29.05 MiB/sec. | ||
3725 | 2024.09.06 06:37:03.605397 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3726 | 2024.09.06 06:37:03.605475 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 528 rows starting from the beginning of the part | ||
3727 | 2024.09.06 06:37:03.605615 [ 199 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3728 | 2024.09.06 06:37:03.605756 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
3729 | 2024.09.06 06:37:03.606106 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
3730 | 2024.09.06 06:37:03.606439 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
3731 | 2024.09.06 06:37:03.606776 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
3732 | 2024.09.06 06:37:03.607092 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
3733 | 2024.09.06 06:37:03.608375 [ 199 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3734 | 2024.09.06 06:37:03.608525 [ 199 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3735 | 2024.09.06 06:37:03.608798 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
3736 | 2024.09.06 06:37:03.609411 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 872 rows, containing 4 columns (4 merged, 0 gathered) in 0.005206432 sec., 167485.14145579928 rows/sec., 11.09 MiB/sec. | ||
3737 | 2024.09.06 06:37:03.609597 [ 199 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3738 | 2024.09.06 06:37:03.609979 [ 199 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_16_3} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3739 | 2024.09.06 06:37:03.610049 [ 199 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_16_3} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3740 | 2024.09.06 06:37:03.610131 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
3741 | 2024.09.06 06:37:04.237117 [ 35 ] {} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3742 | 2024.09.06 06:37:04.237197 [ 35 ] {} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3743 | 2024.09.06 06:37:04.237240 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3744 | 2024.09.06 06:37:04.237483 [ 200 ] {fef195ce-1520-4e3f-941f-c0ca458f7133::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 | ||
3745 | 2024.09.06 06:37:04.237873 [ 200 ] {fef195ce-1520-4e3f-941f-c0ca458f7133::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3746 | 2024.09.06 06:37:04.237921 [ 200 ] {fef195ce-1520-4e3f-941f-c0ca458f7133::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 | ||
3747 | 2024.09.06 06:37:04.238024 [ 200 ] {fef195ce-1520-4e3f-941f-c0ca458f7133::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
3748 | 2024.09.06 06:37:04.238169 [ 200 ] {fef195ce-1520-4e3f-941f-c0ca458f7133::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 | ||
3749 | 2024.09.06 06:37:04.238395 [ 200 ] {fef195ce-1520-4e3f-941f-c0ca458f7133::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
3750 | 2024.09.06 06:37:04.238510 [ 200 ] {fef195ce-1520-4e3f-941f-c0ca458f7133::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
3751 | 2024.09.06 06:37:04.240810 [ 190 ] {fef195ce-1520-4e3f-941f-c0ca458f7133::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003460267 sec., 11848.796639103282 rows/sec., 1.85 MiB/sec. | ||
3752 | 2024.09.06 06:37:04.241119 [ 190 ] {fef195ce-1520-4e3f-941f-c0ca458f7133::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3753 | 2024.09.06 06:37:04.241688 [ 190 ] {fef195ce-1520-4e3f-941f-c0ca458f7133::all_1_5_1} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3754 | 2024.09.06 06:37:04.241772 [ 190 ] {fef195ce-1520-4e3f-941f-c0ca458f7133::all_1_5_1} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3755 | 2024.09.06 06:37:04.241864 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3756 | 2024.09.06 06:37:08.561874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3757 | 2024.09.06 06:37:08.562016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3758 | 2024.09.06 06:37:08.562046 [ 3 ] {} <Debug> HTTP-Session: c4595f26-345d-4213-869a-b1a73894477e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3759 | 2024.09.06 06:37:08.562076 [ 3 ] {} <Debug> HTTP-Session: c4595f26-345d-4213-869a-b1a73894477e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3760 | 2024.09.06 06:37:08.562094 [ 3 ] {} <Debug> HTTP-Session: c4595f26-345d-4213-869a-b1a73894477e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3761 | 2024.09.06 06:37:08.562153 [ 3 ] {} <Trace> HTTP-Session: c4595f26-345d-4213-869a-b1a73894477e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3762 | 2024.09.06 06:37:08.562408 [ 3 ] {74fafc0b-e64a-4ad7-ae70-94b70b8b0017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3763 | 2024.09.06 06:37:08.562478 [ 3 ] {74fafc0b-e64a-4ad7-ae70-94b70b8b0017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3764 | 2024.09.06 06:37:08.562813 [ 3 ] {74fafc0b-e64a-4ad7-ae70-94b70b8b0017} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3765 | 2024.09.06 06:37:08.563411 [ 3 ] {74fafc0b-e64a-4ad7-ae70-94b70b8b0017} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3766 | 2024.09.06 06:37:08.563458 [ 3 ] {74fafc0b-e64a-4ad7-ae70-94b70b8b0017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3767 | 2024.09.06 06:37:08.563902 [ 3 ] {74fafc0b-e64a-4ad7-ae70-94b70b8b0017} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3768 | 2024.09.06 06:37:08.564308 [ 3 ] {74fafc0b-e64a-4ad7-ae70-94b70b8b0017} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3769 | 2024.09.06 06:37:08.564504 [ 3 ] {74fafc0b-e64a-4ad7-ae70-94b70b8b0017} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002198 sec., 93266.60600545951 rows/sec., 8.21 MiB/sec. | ||
3770 | 2024.09.06 06:37:08.564732 [ 3 ] {74fafc0b-e64a-4ad7-ae70-94b70b8b0017} <Debug> DynamicQueryHandler: Done processing query | ||
3771 | 2024.09.06 06:37:08.564760 [ 3 ] {74fafc0b-e64a-4ad7-ae70-94b70b8b0017} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3772 | 2024.09.06 06:37:08.564777 [ 3 ] {} <Debug> HTTP-Session: c4595f26-345d-4213-869a-b1a73894477e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3773 | 2024.09.06 06:37:08.564963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3774 | 2024.09.06 06:37:08.565019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3775 | 2024.09.06 06:37:08.565040 [ 3 ] {} <Debug> HTTP-Session: 83ab04ed-84a7-4048-955b-4dfb3533a04f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3776 | 2024.09.06 06:37:08.565086 [ 3 ] {} <Debug> HTTP-Session: 83ab04ed-84a7-4048-955b-4dfb3533a04f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3777 | 2024.09.06 06:37:08.565102 [ 3 ] {} <Debug> HTTP-Session: 83ab04ed-84a7-4048-955b-4dfb3533a04f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3778 | 2024.09.06 06:37:08.565137 [ 3 ] {} <Trace> HTTP-Session: 83ab04ed-84a7-4048-955b-4dfb3533a04f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3779 | 2024.09.06 06:37:08.565245 [ 3 ] {0c78f481-caac-4a0f-9f49-548d70679185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3780 | 2024.09.06 06:37:08.565294 [ 3 ] {0c78f481-caac-4a0f-9f49-548d70679185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3781 | 2024.09.06 06:37:08.565531 [ 3 ] {0c78f481-caac-4a0f-9f49-548d70679185} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3782 | 2024.09.06 06:37:08.565846 [ 3 ] {0c78f481-caac-4a0f-9f49-548d70679185} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3783 | 2024.09.06 06:37:08.565884 [ 3 ] {0c78f481-caac-4a0f-9f49-548d70679185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3784 | 2024.09.06 06:37:08.566243 [ 3 ] {0c78f481-caac-4a0f-9f49-548d70679185} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3785 | 2024.09.06 06:37:08.566620 [ 3 ] {0c78f481-caac-4a0f-9f49-548d70679185} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3786 | 2024.09.06 06:37:08.566805 [ 3 ] {0c78f481-caac-4a0f-9f49-548d70679185} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00159 sec., 5031.446540880503 rows/sec., 378.34 KiB/sec. | ||
3787 | 2024.09.06 06:37:08.566989 [ 3 ] {0c78f481-caac-4a0f-9f49-548d70679185} <Debug> DynamicQueryHandler: Done processing query | ||
3788 | 2024.09.06 06:37:08.567015 [ 3 ] {0c78f481-caac-4a0f-9f49-548d70679185} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3789 | 2024.09.06 06:37:08.567032 [ 3 ] {} <Debug> HTTP-Session: 83ab04ed-84a7-4048-955b-4dfb3533a04f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3790 | 2024.09.06 06:37:08.567168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3791 | 2024.09.06 06:37:08.567219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3792 | 2024.09.06 06:37:08.567239 [ 3 ] {} <Debug> HTTP-Session: afbd4761-60ed-49e4-9b5e-4d9500ba5a7f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3793 | 2024.09.06 06:37:08.567257 [ 3 ] {} <Debug> HTTP-Session: afbd4761-60ed-49e4-9b5e-4d9500ba5a7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3794 | 2024.09.06 06:37:08.567270 [ 3 ] {} <Debug> HTTP-Session: afbd4761-60ed-49e4-9b5e-4d9500ba5a7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3795 | 2024.09.06 06:37:08.567304 [ 3 ] {} <Trace> HTTP-Session: afbd4761-60ed-49e4-9b5e-4d9500ba5a7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3796 | 2024.09.06 06:37:08.567406 [ 3 ] {1ae0d5bb-9a30-4195-b215-d445660f119e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3797 | 2024.09.06 06:37:08.567452 [ 3 ] {1ae0d5bb-9a30-4195-b215-d445660f119e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3798 | 2024.09.06 06:37:08.567684 [ 3 ] {1ae0d5bb-9a30-4195-b215-d445660f119e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3799 | 2024.09.06 06:37:08.567998 [ 3 ] {1ae0d5bb-9a30-4195-b215-d445660f119e} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3800 | 2024.09.06 06:37:08.568036 [ 3 ] {1ae0d5bb-9a30-4195-b215-d445660f119e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3801 | 2024.09.06 06:37:08.568397 [ 3 ] {1ae0d5bb-9a30-4195-b215-d445660f119e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3802 | 2024.09.06 06:37:08.568758 [ 3 ] {1ae0d5bb-9a30-4195-b215-d445660f119e} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3803 | 2024.09.06 06:37:08.568913 [ 3 ] {1ae0d5bb-9a30-4195-b215-d445660f119e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001525 sec., 9180.327868852459 rows/sec., 642.93 KiB/sec. | ||
3804 | 2024.09.06 06:37:08.568921 [ 26 ] {} <Debug> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3805 | 2024.09.06 06:37:08.569037 [ 26 ] {} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3806 | 2024.09.06 06:37:08.569080 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3807 | 2024.09.06 06:37:08.569189 [ 3 ] {1ae0d5bb-9a30-4195-b215-d445660f119e} <Debug> DynamicQueryHandler: Done processing query | ||
3808 | 2024.09.06 06:37:08.569271 [ 3 ] {1ae0d5bb-9a30-4195-b215-d445660f119e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3809 | 2024.09.06 06:37:08.569362 [ 3 ] {} <Debug> HTTP-Session: afbd4761-60ed-49e4-9b5e-4d9500ba5a7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3810 | 2024.09.06 06:37:08.569449 [ 200 ] {5f691591-518a-4472-9850-9bd51d87b65e::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 | ||
3811 | 2024.09.06 06:37:08.569555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3812 | 2024.09.06 06:37:08.569653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3813 | 2024.09.06 06:37:08.569710 [ 3 ] {} <Debug> HTTP-Session: f48f0cae-6de6-4c9a-aa8c-054e0ac694a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3814 | 2024.09.06 06:37:08.569765 [ 3 ] {} <Debug> HTTP-Session: f48f0cae-6de6-4c9a-aa8c-054e0ac694a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3815 | 2024.09.06 06:37:08.569777 [ 200 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3816 | 2024.09.06 06:37:08.569790 [ 3 ] {} <Debug> HTTP-Session: f48f0cae-6de6-4c9a-aa8c-054e0ac694a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3817 | 2024.09.06 06:37:08.569839 [ 200 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part | ||
3818 | 2024.09.06 06:37:08.569857 [ 3 ] {} <Trace> HTTP-Session: f48f0cae-6de6-4c9a-aa8c-054e0ac694a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3819 | 2024.09.06 06:37:08.570010 [ 200 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
3820 | 2024.09.06 06:37:08.570155 [ 3 ] {3a241c31-86ac-4e12-947e-a5403af6face} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3821 | 2024.09.06 06:37:08.570368 [ 3 ] {3a241c31-86ac-4e12-947e-a5403af6face} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3822 | 2024.09.06 06:37:08.570367 [ 200 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
3823 | 2024.09.06 06:37:08.570872 [ 200 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part | ||
3824 | 2024.09.06 06:37:08.571124 [ 200 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
3825 | 2024.09.06 06:37:08.571564 [ 200 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
3826 | 2024.09.06 06:37:08.572227 [ 3 ] {3a241c31-86ac-4e12-947e-a5403af6face} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3827 | 2024.09.06 06:37:08.572937 [ 3 ] {3a241c31-86ac-4e12-947e-a5403af6face} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3828 | 2024.09.06 06:37:08.572977 [ 3 ] {3a241c31-86ac-4e12-947e-a5403af6face} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3829 | 2024.09.06 06:37:08.573341 [ 3 ] {3a241c31-86ac-4e12-947e-a5403af6face} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3830 | 2024.09.06 06:37:08.573709 [ 3 ] {3a241c31-86ac-4e12-947e-a5403af6face} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3831 | 2024.09.06 06:37:08.573866 [ 3 ] {3a241c31-86ac-4e12-947e-a5403af6face} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003854 sec., 1556.8240788790868 rows/sec., 91.98 KiB/sec. | ||
3832 | 2024.09.06 06:37:08.574055 [ 3 ] {3a241c31-86ac-4e12-947e-a5403af6face} <Debug> DynamicQueryHandler: Done processing query | ||
3833 | 2024.09.06 06:37:08.574080 [ 3 ] {3a241c31-86ac-4e12-947e-a5403af6face} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3834 | 2024.09.06 06:37:08.574097 [ 3 ] {} <Debug> HTTP-Session: f48f0cae-6de6-4c9a-aa8c-054e0ac694a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3835 | 2024.09.06 06:37:08.574291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3836 | 2024.09.06 06:37:08.574341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3837 | 2024.09.06 06:37:08.574362 [ 3 ] {} <Debug> HTTP-Session: eb1522a0-1235-4032-b013-27910e9b66e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3838 | 2024.09.06 06:37:08.574379 [ 3 ] {} <Debug> HTTP-Session: eb1522a0-1235-4032-b013-27910e9b66e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3839 | 2024.09.06 06:37:08.574393 [ 3 ] {} <Debug> HTTP-Session: eb1522a0-1235-4032-b013-27910e9b66e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3840 | 2024.09.06 06:37:08.574425 [ 3 ] {} <Trace> HTTP-Session: eb1522a0-1235-4032-b013-27910e9b66e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3841 | 2024.09.06 06:37:08.574634 [ 3 ] {68fbe5a4-4671-43cf-82f5-af28b8df21af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3842 | 2024.09.06 06:37:08.574678 [ 3 ] {68fbe5a4-4671-43cf-82f5-af28b8df21af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3843 | 2024.09.06 06:37:08.574907 [ 3 ] {68fbe5a4-4671-43cf-82f5-af28b8df21af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3844 | 2024.09.06 06:37:08.575640 [ 3 ] {68fbe5a4-4671-43cf-82f5-af28b8df21af} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3845 | 2024.09.06 06:37:08.575708 [ 3 ] {68fbe5a4-4671-43cf-82f5-af28b8df21af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3846 | 2024.09.06 06:37:08.576640 [ 3 ] {68fbe5a4-4671-43cf-82f5-af28b8df21af} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3847 | 2024.09.06 06:37:08.576864 [ 193 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.007685709 sec., 66617.14618651317 rows/sec., 4.52 MiB/sec. | ||
3848 | 2024.09.06 06:37:08.577197 [ 193 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3849 | 2024.09.06 06:37:08.577390 [ 3 ] {68fbe5a4-4671-43cf-82f5-af28b8df21af} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3850 | 2024.09.06 06:37:08.577889 [ 3 ] {68fbe5a4-4671-43cf-82f5-af28b8df21af} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.003311 sec., 117789.18755662942 rows/sec., 8.35 MiB/sec. | ||
3851 | 2024.09.06 06:37:08.578623 [ 3 ] {68fbe5a4-4671-43cf-82f5-af28b8df21af} <Debug> DynamicQueryHandler: Done processing query | ||
3852 | 2024.09.06 06:37:08.578660 [ 3 ] {68fbe5a4-4671-43cf-82f5-af28b8df21af} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3853 | 2024.09.06 06:37:08.578691 [ 3 ] {} <Debug> HTTP-Session: eb1522a0-1235-4032-b013-27910e9b66e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3854 | 2024.09.06 06:37:08.578745 [ 193 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_6_1} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3855 | 2024.09.06 06:37:08.578845 [ 193 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_6_1} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3856 | 2024.09.06 06:37:08.578891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3857 | 2024.09.06 06:37:08.578996 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3858 | 2024.09.06 06:37:08.579008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3859 | 2024.09.06 06:37:08.579050 [ 3 ] {} <Debug> HTTP-Session: 2749884e-a96d-4019-949c-4f3bbe6dd0b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3860 | 2024.09.06 06:37:08.579068 [ 3 ] {} <Debug> HTTP-Session: 2749884e-a96d-4019-949c-4f3bbe6dd0b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3861 | 2024.09.06 06:37:08.579083 [ 3 ] {} <Debug> HTTP-Session: 2749884e-a96d-4019-949c-4f3bbe6dd0b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3862 | 2024.09.06 06:37:08.579116 [ 3 ] {} <Trace> HTTP-Session: 2749884e-a96d-4019-949c-4f3bbe6dd0b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3863 | 2024.09.06 06:37:08.579220 [ 3 ] {367f8b84-3dd7-43f0-abaa-f654b4181113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3864 | 2024.09.06 06:37:08.579267 [ 3 ] {367f8b84-3dd7-43f0-abaa-f654b4181113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3865 | 2024.09.06 06:37:08.579425 [ 3 ] {367f8b84-3dd7-43f0-abaa-f654b4181113} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3866 | 2024.09.06 06:37:08.579698 [ 3 ] {367f8b84-3dd7-43f0-abaa-f654b4181113} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3867 | 2024.09.06 06:37:08.579735 [ 3 ] {367f8b84-3dd7-43f0-abaa-f654b4181113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3868 | 2024.09.06 06:37:08.580106 [ 3 ] {367f8b84-3dd7-43f0-abaa-f654b4181113} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3869 | 2024.09.06 06:37:08.580441 [ 3 ] {367f8b84-3dd7-43f0-abaa-f654b4181113} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3870 | 2024.09.06 06:37:08.580601 [ 3 ] {367f8b84-3dd7-43f0-abaa-f654b4181113} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001403 sec., 4276.550249465431 rows/sec., 223.43 KiB/sec. | ||
3871 | 2024.09.06 06:37:08.580774 [ 3 ] {367f8b84-3dd7-43f0-abaa-f654b4181113} <Debug> DynamicQueryHandler: Done processing query | ||
3872 | 2024.09.06 06:37:08.580798 [ 3 ] {367f8b84-3dd7-43f0-abaa-f654b4181113} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3873 | 2024.09.06 06:37:08.580814 [ 3 ] {} <Debug> HTTP-Session: 2749884e-a96d-4019-949c-4f3bbe6dd0b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3874 | 2024.09.06 06:37:08.580995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3875 | 2024.09.06 06:37:08.581043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3876 | 2024.09.06 06:37:08.581062 [ 3 ] {} <Debug> HTTP-Session: 4885600d-9cac-48b8-9a0c-c59b76458cc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3877 | 2024.09.06 06:37:08.581080 [ 3 ] {} <Debug> HTTP-Session: 4885600d-9cac-48b8-9a0c-c59b76458cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3878 | 2024.09.06 06:37:08.581095 [ 3 ] {} <Debug> HTTP-Session: 4885600d-9cac-48b8-9a0c-c59b76458cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3879 | 2024.09.06 06:37:08.581126 [ 3 ] {} <Trace> HTTP-Session: 4885600d-9cac-48b8-9a0c-c59b76458cc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3880 | 2024.09.06 06:37:08.581343 [ 3 ] {0f0adfb1-81c8-4b39-b258-093ce2252931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3881 | 2024.09.06 06:37:08.581391 [ 3 ] {0f0adfb1-81c8-4b39-b258-093ce2252931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3882 | 2024.09.06 06:37:08.581539 [ 3 ] {0f0adfb1-81c8-4b39-b258-093ce2252931} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3883 | 2024.09.06 06:37:08.581951 [ 3 ] {0f0adfb1-81c8-4b39-b258-093ce2252931} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3884 | 2024.09.06 06:37:08.581988 [ 3 ] {0f0adfb1-81c8-4b39-b258-093ce2252931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3885 | 2024.09.06 06:37:08.582391 [ 3 ] {0f0adfb1-81c8-4b39-b258-093ce2252931} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3886 | 2024.09.06 06:37:08.582792 [ 3 ] {0f0adfb1-81c8-4b39-b258-093ce2252931} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3887 | 2024.09.06 06:37:08.583145 [ 3 ] {0f0adfb1-81c8-4b39-b258-093ce2252931} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001892 sec., 125264.27061310782 rows/sec., 8.40 MiB/sec. | ||
3888 | 2024.09.06 06:37:08.583485 [ 3 ] {0f0adfb1-81c8-4b39-b258-093ce2252931} <Debug> DynamicQueryHandler: Done processing query | ||
3889 | 2024.09.06 06:37:08.583510 [ 3 ] {0f0adfb1-81c8-4b39-b258-093ce2252931} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3890 | 2024.09.06 06:37:08.583526 [ 3 ] {} <Debug> HTTP-Session: 4885600d-9cac-48b8-9a0c-c59b76458cc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3891 | 2024.09.06 06:37:08.583651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3892 | 2024.09.06 06:37:08.583699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3893 | 2024.09.06 06:37:08.583719 [ 3 ] {} <Debug> HTTP-Session: 4f691f61-6342-478a-b269-a5ea630a284f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3894 | 2024.09.06 06:37:08.583737 [ 3 ] {} <Debug> HTTP-Session: 4f691f61-6342-478a-b269-a5ea630a284f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3895 | 2024.09.06 06:37:08.583750 [ 3 ] {} <Debug> HTTP-Session: 4f691f61-6342-478a-b269-a5ea630a284f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3896 | 2024.09.06 06:37:08.583782 [ 3 ] {} <Trace> HTTP-Session: 4f691f61-6342-478a-b269-a5ea630a284f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3897 | 2024.09.06 06:37:08.583876 [ 3 ] {00009cd2-d8e3-41b4-88a7-21662b332e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3898 | 2024.09.06 06:37:08.583924 [ 3 ] {00009cd2-d8e3-41b4-88a7-21662b332e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3899 | 2024.09.06 06:37:08.584073 [ 3 ] {00009cd2-d8e3-41b4-88a7-21662b332e7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3900 | 2024.09.06 06:37:08.584330 [ 3 ] {00009cd2-d8e3-41b4-88a7-21662b332e7e} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3901 | 2024.09.06 06:37:08.584366 [ 3 ] {00009cd2-d8e3-41b4-88a7-21662b332e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3902 | 2024.09.06 06:37:08.584721 [ 3 ] {00009cd2-d8e3-41b4-88a7-21662b332e7e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3903 | 2024.09.06 06:37:08.585049 [ 3 ] {00009cd2-d8e3-41b4-88a7-21662b332e7e} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3904 | 2024.09.06 06:37:08.585202 [ 3 ] {00009cd2-d8e3-41b4-88a7-21662b332e7e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001348 sec., 741.839762611276 rows/sec., 49.99 KiB/sec. | ||
3905 | 2024.09.06 06:37:08.585371 [ 3 ] {00009cd2-d8e3-41b4-88a7-21662b332e7e} <Debug> DynamicQueryHandler: Done processing query | ||
3906 | 2024.09.06 06:37:08.585396 [ 3 ] {00009cd2-d8e3-41b4-88a7-21662b332e7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3907 | 2024.09.06 06:37:08.585413 [ 3 ] {} <Debug> HTTP-Session: 4f691f61-6342-478a-b269-a5ea630a284f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3908 | 2024.09.06 06:37:08.585536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14108, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3909 | 2024.09.06 06:37:08.585584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3910 | 2024.09.06 06:37:08.585603 [ 3 ] {} <Debug> HTTP-Session: a0dc5c71-b49e-45ee-85ed-1b975ebe54da Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3911 | 2024.09.06 06:37:08.585619 [ 3 ] {} <Debug> HTTP-Session: a0dc5c71-b49e-45ee-85ed-1b975ebe54da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3912 | 2024.09.06 06:37:08.585633 [ 3 ] {} <Debug> HTTP-Session: a0dc5c71-b49e-45ee-85ed-1b975ebe54da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3913 | 2024.09.06 06:37:08.585664 [ 3 ] {} <Trace> HTTP-Session: a0dc5c71-b49e-45ee-85ed-1b975ebe54da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3914 | 2024.09.06 06:37:08.585848 [ 3 ] {01950db1-1ef3-4469-b28b-956fa22f20e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3915 | 2024.09.06 06:37:08.585913 [ 3 ] {01950db1-1ef3-4469-b28b-956fa22f20e6} <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_histogramu64 | ||
3916 | 2024.09.06 06:37:08.586348 [ 3 ] {01950db1-1ef3-4469-b28b-956fa22f20e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3917 | 2024.09.06 06:37:08.586852 [ 3 ] {01950db1-1ef3-4469-b28b-956fa22f20e6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3918 | 2024.09.06 06:37:08.586889 [ 3 ] {01950db1-1ef3-4469-b28b-956fa22f20e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3919 | 2024.09.06 06:37:08.587512 [ 3 ] {01950db1-1ef3-4469-b28b-956fa22f20e6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3920 | 2024.09.06 06:37:08.587935 [ 3 ] {01950db1-1ef3-4469-b28b-956fa22f20e6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3921 | 2024.09.06 06:37:08.588120 [ 3 ] {01950db1-1ef3-4469-b28b-956fa22f20e6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002381 sec., 3359.932801343973 rows/sec., 6.02 MiB/sec. | ||
3922 | 2024.09.06 06:37:08.588352 [ 3 ] {01950db1-1ef3-4469-b28b-956fa22f20e6} <Debug> DynamicQueryHandler: Done processing query | ||
3923 | 2024.09.06 06:37:08.588377 [ 3 ] {01950db1-1ef3-4469-b28b-956fa22f20e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3924 | 2024.09.06 06:37:08.588393 [ 3 ] {} <Debug> HTTP-Session: a0dc5c71-b49e-45ee-85ed-1b975ebe54da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3925 | 2024.09.06 06:37:08.588549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3926 | 2024.09.06 06:37:08.588598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3927 | 2024.09.06 06:37:08.588618 [ 3 ] {} <Debug> HTTP-Session: 05f05008-dc4a-437e-b910-fb28b330e55a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3928 | 2024.09.06 06:37:08.588635 [ 3 ] {} <Debug> HTTP-Session: 05f05008-dc4a-437e-b910-fb28b330e55a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3929 | 2024.09.06 06:37:08.588649 [ 3 ] {} <Debug> HTTP-Session: 05f05008-dc4a-437e-b910-fb28b330e55a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3930 | 2024.09.06 06:37:08.588680 [ 3 ] {} <Trace> HTTP-Session: 05f05008-dc4a-437e-b910-fb28b330e55a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3931 | 2024.09.06 06:37:08.588815 [ 3 ] {ee98f21e-1725-4f87-b89d-32c85f0db306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3932 | 2024.09.06 06:37:08.588859 [ 3 ] {ee98f21e-1725-4f87-b89d-32c85f0db306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3933 | 2024.09.06 06:37:08.588989 [ 3 ] {ee98f21e-1725-4f87-b89d-32c85f0db306} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3934 | 2024.09.06 06:37:08.589322 [ 3 ] {ee98f21e-1725-4f87-b89d-32c85f0db306} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3935 | 2024.09.06 06:37:08.589359 [ 3 ] {ee98f21e-1725-4f87-b89d-32c85f0db306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3936 | 2024.09.06 06:37:08.589725 [ 3 ] {ee98f21e-1725-4f87-b89d-32c85f0db306} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3937 | 2024.09.06 06:37:08.590063 [ 3 ] {ee98f21e-1725-4f87-b89d-32c85f0db306} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3938 | 2024.09.06 06:37:08.590222 [ 3 ] {ee98f21e-1725-4f87-b89d-32c85f0db306} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001467 sec., 55896.387184730746 rows/sec., 3.55 MiB/sec. | ||
3939 | 2024.09.06 06:37:08.590393 [ 3 ] {ee98f21e-1725-4f87-b89d-32c85f0db306} <Debug> DynamicQueryHandler: Done processing query | ||
3940 | 2024.09.06 06:37:08.590418 [ 3 ] {ee98f21e-1725-4f87-b89d-32c85f0db306} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3941 | 2024.09.06 06:37:08.590434 [ 3 ] {} <Debug> HTTP-Session: 05f05008-dc4a-437e-b910-fb28b330e55a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3942 | 2024.09.06 06:37:13.558514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3943 | 2024.09.06 06:37:13.558709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3944 | 2024.09.06 06:37:13.558754 [ 3 ] {} <Debug> HTTP-Session: 90b1094a-dafd-46e1-ae86-27b2ff976669 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3945 | 2024.09.06 06:37:13.558796 [ 3 ] {} <Debug> HTTP-Session: 90b1094a-dafd-46e1-ae86-27b2ff976669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3946 | 2024.09.06 06:37:13.558824 [ 3 ] {} <Debug> HTTP-Session: 90b1094a-dafd-46e1-ae86-27b2ff976669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3947 | 2024.09.06 06:37:13.558904 [ 3 ] {} <Trace> HTTP-Session: 90b1094a-dafd-46e1-ae86-27b2ff976669 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3948 | 2024.09.06 06:37:13.559187 [ 3 ] {6a5fbb17-6d45-4a9c-bcde-d04a224cba9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3949 | 2024.09.06 06:37:13.559297 [ 3 ] {6a5fbb17-6d45-4a9c-bcde-d04a224cba9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3950 | 2024.09.06 06:37:13.559741 [ 3 ] {6a5fbb17-6d45-4a9c-bcde-d04a224cba9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3951 | 2024.09.06 06:37:13.560184 [ 3 ] {6a5fbb17-6d45-4a9c-bcde-d04a224cba9a} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3952 | 2024.09.06 06:37:13.560225 [ 3 ] {6a5fbb17-6d45-4a9c-bcde-d04a224cba9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3953 | 2024.09.06 06:37:13.560633 [ 3 ] {6a5fbb17-6d45-4a9c-bcde-d04a224cba9a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3954 | 2024.09.06 06:37:13.561025 [ 3 ] {6a5fbb17-6d45-4a9c-bcde-d04a224cba9a} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3955 | 2024.09.06 06:37:13.561192 [ 3 ] {6a5fbb17-6d45-4a9c-bcde-d04a224cba9a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002092 sec., 956.0229445506692 rows/sec., 77.96 KiB/sec. | ||
3956 | 2024.09.06 06:37:13.561401 [ 3 ] {6a5fbb17-6d45-4a9c-bcde-d04a224cba9a} <Debug> DynamicQueryHandler: Done processing query | ||
3957 | 2024.09.06 06:37:13.561427 [ 3 ] {6a5fbb17-6d45-4a9c-bcde-d04a224cba9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3958 | 2024.09.06 06:37:13.561444 [ 3 ] {} <Debug> HTTP-Session: 90b1094a-dafd-46e1-ae86-27b2ff976669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3959 | 2024.09.06 06:37:13.561595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3960 | 2024.09.06 06:37:13.561645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3961 | 2024.09.06 06:37:13.561665 [ 3 ] {} <Debug> HTTP-Session: 4766a6ca-d417-42f1-bf96-09435b77715a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3962 | 2024.09.06 06:37:13.561682 [ 3 ] {} <Debug> HTTP-Session: 4766a6ca-d417-42f1-bf96-09435b77715a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3963 | 2024.09.06 06:37:13.561696 [ 3 ] {} <Debug> HTTP-Session: 4766a6ca-d417-42f1-bf96-09435b77715a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3964 | 2024.09.06 06:37:13.561728 [ 3 ] {} <Trace> HTTP-Session: 4766a6ca-d417-42f1-bf96-09435b77715a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3965 | 2024.09.06 06:37:13.561855 [ 3 ] {b2094ab7-f016-42f8-bcbd-41d2cdc31d4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3966 | 2024.09.06 06:37:13.561898 [ 3 ] {b2094ab7-f016-42f8-bcbd-41d2cdc31d4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3967 | 2024.09.06 06:37:13.562127 [ 3 ] {b2094ab7-f016-42f8-bcbd-41d2cdc31d4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3968 | 2024.09.06 06:37:13.562593 [ 3 ] {b2094ab7-f016-42f8-bcbd-41d2cdc31d4e} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3969 | 2024.09.06 06:37:13.562630 [ 3 ] {b2094ab7-f016-42f8-bcbd-41d2cdc31d4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3970 | 2024.09.06 06:37:13.563004 [ 3 ] {b2094ab7-f016-42f8-bcbd-41d2cdc31d4e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3971 | 2024.09.06 06:37:13.563359 [ 3 ] {b2094ab7-f016-42f8-bcbd-41d2cdc31d4e} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3972 | 2024.09.06 06:37:13.563532 [ 3 ] {b2094ab7-f016-42f8-bcbd-41d2cdc31d4e} <Debug> executeQuery: Read 119 rows, 10.29 KiB in 0.001725 sec., 68985.50724637682 rows/sec., 5.83 MiB/sec. | ||
3973 | 2024.09.06 06:37:13.563708 [ 3 ] {b2094ab7-f016-42f8-bcbd-41d2cdc31d4e} <Debug> DynamicQueryHandler: Done processing query | ||
3974 | 2024.09.06 06:37:13.563733 [ 3 ] {b2094ab7-f016-42f8-bcbd-41d2cdc31d4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3975 | 2024.09.06 06:37:13.563751 [ 3 ] {} <Debug> HTTP-Session: 4766a6ca-d417-42f1-bf96-09435b77715a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3976 | 2024.09.06 06:37:13.563917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3977 | 2024.09.06 06:37:13.563966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3978 | 2024.09.06 06:37:13.563985 [ 3 ] {} <Debug> HTTP-Session: 8c1ba1f3-0035-48b9-93cb-57c876fb8215 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3979 | 2024.09.06 06:37:13.564001 [ 3 ] {} <Debug> HTTP-Session: 8c1ba1f3-0035-48b9-93cb-57c876fb8215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3980 | 2024.09.06 06:37:13.564015 [ 3 ] {} <Debug> HTTP-Session: 8c1ba1f3-0035-48b9-93cb-57c876fb8215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3981 | 2024.09.06 06:37:13.564047 [ 3 ] {} <Trace> HTTP-Session: 8c1ba1f3-0035-48b9-93cb-57c876fb8215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3982 | 2024.09.06 06:37:13.564151 [ 3 ] {07ac8f33-e6ca-4206-981b-ac985fb2c863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3983 | 2024.09.06 06:37:13.564194 [ 3 ] {07ac8f33-e6ca-4206-981b-ac985fb2c863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3984 | 2024.09.06 06:37:13.564422 [ 3 ] {07ac8f33-e6ca-4206-981b-ac985fb2c863} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3985 | 2024.09.06 06:37:13.564759 [ 3 ] {07ac8f33-e6ca-4206-981b-ac985fb2c863} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3986 | 2024.09.06 06:37:13.564796 [ 3 ] {07ac8f33-e6ca-4206-981b-ac985fb2c863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
3987 | 2024.09.06 06:37:13.565174 [ 3 ] {07ac8f33-e6ca-4206-981b-ac985fb2c863} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3988 | 2024.09.06 06:37:13.565531 [ 3 ] {07ac8f33-e6ca-4206-981b-ac985fb2c863} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3989 | 2024.09.06 06:37:13.565685 [ 3 ] {07ac8f33-e6ca-4206-981b-ac985fb2c863} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001565 sec., 21086.26198083067 rows/sec., 1.54 MiB/sec. | ||
3990 | 2024.09.06 06:37:13.566005 [ 3 ] {07ac8f33-e6ca-4206-981b-ac985fb2c863} <Debug> DynamicQueryHandler: Done processing query | ||
3991 | 2024.09.06 06:37:13.566032 [ 3 ] {07ac8f33-e6ca-4206-981b-ac985fb2c863} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3992 | 2024.09.06 06:37:13.566049 [ 3 ] {} <Debug> HTTP-Session: 8c1ba1f3-0035-48b9-93cb-57c876fb8215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3993 | 2024.09.06 06:37:13.566232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3994 | 2024.09.06 06:37:13.566282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3995 | 2024.09.06 06:37:13.566302 [ 3 ] {} <Debug> HTTP-Session: 0c866823-7411-4377-97e8-a9b4e3a30438 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
3996 | 2024.09.06 06:37:13.566318 [ 3 ] {} <Debug> HTTP-Session: 0c866823-7411-4377-97e8-a9b4e3a30438 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3997 | 2024.09.06 06:37:13.566334 [ 3 ] {} <Debug> HTTP-Session: 0c866823-7411-4377-97e8-a9b4e3a30438 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3998 | 2024.09.06 06:37:13.566366 [ 3 ] {} <Trace> HTTP-Session: 0c866823-7411-4377-97e8-a9b4e3a30438 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3999 | 2024.09.06 06:37:13.566494 [ 3 ] {4444395e-84a2-4531-9363-13bf5aab9335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4000 | 2024.09.06 06:37:13.566538 [ 3 ] {4444395e-84a2-4531-9363-13bf5aab9335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4001 | 2024.09.06 06:37:13.566791 [ 3 ] {4444395e-84a2-4531-9363-13bf5aab9335} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4002 | 2024.09.06 06:37:13.567185 [ 3 ] {4444395e-84a2-4531-9363-13bf5aab9335} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4003 | 2024.09.06 06:37:13.567222 [ 3 ] {4444395e-84a2-4531-9363-13bf5aab9335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
4004 | 2024.09.06 06:37:13.567591 [ 3 ] {4444395e-84a2-4531-9363-13bf5aab9335} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4005 | 2024.09.06 06:37:13.567948 [ 3 ] {4444395e-84a2-4531-9363-13bf5aab9335} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4006 | 2024.09.06 06:37:13.568106 [ 3 ] {4444395e-84a2-4531-9363-13bf5aab9335} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001653 sec., 58681.185722928014 rows/sec., 4.58 MiB/sec. | ||
4007 | 2024.09.06 06:37:13.568282 [ 3 ] {4444395e-84a2-4531-9363-13bf5aab9335} <Debug> DynamicQueryHandler: Done processing query | ||
4008 | 2024.09.06 06:37:13.568307 [ 3 ] {4444395e-84a2-4531-9363-13bf5aab9335} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4009 | 2024.09.06 06:37:13.568323 [ 3 ] {} <Debug> HTTP-Session: 0c866823-7411-4377-97e8-a9b4e3a30438 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4010 | 2024.09.06 06:37:13.568502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4011 | 2024.09.06 06:37:13.568552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4012 | 2024.09.06 06:37:13.568571 [ 3 ] {} <Debug> HTTP-Session: 0764fac0-4032-4a63-a632-10eca4767cb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4013 | 2024.09.06 06:37:13.568589 [ 3 ] {} <Debug> HTTP-Session: 0764fac0-4032-4a63-a632-10eca4767cb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4014 | 2024.09.06 06:37:13.568603 [ 3 ] {} <Debug> HTTP-Session: 0764fac0-4032-4a63-a632-10eca4767cb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4015 | 2024.09.06 06:37:13.568634 [ 3 ] {} <Trace> HTTP-Session: 0764fac0-4032-4a63-a632-10eca4767cb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4016 | 2024.09.06 06:37:13.568783 [ 3 ] {d4af6cf8-2370-47fa-8588-a1ffd2f1429c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4017 | 2024.09.06 06:37:13.568831 [ 3 ] {d4af6cf8-2370-47fa-8588-a1ffd2f1429c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4018 | 2024.09.06 06:37:13.568977 [ 3 ] {d4af6cf8-2370-47fa-8588-a1ffd2f1429c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4019 | 2024.09.06 06:37:13.569379 [ 3 ] {d4af6cf8-2370-47fa-8588-a1ffd2f1429c} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4020 | 2024.09.06 06:37:13.569416 [ 3 ] {d4af6cf8-2370-47fa-8588-a1ffd2f1429c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
4021 | 2024.09.06 06:37:13.569802 [ 3 ] {d4af6cf8-2370-47fa-8588-a1ffd2f1429c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4022 | 2024.09.06 06:37:13.570158 [ 3 ] {d4af6cf8-2370-47fa-8588-a1ffd2f1429c} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4023 | 2024.09.06 06:37:13.570330 [ 3 ] {d4af6cf8-2370-47fa-8588-a1ffd2f1429c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001612 sec., 99875.93052109181 rows/sec., 6.96 MiB/sec. | ||
4024 | 2024.09.06 06:37:13.570652 [ 3 ] {d4af6cf8-2370-47fa-8588-a1ffd2f1429c} <Debug> DynamicQueryHandler: Done processing query | ||
4025 | 2024.09.06 06:37:13.570677 [ 3 ] {d4af6cf8-2370-47fa-8588-a1ffd2f1429c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4026 | 2024.09.06 06:37:13.570695 [ 3 ] {} <Debug> HTTP-Session: 0764fac0-4032-4a63-a632-10eca4767cb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4027 | 2024.09.06 06:37:13.570868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 50831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4028 | 2024.09.06 06:37:13.570917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4029 | 2024.09.06 06:37:13.570937 [ 3 ] {} <Debug> HTTP-Session: 05267219-e56f-468b-ad86-8c23995b0839 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4030 | 2024.09.06 06:37:13.570953 [ 3 ] {} <Debug> HTTP-Session: 05267219-e56f-468b-ad86-8c23995b0839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4031 | 2024.09.06 06:37:13.570967 [ 3 ] {} <Debug> HTTP-Session: 05267219-e56f-468b-ad86-8c23995b0839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4032 | 2024.09.06 06:37:13.570998 [ 3 ] {} <Trace> HTTP-Session: 05267219-e56f-468b-ad86-8c23995b0839 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4033 | 2024.09.06 06:37:13.571314 [ 3 ] {4de88b27-1081-4c66-9aee-385961c67e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4034 | 2024.09.06 06:37:13.571389 [ 3 ] {4de88b27-1081-4c66-9aee-385961c67e65} <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_histogramu64 | ||
4035 | 2024.09.06 06:37:13.571828 [ 3 ] {4de88b27-1081-4c66-9aee-385961c67e65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4036 | 2024.09.06 06:37:13.572558 [ 3 ] {4de88b27-1081-4c66-9aee-385961c67e65} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4037 | 2024.09.06 06:37:13.572596 [ 3 ] {4de88b27-1081-4c66-9aee-385961c67e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
4038 | 2024.09.06 06:37:13.573248 [ 3 ] {4de88b27-1081-4c66-9aee-385961c67e65} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4039 | 2024.09.06 06:37:13.573657 [ 3 ] {4de88b27-1081-4c66-9aee-385961c67e65} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4040 | 2024.09.06 06:37:13.573844 [ 3 ] {4de88b27-1081-4c66-9aee-385961c67e65} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002753 sec., 11260.443152924083 rows/sec., 20.18 MiB/sec. | ||
4041 | 2024.09.06 06:37:13.574072 [ 3 ] {4de88b27-1081-4c66-9aee-385961c67e65} <Debug> DynamicQueryHandler: Done processing query | ||
4042 | 2024.09.06 06:37:13.574098 [ 3 ] {4de88b27-1081-4c66-9aee-385961c67e65} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4043 | 2024.09.06 06:37:13.574115 [ 3 ] {} <Debug> HTTP-Session: 05267219-e56f-468b-ad86-8c23995b0839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4044 | 2024.09.06 06:37:13.574232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4045 | 2024.09.06 06:37:13.574281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4046 | 2024.09.06 06:37:13.574301 [ 3 ] {} <Debug> HTTP-Session: 43cc20c8-cd2b-4d03-9f19-d62a7ed45183 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4047 | 2024.09.06 06:37:13.574318 [ 3 ] {} <Debug> HTTP-Session: 43cc20c8-cd2b-4d03-9f19-d62a7ed45183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4048 | 2024.09.06 06:37:13.574333 [ 3 ] {} <Debug> HTTP-Session: 43cc20c8-cd2b-4d03-9f19-d62a7ed45183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4049 | 2024.09.06 06:37:13.574364 [ 3 ] {} <Trace> HTTP-Session: 43cc20c8-cd2b-4d03-9f19-d62a7ed45183 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4050 | 2024.09.06 06:37:13.574496 [ 3 ] {f1c9b9a0-ca74-4b13-8063-54101e3220cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4051 | 2024.09.06 06:37:13.574542 [ 3 ] {f1c9b9a0-ca74-4b13-8063-54101e3220cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4052 | 2024.09.06 06:37:13.574673 [ 3 ] {f1c9b9a0-ca74-4b13-8063-54101e3220cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4053 | 2024.09.06 06:37:13.575046 [ 3 ] {f1c9b9a0-ca74-4b13-8063-54101e3220cc} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4054 | 2024.09.06 06:37:13.575082 [ 3 ] {f1c9b9a0-ca74-4b13-8063-54101e3220cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
4055 | 2024.09.06 06:37:13.575441 [ 3 ] {f1c9b9a0-ca74-4b13-8063-54101e3220cc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4056 | 2024.09.06 06:37:13.575775 [ 3 ] {f1c9b9a0-ca74-4b13-8063-54101e3220cc} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4057 | 2024.09.06 06:37:13.575953 [ 3 ] {f1c9b9a0-ca74-4b13-8063-54101e3220cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec. | ||
4058 | 2024.09.06 06:37:13.576125 [ 3 ] {f1c9b9a0-ca74-4b13-8063-54101e3220cc} <Debug> DynamicQueryHandler: Done processing query | ||
4059 | 2024.09.06 06:37:13.576149 [ 3 ] {f1c9b9a0-ca74-4b13-8063-54101e3220cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4060 | 2024.09.06 06:37:13.576166 [ 3 ] {} <Debug> HTTP-Session: 43cc20c8-cd2b-4d03-9f19-d62a7ed45183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4061 | 2024.09.06 06:37:15.501497 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4062 | 2024.09.06 06:37:15.501547 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4063 | 2024.09.06 06:37:18.561634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4064 | 2024.09.06 06:37:18.561772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4065 | 2024.09.06 06:37:18.561801 [ 3 ] {} <Debug> HTTP-Session: 280b277d-765d-4b12-802e-4d7fb6d0a9e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4066 | 2024.09.06 06:37:18.561829 [ 3 ] {} <Debug> HTTP-Session: 280b277d-765d-4b12-802e-4d7fb6d0a9e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4067 | 2024.09.06 06:37:18.561847 [ 3 ] {} <Debug> HTTP-Session: 280b277d-765d-4b12-802e-4d7fb6d0a9e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4068 | 2024.09.06 06:37:18.561904 [ 3 ] {} <Trace> HTTP-Session: 280b277d-765d-4b12-802e-4d7fb6d0a9e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4069 | 2024.09.06 06:37:18.562163 [ 3 ] {058f782b-7554-4c73-b66a-8557630787a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4070 | 2024.09.06 06:37:18.562239 [ 3 ] {058f782b-7554-4c73-b66a-8557630787a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4071 | 2024.09.06 06:37:18.562616 [ 3 ] {058f782b-7554-4c73-b66a-8557630787a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4072 | 2024.09.06 06:37:18.563207 [ 3 ] {058f782b-7554-4c73-b66a-8557630787a0} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4073 | 2024.09.06 06:37:18.563249 [ 3 ] {058f782b-7554-4c73-b66a-8557630787a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
4074 | 2024.09.06 06:37:18.563693 [ 3 ] {058f782b-7554-4c73-b66a-8557630787a0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4075 | 2024.09.06 06:37:18.564105 [ 3 ] {058f782b-7554-4c73-b66a-8557630787a0} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4076 | 2024.09.06 06:37:18.564282 [ 3 ] {058f782b-7554-4c73-b66a-8557630787a0} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002226 sec., 92093.44115004492 rows/sec., 8.11 MiB/sec. | ||
4077 | 2024.09.06 06:37:18.564653 [ 3 ] {058f782b-7554-4c73-b66a-8557630787a0} <Debug> DynamicQueryHandler: Done processing query | ||
4078 | 2024.09.06 06:37:18.564681 [ 3 ] {058f782b-7554-4c73-b66a-8557630787a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4079 | 2024.09.06 06:37:18.564699 [ 3 ] {} <Debug> HTTP-Session: 280b277d-765d-4b12-802e-4d7fb6d0a9e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4080 | 2024.09.06 06:37:18.564882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4081 | 2024.09.06 06:37:18.564932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4082 | 2024.09.06 06:37:18.564952 [ 3 ] {} <Debug> HTTP-Session: e599a16e-2ae4-4379-a45c-e50516c52da1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4083 | 2024.09.06 06:37:18.564969 [ 3 ] {} <Debug> HTTP-Session: e599a16e-2ae4-4379-a45c-e50516c52da1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4084 | 2024.09.06 06:37:18.564983 [ 3 ] {} <Debug> HTTP-Session: e599a16e-2ae4-4379-a45c-e50516c52da1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4085 | 2024.09.06 06:37:18.565015 [ 3 ] {} <Trace> HTTP-Session: e599a16e-2ae4-4379-a45c-e50516c52da1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4086 | 2024.09.06 06:37:18.565118 [ 3 ] {c64519ca-2284-42d8-a93b-8e70de069723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4087 | 2024.09.06 06:37:18.565163 [ 3 ] {c64519ca-2284-42d8-a93b-8e70de069723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4088 | 2024.09.06 06:37:18.565415 [ 3 ] {c64519ca-2284-42d8-a93b-8e70de069723} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4089 | 2024.09.06 06:37:18.565772 [ 3 ] {c64519ca-2284-42d8-a93b-8e70de069723} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4090 | 2024.09.06 06:37:18.565809 [ 3 ] {c64519ca-2284-42d8-a93b-8e70de069723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
4091 | 2024.09.06 06:37:18.566157 [ 3 ] {c64519ca-2284-42d8-a93b-8e70de069723} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4092 | 2024.09.06 06:37:18.566525 [ 3 ] {c64519ca-2284-42d8-a93b-8e70de069723} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4093 | 2024.09.06 06:37:18.566684 [ 3 ] {c64519ca-2284-42d8-a93b-8e70de069723} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001583 sec., 5053.695514845231 rows/sec., 380.01 KiB/sec. | ||
4094 | 2024.09.06 06:37:18.566855 [ 3 ] {c64519ca-2284-42d8-a93b-8e70de069723} <Debug> DynamicQueryHandler: Done processing query | ||
4095 | 2024.09.06 06:37:18.566880 [ 3 ] {c64519ca-2284-42d8-a93b-8e70de069723} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4096 | 2024.09.06 06:37:18.566897 [ 3 ] {} <Debug> HTTP-Session: e599a16e-2ae4-4379-a45c-e50516c52da1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4097 | 2024.09.06 06:37:18.567020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4098 | 2024.09.06 06:37:18.567069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4099 | 2024.09.06 06:37:18.567088 [ 3 ] {} <Debug> HTTP-Session: 77895fca-f8bd-4e7c-be9b-e330a5af5474 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4100 | 2024.09.06 06:37:18.567106 [ 3 ] {} <Debug> HTTP-Session: 77895fca-f8bd-4e7c-be9b-e330a5af5474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4101 | 2024.09.06 06:37:18.567120 [ 3 ] {} <Debug> HTTP-Session: 77895fca-f8bd-4e7c-be9b-e330a5af5474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4102 | 2024.09.06 06:37:18.567152 [ 3 ] {} <Trace> HTTP-Session: 77895fca-f8bd-4e7c-be9b-e330a5af5474 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4103 | 2024.09.06 06:37:18.567251 [ 3 ] {7456dab6-1353-4897-87f7-eefaaca02946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4104 | 2024.09.06 06:37:18.567295 [ 3 ] {7456dab6-1353-4897-87f7-eefaaca02946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4105 | 2024.09.06 06:37:18.567523 [ 3 ] {7456dab6-1353-4897-87f7-eefaaca02946} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4106 | 2024.09.06 06:37:18.567848 [ 3 ] {7456dab6-1353-4897-87f7-eefaaca02946} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4107 | 2024.09.06 06:37:18.567886 [ 3 ] {7456dab6-1353-4897-87f7-eefaaca02946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
4108 | 2024.09.06 06:37:18.568235 [ 3 ] {7456dab6-1353-4897-87f7-eefaaca02946} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4109 | 2024.09.06 06:37:18.568589 [ 3 ] {7456dab6-1353-4897-87f7-eefaaca02946} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4110 | 2024.09.06 06:37:18.568745 [ 3 ] {7456dab6-1353-4897-87f7-eefaaca02946} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001517 sec., 9228.74093605801 rows/sec., 646.32 KiB/sec. | ||
4111 | 2024.09.06 06:37:18.568917 [ 3 ] {7456dab6-1353-4897-87f7-eefaaca02946} <Debug> DynamicQueryHandler: Done processing query | ||
4112 | 2024.09.06 06:37:18.568943 [ 3 ] {7456dab6-1353-4897-87f7-eefaaca02946} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4113 | 2024.09.06 06:37:18.568959 [ 3 ] {} <Debug> HTTP-Session: 77895fca-f8bd-4e7c-be9b-e330a5af5474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4114 | 2024.09.06 06:37:18.569084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4115 | 2024.09.06 06:37:18.569134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4116 | 2024.09.06 06:37:18.569154 [ 3 ] {} <Debug> HTTP-Session: 94521202-ebe1-46be-8477-da224e8a42a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4117 | 2024.09.06 06:37:18.569170 [ 3 ] {} <Debug> HTTP-Session: 94521202-ebe1-46be-8477-da224e8a42a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4118 | 2024.09.06 06:37:18.569185 [ 3 ] {} <Debug> HTTP-Session: 94521202-ebe1-46be-8477-da224e8a42a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4119 | 2024.09.06 06:37:18.569217 [ 3 ] {} <Trace> HTTP-Session: 94521202-ebe1-46be-8477-da224e8a42a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4120 | 2024.09.06 06:37:18.569311 [ 3 ] {4d6aa218-adfe-4ff6-8390-598283d554c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4121 | 2024.09.06 06:37:18.569355 [ 3 ] {4d6aa218-adfe-4ff6-8390-598283d554c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4122 | 2024.09.06 06:37:18.569581 [ 3 ] {4d6aa218-adfe-4ff6-8390-598283d554c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4123 | 2024.09.06 06:37:18.569880 [ 3 ] {4d6aa218-adfe-4ff6-8390-598283d554c3} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4124 | 2024.09.06 06:37:18.569918 [ 3 ] {4d6aa218-adfe-4ff6-8390-598283d554c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
4125 | 2024.09.06 06:37:18.570289 [ 3 ] {4d6aa218-adfe-4ff6-8390-598283d554c3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4126 | 2024.09.06 06:37:18.570640 [ 3 ] {4d6aa218-adfe-4ff6-8390-598283d554c3} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4127 | 2024.09.06 06:37:18.570809 [ 152 ] {} <Debug> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4128 | 2024.09.06 06:37:18.570812 [ 3 ] {4d6aa218-adfe-4ff6-8390-598283d554c3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001512 sec., 3968.253968253968 rows/sec., 234.45 KiB/sec. | ||
4129 | 2024.09.06 06:37:18.570894 [ 152 ] {} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4130 | 2024.09.06 06:37:18.570960 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
4131 | 2024.09.06 06:37:18.571183 [ 3 ] {4d6aa218-adfe-4ff6-8390-598283d554c3} <Debug> DynamicQueryHandler: Done processing query | ||
4132 | 2024.09.06 06:37:18.571195 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::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 | ||
4133 | 2024.09.06 06:37:18.571258 [ 3 ] {4d6aa218-adfe-4ff6-8390-598283d554c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4134 | 2024.09.06 06:37:18.571336 [ 3 ] {} <Debug> HTTP-Session: 94521202-ebe1-46be-8477-da224e8a42a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4135 | 2024.09.06 06:37:18.571513 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4136 | 2024.09.06 06:37:18.571541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4137 | 2024.09.06 06:37:18.571552 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
4138 | 2024.09.06 06:37:18.571595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4139 | 2024.09.06 06:37:18.571625 [ 3 ] {} <Debug> HTTP-Session: b249084c-794e-4af0-b962-c31a08bf4c66 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4140 | 2024.09.06 06:37:18.571661 [ 3 ] {} <Debug> HTTP-Session: b249084c-794e-4af0-b962-c31a08bf4c66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4141 | 2024.09.06 06:37:18.571734 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::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 | ||
4142 | 2024.09.06 06:37:18.571752 [ 3 ] {} <Debug> HTTP-Session: b249084c-794e-4af0-b962-c31a08bf4c66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4143 | 2024.09.06 06:37:18.571891 [ 3 ] {} <Trace> HTTP-Session: b249084c-794e-4af0-b962-c31a08bf4c66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4144 | 2024.09.06 06:37:18.572080 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
4145 | 2024.09.06 06:37:18.572497 [ 3 ] {0442ddab-0b9f-496f-81c4-2b28862f3822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4146 | 2024.09.06 06:37:18.572496 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::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 | ||
4147 | 2024.09.06 06:37:18.572707 [ 3 ] {0442ddab-0b9f-496f-81c4-2b28862f3822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4148 | 2024.09.06 06:37:18.573140 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
4149 | 2024.09.06 06:37:18.573659 [ 3 ] {0442ddab-0b9f-496f-81c4-2b28862f3822} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4150 | 2024.09.06 06:37:18.574323 [ 3 ] {0442ddab-0b9f-496f-81c4-2b28862f3822} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4151 | 2024.09.06 06:37:18.574360 [ 3 ] {0442ddab-0b9f-496f-81c4-2b28862f3822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4152 | 2024.09.06 06:37:18.574739 [ 3 ] {0442ddab-0b9f-496f-81c4-2b28862f3822} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4153 | 2024.09.06 06:37:18.575094 [ 3 ] {0442ddab-0b9f-496f-81c4-2b28862f3822} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4154 | 2024.09.06 06:37:18.575255 [ 3 ] {0442ddab-0b9f-496f-81c4-2b28862f3822} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.003054 sec., 127701.37524557958 rows/sec., 9.06 MiB/sec. | ||
4155 | 2024.09.06 06:37:18.575594 [ 3 ] {0442ddab-0b9f-496f-81c4-2b28862f3822} <Debug> DynamicQueryHandler: Done processing query | ||
4156 | 2024.09.06 06:37:18.575620 [ 3 ] {0442ddab-0b9f-496f-81c4-2b28862f3822} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4157 | 2024.09.06 06:37:18.575638 [ 3 ] {} <Debug> HTTP-Session: b249084c-794e-4af0-b962-c31a08bf4c66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4158 | 2024.09.06 06:37:18.575791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4159 | 2024.09.06 06:37:18.575842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4160 | 2024.09.06 06:37:18.575862 [ 3 ] {} <Debug> HTTP-Session: d2b3f2b9-4026-49f7-a774-a8347bb5510d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4161 | 2024.09.06 06:37:18.575880 [ 3 ] {} <Debug> HTTP-Session: d2b3f2b9-4026-49f7-a774-a8347bb5510d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4162 | 2024.09.06 06:37:18.575894 [ 3 ] {} <Debug> HTTP-Session: d2b3f2b9-4026-49f7-a774-a8347bb5510d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4163 | 2024.09.06 06:37:18.575926 [ 3 ] {} <Trace> HTTP-Session: d2b3f2b9-4026-49f7-a774-a8347bb5510d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4164 | 2024.09.06 06:37:18.576031 [ 3 ] {b24e9fbf-5bbe-4011-8a17-14698ee8dd41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4165 | 2024.09.06 06:37:18.576077 [ 3 ] {b24e9fbf-5bbe-4011-8a17-14698ee8dd41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4166 | 2024.09.06 06:37:18.576228 [ 3 ] {b24e9fbf-5bbe-4011-8a17-14698ee8dd41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4167 | 2024.09.06 06:37:18.576609 [ 3 ] {b24e9fbf-5bbe-4011-8a17-14698ee8dd41} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4168 | 2024.09.06 06:37:18.576653 [ 3 ] {b24e9fbf-5bbe-4011-8a17-14698ee8dd41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4169 | 2024.09.06 06:37:18.577161 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.006085918 sec., 4929.41245675673 rows/sec., 312.90 KiB/sec. | ||
4170 | 2024.09.06 06:37:18.577243 [ 3 ] {b24e9fbf-5bbe-4011-8a17-14698ee8dd41} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4171 | 2024.09.06 06:37:18.577294 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4172 | 2024.09.06 06:37:18.577715 [ 3 ] {b24e9fbf-5bbe-4011-8a17-14698ee8dd41} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4173 | 2024.09.06 06:37:18.577963 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_5_1} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4174 | 2024.09.06 06:37:18.577978 [ 3 ] {b24e9fbf-5bbe-4011-8a17-14698ee8dd41} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00195 sec., 3076.923076923077 rows/sec., 160.76 KiB/sec. | ||
4175 | 2024.09.06 06:37:18.578321 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_5_1} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4176 | 2024.09.06 06:37:18.578472 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4177 | 2024.09.06 06:37:18.578532 [ 3 ] {b24e9fbf-5bbe-4011-8a17-14698ee8dd41} <Debug> DynamicQueryHandler: Done processing query | ||
4178 | 2024.09.06 06:37:18.578558 [ 3 ] {b24e9fbf-5bbe-4011-8a17-14698ee8dd41} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4179 | 2024.09.06 06:37:18.578575 [ 3 ] {} <Debug> HTTP-Session: d2b3f2b9-4026-49f7-a774-a8347bb5510d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4180 | 2024.09.06 06:37:18.578788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4181 | 2024.09.06 06:37:18.578838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4182 | 2024.09.06 06:37:18.578857 [ 3 ] {} <Debug> HTTP-Session: 306ff85b-2f97-46ec-b2d7-97bcc267106b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4183 | 2024.09.06 06:37:18.578874 [ 3 ] {} <Debug> HTTP-Session: 306ff85b-2f97-46ec-b2d7-97bcc267106b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4184 | 2024.09.06 06:37:18.578888 [ 3 ] {} <Debug> HTTP-Session: 306ff85b-2f97-46ec-b2d7-97bcc267106b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4185 | 2024.09.06 06:37:18.578920 [ 3 ] {} <Trace> HTTP-Session: 306ff85b-2f97-46ec-b2d7-97bcc267106b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4186 | 2024.09.06 06:37:18.579103 [ 3 ] {f72d2ccf-93e9-496f-b9a5-fc4de2f57574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4187 | 2024.09.06 06:37:18.579149 [ 3 ] {f72d2ccf-93e9-496f-b9a5-fc4de2f57574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4188 | 2024.09.06 06:37:18.579305 [ 3 ] {f72d2ccf-93e9-496f-b9a5-fc4de2f57574} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4189 | 2024.09.06 06:37:18.579725 [ 3 ] {f72d2ccf-93e9-496f-b9a5-fc4de2f57574} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4190 | 2024.09.06 06:37:18.579761 [ 3 ] {f72d2ccf-93e9-496f-b9a5-fc4de2f57574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
4191 | 2024.09.06 06:37:18.580161 [ 3 ] {f72d2ccf-93e9-496f-b9a5-fc4de2f57574} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4192 | 2024.09.06 06:37:18.580501 [ 3 ] {f72d2ccf-93e9-496f-b9a5-fc4de2f57574} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4193 | 2024.09.06 06:37:18.580655 [ 3 ] {f72d2ccf-93e9-496f-b9a5-fc4de2f57574} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001636 sec., 144865.52567237164 rows/sec., 9.71 MiB/sec. | ||
4194 | 2024.09.06 06:37:18.580829 [ 3 ] {f72d2ccf-93e9-496f-b9a5-fc4de2f57574} <Debug> DynamicQueryHandler: Done processing query | ||
4195 | 2024.09.06 06:37:18.580854 [ 3 ] {f72d2ccf-93e9-496f-b9a5-fc4de2f57574} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4196 | 2024.09.06 06:37:18.580870 [ 3 ] {} <Debug> HTTP-Session: 306ff85b-2f97-46ec-b2d7-97bcc267106b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4197 | 2024.09.06 06:37:18.580998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4198 | 2024.09.06 06:37:18.581047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4199 | 2024.09.06 06:37:18.581067 [ 3 ] {} <Debug> HTTP-Session: 6f50d16a-aa0e-4804-a33a-c2cb3b4222d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4200 | 2024.09.06 06:37:18.581083 [ 3 ] {} <Debug> HTTP-Session: 6f50d16a-aa0e-4804-a33a-c2cb3b4222d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4201 | 2024.09.06 06:37:18.581097 [ 3 ] {} <Debug> HTTP-Session: 6f50d16a-aa0e-4804-a33a-c2cb3b4222d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4202 | 2024.09.06 06:37:18.581128 [ 3 ] {} <Trace> HTTP-Session: 6f50d16a-aa0e-4804-a33a-c2cb3b4222d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4203 | 2024.09.06 06:37:18.581220 [ 3 ] {bac9381c-1008-4a05-ac5c-43e7133f048c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4204 | 2024.09.06 06:37:18.581265 [ 3 ] {bac9381c-1008-4a05-ac5c-43e7133f048c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4205 | 2024.09.06 06:37:18.581396 [ 3 ] {bac9381c-1008-4a05-ac5c-43e7133f048c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4206 | 2024.09.06 06:37:18.581649 [ 3 ] {bac9381c-1008-4a05-ac5c-43e7133f048c} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4207 | 2024.09.06 06:37:18.581686 [ 3 ] {bac9381c-1008-4a05-ac5c-43e7133f048c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
4208 | 2024.09.06 06:37:18.582029 [ 3 ] {bac9381c-1008-4a05-ac5c-43e7133f048c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4209 | 2024.09.06 06:37:18.582349 [ 3 ] {bac9381c-1008-4a05-ac5c-43e7133f048c} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4210 | 2024.09.06 06:37:18.582509 [ 92 ] {} <Debug> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4211 | 2024.09.06 06:37:18.582518 [ 3 ] {bac9381c-1008-4a05-ac5c-43e7133f048c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001308 sec., 764.5259938837921 rows/sec., 51.52 KiB/sec. | ||
4212 | 2024.09.06 06:37:18.582562 [ 92 ] {} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4213 | 2024.09.06 06:37:18.582628 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
4214 | 2024.09.06 06:37:18.582863 [ 3 ] {bac9381c-1008-4a05-ac5c-43e7133f048c} <Debug> DynamicQueryHandler: Done processing query | ||
4215 | 2024.09.06 06:37:18.582904 [ 3 ] {bac9381c-1008-4a05-ac5c-43e7133f048c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4216 | 2024.09.06 06:37:18.582899 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::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 | ||
4217 | 2024.09.06 06:37:18.582925 [ 3 ] {} <Debug> HTTP-Session: 6f50d16a-aa0e-4804-a33a-c2cb3b4222d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4218 | 2024.09.06 06:37:18.583161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4219 | 2024.09.06 06:37:18.583273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4220 | 2024.09.06 06:37:18.583338 [ 3 ] {} <Debug> HTTP-Session: aea4b39e-5891-4280-b211-ced00f1ed268 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4221 | 2024.09.06 06:37:18.583366 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4222 | 2024.09.06 06:37:18.583379 [ 3 ] {} <Debug> HTTP-Session: aea4b39e-5891-4280-b211-ced00f1ed268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4223 | 2024.09.06 06:37:18.583440 [ 3 ] {} <Debug> HTTP-Session: aea4b39e-5891-4280-b211-ced00f1ed268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4224 | 2024.09.06 06:37:18.583481 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
4225 | 2024.09.06 06:37:18.583501 [ 3 ] {} <Trace> HTTP-Session: aea4b39e-5891-4280-b211-ced00f1ed268 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4226 | 2024.09.06 06:37:18.583779 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
4227 | 2024.09.06 06:37:18.583895 [ 3 ] {94aed496-7d9a-4fa3-a208-2c8091ba898f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4228 | 2024.09.06 06:37:18.584066 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
4229 | 2024.09.06 06:37:18.584166 [ 3 ] {94aed496-7d9a-4fa3-a208-2c8091ba898f} <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_histogramu64 | ||
4230 | 2024.09.06 06:37:18.584374 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::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 | ||
4231 | 2024.09.06 06:37:18.584649 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
4232 | 2024.09.06 06:37:18.586413 [ 3 ] {94aed496-7d9a-4fa3-a208-2c8091ba898f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4233 | 2024.09.06 06:37:18.587460 [ 3 ] {94aed496-7d9a-4fa3-a208-2c8091ba898f} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4234 | 2024.09.06 06:37:18.587499 [ 3 ] {94aed496-7d9a-4fa3-a208-2c8091ba898f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4235 | 2024.09.06 06:37:18.588667 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005915285 sec., 845.2678104267166 rows/sec., 56.96 KiB/sec. | ||
4236 | 2024.09.06 06:37:18.588735 [ 3 ] {94aed496-7d9a-4fa3-a208-2c8091ba898f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4237 | 2024.09.06 06:37:18.588822 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4238 | 2024.09.06 06:37:18.589869 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_5_1} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4239 | 2024.09.06 06:37:18.589998 [ 3 ] {94aed496-7d9a-4fa3-a208-2c8091ba898f} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4240 | 2024.09.06 06:37:18.590059 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_5_1} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4241 | 2024.09.06 06:37:18.590275 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4242 | 2024.09.06 06:37:18.590402 [ 3 ] {94aed496-7d9a-4fa3-a208-2c8091ba898f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00673 sec., 1188.7072808320952 rows/sec., 2.13 MiB/sec. | ||
4243 | 2024.09.06 06:37:18.590670 [ 3 ] {94aed496-7d9a-4fa3-a208-2c8091ba898f} <Debug> DynamicQueryHandler: Done processing query | ||
4244 | 2024.09.06 06:37:18.590697 [ 3 ] {94aed496-7d9a-4fa3-a208-2c8091ba898f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4245 | 2024.09.06 06:37:18.590714 [ 3 ] {} <Debug> HTTP-Session: aea4b39e-5891-4280-b211-ced00f1ed268 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4246 | 2024.09.06 06:37:18.590875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4247 | 2024.09.06 06:37:18.590925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4248 | 2024.09.06 06:37:18.590945 [ 3 ] {} <Debug> HTTP-Session: 91b66257-0473-466d-a973-50ddfb58da26 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4249 | 2024.09.06 06:37:18.590962 [ 3 ] {} <Debug> HTTP-Session: 91b66257-0473-466d-a973-50ddfb58da26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4250 | 2024.09.06 06:37:18.590976 [ 3 ] {} <Debug> HTTP-Session: 91b66257-0473-466d-a973-50ddfb58da26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4251 | 2024.09.06 06:37:18.591008 [ 3 ] {} <Trace> HTTP-Session: 91b66257-0473-466d-a973-50ddfb58da26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4252 | 2024.09.06 06:37:18.591143 [ 3 ] {b521b7a2-b47e-4038-98d0-80e1bc7ca386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4253 | 2024.09.06 06:37:18.591187 [ 3 ] {b521b7a2-b47e-4038-98d0-80e1bc7ca386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4254 | 2024.09.06 06:37:18.591322 [ 3 ] {b521b7a2-b47e-4038-98d0-80e1bc7ca386} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4255 | 2024.09.06 06:37:18.591644 [ 3 ] {b521b7a2-b47e-4038-98d0-80e1bc7ca386} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4256 | 2024.09.06 06:37:18.591680 [ 3 ] {b521b7a2-b47e-4038-98d0-80e1bc7ca386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
4257 | 2024.09.06 06:37:18.592050 [ 3 ] {b521b7a2-b47e-4038-98d0-80e1bc7ca386} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4258 | 2024.09.06 06:37:18.592376 [ 3 ] {b521b7a2-b47e-4038-98d0-80e1bc7ca386} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4259 | 2024.09.06 06:37:18.592532 [ 3 ] {b521b7a2-b47e-4038-98d0-80e1bc7ca386} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001448 sec., 56629.83425414364 rows/sec., 3.60 MiB/sec. | ||
4260 | 2024.09.06 06:37:18.592699 [ 3 ] {b521b7a2-b47e-4038-98d0-80e1bc7ca386} <Debug> DynamicQueryHandler: Done processing query | ||
4261 | 2024.09.06 06:37:18.592724 [ 3 ] {b521b7a2-b47e-4038-98d0-80e1bc7ca386} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4262 | 2024.09.06 06:37:18.592741 [ 3 ] {} <Debug> HTTP-Session: 91b66257-0473-466d-a973-50ddfb58da26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4263 | 2024.09.06 06:37:23.588683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 182827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4264 | 2024.09.06 06:37:23.588841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4265 | 2024.09.06 06:37:23.588875 [ 3 ] {} <Debug> HTTP-Session: 312c010b-b0b1-45a3-bac2-518281c0b5c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4266 | 2024.09.06 06:37:23.588907 [ 3 ] {} <Debug> HTTP-Session: 312c010b-b0b1-45a3-bac2-518281c0b5c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4267 | 2024.09.06 06:37:23.588928 [ 3 ] {} <Debug> HTTP-Session: 312c010b-b0b1-45a3-bac2-518281c0b5c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4268 | 2024.09.06 06:37:23.588980 [ 3 ] {} <Trace> HTTP-Session: 312c010b-b0b1-45a3-bac2-518281c0b5c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4269 | 2024.09.06 06:37:23.589814 [ 3 ] {f439a821-9ff8-45d1-b467-5703040754b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4270 | 2024.09.06 06:37:23.589887 [ 3 ] {f439a821-9ff8-45d1-b467-5703040754b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4271 | 2024.09.06 06:37:23.590213 [ 3 ] {f439a821-9ff8-45d1-b467-5703040754b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4272 | 2024.09.06 06:37:23.591542 [ 3 ] {f439a821-9ff8-45d1-b467-5703040754b5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4273 | 2024.09.06 06:37:23.591587 [ 3 ] {f439a821-9ff8-45d1-b467-5703040754b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4274 | 2024.09.06 06:37:23.592185 [ 3 ] {f439a821-9ff8-45d1-b467-5703040754b5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4275 | 2024.09.06 06:37:23.592629 [ 3 ] {f439a821-9ff8-45d1-b467-5703040754b5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4276 | 2024.09.06 06:37:23.592808 [ 3 ] {f439a821-9ff8-45d1-b467-5703040754b5} <Debug> executeQuery: Read 1258 rows, 106.78 KiB in 0.003629 sec., 346651.9702397355 rows/sec., 28.73 MiB/sec. | ||
4277 | 2024.09.06 06:37:23.593021 [ 3 ] {f439a821-9ff8-45d1-b467-5703040754b5} <Debug> DynamicQueryHandler: Done processing query | ||
4278 | 2024.09.06 06:37:23.593054 [ 3 ] {f439a821-9ff8-45d1-b467-5703040754b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
4279 | 2024.09.06 06:37:23.593077 [ 3 ] {} <Debug> HTTP-Session: 312c010b-b0b1-45a3-bac2-518281c0b5c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4280 | 2024.09.06 06:37:23.593321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4281 | 2024.09.06 06:37:23.593380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4282 | 2024.09.06 06:37:23.593400 [ 3 ] {} <Debug> HTTP-Session: 5faa27f5-99f1-4ab1-9357-bfbddc3f2cf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4283 | 2024.09.06 06:37:23.593419 [ 3 ] {} <Debug> HTTP-Session: 5faa27f5-99f1-4ab1-9357-bfbddc3f2cf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4284 | 2024.09.06 06:37:23.593435 [ 3 ] {} <Debug> HTTP-Session: 5faa27f5-99f1-4ab1-9357-bfbddc3f2cf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4285 | 2024.09.06 06:37:23.593470 [ 3 ] {} <Trace> HTTP-Session: 5faa27f5-99f1-4ab1-9357-bfbddc3f2cf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4286 | 2024.09.06 06:37:23.593583 [ 3 ] {979c3047-3d84-4cb4-9c7f-7ad4f5e24666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4287 | 2024.09.06 06:37:23.593627 [ 3 ] {979c3047-3d84-4cb4-9c7f-7ad4f5e24666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4288 | 2024.09.06 06:37:23.593857 [ 3 ] {979c3047-3d84-4cb4-9c7f-7ad4f5e24666} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4289 | 2024.09.06 06:37:23.594215 [ 3 ] {979c3047-3d84-4cb4-9c7f-7ad4f5e24666} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4290 | 2024.09.06 06:37:23.594253 [ 3 ] {979c3047-3d84-4cb4-9c7f-7ad4f5e24666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4291 | 2024.09.06 06:37:23.594636 [ 3 ] {979c3047-3d84-4cb4-9c7f-7ad4f5e24666} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4292 | 2024.09.06 06:37:23.594995 [ 3 ] {979c3047-3d84-4cb4-9c7f-7ad4f5e24666} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4293 | 2024.09.06 06:37:23.595157 [ 3 ] {979c3047-3d84-4cb4-9c7f-7ad4f5e24666} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.0016 sec., 19375 rows/sec., 1.42 MiB/sec. | ||
4294 | 2024.09.06 06:37:23.595339 [ 3 ] {979c3047-3d84-4cb4-9c7f-7ad4f5e24666} <Debug> DynamicQueryHandler: Done processing query | ||
4295 | 2024.09.06 06:37:23.595365 [ 3 ] {979c3047-3d84-4cb4-9c7f-7ad4f5e24666} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4296 | 2024.09.06 06:37:23.595382 [ 3 ] {} <Debug> HTTP-Session: 5faa27f5-99f1-4ab1-9357-bfbddc3f2cf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4297 | 2024.09.06 06:37:23.595600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4298 | 2024.09.06 06:37:23.595651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4299 | 2024.09.06 06:37:23.595672 [ 3 ] {} <Debug> HTTP-Session: 32d17e49-60f4-4e28-bb08-3612b45455be Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4300 | 2024.09.06 06:37:23.595692 [ 3 ] {} <Debug> HTTP-Session: 32d17e49-60f4-4e28-bb08-3612b45455be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4301 | 2024.09.06 06:37:23.595708 [ 3 ] {} <Debug> HTTP-Session: 32d17e49-60f4-4e28-bb08-3612b45455be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4302 | 2024.09.06 06:37:23.595744 [ 3 ] {} <Trace> HTTP-Session: 32d17e49-60f4-4e28-bb08-3612b45455be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4303 | 2024.09.06 06:37:23.595946 [ 3 ] {edfc3340-cfed-4b86-ab70-914d6b1a4abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4304 | 2024.09.06 06:37:23.595990 [ 3 ] {edfc3340-cfed-4b86-ab70-914d6b1a4abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4305 | 2024.09.06 06:37:23.596215 [ 3 ] {edfc3340-cfed-4b86-ab70-914d6b1a4abd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4306 | 2024.09.06 06:37:23.596686 [ 3 ] {edfc3340-cfed-4b86-ab70-914d6b1a4abd} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4307 | 2024.09.06 06:37:23.596727 [ 3 ] {edfc3340-cfed-4b86-ab70-914d6b1a4abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4308 | 2024.09.06 06:37:23.597131 [ 3 ] {edfc3340-cfed-4b86-ab70-914d6b1a4abd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4309 | 2024.09.06 06:37:23.597523 [ 3 ] {edfc3340-cfed-4b86-ab70-914d6b1a4abd} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4310 | 2024.09.06 06:37:23.597696 [ 3 ] {edfc3340-cfed-4b86-ab70-914d6b1a4abd} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001862 sec., 122448.97959183675 rows/sec., 8.29 MiB/sec. | ||
4311 | 2024.09.06 06:37:23.597877 [ 3 ] {edfc3340-cfed-4b86-ab70-914d6b1a4abd} <Debug> DynamicQueryHandler: Done processing query | ||
4312 | 2024.09.06 06:37:23.597901 [ 3 ] {edfc3340-cfed-4b86-ab70-914d6b1a4abd} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4313 | 2024.09.06 06:37:23.597918 [ 3 ] {} <Debug> HTTP-Session: 32d17e49-60f4-4e28-bb08-3612b45455be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4314 | 2024.09.06 06:37:23.598195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 91087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4315 | 2024.09.06 06:37:23.598246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4316 | 2024.09.06 06:37:23.598265 [ 3 ] {} <Debug> HTTP-Session: 2b64b5c7-2a6d-42b9-972d-5aaf2af48cff Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4317 | 2024.09.06 06:37:23.598282 [ 3 ] {} <Debug> HTTP-Session: 2b64b5c7-2a6d-42b9-972d-5aaf2af48cff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4318 | 2024.09.06 06:37:23.598296 [ 3 ] {} <Debug> HTTP-Session: 2b64b5c7-2a6d-42b9-972d-5aaf2af48cff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4319 | 2024.09.06 06:37:23.598327 [ 3 ] {} <Trace> HTTP-Session: 2b64b5c7-2a6d-42b9-972d-5aaf2af48cff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4320 | 2024.09.06 06:37:23.598690 [ 3 ] {06cfe5b3-edd8-41d8-a1fc-0859ab91e731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4321 | 2024.09.06 06:37:23.598733 [ 3 ] {06cfe5b3-edd8-41d8-a1fc-0859ab91e731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4322 | 2024.09.06 06:37:23.598971 [ 3 ] {06cfe5b3-edd8-41d8-a1fc-0859ab91e731} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4323 | 2024.09.06 06:37:23.599717 [ 3 ] {06cfe5b3-edd8-41d8-a1fc-0859ab91e731} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4324 | 2024.09.06 06:37:23.599756 [ 3 ] {06cfe5b3-edd8-41d8-a1fc-0859ab91e731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4325 | 2024.09.06 06:37:23.600141 [ 3 ] {06cfe5b3-edd8-41d8-a1fc-0859ab91e731} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4326 | 2024.09.06 06:37:23.600499 [ 3 ] {06cfe5b3-edd8-41d8-a1fc-0859ab91e731} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4327 | 2024.09.06 06:37:23.600659 [ 3 ] {06cfe5b3-edd8-41d8-a1fc-0859ab91e731} <Debug> executeQuery: Read 551 rows, 41.89 KiB in 0.00222 sec., 248198.19819819817 rows/sec., 18.43 MiB/sec. | ||
4328 | 2024.09.06 06:37:23.600838 [ 3 ] {06cfe5b3-edd8-41d8-a1fc-0859ab91e731} <Debug> DynamicQueryHandler: Done processing query | ||
4329 | 2024.09.06 06:37:23.600862 [ 3 ] {06cfe5b3-edd8-41d8-a1fc-0859ab91e731} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
4330 | 2024.09.06 06:37:23.600878 [ 3 ] {} <Debug> HTTP-Session: 2b64b5c7-2a6d-42b9-972d-5aaf2af48cff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4331 | 2024.09.06 06:37:23.601144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 160075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4332 | 2024.09.06 06:37:23.601194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4333 | 2024.09.06 06:37:23.601213 [ 3 ] {} <Debug> HTTP-Session: 474e490c-f557-4c2b-823f-8290c50265b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4334 | 2024.09.06 06:37:23.601230 [ 3 ] {} <Debug> HTTP-Session: 474e490c-f557-4c2b-823f-8290c50265b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4335 | 2024.09.06 06:37:23.601244 [ 3 ] {} <Debug> HTTP-Session: 474e490c-f557-4c2b-823f-8290c50265b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4336 | 2024.09.06 06:37:23.601275 [ 3 ] {} <Trace> HTTP-Session: 474e490c-f557-4c2b-823f-8290c50265b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4337 | 2024.09.06 06:37:23.601666 [ 3 ] {48a94b9b-aa47-4797-b903-399929502039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4338 | 2024.09.06 06:37:23.601713 [ 3 ] {48a94b9b-aa47-4797-b903-399929502039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4339 | 2024.09.06 06:37:23.601860 [ 3 ] {48a94b9b-aa47-4797-b903-399929502039} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4340 | 2024.09.06 06:37:23.602750 [ 3 ] {48a94b9b-aa47-4797-b903-399929502039} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4341 | 2024.09.06 06:37:23.602788 [ 3 ] {48a94b9b-aa47-4797-b903-399929502039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4342 | 2024.09.06 06:37:23.603227 [ 3 ] {48a94b9b-aa47-4797-b903-399929502039} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4343 | 2024.09.06 06:37:23.603576 [ 3 ] {48a94b9b-aa47-4797-b903-399929502039} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4344 | 2024.09.06 06:37:23.603740 [ 3 ] {48a94b9b-aa47-4797-b903-399929502039} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002327 sec., 362698.7537602063 rows/sec., 24.41 MiB/sec. | ||
4345 | 2024.09.06 06:37:23.603912 [ 3 ] {48a94b9b-aa47-4797-b903-399929502039} <Debug> DynamicQueryHandler: Done processing query | ||
4346 | 2024.09.06 06:37:23.603936 [ 3 ] {48a94b9b-aa47-4797-b903-399929502039} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
4347 | 2024.09.06 06:37:23.603952 [ 3 ] {} <Debug> HTTP-Session: 474e490c-f557-4c2b-823f-8290c50265b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4348 | 2024.09.06 06:37:23.604288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 50832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4349 | 2024.09.06 06:37:23.604337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4350 | 2024.09.06 06:37:23.604356 [ 3 ] {} <Debug> HTTP-Session: 020a0b8a-cfc4-40ae-8862-776a0043a226 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4351 | 2024.09.06 06:37:23.604373 [ 3 ] {} <Debug> HTTP-Session: 020a0b8a-cfc4-40ae-8862-776a0043a226 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4352 | 2024.09.06 06:37:23.604387 [ 3 ] {} <Debug> HTTP-Session: 020a0b8a-cfc4-40ae-8862-776a0043a226 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4353 | 2024.09.06 06:37:23.604417 [ 3 ] {} <Trace> HTTP-Session: 020a0b8a-cfc4-40ae-8862-776a0043a226 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4354 | 2024.09.06 06:37:23.604878 [ 3 ] {58950869-e2ce-4687-9f95-63364296fcd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4355 | 2024.09.06 06:37:23.604943 [ 3 ] {58950869-e2ce-4687-9f95-63364296fcd6} <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_histogramu64 | ||
4356 | 2024.09.06 06:37:23.605361 [ 3 ] {58950869-e2ce-4687-9f95-63364296fcd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4357 | 2024.09.06 06:37:23.606104 [ 3 ] {58950869-e2ce-4687-9f95-63364296fcd6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4358 | 2024.09.06 06:37:23.606141 [ 3 ] {58950869-e2ce-4687-9f95-63364296fcd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4359 | 2024.09.06 06:37:23.606776 [ 3 ] {58950869-e2ce-4687-9f95-63364296fcd6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4360 | 2024.09.06 06:37:23.607180 [ 3 ] {58950869-e2ce-4687-9f95-63364296fcd6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4361 | 2024.09.06 06:37:23.607384 [ 3 ] {58950869-e2ce-4687-9f95-63364296fcd6} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002871 sec., 10797.63148728666 rows/sec., 19.35 MiB/sec. | ||
4362 | 2024.09.06 06:37:23.607735 [ 3 ] {58950869-e2ce-4687-9f95-63364296fcd6} <Debug> DynamicQueryHandler: Done processing query | ||
4363 | 2024.09.06 06:37:23.607758 [ 3 ] {58950869-e2ce-4687-9f95-63364296fcd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4364 | 2024.09.06 06:37:23.607774 [ 3 ] {} <Debug> HTTP-Session: 020a0b8a-cfc4-40ae-8862-776a0043a226 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4365 | 2024.09.06 06:37:23.607926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4366 | 2024.09.06 06:37:23.607976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4367 | 2024.09.06 06:37:23.607994 [ 3 ] {} <Debug> HTTP-Session: cacdf93d-c400-49f0-8aa7-8458bfc893fc Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4368 | 2024.09.06 06:37:23.608011 [ 3 ] {} <Debug> HTTP-Session: cacdf93d-c400-49f0-8aa7-8458bfc893fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4369 | 2024.09.06 06:37:23.608025 [ 3 ] {} <Debug> HTTP-Session: cacdf93d-c400-49f0-8aa7-8458bfc893fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4370 | 2024.09.06 06:37:23.608056 [ 3 ] {} <Trace> HTTP-Session: cacdf93d-c400-49f0-8aa7-8458bfc893fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4371 | 2024.09.06 06:37:23.608175 [ 3 ] {05ed46e1-149e-40a6-813e-27969055eaa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4372 | 2024.09.06 06:37:23.608219 [ 3 ] {05ed46e1-149e-40a6-813e-27969055eaa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4373 | 2024.09.06 06:37:23.608350 [ 3 ] {05ed46e1-149e-40a6-813e-27969055eaa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4374 | 2024.09.06 06:37:23.608686 [ 3 ] {05ed46e1-149e-40a6-813e-27969055eaa3} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4375 | 2024.09.06 06:37:23.608722 [ 3 ] {05ed46e1-149e-40a6-813e-27969055eaa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4376 | 2024.09.06 06:37:23.609082 [ 3 ] {05ed46e1-149e-40a6-813e-27969055eaa3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4377 | 2024.09.06 06:37:23.609404 [ 3 ] {05ed46e1-149e-40a6-813e-27969055eaa3} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4378 | 2024.09.06 06:37:23.609568 [ 3 ] {05ed46e1-149e-40a6-813e-27969055eaa3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec. | ||
4379 | 2024.09.06 06:37:23.609903 [ 3 ] {05ed46e1-149e-40a6-813e-27969055eaa3} <Debug> DynamicQueryHandler: Done processing query | ||
4380 | 2024.09.06 06:37:23.609928 [ 3 ] {05ed46e1-149e-40a6-813e-27969055eaa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4381 | 2024.09.06 06:37:23.609944 [ 3 ] {} <Debug> HTTP-Session: cacdf93d-c400-49f0-8aa7-8458bfc893fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4382 | 2024.09.06 06:37:28.561904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4383 | 2024.09.06 06:37:28.562045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4384 | 2024.09.06 06:37:28.562079 [ 3 ] {} <Debug> HTTP-Session: 18942e8f-f95b-48da-9c70-b09fa917ed17 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4385 | 2024.09.06 06:37:28.562113 [ 3 ] {} <Debug> HTTP-Session: 18942e8f-f95b-48da-9c70-b09fa917ed17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4386 | 2024.09.06 06:37:28.562134 [ 3 ] {} <Debug> HTTP-Session: 18942e8f-f95b-48da-9c70-b09fa917ed17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4387 | 2024.09.06 06:37:28.562201 [ 3 ] {} <Trace> HTTP-Session: 18942e8f-f95b-48da-9c70-b09fa917ed17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4388 | 2024.09.06 06:37:28.562410 [ 3 ] {9d6b6207-2075-4590-a05b-e69fa1146a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4389 | 2024.09.06 06:37:28.562493 [ 3 ] {9d6b6207-2075-4590-a05b-e69fa1146a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4390 | 2024.09.06 06:37:28.562881 [ 3 ] {9d6b6207-2075-4590-a05b-e69fa1146a68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4391 | 2024.09.06 06:37:28.563365 [ 3 ] {9d6b6207-2075-4590-a05b-e69fa1146a68} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4392 | 2024.09.06 06:37:28.563407 [ 3 ] {9d6b6207-2075-4590-a05b-e69fa1146a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4393 | 2024.09.06 06:37:28.563809 [ 3 ] {9d6b6207-2075-4590-a05b-e69fa1146a68} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4394 | 2024.09.06 06:37:28.564191 [ 3 ] {9d6b6207-2075-4590-a05b-e69fa1146a68} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4395 | 2024.09.06 06:37:28.564366 [ 3 ] {9d6b6207-2075-4590-a05b-e69fa1146a68} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002009 sec., 995.5201592832256 rows/sec., 81.18 KiB/sec. | ||
4396 | 2024.09.06 06:37:28.564575 [ 3 ] {9d6b6207-2075-4590-a05b-e69fa1146a68} <Debug> DynamicQueryHandler: Done processing query | ||
4397 | 2024.09.06 06:37:28.564601 [ 3 ] {9d6b6207-2075-4590-a05b-e69fa1146a68} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4398 | 2024.09.06 06:37:28.564618 [ 3 ] {} <Debug> HTTP-Session: 18942e8f-f95b-48da-9c70-b09fa917ed17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4399 | 2024.09.06 06:37:28.564851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4400 | 2024.09.06 06:37:28.564901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4401 | 2024.09.06 06:37:28.564920 [ 3 ] {} <Debug> HTTP-Session: 5c653cc8-40bf-40ac-a6b1-3e2e5c6cd96f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4402 | 2024.09.06 06:37:28.564937 [ 3 ] {} <Debug> HTTP-Session: 5c653cc8-40bf-40ac-a6b1-3e2e5c6cd96f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4403 | 2024.09.06 06:37:28.564951 [ 3 ] {} <Debug> HTTP-Session: 5c653cc8-40bf-40ac-a6b1-3e2e5c6cd96f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4404 | 2024.09.06 06:37:28.564983 [ 3 ] {} <Trace> HTTP-Session: 5c653cc8-40bf-40ac-a6b1-3e2e5c6cd96f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4405 | 2024.09.06 06:37:28.565132 [ 3 ] {f9961dca-771c-40e7-8c8f-0ac69b0b31fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4406 | 2024.09.06 06:37:28.565175 [ 3 ] {f9961dca-771c-40e7-8c8f-0ac69b0b31fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4407 | 2024.09.06 06:37:28.565402 [ 3 ] {f9961dca-771c-40e7-8c8f-0ac69b0b31fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4408 | 2024.09.06 06:37:28.565898 [ 3 ] {f9961dca-771c-40e7-8c8f-0ac69b0b31fe} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4409 | 2024.09.06 06:37:28.565935 [ 3 ] {f9961dca-771c-40e7-8c8f-0ac69b0b31fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4410 | 2024.09.06 06:37:28.566308 [ 3 ] {f9961dca-771c-40e7-8c8f-0ac69b0b31fe} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4411 | 2024.09.06 06:37:28.566678 [ 3 ] {f9961dca-771c-40e7-8c8f-0ac69b0b31fe} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4412 | 2024.09.06 06:37:28.566846 [ 3 ] {f9961dca-771c-40e7-8c8f-0ac69b0b31fe} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001778 sec., 115860.51743532058 rows/sec., 10.19 MiB/sec. | ||
4413 | 2024.09.06 06:37:28.566845 [ 149 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4414 | 2024.09.06 06:37:28.566971 [ 149 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4415 | 2024.09.06 06:37:28.567020 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4416 | 2024.09.06 06:37:28.567109 [ 3 ] {f9961dca-771c-40e7-8c8f-0ac69b0b31fe} <Debug> DynamicQueryHandler: Done processing query | ||
4417 | 2024.09.06 06:37:28.567171 [ 3 ] {f9961dca-771c-40e7-8c8f-0ac69b0b31fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4418 | 2024.09.06 06:37:28.567211 [ 3 ] {} <Debug> HTTP-Session: 5c653cc8-40bf-40ac-a6b1-3e2e5c6cd96f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4419 | 2024.09.06 06:37:28.567249 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
4420 | 2024.09.06 06:37:28.567401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4421 | 2024.09.06 06:37:28.567524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4422 | 2024.09.06 06:37:28.567541 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4423 | 2024.09.06 06:37:28.567564 [ 3 ] {} <Debug> HTTP-Session: 19b6923b-3c5a-44f8-97dd-cb8a23083c63 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4424 | 2024.09.06 06:37:28.567612 [ 3 ] {} <Debug> HTTP-Session: 19b6923b-3c5a-44f8-97dd-cb8a23083c63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4425 | 2024.09.06 06:37:28.567618 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1412 rows starting from the beginning of the part | ||
4426 | 2024.09.06 06:37:28.567635 [ 3 ] {} <Debug> HTTP-Session: 19b6923b-3c5a-44f8-97dd-cb8a23083c63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4427 | 2024.09.06 06:37:28.567729 [ 3 ] {} <Trace> HTTP-Session: 19b6923b-3c5a-44f8-97dd-cb8a23083c63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4428 | 2024.09.06 06:37:28.567866 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 205 rows starting from the beginning of the part | ||
4429 | 2024.09.06 06:37:28.568097 [ 3 ] {5cec5188-a8dd-44b9-ad45-5030b88abd08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4430 | 2024.09.06 06:37:28.568288 [ 3 ] {5cec5188-a8dd-44b9-ad45-5030b88abd08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4431 | 2024.09.06 06:37:28.568271 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 119 rows starting from the beginning of the part | ||
4432 | 2024.09.06 06:37:28.568655 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 205 rows starting from the beginning of the part | ||
4433 | 2024.09.06 06:37:28.568915 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1258 rows starting from the beginning of the part | ||
4434 | 2024.09.06 06:37:28.569297 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 206 rows starting from the beginning of the part | ||
4435 | 2024.09.06 06:37:28.570127 [ 3 ] {5cec5188-a8dd-44b9-ad45-5030b88abd08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4436 | 2024.09.06 06:37:28.570842 [ 3 ] {5cec5188-a8dd-44b9-ad45-5030b88abd08} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4437 | 2024.09.06 06:37:28.570892 [ 3 ] {5cec5188-a8dd-44b9-ad45-5030b88abd08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4438 | 2024.09.06 06:37:28.571812 [ 3 ] {5cec5188-a8dd-44b9-ad45-5030b88abd08} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4439 | 2024.09.06 06:37:28.572591 [ 3 ] {5cec5188-a8dd-44b9-ad45-5030b88abd08} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4440 | 2024.09.06 06:37:28.572845 [ 149 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4441 | 2024.09.06 06:37:28.572894 [ 3 ] {5cec5188-a8dd-44b9-ad45-5030b88abd08} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.004951 sec., 2019.7939810139367 rows/sec., 149.71 KiB/sec. | ||
4442 | 2024.09.06 06:37:28.572919 [ 149 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4443 | 2024.09.06 06:37:28.572996 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4444 | 2024.09.06 06:37:28.573575 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
4445 | 2024.09.06 06:37:28.573836 [ 3 ] {5cec5188-a8dd-44b9-ad45-5030b88abd08} <Debug> DynamicQueryHandler: Done processing query | ||
4446 | 2024.09.06 06:37:28.573955 [ 3 ] {5cec5188-a8dd-44b9-ad45-5030b88abd08} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4447 | 2024.09.06 06:37:28.574085 [ 3 ] {} <Debug> HTTP-Session: 19b6923b-3c5a-44f8-97dd-cb8a23083c63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4448 | 2024.09.06 06:37:28.574382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4449 | 2024.09.06 06:37:28.574450 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4450 | 2024.09.06 06:37:28.574538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4451 | 2024.09.06 06:37:28.574559 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 49 rows starting from the beginning of the part | ||
4452 | 2024.09.06 06:37:28.574570 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3405 rows, containing 5 columns (5 merged, 0 gathered) in 0.007461944 sec., 456315.40520807984 rows/sec., 40.20 MiB/sec. | ||
4453 | 2024.09.06 06:37:28.574589 [ 3 ] {} <Debug> HTTP-Session: 71604252-94e3-47be-b00d-62409b91eaa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4454 | 2024.09.06 06:37:28.574650 [ 3 ] {} <Debug> HTTP-Session: 71604252-94e3-47be-b00d-62409b91eaa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4455 | 2024.09.06 06:37:28.574708 [ 3 ] {} <Debug> HTTP-Session: 71604252-94e3-47be-b00d-62409b91eaa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4456 | 2024.09.06 06:37:28.574902 [ 3 ] {} <Trace> HTTP-Session: 71604252-94e3-47be-b00d-62409b91eaa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4457 | 2024.09.06 06:37:28.574919 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
4458 | 2024.09.06 06:37:28.574984 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4459 | 2024.09.06 06:37:28.575431 [ 3 ] {1f31e3e1-cdd9-4714-bccd-1abb14166660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4460 | 2024.09.06 06:37:28.575448 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part | ||
4461 | 2024.09.06 06:37:28.575610 [ 3 ] {1f31e3e1-cdd9-4714-bccd-1abb14166660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4462 | 2024.09.06 06:37:28.576019 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
4463 | 2024.09.06 06:37:28.576595 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
4464 | 2024.09.06 06:37:28.577218 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part | ||
4465 | 2024.09.06 06:37:28.578131 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_21_4} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4466 | 2024.09.06 06:37:28.578432 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_21_4} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4467 | 2024.09.06 06:37:28.578567 [ 3 ] {1f31e3e1-cdd9-4714-bccd-1abb14166660} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4468 | 2024.09.06 06:37:28.578665 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
4469 | 2024.09.06 06:37:28.579631 [ 3 ] {1f31e3e1-cdd9-4714-bccd-1abb14166660} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4470 | 2024.09.06 06:37:28.579702 [ 3 ] {1f31e3e1-cdd9-4714-bccd-1abb14166660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4471 | 2024.09.06 06:37:28.580747 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 139 rows, containing 5 columns (5 merged, 0 gathered) in 0.007600157 sec., 18289.095869993213 rows/sec., 1.40 MiB/sec. | ||
4472 | 2024.09.06 06:37:28.580814 [ 3 ] {1f31e3e1-cdd9-4714-bccd-1abb14166660} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4473 | 2024.09.06 06:37:28.580902 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4474 | 2024.09.06 06:37:28.581666 [ 3 ] {1f31e3e1-cdd9-4714-bccd-1abb14166660} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4475 | 2024.09.06 06:37:28.581881 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_16_3} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4476 | 2024.09.06 06:37:28.581999 [ 3 ] {1f31e3e1-cdd9-4714-bccd-1abb14166660} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006822 sec., 2052.1841102316034 rows/sec., 143.72 KiB/sec. | ||
4477 | 2024.09.06 06:37:28.582128 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_16_3} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4478 | 2024.09.06 06:37:28.582326 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4479 | 2024.09.06 06:37:28.582413 [ 3 ] {1f31e3e1-cdd9-4714-bccd-1abb14166660} <Debug> DynamicQueryHandler: Done processing query | ||
4480 | 2024.09.06 06:37:28.582444 [ 3 ] {1f31e3e1-cdd9-4714-bccd-1abb14166660} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4481 | 2024.09.06 06:37:28.582461 [ 3 ] {} <Debug> HTTP-Session: 71604252-94e3-47be-b00d-62409b91eaa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4482 | 2024.09.06 06:37:28.582588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4483 | 2024.09.06 06:37:28.582637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4484 | 2024.09.06 06:37:28.582656 [ 3 ] {} <Debug> HTTP-Session: 5e0fcf50-b0ab-43e1-82df-a24cc5806a9d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4485 | 2024.09.06 06:37:28.582673 [ 3 ] {} <Debug> HTTP-Session: 5e0fcf50-b0ab-43e1-82df-a24cc5806a9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4486 | 2024.09.06 06:37:28.582687 [ 3 ] {} <Debug> HTTP-Session: 5e0fcf50-b0ab-43e1-82df-a24cc5806a9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4487 | 2024.09.06 06:37:28.582720 [ 3 ] {} <Trace> HTTP-Session: 5e0fcf50-b0ab-43e1-82df-a24cc5806a9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4488 | 2024.09.06 06:37:28.582821 [ 3 ] {611dc88a-3929-4372-8b2b-650dc42ab827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4489 | 2024.09.06 06:37:28.582866 [ 3 ] {611dc88a-3929-4372-8b2b-650dc42ab827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4490 | 2024.09.06 06:37:28.583120 [ 3 ] {611dc88a-3929-4372-8b2b-650dc42ab827} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4491 | 2024.09.06 06:37:28.583455 [ 3 ] {611dc88a-3929-4372-8b2b-650dc42ab827} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4492 | 2024.09.06 06:37:28.583495 [ 3 ] {611dc88a-3929-4372-8b2b-650dc42ab827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4493 | 2024.09.06 06:37:28.583912 [ 3 ] {611dc88a-3929-4372-8b2b-650dc42ab827} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4494 | 2024.09.06 06:37:28.584291 [ 3 ] {611dc88a-3929-4372-8b2b-650dc42ab827} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4495 | 2024.09.06 06:37:28.584454 [ 3 ] {611dc88a-3929-4372-8b2b-650dc42ab827} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001648 sec., 3640.776699029126 rows/sec., 215.10 KiB/sec. | ||
4496 | 2024.09.06 06:37:28.584746 [ 3 ] {611dc88a-3929-4372-8b2b-650dc42ab827} <Debug> DynamicQueryHandler: Done processing query | ||
4497 | 2024.09.06 06:37:28.584770 [ 3 ] {611dc88a-3929-4372-8b2b-650dc42ab827} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4498 | 2024.09.06 06:37:28.584786 [ 3 ] {} <Debug> HTTP-Session: 5e0fcf50-b0ab-43e1-82df-a24cc5806a9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4499 | 2024.09.06 06:37:28.585009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4500 | 2024.09.06 06:37:28.585058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4501 | 2024.09.06 06:37:28.585077 [ 3 ] {} <Debug> HTTP-Session: 3ed541bb-4421-4aa6-947e-b43516c36ad3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4502 | 2024.09.06 06:37:28.585094 [ 3 ] {} <Debug> HTTP-Session: 3ed541bb-4421-4aa6-947e-b43516c36ad3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4503 | 2024.09.06 06:37:28.585185 [ 3 ] {} <Debug> HTTP-Session: 3ed541bb-4421-4aa6-947e-b43516c36ad3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4504 | 2024.09.06 06:37:28.585218 [ 3 ] {} <Trace> HTTP-Session: 3ed541bb-4421-4aa6-947e-b43516c36ad3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4505 | 2024.09.06 06:37:28.585449 [ 3 ] {d52aa7be-210b-4f0d-98af-3a7ce3f2b84a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4506 | 2024.09.06 06:37:28.585492 [ 3 ] {d52aa7be-210b-4f0d-98af-3a7ce3f2b84a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4507 | 2024.09.06 06:37:28.585745 [ 3 ] {d52aa7be-210b-4f0d-98af-3a7ce3f2b84a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4508 | 2024.09.06 06:37:28.586342 [ 3 ] {d52aa7be-210b-4f0d-98af-3a7ce3f2b84a} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4509 | 2024.09.06 06:37:28.586380 [ 3 ] {d52aa7be-210b-4f0d-98af-3a7ce3f2b84a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4510 | 2024.09.06 06:37:28.586783 [ 3 ] {d52aa7be-210b-4f0d-98af-3a7ce3f2b84a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4511 | 2024.09.06 06:37:28.587145 [ 3 ] {d52aa7be-210b-4f0d-98af-3a7ce3f2b84a} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4512 | 2024.09.06 06:37:28.587272 [ 3 ] {d52aa7be-210b-4f0d-98af-3a7ce3f2b84a} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001962 sec., 199796.12640163096 rows/sec., 14.18 MiB/sec. | ||
4513 | 2024.09.06 06:37:28.587278 [ 150 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4514 | 2024.09.06 06:37:28.587334 [ 150 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4515 | 2024.09.06 06:37:28.587371 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4516 | 2024.09.06 06:37:28.587507 [ 3 ] {d52aa7be-210b-4f0d-98af-3a7ce3f2b84a} <Debug> DynamicQueryHandler: Done processing query | ||
4517 | 2024.09.06 06:37:28.587548 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
4518 | 2024.09.06 06:37:28.587549 [ 3 ] {d52aa7be-210b-4f0d-98af-3a7ce3f2b84a} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4519 | 2024.09.06 06:37:28.587637 [ 3 ] {} <Debug> HTTP-Session: 3ed541bb-4421-4aa6-947e-b43516c36ad3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4520 | 2024.09.06 06:37:28.587755 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4521 | 2024.09.06 06:37:28.587796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4522 | 2024.09.06 06:37:28.587817 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 905 rows starting from the beginning of the part | ||
4523 | 2024.09.06 06:37:28.587891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4524 | 2024.09.06 06:37:28.587977 [ 3 ] {} <Debug> HTTP-Session: f1b5c955-0509-449c-944f-0ad1577dd590 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4525 | 2024.09.06 06:37:28.588051 [ 3 ] {} <Debug> HTTP-Session: f1b5c955-0509-449c-944f-0ad1577dd590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4526 | 2024.09.06 06:37:28.588076 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 390 rows starting from the beginning of the part | ||
4527 | 2024.09.06 06:37:28.588102 [ 3 ] {} <Debug> HTTP-Session: f1b5c955-0509-449c-944f-0ad1577dd590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4528 | 2024.09.06 06:37:28.588233 [ 3 ] {} <Trace> HTTP-Session: f1b5c955-0509-449c-944f-0ad1577dd590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4529 | 2024.09.06 06:37:28.588456 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 97 rows starting from the beginning of the part | ||
4530 | 2024.09.06 06:37:28.588712 [ 3 ] {bb7acc2e-852d-4ca2-a09f-d91ba5ae506c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4531 | 2024.09.06 06:37:28.588735 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 390 rows starting from the beginning of the part | ||
4532 | 2024.09.06 06:37:28.588945 [ 3 ] {bb7acc2e-852d-4ca2-a09f-d91ba5ae506c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4533 | 2024.09.06 06:37:28.589059 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 551 rows starting from the beginning of the part | ||
4534 | 2024.09.06 06:37:28.589473 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 392 rows starting from the beginning of the part | ||
4535 | 2024.09.06 06:37:28.590062 [ 3 ] {bb7acc2e-852d-4ca2-a09f-d91ba5ae506c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4536 | 2024.09.06 06:37:28.590723 [ 3 ] {bb7acc2e-852d-4ca2-a09f-d91ba5ae506c} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4537 | 2024.09.06 06:37:28.590781 [ 3 ] {bb7acc2e-852d-4ca2-a09f-d91ba5ae506c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4538 | 2024.09.06 06:37:28.591798 [ 3 ] {bb7acc2e-852d-4ca2-a09f-d91ba5ae506c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4539 | 2024.09.06 06:37:28.592239 [ 3 ] {bb7acc2e-852d-4ca2-a09f-d91ba5ae506c} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4540 | 2024.09.06 06:37:28.592587 [ 150 ] {} <Debug> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4541 | 2024.09.06 06:37:28.592692 [ 150 ] {} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4542 | 2024.09.06 06:37:28.592724 [ 3 ] {bb7acc2e-852d-4ca2-a09f-d91ba5ae506c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004155 sec., 1444.043321299639 rows/sec., 75.45 KiB/sec. | ||
4543 | 2024.09.06 06:37:28.592756 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4544 | 2024.09.06 06:37:28.592924 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2725 rows, containing 5 columns (5 merged, 0 gathered) in 0.005457566 sec., 499306.8338523071 rows/sec., 38.07 MiB/sec. | ||
4545 | 2024.09.06 06:37:28.593385 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::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 | ||
4546 | 2024.09.06 06:37:28.593411 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4547 | 2024.09.06 06:37:28.593552 [ 3 ] {bb7acc2e-852d-4ca2-a09f-d91ba5ae506c} <Debug> DynamicQueryHandler: Done processing query | ||
4548 | 2024.09.06 06:37:28.593657 [ 3 ] {bb7acc2e-852d-4ca2-a09f-d91ba5ae506c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4549 | 2024.09.06 06:37:28.593765 [ 3 ] {} <Debug> HTTP-Session: f1b5c955-0509-449c-944f-0ad1577dd590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4550 | 2024.09.06 06:37:28.593881 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4551 | 2024.09.06 06:37:28.593928 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
4552 | 2024.09.06 06:37:28.594135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4553 | 2024.09.06 06:37:28.594279 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
4554 | 2024.09.06 06:37:28.594411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4555 | 2024.09.06 06:37:28.594594 [ 3 ] {} <Debug> HTTP-Session: 0de2effd-28e0-496f-a559-8a067ef9865b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4556 | 2024.09.06 06:37:28.594727 [ 3 ] {} <Debug> HTTP-Session: 0de2effd-28e0-496f-a559-8a067ef9865b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4557 | 2024.09.06 06:37:28.594756 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
4558 | 2024.09.06 06:37:28.594841 [ 3 ] {} <Debug> HTTP-Session: 0de2effd-28e0-496f-a559-8a067ef9865b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4559 | 2024.09.06 06:37:28.595119 [ 3 ] {} <Trace> HTTP-Session: 0de2effd-28e0-496f-a559-8a067ef9865b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4560 | 2024.09.06 06:37:28.595237 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
4561 | 2024.09.06 06:37:28.595769 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
4562 | 2024.09.06 06:37:28.595948 [ 3 ] {fa46d1ea-48e8-4cb2-985b-1ad6bafa7c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4563 | 2024.09.06 06:37:28.596279 [ 3 ] {fa46d1ea-48e8-4cb2-985b-1ad6bafa7c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4564 | 2024.09.06 06:37:28.596311 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
4565 | 2024.09.06 06:37:28.596450 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_21_4} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4566 | 2024.09.06 06:37:28.597431 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_21_4} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4567 | 2024.09.06 06:37:28.597491 [ 3 ] {fa46d1ea-48e8-4cb2-985b-1ad6bafa7c99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4568 | 2024.09.06 06:37:28.597867 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
4569 | 2024.09.06 06:37:28.598657 [ 3 ] {fa46d1ea-48e8-4cb2-985b-1ad6bafa7c99} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4570 | 2024.09.06 06:37:28.598726 [ 3 ] {fa46d1ea-48e8-4cb2-985b-1ad6bafa7c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4571 | 2024.09.06 06:37:28.599327 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.006402045 sec., 5623.203210849033 rows/sec., 293.79 KiB/sec. | ||
4572 | 2024.09.06 06:37:28.599526 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4573 | 2024.09.06 06:37:28.599839 [ 3 ] {fa46d1ea-48e8-4cb2-985b-1ad6bafa7c99} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4574 | 2024.09.06 06:37:28.600394 [ 186 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_6_1} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4575 | 2024.09.06 06:37:28.600575 [ 186 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_6_1} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4576 | 2024.09.06 06:37:28.600662 [ 3 ] {fa46d1ea-48e8-4cb2-985b-1ad6bafa7c99} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4577 | 2024.09.06 06:37:28.600763 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4578 | 2024.09.06 06:37:28.600899 [ 3 ] {fa46d1ea-48e8-4cb2-985b-1ad6bafa7c99} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005309 sec., 44829.5347523074 rows/sec., 3.01 MiB/sec. | ||
4579 | 2024.09.06 06:37:28.600901 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4580 | 2024.09.06 06:37:28.600964 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4581 | 2024.09.06 06:37:28.601000 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4582 | 2024.09.06 06:37:28.601166 [ 3 ] {fa46d1ea-48e8-4cb2-985b-1ad6bafa7c99} <Debug> DynamicQueryHandler: Done processing query | ||
4583 | 2024.09.06 06:37:28.601166 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
4584 | 2024.09.06 06:37:28.601201 [ 3 ] {fa46d1ea-48e8-4cb2-985b-1ad6bafa7c99} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4585 | 2024.09.06 06:37:28.601246 [ 3 ] {} <Debug> HTTP-Session: 0de2effd-28e0-496f-a559-8a067ef9865b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4586 | 2024.09.06 06:37:28.601358 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4587 | 2024.09.06 06:37:28.601425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4588 | 2024.09.06 06:37:28.601432 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4882 rows starting from the beginning of the part | ||
4589 | 2024.09.06 06:37:28.601506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4590 | 2024.09.06 06:37:28.601596 [ 3 ] {} <Debug> HTTP-Session: 7f819cfc-a8e7-4029-87a2-beb5ba0994b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4591 | 2024.09.06 06:37:28.601658 [ 3 ] {} <Debug> HTTP-Session: 7f819cfc-a8e7-4029-87a2-beb5ba0994b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4592 | 2024.09.06 06:37:28.601674 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
4593 | 2024.09.06 06:37:28.601697 [ 3 ] {} <Debug> HTTP-Session: 7f819cfc-a8e7-4029-87a2-beb5ba0994b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4594 | 2024.09.06 06:37:28.601831 [ 3 ] {} <Trace> HTTP-Session: 7f819cfc-a8e7-4029-87a2-beb5ba0994b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4595 | 2024.09.06 06:37:28.602153 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
4596 | 2024.09.06 06:37:28.602177 [ 3 ] {99a63ecb-21f7-4c62-adf8-767749b91aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4597 | 2024.09.06 06:37:28.602292 [ 3 ] {99a63ecb-21f7-4c62-adf8-767749b91aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4598 | 2024.09.06 06:37:28.602574 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
4599 | 2024.09.06 06:37:28.603063 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 844 rows starting from the beginning of the part | ||
4600 | 2024.09.06 06:37:28.603138 [ 3 ] {99a63ecb-21f7-4c62-adf8-767749b91aa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4601 | 2024.09.06 06:37:28.603367 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 238 rows starting from the beginning of the part | ||
4602 | 2024.09.06 06:37:28.604124 [ 3 ] {99a63ecb-21f7-4c62-adf8-767749b91aa4} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4603 | 2024.09.06 06:37:28.604189 [ 3 ] {99a63ecb-21f7-4c62-adf8-767749b91aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4604 | 2024.09.06 06:37:28.604949 [ 3 ] {99a63ecb-21f7-4c62-adf8-767749b91aa4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4605 | 2024.09.06 06:37:28.605842 [ 3 ] {99a63ecb-21f7-4c62-adf8-767749b91aa4} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4606 | 2024.09.06 06:37:28.606169 [ 3 ] {99a63ecb-21f7-4c62-adf8-767749b91aa4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004093 sec., 244.31956999755678 rows/sec., 16.46 KiB/sec. | ||
4607 | 2024.09.06 06:37:28.606446 [ 3 ] {99a63ecb-21f7-4c62-adf8-767749b91aa4} <Debug> DynamicQueryHandler: Done processing query | ||
4608 | 2024.09.06 06:37:28.606471 [ 3 ] {99a63ecb-21f7-4c62-adf8-767749b91aa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4609 | 2024.09.06 06:37:28.606490 [ 3 ] {} <Debug> HTTP-Session: 7f819cfc-a8e7-4029-87a2-beb5ba0994b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4610 | 2024.09.06 06:37:28.606641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4611 | 2024.09.06 06:37:28.606690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4612 | 2024.09.06 06:37:28.606710 [ 3 ] {} <Debug> HTTP-Session: e4209525-857e-41f0-94c9-9e4940eab085 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4613 | 2024.09.06 06:37:28.606726 [ 3 ] {} <Debug> HTTP-Session: e4209525-857e-41f0-94c9-9e4940eab085 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4614 | 2024.09.06 06:37:28.606739 [ 3 ] {} <Debug> HTTP-Session: e4209525-857e-41f0-94c9-9e4940eab085 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4615 | 2024.09.06 06:37:28.606783 [ 3 ] {} <Trace> HTTP-Session: e4209525-857e-41f0-94c9-9e4940eab085 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4616 | 2024.09.06 06:37:28.607057 [ 3 ] {be4aa2d4-ef58-4ba9-ad72-505b8674700f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4617 | 2024.09.06 06:37:28.607128 [ 3 ] {be4aa2d4-ef58-4ba9-ad72-505b8674700f} <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_histogramu64 | ||
4618 | 2024.09.06 06:37:28.607732 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6599 rows, containing 5 columns (5 merged, 0 gathered) in 0.006645849 sec., 992950.6373075886 rows/sec., 67.21 MiB/sec. | ||
4619 | 2024.09.06 06:37:28.608094 [ 3 ] {be4aa2d4-ef58-4ba9-ad72-505b8674700f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4620 | 2024.09.06 06:37:28.608221 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4621 | 2024.09.06 06:37:28.609068 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4622 | 2024.09.06 06:37:28.609286 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4623 | 2024.09.06 06:37:28.609372 [ 3 ] {be4aa2d4-ef58-4ba9-ad72-505b8674700f} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4624 | 2024.09.06 06:37:28.609447 [ 3 ] {be4aa2d4-ef58-4ba9-ad72-505b8674700f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4625 | 2024.09.06 06:37:28.609447 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
4626 | 2024.09.06 06:37:28.610107 [ 3 ] {be4aa2d4-ef58-4ba9-ad72-505b8674700f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4627 | 2024.09.06 06:37:28.610533 [ 3 ] {be4aa2d4-ef58-4ba9-ad72-505b8674700f} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4628 | 2024.09.06 06:37:28.610680 [ 150 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4629 | 2024.09.06 06:37:28.610685 [ 3 ] {be4aa2d4-ef58-4ba9-ad72-505b8674700f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00377 sec., 2122.0159151193634 rows/sec., 3.80 MiB/sec. | ||
4630 | 2024.09.06 06:37:28.610727 [ 150 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4631 | 2024.09.06 06:37:28.610775 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4632 | 2024.09.06 06:37:28.611075 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
4633 | 2024.09.06 06:37:28.611211 [ 3 ] {be4aa2d4-ef58-4ba9-ad72-505b8674700f} <Debug> DynamicQueryHandler: Done processing query | ||
4634 | 2024.09.06 06:37:28.611253 [ 3 ] {be4aa2d4-ef58-4ba9-ad72-505b8674700f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4635 | 2024.09.06 06:37:28.611291 [ 3 ] {} <Debug> HTTP-Session: e4209525-857e-41f0-94c9-9e4940eab085 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4636 | 2024.09.06 06:37:28.611497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4637 | 2024.09.06 06:37:28.611612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4638 | 2024.09.06 06:37:28.611669 [ 3 ] {} <Debug> HTTP-Session: add1ab0d-ac4b-40eb-94d9-2a03feb1269b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4639 | 2024.09.06 06:37:28.611719 [ 3 ] {} <Debug> HTTP-Session: add1ab0d-ac4b-40eb-94d9-2a03feb1269b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4640 | 2024.09.06 06:37:28.611764 [ 3 ] {} <Debug> HTTP-Session: add1ab0d-ac4b-40eb-94d9-2a03feb1269b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4641 | 2024.09.06 06:37:28.611859 [ 3 ] {} <Trace> HTTP-Session: add1ab0d-ac4b-40eb-94d9-2a03feb1269b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4642 | 2024.09.06 06:37:28.611924 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4643 | 2024.09.06 06:37:28.612097 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 159 rows starting from the beginning of the part | ||
4644 | 2024.09.06 06:37:28.612150 [ 3 ] {57dc1b59-2135-400b-8476-7a339c3639df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4645 | 2024.09.06 06:37:28.612261 [ 3 ] {57dc1b59-2135-400b-8476-7a339c3639df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4646 | 2024.09.06 06:37:28.612818 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
4647 | 2024.09.06 06:37:28.613222 [ 3 ] {57dc1b59-2135-400b-8476-7a339c3639df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4648 | 2024.09.06 06:37:28.613621 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
4649 | 2024.09.06 06:37:28.614185 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
4650 | 2024.09.06 06:37:28.614470 [ 3 ] {57dc1b59-2135-400b-8476-7a339c3639df} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4651 | 2024.09.06 06:37:28.614571 [ 3 ] {57dc1b59-2135-400b-8476-7a339c3639df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4652 | 2024.09.06 06:37:28.614919 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
4653 | 2024.09.06 06:37:28.615551 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
4654 | 2024.09.06 06:37:28.615870 [ 3 ] {57dc1b59-2135-400b-8476-7a339c3639df} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4655 | 2024.09.06 06:37:28.616828 [ 3 ] {57dc1b59-2135-400b-8476-7a339c3639df} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4656 | 2024.09.06 06:37:28.617071 [ 150 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4657 | 2024.09.06 06:37:28.617165 [ 150 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4658 | 2024.09.06 06:37:28.617187 [ 3 ] {57dc1b59-2135-400b-8476-7a339c3639df} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005143 sec., 15944.001555512346 rows/sec., 1.01 MiB/sec. | ||
4659 | 2024.09.06 06:37:28.617237 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4660 | 2024.09.06 06:37:28.617764 [ 187 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
4661 | 2024.09.06 06:37:28.617933 [ 3 ] {57dc1b59-2135-400b-8476-7a339c3639df} <Debug> DynamicQueryHandler: Done processing query | ||
4662 | 2024.09.06 06:37:28.618030 [ 3 ] {57dc1b59-2135-400b-8476-7a339c3639df} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4663 | 2024.09.06 06:37:28.618114 [ 3 ] {} <Debug> HTTP-Session: add1ab0d-ac4b-40eb-94d9-2a03feb1269b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4664 | 2024.09.06 06:37:28.618247 [ 187 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4665 | 2024.09.06 06:37:28.618284 [ 187 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 872 rows starting from the beginning of the part | ||
4666 | 2024.09.06 06:37:28.618445 [ 187 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
4667 | 2024.09.06 06:37:28.618807 [ 187 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
4668 | 2024.09.06 06:37:28.619148 [ 187 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
4669 | 2024.09.06 06:37:28.619495 [ 187 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
4670 | 2024.09.06 06:37:28.619866 [ 187 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
4671 | 2024.09.06 06:37:28.621927 [ 187 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1238 rows, containing 4 columns (4 merged, 0 gathered) in 0.004516347 sec., 274115.34144741314 rows/sec., 18.04 MiB/sec. | ||
4672 | 2024.09.06 06:37:28.622167 [ 187 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4673 | 2024.09.06 06:37:28.622942 [ 187 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_21_4} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4674 | 2024.09.06 06:37:28.623021 [ 187 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_21_4} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4675 | 2024.09.06 06:37:28.623090 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
4676 | 2024.09.06 06:37:28.623373 [ 197 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 245 rows, containing 19 columns (19 merged, 0 gathered) in 0.012472122 sec., 19643.810411732662 rows/sec., 35.20 MiB/sec. | ||
4677 | 2024.09.06 06:37:28.623899 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4678 | 2024.09.06 06:37:28.624542 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4679 | 2024.09.06 06:37:28.624623 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4680 | 2024.09.06 06:37:28.624763 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
4681 | 2024.09.06 06:37:30.501579 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4682 | 2024.09.06 06:37:30.501629 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4683 | 2024.09.06 06:37:31.001233 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000873757 sec. | ||
4684 | 2024.09.06 06:37:33.559298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4685 | 2024.09.06 06:37:33.559465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4686 | 2024.09.06 06:37:33.559511 [ 3 ] {} <Debug> HTTP-Session: 64bd1783-f9c0-4701-a6c8-9663c199e5d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4687 | 2024.09.06 06:37:33.559555 [ 3 ] {} <Debug> HTTP-Session: 64bd1783-f9c0-4701-a6c8-9663c199e5d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4688 | 2024.09.06 06:37:33.559584 [ 3 ] {} <Debug> HTTP-Session: 64bd1783-f9c0-4701-a6c8-9663c199e5d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4689 | 2024.09.06 06:37:33.559666 [ 3 ] {} <Trace> HTTP-Session: 64bd1783-f9c0-4701-a6c8-9663c199e5d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4690 | 2024.09.06 06:37:33.560015 [ 3 ] {ea988e77-71d6-4761-83e5-af761e8e8ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4691 | 2024.09.06 06:37:33.560124 [ 3 ] {ea988e77-71d6-4761-83e5-af761e8e8ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4692 | 2024.09.06 06:37:33.560542 [ 3 ] {ea988e77-71d6-4761-83e5-af761e8e8ddc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4693 | 2024.09.06 06:37:33.561114 [ 3 ] {ea988e77-71d6-4761-83e5-af761e8e8ddc} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4694 | 2024.09.06 06:37:33.561157 [ 3 ] {ea988e77-71d6-4761-83e5-af761e8e8ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4695 | 2024.09.06 06:37:33.561587 [ 3 ] {ea988e77-71d6-4761-83e5-af761e8e8ddc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4696 | 2024.09.06 06:37:33.561982 [ 3 ] {ea988e77-71d6-4761-83e5-af761e8e8ddc} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4697 | 2024.09.06 06:37:33.562164 [ 3 ] {ea988e77-71d6-4761-83e5-af761e8e8ddc} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002279 sec., 51777.09521720052 rows/sec., 4.38 MiB/sec. | ||
4698 | 2024.09.06 06:37:33.562538 [ 3 ] {ea988e77-71d6-4761-83e5-af761e8e8ddc} <Debug> DynamicQueryHandler: Done processing query | ||
4699 | 2024.09.06 06:37:33.562566 [ 3 ] {ea988e77-71d6-4761-83e5-af761e8e8ddc} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4700 | 2024.09.06 06:37:33.562583 [ 3 ] {} <Debug> HTTP-Session: 64bd1783-f9c0-4701-a6c8-9663c199e5d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4701 | 2024.09.06 06:37:33.562753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4702 | 2024.09.06 06:37:33.562803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4703 | 2024.09.06 06:37:33.562823 [ 3 ] {} <Debug> HTTP-Session: e41c19f0-291e-4214-89cd-9e04b6f8456a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4704 | 2024.09.06 06:37:33.562840 [ 3 ] {} <Debug> HTTP-Session: e41c19f0-291e-4214-89cd-9e04b6f8456a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4705 | 2024.09.06 06:37:33.562854 [ 3 ] {} <Debug> HTTP-Session: e41c19f0-291e-4214-89cd-9e04b6f8456a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4706 | 2024.09.06 06:37:33.562886 [ 3 ] {} <Trace> HTTP-Session: e41c19f0-291e-4214-89cd-9e04b6f8456a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4707 | 2024.09.06 06:37:33.562993 [ 3 ] {c05563b2-9146-4d04-8e5b-73191be011e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4708 | 2024.09.06 06:37:33.563039 [ 3 ] {c05563b2-9146-4d04-8e5b-73191be011e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4709 | 2024.09.06 06:37:33.563286 [ 3 ] {c05563b2-9146-4d04-8e5b-73191be011e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4710 | 2024.09.06 06:37:33.563650 [ 3 ] {c05563b2-9146-4d04-8e5b-73191be011e1} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4711 | 2024.09.06 06:37:33.563687 [ 3 ] {c05563b2-9146-4d04-8e5b-73191be011e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4712 | 2024.09.06 06:37:33.564037 [ 3 ] {c05563b2-9146-4d04-8e5b-73191be011e1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4713 | 2024.09.06 06:37:33.564407 [ 3 ] {c05563b2-9146-4d04-8e5b-73191be011e1} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4714 | 2024.09.06 06:37:33.564568 [ 3 ] {c05563b2-9146-4d04-8e5b-73191be011e1} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001602 sec., 19350.811485642946 rows/sec., 1.42 MiB/sec. | ||
4715 | 2024.09.06 06:37:33.564904 [ 3 ] {c05563b2-9146-4d04-8e5b-73191be011e1} <Debug> DynamicQueryHandler: Done processing query | ||
4716 | 2024.09.06 06:37:33.564929 [ 3 ] {c05563b2-9146-4d04-8e5b-73191be011e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4717 | 2024.09.06 06:37:33.564946 [ 3 ] {} <Debug> HTTP-Session: e41c19f0-291e-4214-89cd-9e04b6f8456a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4718 | 2024.09.06 06:37:33.565082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4719 | 2024.09.06 06:37:33.565130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4720 | 2024.09.06 06:37:33.565150 [ 3 ] {} <Debug> HTTP-Session: d8c70ba5-3800-460f-b0cf-0a0af3253ace Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4721 | 2024.09.06 06:37:33.565167 [ 3 ] {} <Debug> HTTP-Session: d8c70ba5-3800-460f-b0cf-0a0af3253ace Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4722 | 2024.09.06 06:37:33.565181 [ 3 ] {} <Debug> HTTP-Session: d8c70ba5-3800-460f-b0cf-0a0af3253ace Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4723 | 2024.09.06 06:37:33.565212 [ 3 ] {} <Trace> HTTP-Session: d8c70ba5-3800-460f-b0cf-0a0af3253ace Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4724 | 2024.09.06 06:37:33.565341 [ 3 ] {1128d4d6-218f-4ba1-b581-5dbdb5d50957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4725 | 2024.09.06 06:37:33.565385 [ 3 ] {1128d4d6-218f-4ba1-b581-5dbdb5d50957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4726 | 2024.09.06 06:37:33.565631 [ 3 ] {1128d4d6-218f-4ba1-b581-5dbdb5d50957} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4727 | 2024.09.06 06:37:33.566018 [ 3 ] {1128d4d6-218f-4ba1-b581-5dbdb5d50957} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4728 | 2024.09.06 06:37:33.566056 [ 3 ] {1128d4d6-218f-4ba1-b581-5dbdb5d50957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4729 | 2024.09.06 06:37:33.566420 [ 3 ] {1128d4d6-218f-4ba1-b581-5dbdb5d50957} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4730 | 2024.09.06 06:37:33.566778 [ 3 ] {1128d4d6-218f-4ba1-b581-5dbdb5d50957} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4731 | 2024.09.06 06:37:33.566938 [ 3 ] {1128d4d6-218f-4ba1-b581-5dbdb5d50957} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001642 sec., 57856.272838002435 rows/sec., 4.52 MiB/sec. | ||
4732 | 2024.09.06 06:37:33.567561 [ 3 ] {1128d4d6-218f-4ba1-b581-5dbdb5d50957} <Debug> DynamicQueryHandler: Done processing query | ||
4733 | 2024.09.06 06:37:33.567650 [ 3 ] {1128d4d6-218f-4ba1-b581-5dbdb5d50957} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4734 | 2024.09.06 06:37:33.567693 [ 3 ] {} <Debug> HTTP-Session: d8c70ba5-3800-460f-b0cf-0a0af3253ace Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4735 | 2024.09.06 06:37:33.567893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4736 | 2024.09.06 06:37:33.567943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4737 | 2024.09.06 06:37:33.567962 [ 3 ] {} <Debug> HTTP-Session: 53efd64d-70d1-4f27-b5ff-b4d80d985918 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4738 | 2024.09.06 06:37:33.567979 [ 3 ] {} <Debug> HTTP-Session: 53efd64d-70d1-4f27-b5ff-b4d80d985918 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4739 | 2024.09.06 06:37:33.567993 [ 3 ] {} <Debug> HTTP-Session: 53efd64d-70d1-4f27-b5ff-b4d80d985918 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4740 | 2024.09.06 06:37:33.568025 [ 3 ] {} <Trace> HTTP-Session: 53efd64d-70d1-4f27-b5ff-b4d80d985918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4741 | 2024.09.06 06:37:33.568173 [ 3 ] {9f79fd80-0c9c-4598-92f7-f6a634b63612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4742 | 2024.09.06 06:37:33.568222 [ 3 ] {9f79fd80-0c9c-4598-92f7-f6a634b63612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4743 | 2024.09.06 06:37:33.568381 [ 3 ] {9f79fd80-0c9c-4598-92f7-f6a634b63612} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4744 | 2024.09.06 06:37:33.568805 [ 3 ] {9f79fd80-0c9c-4598-92f7-f6a634b63612} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4745 | 2024.09.06 06:37:33.568841 [ 3 ] {9f79fd80-0c9c-4598-92f7-f6a634b63612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4746 | 2024.09.06 06:37:33.569223 [ 3 ] {9f79fd80-0c9c-4598-92f7-f6a634b63612} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4747 | 2024.09.06 06:37:33.569559 [ 3 ] {9f79fd80-0c9c-4598-92f7-f6a634b63612} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4748 | 2024.09.06 06:37:33.569712 [ 3 ] {9f79fd80-0c9c-4598-92f7-f6a634b63612} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001604 sec., 99750.62344139651 rows/sec., 6.95 MiB/sec. | ||
4749 | 2024.09.06 06:37:33.569884 [ 3 ] {9f79fd80-0c9c-4598-92f7-f6a634b63612} <Debug> DynamicQueryHandler: Done processing query | ||
4750 | 2024.09.06 06:37:33.569908 [ 3 ] {9f79fd80-0c9c-4598-92f7-f6a634b63612} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4751 | 2024.09.06 06:37:33.569924 [ 3 ] {} <Debug> HTTP-Session: 53efd64d-70d1-4f27-b5ff-b4d80d985918 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4752 | 2024.09.06 06:37:33.570080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 50862, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4753 | 2024.09.06 06:37:33.570128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4754 | 2024.09.06 06:37:33.570147 [ 3 ] {} <Debug> HTTP-Session: 5ec32b9b-6dde-4cdf-adc9-f2ee886fe8f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4755 | 2024.09.06 06:37:33.570164 [ 3 ] {} <Debug> HTTP-Session: 5ec32b9b-6dde-4cdf-adc9-f2ee886fe8f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4756 | 2024.09.06 06:37:33.570178 [ 3 ] {} <Debug> HTTP-Session: 5ec32b9b-6dde-4cdf-adc9-f2ee886fe8f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4757 | 2024.09.06 06:37:33.570209 [ 3 ] {} <Trace> HTTP-Session: 5ec32b9b-6dde-4cdf-adc9-f2ee886fe8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4758 | 2024.09.06 06:37:33.570519 [ 3 ] {1028277c-0522-4e7b-b920-dffadb815e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4759 | 2024.09.06 06:37:33.570586 [ 3 ] {1028277c-0522-4e7b-b920-dffadb815e84} <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_histogramu64 | ||
4760 | 2024.09.06 06:37:33.570998 [ 3 ] {1028277c-0522-4e7b-b920-dffadb815e84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4761 | 2024.09.06 06:37:33.571905 [ 3 ] {1028277c-0522-4e7b-b920-dffadb815e84} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4762 | 2024.09.06 06:37:33.571942 [ 3 ] {1028277c-0522-4e7b-b920-dffadb815e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4763 | 2024.09.06 06:37:33.572585 [ 3 ] {1028277c-0522-4e7b-b920-dffadb815e84} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4764 | 2024.09.06 06:37:33.573010 [ 3 ] {1028277c-0522-4e7b-b920-dffadb815e84} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4765 | 2024.09.06 06:37:33.573227 [ 3 ] {1028277c-0522-4e7b-b920-dffadb815e84} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002927 sec., 10591.04885548343 rows/sec., 18.98 MiB/sec. | ||
4766 | 2024.09.06 06:37:33.573819 [ 3 ] {1028277c-0522-4e7b-b920-dffadb815e84} <Debug> DynamicQueryHandler: Done processing query | ||
4767 | 2024.09.06 06:37:33.573843 [ 3 ] {1028277c-0522-4e7b-b920-dffadb815e84} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4768 | 2024.09.06 06:37:33.573859 [ 3 ] {} <Debug> HTTP-Session: 5ec32b9b-6dde-4cdf-adc9-f2ee886fe8f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4769 | 2024.09.06 06:37:33.573983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4770 | 2024.09.06 06:37:33.574029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4771 | 2024.09.06 06:37:33.574047 [ 3 ] {} <Debug> HTTP-Session: f43fb20c-bb76-4b3a-b7a3-e5ae8725f44b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4772 | 2024.09.06 06:37:33.574063 [ 3 ] {} <Debug> HTTP-Session: f43fb20c-bb76-4b3a-b7a3-e5ae8725f44b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4773 | 2024.09.06 06:37:33.574076 [ 3 ] {} <Debug> HTTP-Session: f43fb20c-bb76-4b3a-b7a3-e5ae8725f44b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4774 | 2024.09.06 06:37:33.574105 [ 3 ] {} <Trace> HTTP-Session: f43fb20c-bb76-4b3a-b7a3-e5ae8725f44b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4775 | 2024.09.06 06:37:33.574220 [ 3 ] {5702c089-f9f7-4f8a-bdd8-a4a93ef4631f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4776 | 2024.09.06 06:37:33.574263 [ 3 ] {5702c089-f9f7-4f8a-bdd8-a4a93ef4631f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4777 | 2024.09.06 06:37:33.574409 [ 3 ] {5702c089-f9f7-4f8a-bdd8-a4a93ef4631f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4778 | 2024.09.06 06:37:33.574789 [ 3 ] {5702c089-f9f7-4f8a-bdd8-a4a93ef4631f} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4779 | 2024.09.06 06:37:33.574826 [ 3 ] {5702c089-f9f7-4f8a-bdd8-a4a93ef4631f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4780 | 2024.09.06 06:37:33.575190 [ 3 ] {5702c089-f9f7-4f8a-bdd8-a4a93ef4631f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4781 | 2024.09.06 06:37:33.575520 [ 3 ] {5702c089-f9f7-4f8a-bdd8-a4a93ef4631f} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4782 | 2024.09.06 06:37:33.575669 [ 3 ] {5702c089-f9f7-4f8a-bdd8-a4a93ef4631f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001446 sec., 41493.775933609955 rows/sec., 2.80 MiB/sec. | ||
4783 | 2024.09.06 06:37:33.575838 [ 3 ] {5702c089-f9f7-4f8a-bdd8-a4a93ef4631f} <Debug> DynamicQueryHandler: Done processing query | ||
4784 | 2024.09.06 06:37:33.575863 [ 3 ] {5702c089-f9f7-4f8a-bdd8-a4a93ef4631f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4785 | 2024.09.06 06:37:33.575880 [ 3 ] {} <Debug> HTTP-Session: f43fb20c-bb76-4b3a-b7a3-e5ae8725f44b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4786 | 2024.09.06 06:37:38.564771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4787 | 2024.09.06 06:37:38.564912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4788 | 2024.09.06 06:37:38.564938 [ 3 ] {} <Debug> HTTP-Session: 1a5cf73d-b70f-4b8f-af40-0a52277221b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4789 | 2024.09.06 06:37:38.564962 [ 3 ] {} <Debug> HTTP-Session: 1a5cf73d-b70f-4b8f-af40-0a52277221b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4790 | 2024.09.06 06:37:38.564978 [ 3 ] {} <Debug> HTTP-Session: 1a5cf73d-b70f-4b8f-af40-0a52277221b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4791 | 2024.09.06 06:37:38.565028 [ 3 ] {} <Trace> HTTP-Session: 1a5cf73d-b70f-4b8f-af40-0a52277221b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4792 | 2024.09.06 06:37:38.565272 [ 3 ] {c47edc84-ec15-4619-b458-c104c1596732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4793 | 2024.09.06 06:37:38.565344 [ 3 ] {c47edc84-ec15-4619-b458-c104c1596732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4794 | 2024.09.06 06:37:38.565681 [ 3 ] {c47edc84-ec15-4619-b458-c104c1596732} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4795 | 2024.09.06 06:37:38.566291 [ 3 ] {c47edc84-ec15-4619-b458-c104c1596732} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4796 | 2024.09.06 06:37:38.566338 [ 3 ] {c47edc84-ec15-4619-b458-c104c1596732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4797 | 2024.09.06 06:37:38.566789 [ 3 ] {c47edc84-ec15-4619-b458-c104c1596732} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4798 | 2024.09.06 06:37:38.567177 [ 3 ] {c47edc84-ec15-4619-b458-c104c1596732} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4799 | 2024.09.06 06:37:38.567333 [ 3 ] {c47edc84-ec15-4619-b458-c104c1596732} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002159 sec., 94951.36637332098 rows/sec., 8.36 MiB/sec. | ||
4800 | 2024.09.06 06:37:38.567677 [ 3 ] {c47edc84-ec15-4619-b458-c104c1596732} <Debug> DynamicQueryHandler: Done processing query | ||
4801 | 2024.09.06 06:37:38.567706 [ 3 ] {c47edc84-ec15-4619-b458-c104c1596732} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4802 | 2024.09.06 06:37:38.567724 [ 3 ] {} <Debug> HTTP-Session: 1a5cf73d-b70f-4b8f-af40-0a52277221b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4803 | 2024.09.06 06:37:38.567908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4804 | 2024.09.06 06:37:38.567962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4805 | 2024.09.06 06:37:38.567983 [ 3 ] {} <Debug> HTTP-Session: 589974ef-b7e6-44ea-b4dc-6154b532af40 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4806 | 2024.09.06 06:37:38.568001 [ 3 ] {} <Debug> HTTP-Session: 589974ef-b7e6-44ea-b4dc-6154b532af40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4807 | 2024.09.06 06:37:38.568016 [ 3 ] {} <Debug> HTTP-Session: 589974ef-b7e6-44ea-b4dc-6154b532af40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4808 | 2024.09.06 06:37:38.568051 [ 3 ] {} <Trace> HTTP-Session: 589974ef-b7e6-44ea-b4dc-6154b532af40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4809 | 2024.09.06 06:37:38.568161 [ 3 ] {1f9cc246-d97e-465f-b974-492d27ac4fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4810 | 2024.09.06 06:37:38.568211 [ 3 ] {1f9cc246-d97e-465f-b974-492d27ac4fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4811 | 2024.09.06 06:37:38.568475 [ 3 ] {1f9cc246-d97e-465f-b974-492d27ac4fb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4812 | 2024.09.06 06:37:38.568816 [ 3 ] {1f9cc246-d97e-465f-b974-492d27ac4fb9} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4813 | 2024.09.06 06:37:38.568853 [ 3 ] {1f9cc246-d97e-465f-b974-492d27ac4fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4814 | 2024.09.06 06:37:38.569204 [ 3 ] {1f9cc246-d97e-465f-b974-492d27ac4fb9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4815 | 2024.09.06 06:37:38.569575 [ 3 ] {1f9cc246-d97e-465f-b974-492d27ac4fb9} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4816 | 2024.09.06 06:37:38.569745 [ 3 ] {1f9cc246-d97e-465f-b974-492d27ac4fb9} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001613 sec., 4959.702417854928 rows/sec., 372.95 KiB/sec. | ||
4817 | 2024.09.06 06:37:38.569926 [ 3 ] {1f9cc246-d97e-465f-b974-492d27ac4fb9} <Debug> DynamicQueryHandler: Done processing query | ||
4818 | 2024.09.06 06:37:38.569951 [ 3 ] {1f9cc246-d97e-465f-b974-492d27ac4fb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4819 | 2024.09.06 06:37:38.569967 [ 3 ] {} <Debug> HTTP-Session: 589974ef-b7e6-44ea-b4dc-6154b532af40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4820 | 2024.09.06 06:37:38.570099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4821 | 2024.09.06 06:37:38.570149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4822 | 2024.09.06 06:37:38.570168 [ 3 ] {} <Debug> HTTP-Session: 0621686b-5417-4591-86f8-6feefab41b3a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4823 | 2024.09.06 06:37:38.570185 [ 3 ] {} <Debug> HTTP-Session: 0621686b-5417-4591-86f8-6feefab41b3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4824 | 2024.09.06 06:37:38.570199 [ 3 ] {} <Debug> HTTP-Session: 0621686b-5417-4591-86f8-6feefab41b3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4825 | 2024.09.06 06:37:38.570231 [ 3 ] {} <Trace> HTTP-Session: 0621686b-5417-4591-86f8-6feefab41b3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4826 | 2024.09.06 06:37:38.570331 [ 3 ] {9c83b5af-1e6c-44bd-a142-83e8de1d4677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4827 | 2024.09.06 06:37:38.570374 [ 3 ] {9c83b5af-1e6c-44bd-a142-83e8de1d4677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4828 | 2024.09.06 06:37:38.570603 [ 3 ] {9c83b5af-1e6c-44bd-a142-83e8de1d4677} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4829 | 2024.09.06 06:37:38.570924 [ 3 ] {9c83b5af-1e6c-44bd-a142-83e8de1d4677} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4830 | 2024.09.06 06:37:38.570961 [ 3 ] {9c83b5af-1e6c-44bd-a142-83e8de1d4677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4831 | 2024.09.06 06:37:38.571310 [ 3 ] {9c83b5af-1e6c-44bd-a142-83e8de1d4677} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4832 | 2024.09.06 06:37:38.571664 [ 3 ] {9c83b5af-1e6c-44bd-a142-83e8de1d4677} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4833 | 2024.09.06 06:37:38.571828 [ 3 ] {9c83b5af-1e6c-44bd-a142-83e8de1d4677} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001516 sec., 9234.828496042217 rows/sec., 646.75 KiB/sec. | ||
4834 | 2024.09.06 06:37:38.572003 [ 3 ] {9c83b5af-1e6c-44bd-a142-83e8de1d4677} <Debug> DynamicQueryHandler: Done processing query | ||
4835 | 2024.09.06 06:37:38.572028 [ 3 ] {9c83b5af-1e6c-44bd-a142-83e8de1d4677} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4836 | 2024.09.06 06:37:38.572044 [ 3 ] {} <Debug> HTTP-Session: 0621686b-5417-4591-86f8-6feefab41b3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4837 | 2024.09.06 06:37:38.572166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4838 | 2024.09.06 06:37:38.572215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4839 | 2024.09.06 06:37:38.572235 [ 3 ] {} <Debug> HTTP-Session: d0dba1ae-40e2-4221-93e7-bbc651681b9a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4840 | 2024.09.06 06:37:38.572251 [ 3 ] {} <Debug> HTTP-Session: d0dba1ae-40e2-4221-93e7-bbc651681b9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4841 | 2024.09.06 06:37:38.572266 [ 3 ] {} <Debug> HTTP-Session: d0dba1ae-40e2-4221-93e7-bbc651681b9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4842 | 2024.09.06 06:37:38.572297 [ 3 ] {} <Trace> HTTP-Session: d0dba1ae-40e2-4221-93e7-bbc651681b9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4843 | 2024.09.06 06:37:38.572392 [ 3 ] {9986e343-335d-48cc-b8f6-980045789754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4844 | 2024.09.06 06:37:38.572435 [ 3 ] {9986e343-335d-48cc-b8f6-980045789754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4845 | 2024.09.06 06:37:38.572663 [ 3 ] {9986e343-335d-48cc-b8f6-980045789754} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4846 | 2024.09.06 06:37:38.572970 [ 3 ] {9986e343-335d-48cc-b8f6-980045789754} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4847 | 2024.09.06 06:37:38.573007 [ 3 ] {9986e343-335d-48cc-b8f6-980045789754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4848 | 2024.09.06 06:37:38.573351 [ 3 ] {9986e343-335d-48cc-b8f6-980045789754} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4849 | 2024.09.06 06:37:38.573696 [ 3 ] {9986e343-335d-48cc-b8f6-980045789754} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4850 | 2024.09.06 06:37:38.573854 [ 3 ] {9986e343-335d-48cc-b8f6-980045789754} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 238.88 KiB/sec. | ||
4851 | 2024.09.06 06:37:38.574058 [ 3 ] {9986e343-335d-48cc-b8f6-980045789754} <Debug> DynamicQueryHandler: Done processing query | ||
4852 | 2024.09.06 06:37:38.574083 [ 3 ] {9986e343-335d-48cc-b8f6-980045789754} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4853 | 2024.09.06 06:37:38.574099 [ 3 ] {} <Debug> HTTP-Session: d0dba1ae-40e2-4221-93e7-bbc651681b9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4854 | 2024.09.06 06:37:38.574285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4855 | 2024.09.06 06:37:38.574332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4856 | 2024.09.06 06:37:38.574351 [ 3 ] {} <Debug> HTTP-Session: 729c978d-5ded-40cd-8974-75950090557e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4857 | 2024.09.06 06:37:38.574368 [ 3 ] {} <Debug> HTTP-Session: 729c978d-5ded-40cd-8974-75950090557e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4858 | 2024.09.06 06:37:38.574382 [ 3 ] {} <Debug> HTTP-Session: 729c978d-5ded-40cd-8974-75950090557e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4859 | 2024.09.06 06:37:38.574413 [ 3 ] {} <Trace> HTTP-Session: 729c978d-5ded-40cd-8974-75950090557e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4860 | 2024.09.06 06:37:38.574667 [ 3 ] {eae84b9e-6a6f-4197-af9e-fc59a183f36c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4861 | 2024.09.06 06:37:38.574714 [ 3 ] {eae84b9e-6a6f-4197-af9e-fc59a183f36c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4862 | 2024.09.06 06:37:38.574940 [ 3 ] {eae84b9e-6a6f-4197-af9e-fc59a183f36c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4863 | 2024.09.06 06:37:38.575513 [ 3 ] {eae84b9e-6a6f-4197-af9e-fc59a183f36c} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4864 | 2024.09.06 06:37:38.575549 [ 3 ] {eae84b9e-6a6f-4197-af9e-fc59a183f36c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4865 | 2024.09.06 06:37:38.575934 [ 3 ] {eae84b9e-6a6f-4197-af9e-fc59a183f36c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4866 | 2024.09.06 06:37:38.576287 [ 3 ] {eae84b9e-6a6f-4197-af9e-fc59a183f36c} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4867 | 2024.09.06 06:37:38.576446 [ 3 ] {eae84b9e-6a6f-4197-af9e-fc59a183f36c} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001934 sec., 201654.6018614271 rows/sec., 14.30 MiB/sec. | ||
4868 | 2024.09.06 06:37:38.576811 [ 3 ] {eae84b9e-6a6f-4197-af9e-fc59a183f36c} <Debug> DynamicQueryHandler: Done processing query | ||
4869 | 2024.09.06 06:37:38.576837 [ 3 ] {eae84b9e-6a6f-4197-af9e-fc59a183f36c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4870 | 2024.09.06 06:37:38.576853 [ 3 ] {} <Debug> HTTP-Session: 729c978d-5ded-40cd-8974-75950090557e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4871 | 2024.09.06 06:37:38.576993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4872 | 2024.09.06 06:37:38.577042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4873 | 2024.09.06 06:37:38.577062 [ 3 ] {} <Debug> HTTP-Session: bb0373ff-d4fa-4924-b9a6-9c74c90c69bf Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4874 | 2024.09.06 06:37:38.577079 [ 3 ] {} <Debug> HTTP-Session: bb0373ff-d4fa-4924-b9a6-9c74c90c69bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4875 | 2024.09.06 06:37:38.577092 [ 3 ] {} <Debug> HTTP-Session: bb0373ff-d4fa-4924-b9a6-9c74c90c69bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4876 | 2024.09.06 06:37:38.577123 [ 3 ] {} <Trace> HTTP-Session: bb0373ff-d4fa-4924-b9a6-9c74c90c69bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4877 | 2024.09.06 06:37:38.577223 [ 3 ] {619d983e-c7a4-4cbe-9982-e61e8eb18f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4878 | 2024.09.06 06:37:38.577268 [ 3 ] {619d983e-c7a4-4cbe-9982-e61e8eb18f59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4879 | 2024.09.06 06:37:38.577421 [ 3 ] {619d983e-c7a4-4cbe-9982-e61e8eb18f59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4880 | 2024.09.06 06:37:38.577704 [ 3 ] {619d983e-c7a4-4cbe-9982-e61e8eb18f59} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4881 | 2024.09.06 06:37:38.577740 [ 3 ] {619d983e-c7a4-4cbe-9982-e61e8eb18f59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4882 | 2024.09.06 06:37:38.578093 [ 3 ] {619d983e-c7a4-4cbe-9982-e61e8eb18f59} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4883 | 2024.09.06 06:37:38.578408 [ 3 ] {619d983e-c7a4-4cbe-9982-e61e8eb18f59} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4884 | 2024.09.06 06:37:38.578563 [ 3 ] {619d983e-c7a4-4cbe-9982-e61e8eb18f59} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001357 sec., 4421.518054532056 rows/sec., 231.01 KiB/sec. | ||
4885 | 2024.09.06 06:37:38.578835 [ 3 ] {619d983e-c7a4-4cbe-9982-e61e8eb18f59} <Debug> DynamicQueryHandler: Done processing query | ||
4886 | 2024.09.06 06:37:38.578860 [ 3 ] {619d983e-c7a4-4cbe-9982-e61e8eb18f59} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4887 | 2024.09.06 06:37:38.578876 [ 3 ] {} <Debug> HTTP-Session: bb0373ff-d4fa-4924-b9a6-9c74c90c69bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4888 | 2024.09.06 06:37:38.579058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4889 | 2024.09.06 06:37:38.579108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4890 | 2024.09.06 06:37:38.579126 [ 3 ] {} <Debug> HTTP-Session: 5d821b0c-4a7d-41d9-abc7-be95a1f9984e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4891 | 2024.09.06 06:37:38.579144 [ 3 ] {} <Debug> HTTP-Session: 5d821b0c-4a7d-41d9-abc7-be95a1f9984e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4892 | 2024.09.06 06:37:38.579158 [ 3 ] {} <Debug> HTTP-Session: 5d821b0c-4a7d-41d9-abc7-be95a1f9984e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4893 | 2024.09.06 06:37:38.579189 [ 3 ] {} <Trace> HTTP-Session: 5d821b0c-4a7d-41d9-abc7-be95a1f9984e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4894 | 2024.09.06 06:37:38.579356 [ 3 ] {5ea45912-e7a5-4349-87ec-6c7835ae5400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4895 | 2024.09.06 06:37:38.579406 [ 3 ] {5ea45912-e7a5-4349-87ec-6c7835ae5400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4896 | 2024.09.06 06:37:38.579570 [ 3 ] {5ea45912-e7a5-4349-87ec-6c7835ae5400} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4897 | 2024.09.06 06:37:38.580008 [ 3 ] {5ea45912-e7a5-4349-87ec-6c7835ae5400} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4898 | 2024.09.06 06:37:38.580043 [ 3 ] {5ea45912-e7a5-4349-87ec-6c7835ae5400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4899 | 2024.09.06 06:37:38.580420 [ 3 ] {5ea45912-e7a5-4349-87ec-6c7835ae5400} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4900 | 2024.09.06 06:37:38.580758 [ 3 ] {5ea45912-e7a5-4349-87ec-6c7835ae5400} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4901 | 2024.09.06 06:37:38.580911 [ 3 ] {5ea45912-e7a5-4349-87ec-6c7835ae5400} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001634 sec., 145042.83965728275 rows/sec., 9.72 MiB/sec. | ||
4902 | 2024.09.06 06:37:38.581080 [ 3 ] {5ea45912-e7a5-4349-87ec-6c7835ae5400} <Debug> DynamicQueryHandler: Done processing query | ||
4903 | 2024.09.06 06:37:38.581105 [ 3 ] {5ea45912-e7a5-4349-87ec-6c7835ae5400} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4904 | 2024.09.06 06:37:38.581121 [ 3 ] {} <Debug> HTTP-Session: 5d821b0c-4a7d-41d9-abc7-be95a1f9984e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4905 | 2024.09.06 06:37:38.581249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4906 | 2024.09.06 06:37:38.581297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4907 | 2024.09.06 06:37:38.581316 [ 3 ] {} <Debug> HTTP-Session: 73ca9902-f95b-485d-8502-2c5ead9ba031 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4908 | 2024.09.06 06:37:38.581333 [ 3 ] {} <Debug> HTTP-Session: 73ca9902-f95b-485d-8502-2c5ead9ba031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4909 | 2024.09.06 06:37:38.581347 [ 3 ] {} <Debug> HTTP-Session: 73ca9902-f95b-485d-8502-2c5ead9ba031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4910 | 2024.09.06 06:37:38.581377 [ 3 ] {} <Trace> HTTP-Session: 73ca9902-f95b-485d-8502-2c5ead9ba031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4911 | 2024.09.06 06:37:38.581469 [ 3 ] {830b633c-2c88-4e8c-a37c-8a7eb2044d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4912 | 2024.09.06 06:37:38.581514 [ 3 ] {830b633c-2c88-4e8c-a37c-8a7eb2044d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4913 | 2024.09.06 06:37:38.581645 [ 3 ] {830b633c-2c88-4e8c-a37c-8a7eb2044d3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4914 | 2024.09.06 06:37:38.581905 [ 3 ] {830b633c-2c88-4e8c-a37c-8a7eb2044d3a} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4915 | 2024.09.06 06:37:38.581942 [ 3 ] {830b633c-2c88-4e8c-a37c-8a7eb2044d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4916 | 2024.09.06 06:37:38.582280 [ 3 ] {830b633c-2c88-4e8c-a37c-8a7eb2044d3a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4917 | 2024.09.06 06:37:38.582590 [ 3 ] {830b633c-2c88-4e8c-a37c-8a7eb2044d3a} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4918 | 2024.09.06 06:37:38.582736 [ 3 ] {830b633c-2c88-4e8c-a37c-8a7eb2044d3a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001288 sec., 776.3975155279503 rows/sec., 52.32 KiB/sec. | ||
4919 | 2024.09.06 06:37:38.582903 [ 3 ] {830b633c-2c88-4e8c-a37c-8a7eb2044d3a} <Debug> DynamicQueryHandler: Done processing query | ||
4920 | 2024.09.06 06:37:38.582927 [ 3 ] {830b633c-2c88-4e8c-a37c-8a7eb2044d3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4921 | 2024.09.06 06:37:38.582944 [ 3 ] {} <Debug> HTTP-Session: 73ca9902-f95b-485d-8502-2c5ead9ba031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4922 | 2024.09.06 06:37:38.583060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4923 | 2024.09.06 06:37:38.583107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4924 | 2024.09.06 06:37:38.583127 [ 3 ] {} <Debug> HTTP-Session: 16031674-870a-450e-a7e5-00631bdfacf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4925 | 2024.09.06 06:37:38.583144 [ 3 ] {} <Debug> HTTP-Session: 16031674-870a-450e-a7e5-00631bdfacf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4926 | 2024.09.06 06:37:38.583157 [ 3 ] {} <Debug> HTTP-Session: 16031674-870a-450e-a7e5-00631bdfacf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4927 | 2024.09.06 06:37:38.583189 [ 3 ] {} <Trace> HTTP-Session: 16031674-870a-450e-a7e5-00631bdfacf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4928 | 2024.09.06 06:37:38.583366 [ 3 ] {06b210d9-e86a-4f5e-b638-a3d25c578a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4929 | 2024.09.06 06:37:38.583429 [ 3 ] {06b210d9-e86a-4f5e-b638-a3d25c578a58} <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_histogramu64 | ||
4930 | 2024.09.06 06:37:38.583852 [ 3 ] {06b210d9-e86a-4f5e-b638-a3d25c578a58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4931 | 2024.09.06 06:37:38.584477 [ 3 ] {06b210d9-e86a-4f5e-b638-a3d25c578a58} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4932 | 2024.09.06 06:37:38.584513 [ 3 ] {06b210d9-e86a-4f5e-b638-a3d25c578a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4933 | 2024.09.06 06:37:38.585518 [ 3 ] {06b210d9-e86a-4f5e-b638-a3d25c578a58} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4934 | 2024.09.06 06:37:38.585947 [ 3 ] {06b210d9-e86a-4f5e-b638-a3d25c578a58} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4935 | 2024.09.06 06:37:38.586171 [ 3 ] {06b210d9-e86a-4f5e-b638-a3d25c578a58} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002891 sec., 2767.208578346593 rows/sec., 4.96 MiB/sec. | ||
4936 | 2024.09.06 06:37:38.586759 [ 3 ] {06b210d9-e86a-4f5e-b638-a3d25c578a58} <Debug> DynamicQueryHandler: Done processing query | ||
4937 | 2024.09.06 06:37:38.586784 [ 3 ] {06b210d9-e86a-4f5e-b638-a3d25c578a58} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4938 | 2024.09.06 06:37:38.586801 [ 3 ] {} <Debug> HTTP-Session: 16031674-870a-450e-a7e5-00631bdfacf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4939 | 2024.09.06 06:37:38.586932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4940 | 2024.09.06 06:37:38.586983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4941 | 2024.09.06 06:37:38.587003 [ 3 ] {} <Debug> HTTP-Session: 94e1a0b3-2d50-4420-906c-a95c19462bed Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4942 | 2024.09.06 06:37:38.587020 [ 3 ] {} <Debug> HTTP-Session: 94e1a0b3-2d50-4420-906c-a95c19462bed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4943 | 2024.09.06 06:37:38.587034 [ 3 ] {} <Debug> HTTP-Session: 94e1a0b3-2d50-4420-906c-a95c19462bed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4944 | 2024.09.06 06:37:38.587066 [ 3 ] {} <Trace> HTTP-Session: 94e1a0b3-2d50-4420-906c-a95c19462bed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4945 | 2024.09.06 06:37:38.587190 [ 3 ] {20b738fe-c289-422a-a0fc-b9c567775eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4946 | 2024.09.06 06:37:38.587235 [ 3 ] {20b738fe-c289-422a-a0fc-b9c567775eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4947 | 2024.09.06 06:37:38.587387 [ 3 ] {20b738fe-c289-422a-a0fc-b9c567775eee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4948 | 2024.09.06 06:37:38.587701 [ 3 ] {20b738fe-c289-422a-a0fc-b9c567775eee} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4949 | 2024.09.06 06:37:38.587739 [ 3 ] {20b738fe-c289-422a-a0fc-b9c567775eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4950 | 2024.09.06 06:37:38.588104 [ 3 ] {20b738fe-c289-422a-a0fc-b9c567775eee} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4951 | 2024.09.06 06:37:38.588438 [ 3 ] {20b738fe-c289-422a-a0fc-b9c567775eee} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4952 | 2024.09.06 06:37:38.588596 [ 3 ] {20b738fe-c289-422a-a0fc-b9c567775eee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00145 sec., 56551.724137931036 rows/sec., 3.59 MiB/sec. | ||
4953 | 2024.09.06 06:37:38.588763 [ 3 ] {20b738fe-c289-422a-a0fc-b9c567775eee} <Debug> DynamicQueryHandler: Done processing query | ||
4954 | 2024.09.06 06:37:38.588788 [ 3 ] {20b738fe-c289-422a-a0fc-b9c567775eee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4955 | 2024.09.06 06:37:38.588804 [ 3 ] {} <Debug> HTTP-Session: 94e1a0b3-2d50-4420-906c-a95c19462bed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4956 | 2024.09.06 06:37:39.271191 [ 138 ] {} <Debug> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4957 | 2024.09.06 06:37:39.271265 [ 138 ] {} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4958 | 2024.09.06 06:37:39.271293 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
4959 | 2024.09.06 06:37:39.271514 [ 194 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::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 | ||
4960 | 2024.09.06 06:37:39.271733 [ 194 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4961 | 2024.09.06 06:37:39.271777 [ 194 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
4962 | 2024.09.06 06:37:39.271873 [ 194 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4963 | 2024.09.06 06:37:39.272082 [ 194 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4964 | 2024.09.06 06:37:39.272455 [ 194 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
4965 | 2024.09.06 06:37:39.272625 [ 194 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
4966 | 2024.09.06 06:37:39.273733 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 5 columns (5 merged, 0 gathered) in 0.002359076 sec., 5934.52690799279 rows/sec., 507.10 KiB/sec. | ||
4967 | 2024.09.06 06:37:39.273919 [ 197 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4968 | 2024.09.06 06:37:39.274449 [ 197 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_5_1} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4969 | 2024.09.06 06:37:39.274545 [ 197 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_5_1} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4970 | 2024.09.06 06:37:39.274622 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
4971 | 2024.09.06 06:37:43.558739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4972 | 2024.09.06 06:37:43.558885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4973 | 2024.09.06 06:37:43.558916 [ 3 ] {} <Debug> HTTP-Session: d221f9a1-0f41-4b62-9025-fdd97d7027f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4974 | 2024.09.06 06:37:43.558945 [ 3 ] {} <Debug> HTTP-Session: d221f9a1-0f41-4b62-9025-fdd97d7027f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4975 | 2024.09.06 06:37:43.558963 [ 3 ] {} <Debug> HTTP-Session: d221f9a1-0f41-4b62-9025-fdd97d7027f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4976 | 2024.09.06 06:37:43.559020 [ 3 ] {} <Trace> HTTP-Session: d221f9a1-0f41-4b62-9025-fdd97d7027f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4977 | 2024.09.06 06:37:43.559260 [ 3 ] {0c2e022c-7a16-4572-9a81-a6c027b78494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4978 | 2024.09.06 06:37:43.559337 [ 3 ] {0c2e022c-7a16-4572-9a81-a6c027b78494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4979 | 2024.09.06 06:37:43.559723 [ 3 ] {0c2e022c-7a16-4572-9a81-a6c027b78494} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4980 | 2024.09.06 06:37:43.560280 [ 3 ] {0c2e022c-7a16-4572-9a81-a6c027b78494} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4981 | 2024.09.06 06:37:43.560323 [ 3 ] {0c2e022c-7a16-4572-9a81-a6c027b78494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
4982 | 2024.09.06 06:37:43.560768 [ 3 ] {0c2e022c-7a16-4572-9a81-a6c027b78494} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4983 | 2024.09.06 06:37:43.561164 [ 3 ] {0c2e022c-7a16-4572-9a81-a6c027b78494} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4984 | 2024.09.06 06:37:43.561325 [ 3 ] {0c2e022c-7a16-4572-9a81-a6c027b78494} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002158 sec., 54680.2594995366 rows/sec., 4.62 MiB/sec. | ||
4985 | 2024.09.06 06:37:43.561602 [ 3 ] {0c2e022c-7a16-4572-9a81-a6c027b78494} <Debug> DynamicQueryHandler: Done processing query | ||
4986 | 2024.09.06 06:37:43.561630 [ 3 ] {0c2e022c-7a16-4572-9a81-a6c027b78494} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4987 | 2024.09.06 06:37:43.561648 [ 3 ] {} <Debug> HTTP-Session: d221f9a1-0f41-4b62-9025-fdd97d7027f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4988 | 2024.09.06 06:37:43.561817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4989 | 2024.09.06 06:37:43.561874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4990 | 2024.09.06 06:37:43.561894 [ 3 ] {} <Debug> HTTP-Session: 1f542fa0-af6e-4665-87fd-ea5edf7e0343 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
4991 | 2024.09.06 06:37:43.561912 [ 3 ] {} <Debug> HTTP-Session: 1f542fa0-af6e-4665-87fd-ea5edf7e0343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4992 | 2024.09.06 06:37:43.561926 [ 3 ] {} <Debug> HTTP-Session: 1f542fa0-af6e-4665-87fd-ea5edf7e0343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4993 | 2024.09.06 06:37:43.561962 [ 3 ] {} <Trace> HTTP-Session: 1f542fa0-af6e-4665-87fd-ea5edf7e0343 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4994 | 2024.09.06 06:37:43.562078 [ 3 ] {06fb4007-f90f-4129-97ac-0a6b9638f5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4995 | 2024.09.06 06:37:43.562126 [ 3 ] {06fb4007-f90f-4129-97ac-0a6b9638f5a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4996 | 2024.09.06 06:37:43.562371 [ 3 ] {06fb4007-f90f-4129-97ac-0a6b9638f5a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4997 | 2024.09.06 06:37:43.562733 [ 3 ] {06fb4007-f90f-4129-97ac-0a6b9638f5a7} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4998 | 2024.09.06 06:37:43.562771 [ 3 ] {06fb4007-f90f-4129-97ac-0a6b9638f5a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
4999 | 2024.09.06 06:37:43.563118 [ 3 ] {06fb4007-f90f-4129-97ac-0a6b9638f5a7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5000 | 2024.09.06 06:37:43.563486 [ 3 ] {06fb4007-f90f-4129-97ac-0a6b9638f5a7} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5001 | 2024.09.06 06:37:43.563641 [ 3 ] {06fb4007-f90f-4129-97ac-0a6b9638f5a7} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001595 sec., 19435.736677115987 rows/sec., 1.43 MiB/sec. | ||
5002 | 2024.09.06 06:37:43.563816 [ 3 ] {06fb4007-f90f-4129-97ac-0a6b9638f5a7} <Debug> DynamicQueryHandler: Done processing query | ||
5003 | 2024.09.06 06:37:43.563841 [ 3 ] {06fb4007-f90f-4129-97ac-0a6b9638f5a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5004 | 2024.09.06 06:37:43.563857 [ 3 ] {} <Debug> HTTP-Session: 1f542fa0-af6e-4665-87fd-ea5edf7e0343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5005 | 2024.09.06 06:37:43.563998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5006 | 2024.09.06 06:37:43.564050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5007 | 2024.09.06 06:37:43.564069 [ 3 ] {} <Debug> HTTP-Session: 0c00a9a5-63a7-40a8-9013-342efd835d57 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5008 | 2024.09.06 06:37:43.564086 [ 3 ] {} <Debug> HTTP-Session: 0c00a9a5-63a7-40a8-9013-342efd835d57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5009 | 2024.09.06 06:37:43.564101 [ 3 ] {} <Debug> HTTP-Session: 0c00a9a5-63a7-40a8-9013-342efd835d57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5010 | 2024.09.06 06:37:43.564133 [ 3 ] {} <Trace> HTTP-Session: 0c00a9a5-63a7-40a8-9013-342efd835d57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5011 | 2024.09.06 06:37:43.564258 [ 3 ] {8431f063-5ad8-44d0-bf5e-22e3c73cf4fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5012 | 2024.09.06 06:37:43.564302 [ 3 ] {8431f063-5ad8-44d0-bf5e-22e3c73cf4fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5013 | 2024.09.06 06:37:43.564530 [ 3 ] {8431f063-5ad8-44d0-bf5e-22e3c73cf4fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5014 | 2024.09.06 06:37:43.564919 [ 3 ] {8431f063-5ad8-44d0-bf5e-22e3c73cf4fa} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5015 | 2024.09.06 06:37:43.564955 [ 3 ] {8431f063-5ad8-44d0-bf5e-22e3c73cf4fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5016 | 2024.09.06 06:37:43.565335 [ 3 ] {8431f063-5ad8-44d0-bf5e-22e3c73cf4fa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5017 | 2024.09.06 06:37:43.565695 [ 3 ] {8431f063-5ad8-44d0-bf5e-22e3c73cf4fa} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5018 | 2024.09.06 06:37:43.565858 [ 3 ] {8431f063-5ad8-44d0-bf5e-22e3c73cf4fa} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001641 sec., 57891.529555149296 rows/sec., 4.52 MiB/sec. | ||
5019 | 2024.09.06 06:37:43.566031 [ 3 ] {8431f063-5ad8-44d0-bf5e-22e3c73cf4fa} <Debug> DynamicQueryHandler: Done processing query | ||
5020 | 2024.09.06 06:37:43.566056 [ 3 ] {8431f063-5ad8-44d0-bf5e-22e3c73cf4fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5021 | 2024.09.06 06:37:43.566071 [ 3 ] {} <Debug> HTTP-Session: 0c00a9a5-63a7-40a8-9013-342efd835d57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5022 | 2024.09.06 06:37:43.566247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5023 | 2024.09.06 06:37:43.566297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5024 | 2024.09.06 06:37:43.566317 [ 3 ] {} <Debug> HTTP-Session: 3c899261-1e67-4e78-8536-1286a91ed82f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5025 | 2024.09.06 06:37:43.566334 [ 3 ] {} <Debug> HTTP-Session: 3c899261-1e67-4e78-8536-1286a91ed82f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5026 | 2024.09.06 06:37:43.566347 [ 3 ] {} <Debug> HTTP-Session: 3c899261-1e67-4e78-8536-1286a91ed82f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5027 | 2024.09.06 06:37:43.566379 [ 3 ] {} <Trace> HTTP-Session: 3c899261-1e67-4e78-8536-1286a91ed82f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5028 | 2024.09.06 06:37:43.566525 [ 3 ] {ed5846e9-2660-4939-af5f-e20d0ef0f286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5029 | 2024.09.06 06:37:43.566575 [ 3 ] {ed5846e9-2660-4939-af5f-e20d0ef0f286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5030 | 2024.09.06 06:37:43.566725 [ 3 ] {ed5846e9-2660-4939-af5f-e20d0ef0f286} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5031 | 2024.09.06 06:37:43.567121 [ 3 ] {ed5846e9-2660-4939-af5f-e20d0ef0f286} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5032 | 2024.09.06 06:37:43.567158 [ 3 ] {ed5846e9-2660-4939-af5f-e20d0ef0f286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5033 | 2024.09.06 06:37:43.567547 [ 3 ] {ed5846e9-2660-4939-af5f-e20d0ef0f286} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5034 | 2024.09.06 06:37:43.567893 [ 3 ] {ed5846e9-2660-4939-af5f-e20d0ef0f286} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5035 | 2024.09.06 06:37:43.568057 [ 3 ] {ed5846e9-2660-4939-af5f-e20d0ef0f286} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
5036 | 2024.09.06 06:37:43.568414 [ 3 ] {ed5846e9-2660-4939-af5f-e20d0ef0f286} <Debug> DynamicQueryHandler: Done processing query | ||
5037 | 2024.09.06 06:37:43.568439 [ 3 ] {ed5846e9-2660-4939-af5f-e20d0ef0f286} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5038 | 2024.09.06 06:37:43.568455 [ 3 ] {} <Debug> HTTP-Session: 3c899261-1e67-4e78-8536-1286a91ed82f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5039 | 2024.09.06 06:37:43.568612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 50867, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5040 | 2024.09.06 06:37:43.568662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5041 | 2024.09.06 06:37:43.568680 [ 3 ] {} <Debug> HTTP-Session: 52224a44-1848-413f-b042-2e04ec65e20c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5042 | 2024.09.06 06:37:43.568697 [ 3 ] {} <Debug> HTTP-Session: 52224a44-1848-413f-b042-2e04ec65e20c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5043 | 2024.09.06 06:37:43.568710 [ 3 ] {} <Debug> HTTP-Session: 52224a44-1848-413f-b042-2e04ec65e20c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5044 | 2024.09.06 06:37:43.568742 [ 3 ] {} <Trace> HTTP-Session: 52224a44-1848-413f-b042-2e04ec65e20c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5045 | 2024.09.06 06:37:43.569051 [ 3 ] {d6334879-b5a8-44dc-aa59-de4eb8606a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5046 | 2024.09.06 06:37:43.569125 [ 3 ] {d6334879-b5a8-44dc-aa59-de4eb8606a33} <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_histogramu64 | ||
5047 | 2024.09.06 06:37:43.569576 [ 3 ] {d6334879-b5a8-44dc-aa59-de4eb8606a33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5048 | 2024.09.06 06:37:43.570324 [ 3 ] {d6334879-b5a8-44dc-aa59-de4eb8606a33} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5049 | 2024.09.06 06:37:43.570361 [ 3 ] {d6334879-b5a8-44dc-aa59-de4eb8606a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5050 | 2024.09.06 06:37:43.571009 [ 3 ] {d6334879-b5a8-44dc-aa59-de4eb8606a33} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5051 | 2024.09.06 06:37:43.571446 [ 3 ] {d6334879-b5a8-44dc-aa59-de4eb8606a33} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5052 | 2024.09.06 06:37:43.571632 [ 3 ] {d6334879-b5a8-44dc-aa59-de4eb8606a33} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002802 sec., 11063.526052819416 rows/sec., 19.83 MiB/sec. | ||
5053 | 2024.09.06 06:37:43.571865 [ 3 ] {d6334879-b5a8-44dc-aa59-de4eb8606a33} <Debug> DynamicQueryHandler: Done processing query | ||
5054 | 2024.09.06 06:37:43.571890 [ 3 ] {d6334879-b5a8-44dc-aa59-de4eb8606a33} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5055 | 2024.09.06 06:37:43.571907 [ 3 ] {} <Debug> HTTP-Session: 52224a44-1848-413f-b042-2e04ec65e20c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5056 | 2024.09.06 06:37:43.572043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5057 | 2024.09.06 06:37:43.572092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5058 | 2024.09.06 06:37:43.572112 [ 3 ] {} <Debug> HTTP-Session: cdc719b3-69ed-45e1-a74b-a9f42971bac3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5059 | 2024.09.06 06:37:43.572129 [ 3 ] {} <Debug> HTTP-Session: cdc719b3-69ed-45e1-a74b-a9f42971bac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5060 | 2024.09.06 06:37:43.572142 [ 3 ] {} <Debug> HTTP-Session: cdc719b3-69ed-45e1-a74b-a9f42971bac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5061 | 2024.09.06 06:37:43.572174 [ 3 ] {} <Trace> HTTP-Session: cdc719b3-69ed-45e1-a74b-a9f42971bac3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5062 | 2024.09.06 06:37:43.572290 [ 3 ] {24b0492f-db29-4a33-8b46-5d8a2f6cb73f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5063 | 2024.09.06 06:37:43.572337 [ 3 ] {24b0492f-db29-4a33-8b46-5d8a2f6cb73f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5064 | 2024.09.06 06:37:43.572468 [ 3 ] {24b0492f-db29-4a33-8b46-5d8a2f6cb73f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5065 | 2024.09.06 06:37:43.572830 [ 3 ] {24b0492f-db29-4a33-8b46-5d8a2f6cb73f} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5066 | 2024.09.06 06:37:43.572865 [ 3 ] {24b0492f-db29-4a33-8b46-5d8a2f6cb73f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5067 | 2024.09.06 06:37:43.573225 [ 3 ] {24b0492f-db29-4a33-8b46-5d8a2f6cb73f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5068 | 2024.09.06 06:37:43.573551 [ 3 ] {24b0492f-db29-4a33-8b46-5d8a2f6cb73f} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5069 | 2024.09.06 06:37:43.573714 [ 3 ] {24b0492f-db29-4a33-8b46-5d8a2f6cb73f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001458 sec., 41152.26337448559 rows/sec., 2.77 MiB/sec. | ||
5070 | 2024.09.06 06:37:43.573878 [ 3 ] {24b0492f-db29-4a33-8b46-5d8a2f6cb73f} <Debug> DynamicQueryHandler: Done processing query | ||
5071 | 2024.09.06 06:37:43.573902 [ 3 ] {24b0492f-db29-4a33-8b46-5d8a2f6cb73f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5072 | 2024.09.06 06:37:43.573918 [ 3 ] {} <Debug> HTTP-Session: cdc719b3-69ed-45e1-a74b-a9f42971bac3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5073 | 2024.09.06 06:37:45.501888 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5074 | 2024.09.06 06:37:45.501939 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5075 | 2024.09.06 06:37:48.562223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5076 | 2024.09.06 06:37:48.562361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5077 | 2024.09.06 06:37:48.562389 [ 3 ] {} <Debug> HTTP-Session: 1d1381d4-9cd1-4c07-8111-f1b4cb98e5d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5078 | 2024.09.06 06:37:48.562418 [ 3 ] {} <Debug> HTTP-Session: 1d1381d4-9cd1-4c07-8111-f1b4cb98e5d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5079 | 2024.09.06 06:37:48.562436 [ 3 ] {} <Debug> HTTP-Session: 1d1381d4-9cd1-4c07-8111-f1b4cb98e5d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5080 | 2024.09.06 06:37:48.562493 [ 3 ] {} <Trace> HTTP-Session: 1d1381d4-9cd1-4c07-8111-f1b4cb98e5d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5081 | 2024.09.06 06:37:48.562756 [ 3 ] {00027d8d-d073-44f4-ad94-cf6423450dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5082 | 2024.09.06 06:37:48.562831 [ 3 ] {00027d8d-d073-44f4-ad94-cf6423450dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5083 | 2024.09.06 06:37:48.563169 [ 3 ] {00027d8d-d073-44f4-ad94-cf6423450dc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5084 | 2024.09.06 06:37:48.563732 [ 3 ] {00027d8d-d073-44f4-ad94-cf6423450dc6} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5085 | 2024.09.06 06:37:48.563773 [ 3 ] {00027d8d-d073-44f4-ad94-cf6423450dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5086 | 2024.09.06 06:37:48.564203 [ 3 ] {00027d8d-d073-44f4-ad94-cf6423450dc6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5087 | 2024.09.06 06:37:48.564588 [ 3 ] {00027d8d-d073-44f4-ad94-cf6423450dc6} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5088 | 2024.09.06 06:37:48.564752 [ 3 ] {00027d8d-d073-44f4-ad94-cf6423450dc6} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002113 sec., 97018.45716990062 rows/sec., 8.54 MiB/sec. | ||
5089 | 2024.09.06 06:37:48.564984 [ 3 ] {00027d8d-d073-44f4-ad94-cf6423450dc6} <Debug> DynamicQueryHandler: Done processing query | ||
5090 | 2024.09.06 06:37:48.565011 [ 3 ] {00027d8d-d073-44f4-ad94-cf6423450dc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5091 | 2024.09.06 06:37:48.565027 [ 3 ] {} <Debug> HTTP-Session: 1d1381d4-9cd1-4c07-8111-f1b4cb98e5d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5092 | 2024.09.06 06:37:48.565204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5093 | 2024.09.06 06:37:48.565254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5094 | 2024.09.06 06:37:48.565274 [ 3 ] {} <Debug> HTTP-Session: cc8889f4-1b02-49f0-b723-f602f32af208 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5095 | 2024.09.06 06:37:48.565291 [ 3 ] {} <Debug> HTTP-Session: cc8889f4-1b02-49f0-b723-f602f32af208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5096 | 2024.09.06 06:37:48.565305 [ 3 ] {} <Debug> HTTP-Session: cc8889f4-1b02-49f0-b723-f602f32af208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5097 | 2024.09.06 06:37:48.565337 [ 3 ] {} <Trace> HTTP-Session: cc8889f4-1b02-49f0-b723-f602f32af208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5098 | 2024.09.06 06:37:48.565436 [ 3 ] {134c1df9-c038-43f4-8d98-5bf1b721de6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5099 | 2024.09.06 06:37:48.565480 [ 3 ] {134c1df9-c038-43f4-8d98-5bf1b721de6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5100 | 2024.09.06 06:37:48.565710 [ 3 ] {134c1df9-c038-43f4-8d98-5bf1b721de6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5101 | 2024.09.06 06:37:48.566026 [ 3 ] {134c1df9-c038-43f4-8d98-5bf1b721de6b} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5102 | 2024.09.06 06:37:48.566063 [ 3 ] {134c1df9-c038-43f4-8d98-5bf1b721de6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5103 | 2024.09.06 06:37:48.566407 [ 3 ] {134c1df9-c038-43f4-8d98-5bf1b721de6b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5104 | 2024.09.06 06:37:48.566797 [ 3 ] {134c1df9-c038-43f4-8d98-5bf1b721de6b} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5105 | 2024.09.06 06:37:48.566973 [ 3 ] {134c1df9-c038-43f4-8d98-5bf1b721de6b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00155 sec., 5161.290322580645 rows/sec., 388.10 KiB/sec. | ||
5106 | 2024.09.06 06:37:48.567144 [ 3 ] {134c1df9-c038-43f4-8d98-5bf1b721de6b} <Debug> DynamicQueryHandler: Done processing query | ||
5107 | 2024.09.06 06:37:48.567168 [ 3 ] {134c1df9-c038-43f4-8d98-5bf1b721de6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5108 | 2024.09.06 06:37:48.567185 [ 3 ] {} <Debug> HTTP-Session: cc8889f4-1b02-49f0-b723-f602f32af208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5109 | 2024.09.06 06:37:48.567313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5110 | 2024.09.06 06:37:48.567362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5111 | 2024.09.06 06:37:48.567381 [ 3 ] {} <Debug> HTTP-Session: 2289816a-0ec4-48a2-957c-802fb01bc3c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5112 | 2024.09.06 06:37:48.567398 [ 3 ] {} <Debug> HTTP-Session: 2289816a-0ec4-48a2-957c-802fb01bc3c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5113 | 2024.09.06 06:37:48.567411 [ 3 ] {} <Debug> HTTP-Session: 2289816a-0ec4-48a2-957c-802fb01bc3c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5114 | 2024.09.06 06:37:48.567443 [ 3 ] {} <Trace> HTTP-Session: 2289816a-0ec4-48a2-957c-802fb01bc3c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5115 | 2024.09.06 06:37:48.567542 [ 3 ] {2a85a20e-ca5a-4a04-81f4-f3b3f13329af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5116 | 2024.09.06 06:37:48.567585 [ 3 ] {2a85a20e-ca5a-4a04-81f4-f3b3f13329af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5117 | 2024.09.06 06:37:48.567812 [ 3 ] {2a85a20e-ca5a-4a04-81f4-f3b3f13329af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5118 | 2024.09.06 06:37:48.568115 [ 3 ] {2a85a20e-ca5a-4a04-81f4-f3b3f13329af} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5119 | 2024.09.06 06:37:48.568150 [ 3 ] {2a85a20e-ca5a-4a04-81f4-f3b3f13329af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5120 | 2024.09.06 06:37:48.568498 [ 3 ] {2a85a20e-ca5a-4a04-81f4-f3b3f13329af} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5121 | 2024.09.06 06:37:48.568860 [ 3 ] {2a85a20e-ca5a-4a04-81f4-f3b3f13329af} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5122 | 2024.09.06 06:37:48.569012 [ 131 ] {} <Debug> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5123 | 2024.09.06 06:37:48.569023 [ 3 ] {2a85a20e-ca5a-4a04-81f4-f3b3f13329af} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001498 sec., 9345.794392523365 rows/sec., 654.52 KiB/sec. | ||
5124 | 2024.09.06 06:37:48.569098 [ 131 ] {} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5125 | 2024.09.06 06:37:48.569161 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5126 | 2024.09.06 06:37:48.569409 [ 3 ] {2a85a20e-ca5a-4a04-81f4-f3b3f13329af} <Debug> DynamicQueryHandler: Done processing query | ||
5127 | 2024.09.06 06:37:48.569486 [ 3 ] {2a85a20e-ca5a-4a04-81f4-f3b3f13329af} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5128 | 2024.09.06 06:37:48.569482 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::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 | ||
5129 | 2024.09.06 06:37:48.569562 [ 3 ] {} <Debug> HTTP-Session: 2289816a-0ec4-48a2-957c-802fb01bc3c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5130 | 2024.09.06 06:37:48.569766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5131 | 2024.09.06 06:37:48.569824 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5132 | 2024.09.06 06:37:48.569833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5133 | 2024.09.06 06:37:48.569868 [ 3 ] {} <Debug> HTTP-Session: 0b682f86-5311-47b3-876a-383eb60e617e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5134 | 2024.09.06 06:37:48.569873 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
5135 | 2024.09.06 06:37:48.569886 [ 3 ] {} <Debug> HTTP-Session: 0b682f86-5311-47b3-876a-383eb60e617e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5136 | 2024.09.06 06:37:48.569905 [ 3 ] {} <Debug> HTTP-Session: 0b682f86-5311-47b3-876a-383eb60e617e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5137 | 2024.09.06 06:37:48.569942 [ 3 ] {} <Trace> HTTP-Session: 0b682f86-5311-47b3-876a-383eb60e617e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5138 | 2024.09.06 06:37:48.569995 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
5139 | 2024.09.06 06:37:48.570154 [ 3 ] {6a711959-c8cb-48b3-976e-73fe653cc771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5140 | 2024.09.06 06:37:48.570272 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part | ||
5141 | 2024.09.06 06:37:48.570318 [ 3 ] {6a711959-c8cb-48b3-976e-73fe653cc771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5142 | 2024.09.06 06:37:48.570594 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
5143 | 2024.09.06 06:37:48.570757 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
5144 | 2024.09.06 06:37:48.570958 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
5145 | 2024.09.06 06:37:48.571345 [ 3 ] {6a711959-c8cb-48b3-976e-73fe653cc771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5146 | 2024.09.06 06:37:48.571792 [ 3 ] {6a711959-c8cb-48b3-976e-73fe653cc771} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5147 | 2024.09.06 06:37:48.571838 [ 3 ] {6a711959-c8cb-48b3-976e-73fe653cc771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5148 | 2024.09.06 06:37:48.572373 [ 3 ] {6a711959-c8cb-48b3-976e-73fe653cc771} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5149 | 2024.09.06 06:37:48.572586 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.003321265 sec., 158373.3908616145 rows/sec., 10.76 MiB/sec. | ||
5150 | 2024.09.06 06:37:48.572944 [ 197 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5151 | 2024.09.06 06:37:48.572957 [ 3 ] {6a711959-c8cb-48b3-976e-73fe653cc771} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5152 | 2024.09.06 06:37:48.573323 [ 3 ] {6a711959-c8cb-48b3-976e-73fe653cc771} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003268 sec., 1835.985312117503 rows/sec., 108.47 KiB/sec. | ||
5153 | 2024.09.06 06:37:48.573787 [ 3 ] {6a711959-c8cb-48b3-976e-73fe653cc771} <Debug> DynamicQueryHandler: Done processing query | ||
5154 | 2024.09.06 06:37:48.573825 [ 3 ] {6a711959-c8cb-48b3-976e-73fe653cc771} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5155 | 2024.09.06 06:37:48.573852 [ 3 ] {} <Debug> HTTP-Session: 0b682f86-5311-47b3-876a-383eb60e617e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5156 | 2024.09.06 06:37:48.574017 [ 197 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_11_2} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5157 | 2024.09.06 06:37:48.574109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5158 | 2024.09.06 06:37:48.574164 [ 197 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_11_2} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5159 | 2024.09.06 06:37:48.574181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5160 | 2024.09.06 06:37:48.574217 [ 3 ] {} <Debug> HTTP-Session: afc76580-730b-4b09-a728-a627a72f925b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5161 | 2024.09.06 06:37:48.574263 [ 3 ] {} <Debug> HTTP-Session: afc76580-730b-4b09-a728-a627a72f925b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5162 | 2024.09.06 06:37:48.574307 [ 3 ] {} <Debug> HTTP-Session: afc76580-730b-4b09-a728-a627a72f925b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5163 | 2024.09.06 06:37:48.574341 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
5164 | 2024.09.06 06:37:48.574362 [ 3 ] {} <Trace> HTTP-Session: afc76580-730b-4b09-a728-a627a72f925b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5165 | 2024.09.06 06:37:48.574591 [ 3 ] {524e0baf-f735-46c2-bc5c-d19984a3a713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5166 | 2024.09.06 06:37:48.574635 [ 3 ] {524e0baf-f735-46c2-bc5c-d19984a3a713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5167 | 2024.09.06 06:37:48.574882 [ 3 ] {524e0baf-f735-46c2-bc5c-d19984a3a713} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5168 | 2024.09.06 06:37:48.575481 [ 3 ] {524e0baf-f735-46c2-bc5c-d19984a3a713} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5169 | 2024.09.06 06:37:48.575519 [ 3 ] {524e0baf-f735-46c2-bc5c-d19984a3a713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5170 | 2024.09.06 06:37:48.575911 [ 3 ] {524e0baf-f735-46c2-bc5c-d19984a3a713} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5171 | 2024.09.06 06:37:48.576283 [ 3 ] {524e0baf-f735-46c2-bc5c-d19984a3a713} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5172 | 2024.09.06 06:37:48.576450 [ 3 ] {524e0baf-f735-46c2-bc5c-d19984a3a713} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001965 sec., 198473.28244274808 rows/sec., 14.08 MiB/sec. | ||
5173 | 2024.09.06 06:37:48.576633 [ 3 ] {524e0baf-f735-46c2-bc5c-d19984a3a713} <Debug> DynamicQueryHandler: Done processing query | ||
5174 | 2024.09.06 06:37:48.576658 [ 3 ] {524e0baf-f735-46c2-bc5c-d19984a3a713} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5175 | 2024.09.06 06:37:48.576674 [ 3 ] {} <Debug> HTTP-Session: afc76580-730b-4b09-a728-a627a72f925b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5176 | 2024.09.06 06:37:48.576810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5177 | 2024.09.06 06:37:48.576862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5178 | 2024.09.06 06:37:48.576881 [ 3 ] {} <Debug> HTTP-Session: 453dff8f-15d7-4db6-ac39-93e6658ec809 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5179 | 2024.09.06 06:37:48.576900 [ 3 ] {} <Debug> HTTP-Session: 453dff8f-15d7-4db6-ac39-93e6658ec809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5180 | 2024.09.06 06:37:48.576915 [ 3 ] {} <Debug> HTTP-Session: 453dff8f-15d7-4db6-ac39-93e6658ec809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5181 | 2024.09.06 06:37:48.576946 [ 3 ] {} <Trace> HTTP-Session: 453dff8f-15d7-4db6-ac39-93e6658ec809 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5182 | 2024.09.06 06:37:48.577043 [ 3 ] {d49e7948-67bb-4833-8777-b9721696be7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5183 | 2024.09.06 06:37:48.577088 [ 3 ] {d49e7948-67bb-4833-8777-b9721696be7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5184 | 2024.09.06 06:37:48.577217 [ 3 ] {d49e7948-67bb-4833-8777-b9721696be7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5185 | 2024.09.06 06:37:48.577479 [ 3 ] {d49e7948-67bb-4833-8777-b9721696be7f} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5186 | 2024.09.06 06:37:48.577515 [ 3 ] {d49e7948-67bb-4833-8777-b9721696be7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5187 | 2024.09.06 06:37:48.577881 [ 3 ] {d49e7948-67bb-4833-8777-b9721696be7f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5188 | 2024.09.06 06:37:48.578230 [ 3 ] {d49e7948-67bb-4833-8777-b9721696be7f} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5189 | 2024.09.06 06:37:48.578422 [ 3 ] {d49e7948-67bb-4833-8777-b9721696be7f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001397 sec., 4294.917680744452 rows/sec., 224.39 KiB/sec. | ||
5190 | 2024.09.06 06:37:48.578625 [ 3 ] {d49e7948-67bb-4833-8777-b9721696be7f} <Debug> DynamicQueryHandler: Done processing query | ||
5191 | 2024.09.06 06:37:48.578649 [ 3 ] {d49e7948-67bb-4833-8777-b9721696be7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5192 | 2024.09.06 06:37:48.578665 [ 3 ] {} <Debug> HTTP-Session: 453dff8f-15d7-4db6-ac39-93e6658ec809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5193 | 2024.09.06 06:37:48.578835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5194 | 2024.09.06 06:37:48.578884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5195 | 2024.09.06 06:37:48.578906 [ 3 ] {} <Debug> HTTP-Session: ddfbfc56-d514-486c-8fbb-7f1bad90faeb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5196 | 2024.09.06 06:37:48.578922 [ 3 ] {} <Debug> HTTP-Session: ddfbfc56-d514-486c-8fbb-7f1bad90faeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5197 | 2024.09.06 06:37:48.578936 [ 3 ] {} <Debug> HTTP-Session: ddfbfc56-d514-486c-8fbb-7f1bad90faeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5198 | 2024.09.06 06:37:48.578968 [ 3 ] {} <Trace> HTTP-Session: ddfbfc56-d514-486c-8fbb-7f1bad90faeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5199 | 2024.09.06 06:37:48.579163 [ 3 ] {3ca844a9-c8c6-4bc6-8268-473df597b5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5200 | 2024.09.06 06:37:48.579210 [ 3 ] {3ca844a9-c8c6-4bc6-8268-473df597b5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5201 | 2024.09.06 06:37:48.579359 [ 3 ] {3ca844a9-c8c6-4bc6-8268-473df597b5ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5202 | 2024.09.06 06:37:48.579793 [ 3 ] {3ca844a9-c8c6-4bc6-8268-473df597b5ea} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5203 | 2024.09.06 06:37:48.579831 [ 3 ] {3ca844a9-c8c6-4bc6-8268-473df597b5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5204 | 2024.09.06 06:37:48.580229 [ 3 ] {3ca844a9-c8c6-4bc6-8268-473df597b5ea} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5205 | 2024.09.06 06:37:48.580566 [ 3 ] {3ca844a9-c8c6-4bc6-8268-473df597b5ea} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5206 | 2024.09.06 06:37:48.580818 [ 3 ] {3ca844a9-c8c6-4bc6-8268-473df597b5ea} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001752 sec., 135273.97260273973 rows/sec., 9.07 MiB/sec. | ||
5207 | 2024.09.06 06:37:48.580996 [ 3 ] {3ca844a9-c8c6-4bc6-8268-473df597b5ea} <Debug> DynamicQueryHandler: Done processing query | ||
5208 | 2024.09.06 06:37:48.581020 [ 3 ] {3ca844a9-c8c6-4bc6-8268-473df597b5ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5209 | 2024.09.06 06:37:48.581036 [ 3 ] {} <Debug> HTTP-Session: ddfbfc56-d514-486c-8fbb-7f1bad90faeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5210 | 2024.09.06 06:37:48.581156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5211 | 2024.09.06 06:37:48.581205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5212 | 2024.09.06 06:37:48.581224 [ 3 ] {} <Debug> HTTP-Session: 6f58e938-fe0d-4293-a5f0-f3c84a4ae012 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5213 | 2024.09.06 06:37:48.581240 [ 3 ] {} <Debug> HTTP-Session: 6f58e938-fe0d-4293-a5f0-f3c84a4ae012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5214 | 2024.09.06 06:37:48.581254 [ 3 ] {} <Debug> HTTP-Session: 6f58e938-fe0d-4293-a5f0-f3c84a4ae012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5215 | 2024.09.06 06:37:48.581285 [ 3 ] {} <Trace> HTTP-Session: 6f58e938-fe0d-4293-a5f0-f3c84a4ae012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5216 | 2024.09.06 06:37:48.581464 [ 3 ] {49a704ff-9953-418b-a4ef-f43d42fe42bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5217 | 2024.09.06 06:37:48.581509 [ 3 ] {49a704ff-9953-418b-a4ef-f43d42fe42bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5218 | 2024.09.06 06:37:48.581640 [ 3 ] {49a704ff-9953-418b-a4ef-f43d42fe42bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5219 | 2024.09.06 06:37:48.581886 [ 3 ] {49a704ff-9953-418b-a4ef-f43d42fe42bf} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5220 | 2024.09.06 06:37:48.581923 [ 3 ] {49a704ff-9953-418b-a4ef-f43d42fe42bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5221 | 2024.09.06 06:37:48.582274 [ 3 ] {49a704ff-9953-418b-a4ef-f43d42fe42bf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5222 | 2024.09.06 06:37:48.582591 [ 3 ] {49a704ff-9953-418b-a4ef-f43d42fe42bf} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5223 | 2024.09.06 06:37:48.582742 [ 3 ] {49a704ff-9953-418b-a4ef-f43d42fe42bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001295 sec., 772.2007722007722 rows/sec., 52.03 KiB/sec. | ||
5224 | 2024.09.06 06:37:48.582910 [ 3 ] {49a704ff-9953-418b-a4ef-f43d42fe42bf} <Debug> DynamicQueryHandler: Done processing query | ||
5225 | 2024.09.06 06:37:48.582934 [ 3 ] {49a704ff-9953-418b-a4ef-f43d42fe42bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5226 | 2024.09.06 06:37:48.582950 [ 3 ] {} <Debug> HTTP-Session: 6f58e938-fe0d-4293-a5f0-f3c84a4ae012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5227 | 2024.09.06 06:37:48.583072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5228 | 2024.09.06 06:37:48.583120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5229 | 2024.09.06 06:37:48.583139 [ 3 ] {} <Debug> HTTP-Session: e371234a-1dc3-455c-8ecc-0835eac73d03 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5230 | 2024.09.06 06:37:48.583155 [ 3 ] {} <Debug> HTTP-Session: e371234a-1dc3-455c-8ecc-0835eac73d03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5231 | 2024.09.06 06:37:48.583168 [ 3 ] {} <Debug> HTTP-Session: e371234a-1dc3-455c-8ecc-0835eac73d03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5232 | 2024.09.06 06:37:48.583200 [ 3 ] {} <Trace> HTTP-Session: e371234a-1dc3-455c-8ecc-0835eac73d03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5233 | 2024.09.06 06:37:48.583372 [ 3 ] {5c0bc25d-a323-4965-8318-fb314fb4904c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5234 | 2024.09.06 06:37:48.583437 [ 3 ] {5c0bc25d-a323-4965-8318-fb314fb4904c} <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_histogramu64 | ||
5235 | 2024.09.06 06:37:48.583844 [ 3 ] {5c0bc25d-a323-4965-8318-fb314fb4904c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5236 | 2024.09.06 06:37:48.584413 [ 3 ] {5c0bc25d-a323-4965-8318-fb314fb4904c} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5237 | 2024.09.06 06:37:48.584449 [ 3 ] {5c0bc25d-a323-4965-8318-fb314fb4904c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5238 | 2024.09.06 06:37:48.585055 [ 3 ] {5c0bc25d-a323-4965-8318-fb314fb4904c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5239 | 2024.09.06 06:37:48.585485 [ 3 ] {5c0bc25d-a323-4965-8318-fb314fb4904c} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5240 | 2024.09.06 06:37:48.585675 [ 3 ] {5c0bc25d-a323-4965-8318-fb314fb4904c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002402 sec., 3330.5578684429643 rows/sec., 5.97 MiB/sec. | ||
5241 | 2024.09.06 06:37:48.585898 [ 3 ] {5c0bc25d-a323-4965-8318-fb314fb4904c} <Debug> DynamicQueryHandler: Done processing query | ||
5242 | 2024.09.06 06:37:48.585922 [ 3 ] {5c0bc25d-a323-4965-8318-fb314fb4904c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5243 | 2024.09.06 06:37:48.585938 [ 3 ] {} <Debug> HTTP-Session: e371234a-1dc3-455c-8ecc-0835eac73d03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5244 | 2024.09.06 06:37:48.586066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5245 | 2024.09.06 06:37:48.586114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5246 | 2024.09.06 06:37:48.586134 [ 3 ] {} <Debug> HTTP-Session: cf592cad-dc06-4c60-8d04-7662ddd595b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5247 | 2024.09.06 06:37:48.586150 [ 3 ] {} <Debug> HTTP-Session: cf592cad-dc06-4c60-8d04-7662ddd595b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5248 | 2024.09.06 06:37:48.586164 [ 3 ] {} <Debug> HTTP-Session: cf592cad-dc06-4c60-8d04-7662ddd595b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5249 | 2024.09.06 06:37:48.586198 [ 3 ] {} <Trace> HTTP-Session: cf592cad-dc06-4c60-8d04-7662ddd595b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5250 | 2024.09.06 06:37:48.586315 [ 3 ] {19b73199-fe29-4699-90c7-589cefba0169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5251 | 2024.09.06 06:37:48.586359 [ 3 ] {19b73199-fe29-4699-90c7-589cefba0169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5252 | 2024.09.06 06:37:48.586490 [ 3 ] {19b73199-fe29-4699-90c7-589cefba0169} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5253 | 2024.09.06 06:37:48.586799 [ 3 ] {19b73199-fe29-4699-90c7-589cefba0169} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5254 | 2024.09.06 06:37:48.586836 [ 3 ] {19b73199-fe29-4699-90c7-589cefba0169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5255 | 2024.09.06 06:37:48.587199 [ 3 ] {19b73199-fe29-4699-90c7-589cefba0169} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5256 | 2024.09.06 06:37:48.587521 [ 3 ] {19b73199-fe29-4699-90c7-589cefba0169} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5257 | 2024.09.06 06:37:48.587690 [ 3 ] {19b73199-fe29-4699-90c7-589cefba0169} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001415 sec., 57950.53003533569 rows/sec., 3.68 MiB/sec. | ||
5258 | 2024.09.06 06:37:48.587861 [ 3 ] {19b73199-fe29-4699-90c7-589cefba0169} <Debug> DynamicQueryHandler: Done processing query | ||
5259 | 2024.09.06 06:37:48.587885 [ 3 ] {19b73199-fe29-4699-90c7-589cefba0169} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5260 | 2024.09.06 06:37:48.587901 [ 3 ] {} <Debug> HTTP-Session: cf592cad-dc06-4c60-8d04-7662ddd595b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5261 | 2024.09.06 06:37:53.591827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5262 | 2024.09.06 06:37:53.591956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5263 | 2024.09.06 06:37:53.591980 [ 3 ] {} <Debug> HTTP-Session: 87327930-42fb-430f-bbfa-ede591def13c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5264 | 2024.09.06 06:37:53.592006 [ 3 ] {} <Debug> HTTP-Session: 87327930-42fb-430f-bbfa-ede591def13c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5265 | 2024.09.06 06:37:53.592021 [ 3 ] {} <Debug> HTTP-Session: 87327930-42fb-430f-bbfa-ede591def13c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5266 | 2024.09.06 06:37:53.592071 [ 3 ] {} <Trace> HTTP-Session: 87327930-42fb-430f-bbfa-ede591def13c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5267 | 2024.09.06 06:37:53.592259 [ 3 ] {537f2123-80ae-4b2c-93f5-575b03ac9c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5268 | 2024.09.06 06:37:53.592325 [ 3 ] {537f2123-80ae-4b2c-93f5-575b03ac9c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5269 | 2024.09.06 06:37:53.592662 [ 3 ] {537f2123-80ae-4b2c-93f5-575b03ac9c51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5270 | 2024.09.06 06:37:53.593138 [ 3 ] {537f2123-80ae-4b2c-93f5-575b03ac9c51} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5271 | 2024.09.06 06:37:53.593178 [ 3 ] {537f2123-80ae-4b2c-93f5-575b03ac9c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5272 | 2024.09.06 06:37:53.593600 [ 3 ] {537f2123-80ae-4b2c-93f5-575b03ac9c51} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5273 | 2024.09.06 06:37:53.593992 [ 3 ] {537f2123-80ae-4b2c-93f5-575b03ac9c51} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5274 | 2024.09.06 06:37:53.594135 [ 3 ] {537f2123-80ae-4b2c-93f5-575b03ac9c51} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001933 sec., 5173.305742369374 rows/sec., 421.85 KiB/sec. | ||
5275 | 2024.09.06 06:37:53.594385 [ 3 ] {537f2123-80ae-4b2c-93f5-575b03ac9c51} <Debug> DynamicQueryHandler: Done processing query | ||
5276 | 2024.09.06 06:37:53.594421 [ 3 ] {537f2123-80ae-4b2c-93f5-575b03ac9c51} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5277 | 2024.09.06 06:37:53.594446 [ 3 ] {} <Debug> HTTP-Session: 87327930-42fb-430f-bbfa-ede591def13c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5278 | 2024.09.06 06:37:53.594751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 183492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5279 | 2024.09.06 06:37:53.594807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5280 | 2024.09.06 06:37:53.594827 [ 3 ] {} <Debug> HTTP-Session: 5bd01a05-43f8-4031-95cb-d6819ba3fa5b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5281 | 2024.09.06 06:37:53.594844 [ 3 ] {} <Debug> HTTP-Session: 5bd01a05-43f8-4031-95cb-d6819ba3fa5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5282 | 2024.09.06 06:37:53.594858 [ 3 ] {} <Debug> HTTP-Session: 5bd01a05-43f8-4031-95cb-d6819ba3fa5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5283 | 2024.09.06 06:37:53.594890 [ 3 ] {} <Trace> HTTP-Session: 5bd01a05-43f8-4031-95cb-d6819ba3fa5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5284 | 2024.09.06 06:37:53.595643 [ 3 ] {b87fcfec-fb87-48b9-8a72-7d297ed3dee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5285 | 2024.09.06 06:37:53.595689 [ 3 ] {b87fcfec-fb87-48b9-8a72-7d297ed3dee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5286 | 2024.09.06 06:37:53.595925 [ 3 ] {b87fcfec-fb87-48b9-8a72-7d297ed3dee5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5287 | 2024.09.06 06:37:53.597203 [ 3 ] {b87fcfec-fb87-48b9-8a72-7d297ed3dee5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5288 | 2024.09.06 06:37:53.597241 [ 3 ] {b87fcfec-fb87-48b9-8a72-7d297ed3dee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5289 | 2024.09.06 06:37:53.597739 [ 3 ] {b87fcfec-fb87-48b9-8a72-7d297ed3dee5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5290 | 2024.09.06 06:37:53.598105 [ 3 ] {b87fcfec-fb87-48b9-8a72-7d297ed3dee5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5291 | 2024.09.06 06:37:53.598234 [ 126 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5292 | 2024.09.06 06:37:53.598239 [ 3 ] {b87fcfec-fb87-48b9-8a72-7d297ed3dee5} <Debug> executeQuery: Read 1263 rows, 107.15 KiB in 0.003194 sec., 395428.9292423294 rows/sec., 32.76 MiB/sec. | ||
5293 | 2024.09.06 06:37:53.598282 [ 126 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5294 | 2024.09.06 06:37:53.598323 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5295 | 2024.09.06 06:37:53.598515 [ 3 ] {b87fcfec-fb87-48b9-8a72-7d297ed3dee5} <Debug> DynamicQueryHandler: Done processing query | ||
5296 | 2024.09.06 06:37:53.598522 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
5297 | 2024.09.06 06:37:53.598543 [ 3 ] {b87fcfec-fb87-48b9-8a72-7d297ed3dee5} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
5298 | 2024.09.06 06:37:53.598596 [ 3 ] {} <Debug> HTTP-Session: 5bd01a05-43f8-4031-95cb-d6819ba3fa5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5299 | 2024.09.06 06:37:53.598755 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5300 | 2024.09.06 06:37:53.598796 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1414 rows starting from the beginning of the part | ||
5301 | 2024.09.06 06:37:53.598857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 5891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5302 | 2024.09.06 06:37:53.599018 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 118 rows starting from the beginning of the part | ||
5303 | 2024.09.06 06:37:53.599027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5304 | 2024.09.06 06:37:53.599114 [ 3 ] {} <Debug> HTTP-Session: bf66a3f9-4a8b-4865-9f63-f60506f87975 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5305 | 2024.09.06 06:37:53.599197 [ 3 ] {} <Debug> HTTP-Session: bf66a3f9-4a8b-4865-9f63-f60506f87975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5306 | 2024.09.06 06:37:53.599285 [ 3 ] {} <Debug> HTTP-Session: bf66a3f9-4a8b-4865-9f63-f60506f87975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5307 | 2024.09.06 06:37:53.599312 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 205 rows starting from the beginning of the part | ||
5308 | 2024.09.06 06:37:53.599425 [ 3 ] {} <Trace> HTTP-Session: bf66a3f9-4a8b-4865-9f63-f60506f87975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5309 | 2024.09.06 06:37:53.599596 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 118 rows starting from the beginning of the part | ||
5310 | 2024.09.06 06:37:53.599859 [ 3 ] {b848dc29-5f29-45f0-ad92-060d3e8409c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5311 | 2024.09.06 06:37:53.599898 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 205 rows starting from the beginning of the part | ||
5312 | 2024.09.06 06:37:53.600029 [ 3 ] {b848dc29-5f29-45f0-ad92-060d3e8409c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5313 | 2024.09.06 06:37:53.600146 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1263 rows starting from the beginning of the part | ||
5314 | 2024.09.06 06:37:53.601092 [ 3 ] {b848dc29-5f29-45f0-ad92-060d3e8409c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5315 | 2024.09.06 06:37:53.602009 [ 3 ] {b848dc29-5f29-45f0-ad92-060d3e8409c1} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5316 | 2024.09.06 06:37:53.602080 [ 3 ] {b848dc29-5f29-45f0-ad92-060d3e8409c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5317 | 2024.09.06 06:37:53.603184 [ 3 ] {b848dc29-5f29-45f0-ad92-060d3e8409c1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5318 | 2024.09.06 06:37:53.603910 [ 3 ] {b848dc29-5f29-45f0-ad92-060d3e8409c1} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5319 | 2024.09.06 06:37:53.604293 [ 126 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5320 | 2024.09.06 06:37:53.604409 [ 126 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5321 | 2024.09.06 06:37:53.604431 [ 3 ] {b848dc29-5f29-45f0-ad92-060d3e8409c1} <Debug> executeQuery: Read 41 rows, 3.03 KiB in 0.004747 sec., 8637.033916157572 rows/sec., 638.15 KiB/sec. | ||
5322 | 2024.09.06 06:37:53.604477 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5323 | 2024.09.06 06:37:53.604472 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3323 rows, containing 5 columns (5 merged, 0 gathered) in 0.006035517 sec., 550574.2093013739 rows/sec., 48.36 MiB/sec. | ||
5324 | 2024.09.06 06:37:53.605061 [ 3 ] {b848dc29-5f29-45f0-ad92-060d3e8409c1} <Debug> DynamicQueryHandler: Done processing query | ||
5325 | 2024.09.06 06:37:53.605121 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
5326 | 2024.09.06 06:37:53.605136 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5327 | 2024.09.06 06:37:53.605167 [ 3 ] {b848dc29-5f29-45f0-ad92-060d3e8409c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5328 | 2024.09.06 06:37:53.605276 [ 3 ] {} <Debug> HTTP-Session: bf66a3f9-4a8b-4865-9f63-f60506f87975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5329 | 2024.09.06 06:37:53.605652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5330 | 2024.09.06 06:37:53.605827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5331 | 2024.09.06 06:37:53.605888 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5332 | 2024.09.06 06:37:53.605919 [ 3 ] {} <Debug> HTTP-Session: 6ba335ba-9e9f-417e-ba76-a92fa3fc55b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5333 | 2024.09.06 06:37:53.605990 [ 3 ] {} <Debug> HTTP-Session: 6ba335ba-9e9f-417e-ba76-a92fa3fc55b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5334 | 2024.09.06 06:37:53.606000 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 53 rows starting from the beginning of the part | ||
5335 | 2024.09.06 06:37:53.606080 [ 3 ] {} <Debug> HTTP-Session: 6ba335ba-9e9f-417e-ba76-a92fa3fc55b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5336 | 2024.09.06 06:37:53.606301 [ 3 ] {} <Trace> HTTP-Session: 6ba335ba-9e9f-417e-ba76-a92fa3fc55b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5337 | 2024.09.06 06:37:53.606569 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
5338 | 2024.09.06 06:37:53.606998 [ 3 ] {0b7e35a1-3b43-4e0d-b34b-7843f18d0bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5339 | 2024.09.06 06:37:53.607125 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part | ||
5340 | 2024.09.06 06:37:53.607224 [ 3 ] {0b7e35a1-3b43-4e0d-b34b-7843f18d0bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5341 | 2024.09.06 06:37:53.607666 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
5342 | 2024.09.06 06:37:53.608034 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_26_5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5343 | 2024.09.06 06:37:53.608136 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part | ||
5344 | 2024.09.06 06:37:53.608466 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_26_5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5345 | 2024.09.06 06:37:53.608706 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part | ||
5346 | 2024.09.06 06:37:53.608843 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
5347 | 2024.09.06 06:37:53.609310 [ 3 ] {0b7e35a1-3b43-4e0d-b34b-7843f18d0bde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5348 | 2024.09.06 06:37:53.610009 [ 3 ] {0b7e35a1-3b43-4e0d-b34b-7843f18d0bde} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5349 | 2024.09.06 06:37:53.610052 [ 3 ] {0b7e35a1-3b43-4e0d-b34b-7843f18d0bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5350 | 2024.09.06 06:37:53.610583 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005916955 sec., 29069.00593295031 rows/sec., 2.22 MiB/sec. | ||
5351 | 2024.09.06 06:37:53.610700 [ 3 ] {0b7e35a1-3b43-4e0d-b34b-7843f18d0bde} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5352 | 2024.09.06 06:37:53.610777 [ 198 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5353 | 2024.09.06 06:37:53.611628 [ 3 ] {0b7e35a1-3b43-4e0d-b34b-7843f18d0bde} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5354 | 2024.09.06 06:37:53.611747 [ 198 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_21_4} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5355 | 2024.09.06 06:37:53.611982 [ 3 ] {0b7e35a1-3b43-4e0d-b34b-7843f18d0bde} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005327 sec., 42800.82598085226 rows/sec., 2.90 MiB/sec. | ||
5356 | 2024.09.06 06:37:53.611997 [ 198 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_21_4} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5357 | 2024.09.06 06:37:53.612422 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5358 | 2024.09.06 06:37:53.612592 [ 3 ] {0b7e35a1-3b43-4e0d-b34b-7843f18d0bde} <Debug> DynamicQueryHandler: Done processing query | ||
5359 | 2024.09.06 06:37:53.612622 [ 3 ] {0b7e35a1-3b43-4e0d-b34b-7843f18d0bde} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5360 | 2024.09.06 06:37:53.612638 [ 3 ] {} <Debug> HTTP-Session: 6ba335ba-9e9f-417e-ba76-a92fa3fc55b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5361 | 2024.09.06 06:37:53.612868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 92792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5362 | 2024.09.06 06:37:53.612917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5363 | 2024.09.06 06:37:53.612935 [ 3 ] {} <Debug> HTTP-Session: 5b6384a6-3ef8-4aa2-92ef-020eca762a45 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5364 | 2024.09.06 06:37:53.612952 [ 3 ] {} <Debug> HTTP-Session: 5b6384a6-3ef8-4aa2-92ef-020eca762a45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5365 | 2024.09.06 06:37:53.612966 [ 3 ] {} <Debug> HTTP-Session: 5b6384a6-3ef8-4aa2-92ef-020eca762a45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5366 | 2024.09.06 06:37:53.612998 [ 3 ] {} <Trace> HTTP-Session: 5b6384a6-3ef8-4aa2-92ef-020eca762a45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5367 | 2024.09.06 06:37:53.613561 [ 3 ] {382b6d12-033d-47c3-942e-16c377972917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5368 | 2024.09.06 06:37:53.613607 [ 3 ] {382b6d12-033d-47c3-942e-16c377972917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5369 | 2024.09.06 06:37:53.613846 [ 3 ] {382b6d12-033d-47c3-942e-16c377972917} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5370 | 2024.09.06 06:37:53.614536 [ 3 ] {382b6d12-033d-47c3-942e-16c377972917} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5371 | 2024.09.06 06:37:53.614574 [ 3 ] {382b6d12-033d-47c3-942e-16c377972917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5372 | 2024.09.06 06:37:53.614982 [ 3 ] {382b6d12-033d-47c3-942e-16c377972917} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5373 | 2024.09.06 06:37:53.615351 [ 3 ] {382b6d12-033d-47c3-942e-16c377972917} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5374 | 2024.09.06 06:37:53.615511 [ 3 ] {382b6d12-033d-47c3-942e-16c377972917} <Debug> executeQuery: Read 561 rows, 42.70 KiB in 0.002395 sec., 234237.99582463465 rows/sec., 17.41 MiB/sec. | ||
5375 | 2024.09.06 06:37:53.615521 [ 124 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5376 | 2024.09.06 06:37:53.615631 [ 124 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5377 | 2024.09.06 06:37:53.615678 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5378 | 2024.09.06 06:37:53.615802 [ 3 ] {382b6d12-033d-47c3-942e-16c377972917} <Debug> DynamicQueryHandler: Done processing query | ||
5379 | 2024.09.06 06:37:53.615841 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
5380 | 2024.09.06 06:37:53.615842 [ 3 ] {382b6d12-033d-47c3-942e-16c377972917} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
5381 | 2024.09.06 06:37:53.615916 [ 3 ] {} <Debug> HTTP-Session: 5b6384a6-3ef8-4aa2-92ef-020eca762a45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5382 | 2024.09.06 06:37:53.616059 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5383 | 2024.09.06 06:37:53.616100 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part | ||
5384 | 2024.09.06 06:37:53.616265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 161130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5385 | 2024.09.06 06:37:53.616372 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 95 rows starting from the beginning of the part | ||
5386 | 2024.09.06 06:37:53.616415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5387 | 2024.09.06 06:37:53.616470 [ 3 ] {} <Debug> HTTP-Session: ef6a53b9-3931-45b7-8877-0d2a76e6bd39 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5388 | 2024.09.06 06:37:53.616550 [ 3 ] {} <Debug> HTTP-Session: ef6a53b9-3931-45b7-8877-0d2a76e6bd39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5389 | 2024.09.06 06:37:53.616652 [ 3 ] {} <Debug> HTTP-Session: ef6a53b9-3931-45b7-8877-0d2a76e6bd39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5390 | 2024.09.06 06:37:53.616666 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 390 rows starting from the beginning of the part | ||
5391 | 2024.09.06 06:37:53.616767 [ 3 ] {} <Trace> HTTP-Session: ef6a53b9-3931-45b7-8877-0d2a76e6bd39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5392 | 2024.09.06 06:37:53.616912 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 95 rows starting from the beginning of the part | ||
5393 | 2024.09.06 06:37:53.617168 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 390 rows starting from the beginning of the part | ||
5394 | 2024.09.06 06:37:53.617359 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 561 rows starting from the beginning of the part | ||
5395 | 2024.09.06 06:37:53.617860 [ 3 ] {6cca6d28-207b-40e0-b759-d5ce1f542e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5396 | 2024.09.06 06:37:53.617961 [ 3 ] {6cca6d28-207b-40e0-b759-d5ce1f542e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5397 | 2024.09.06 06:37:53.618522 [ 3 ] {6cca6d28-207b-40e0-b759-d5ce1f542e5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5398 | 2024.09.06 06:37:53.619988 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2440 rows, containing 5 columns (5 merged, 0 gathered) in 0.004233893 sec., 576301.7629401593 rows/sec., 44.23 MiB/sec. | ||
5399 | 2024.09.06 06:37:53.620055 [ 3 ] {6cca6d28-207b-40e0-b759-d5ce1f542e5e} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5400 | 2024.09.06 06:37:53.620106 [ 3 ] {6cca6d28-207b-40e0-b759-d5ce1f542e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5401 | 2024.09.06 06:37:53.620229 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5402 | 2024.09.06 06:37:53.621206 [ 3 ] {6cca6d28-207b-40e0-b759-d5ce1f542e5e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5403 | 2024.09.06 06:37:53.621239 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_26_5} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5404 | 2024.09.06 06:37:53.621385 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_26_5} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5405 | 2024.09.06 06:37:53.621579 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
5406 | 2024.09.06 06:37:53.621922 [ 3 ] {6cca6d28-207b-40e0-b759-d5ce1f542e5e} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5407 | 2024.09.06 06:37:53.622116 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5408 | 2024.09.06 06:37:53.622129 [ 3 ] {6cca6d28-207b-40e0-b759-d5ce1f542e5e} <Debug> executeQuery: Read 849 rows, 58.52 KiB in 0.005073 sec., 167356.5937315198 rows/sec., 11.27 MiB/sec. | ||
5409 | 2024.09.06 06:37:53.622163 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5410 | 2024.09.06 06:37:53.622242 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5411 | 2024.09.06 06:37:53.622484 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
5412 | 2024.09.06 06:37:53.622542 [ 3 ] {6cca6d28-207b-40e0-b759-d5ce1f542e5e} <Debug> DynamicQueryHandler: Done processing query | ||
5413 | 2024.09.06 06:37:53.622588 [ 3 ] {6cca6d28-207b-40e0-b759-d5ce1f542e5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
5414 | 2024.09.06 06:37:53.622641 [ 3 ] {} <Debug> HTTP-Session: ef6a53b9-3931-45b7-8877-0d2a76e6bd39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5415 | 2024.09.06 06:37:53.622729 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5416 | 2024.09.06 06:37:53.622766 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6599 rows starting from the beginning of the part | ||
5417 | 2024.09.06 06:37:53.622885 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
5418 | 2024.09.06 06:37:53.623020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 50903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5419 | 2024.09.06 06:37:53.623220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5420 | 2024.09.06 06:37:53.623244 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part | ||
5421 | 2024.09.06 06:37:53.623275 [ 3 ] {} <Debug> HTTP-Session: 6ea1cb39-7c53-4f4c-8f98-b365e3dcbc95 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5422 | 2024.09.06 06:37:53.623322 [ 3 ] {} <Debug> HTTP-Session: 6ea1cb39-7c53-4f4c-8f98-b365e3dcbc95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5423 | 2024.09.06 06:37:53.623371 [ 3 ] {} <Debug> HTTP-Session: 6ea1cb39-7c53-4f4c-8f98-b365e3dcbc95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5424 | 2024.09.06 06:37:53.623514 [ 3 ] {} <Trace> HTTP-Session: 6ea1cb39-7c53-4f4c-8f98-b365e3dcbc95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5425 | 2024.09.06 06:37:53.623558 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
5426 | 2024.09.06 06:37:53.623804 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part | ||
5427 | 2024.09.06 06:37:53.623943 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 849 rows starting from the beginning of the part | ||
5428 | 2024.09.06 06:37:53.624224 [ 3 ] {b3de299c-5aaf-4bfb-a1ae-d448e74c6ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5429 | 2024.09.06 06:37:53.624499 [ 3 ] {b3de299c-5aaf-4bfb-a1ae-d448e74c6ab0} <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_histogramu64 | ||
5430 | 2024.09.06 06:37:53.625574 [ 3 ] {b3de299c-5aaf-4bfb-a1ae-d448e74c6ab0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5431 | 2024.09.06 06:37:53.627116 [ 3 ] {b3de299c-5aaf-4bfb-a1ae-d448e74c6ab0} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5432 | 2024.09.06 06:37:53.627154 [ 3 ] {b3de299c-5aaf-4bfb-a1ae-d448e74c6ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5433 | 2024.09.06 06:37:53.628383 [ 3 ] {b3de299c-5aaf-4bfb-a1ae-d448e74c6ab0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5434 | 2024.09.06 06:37:53.628902 [ 3 ] {b3de299c-5aaf-4bfb-a1ae-d448e74c6ab0} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5435 | 2024.09.06 06:37:53.629099 [ 124 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5436 | 2024.09.06 06:37:53.629132 [ 3 ] {b3de299c-5aaf-4bfb-a1ae-d448e74c6ab0} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005423 sec., 5716.393140328231 rows/sec., 10.24 MiB/sec. | ||
5437 | 2024.09.06 06:37:53.629181 [ 124 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5438 | 2024.09.06 06:37:53.629303 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5439 | 2024.09.06 06:37:53.630166 [ 193 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8242 rows, containing 5 columns (5 merged, 0 gathered) in 0.007812612 sec., 1054960.8760808804 rows/sec., 71.40 MiB/sec. | ||
5440 | 2024.09.06 06:37:53.630271 [ 3 ] {b3de299c-5aaf-4bfb-a1ae-d448e74c6ab0} <Debug> DynamicQueryHandler: Done processing query | ||
5441 | 2024.09.06 06:37:53.630320 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
5442 | 2024.09.06 06:37:53.630336 [ 3 ] {b3de299c-5aaf-4bfb-a1ae-d448e74c6ab0} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5443 | 2024.09.06 06:37:53.630412 [ 3 ] {} <Debug> HTTP-Session: 6ea1cb39-7c53-4f4c-8f98-b365e3dcbc95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5444 | 2024.09.06 06:37:53.630534 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5445 | 2024.09.06 06:37:53.630700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5446 | 2024.09.06 06:37:53.630893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5447 | 2024.09.06 06:37:53.630980 [ 3 ] {} <Debug> HTTP-Session: 21d76791-205f-4cf6-b4a4-5d41d70e7879 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5448 | 2024.09.06 06:37:53.631067 [ 3 ] {} <Debug> HTTP-Session: 21d76791-205f-4cf6-b4a4-5d41d70e7879 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5449 | 2024.09.06 06:37:53.631138 [ 3 ] {} <Debug> HTTP-Session: 21d76791-205f-4cf6-b4a4-5d41d70e7879 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5450 | 2024.09.06 06:37:53.631300 [ 3 ] {} <Trace> HTTP-Session: 21d76791-205f-4cf6-b4a4-5d41d70e7879 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5451 | 2024.09.06 06:37:53.631769 [ 3 ] {46ab4a05-ce2e-4865-93e0-34248d26ca54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5452 | 2024.09.06 06:37:53.631965 [ 3 ] {46ab4a05-ce2e-4865-93e0-34248d26ca54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5453 | 2024.09.06 06:37:53.632548 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5454 | 2024.09.06 06:37:53.632885 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5455 | 2024.09.06 06:37:53.632912 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 245 rows starting from the beginning of the part | ||
5456 | 2024.09.06 06:37:53.633273 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5457 | 2024.09.06 06:37:53.633273 [ 3 ] {46ab4a05-ce2e-4865-93e0-34248d26ca54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5458 | 2024.09.06 06:37:53.633764 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
5459 | 2024.09.06 06:37:53.634059 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
5460 | 2024.09.06 06:37:53.634904 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part | ||
5461 | 2024.09.06 06:37:53.634912 [ 3 ] {46ab4a05-ce2e-4865-93e0-34248d26ca54} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5462 | 2024.09.06 06:37:53.634988 [ 3 ] {46ab4a05-ce2e-4865-93e0-34248d26ca54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5463 | 2024.09.06 06:37:53.635498 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
5464 | 2024.09.06 06:37:53.636197 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part | ||
5465 | 2024.09.06 06:37:53.636458 [ 3 ] {46ab4a05-ce2e-4865-93e0-34248d26ca54} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5466 | 2024.09.06 06:37:53.636769 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part | ||
5467 | 2024.09.06 06:37:53.637668 [ 3 ] {46ab4a05-ce2e-4865-93e0-34248d26ca54} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5468 | 2024.09.06 06:37:53.638079 [ 124 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5469 | 2024.09.06 06:37:53.638135 [ 3 ] {46ab4a05-ce2e-4865-93e0-34248d26ca54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00654 sec., 9174.311926605506 rows/sec., 633.12 KiB/sec. | ||
5470 | 2024.09.06 06:37:53.638144 [ 124 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5471 | 2024.09.06 06:37:53.638222 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5472 | 2024.09.06 06:37:53.638675 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
5473 | 2024.09.06 06:37:53.638744 [ 3 ] {46ab4a05-ce2e-4865-93e0-34248d26ca54} <Debug> DynamicQueryHandler: Done processing query | ||
5474 | 2024.09.06 06:37:53.638814 [ 3 ] {46ab4a05-ce2e-4865-93e0-34248d26ca54} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5475 | 2024.09.06 06:37:53.638889 [ 3 ] {} <Debug> HTTP-Session: 21d76791-205f-4cf6-b4a4-5d41d70e7879 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5476 | 2024.09.06 06:37:53.639245 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5477 | 2024.09.06 06:37:53.639337 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1238 rows starting from the beginning of the part | ||
5478 | 2024.09.06 06:37:53.639570 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
5479 | 2024.09.06 06:37:53.639867 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
5480 | 2024.09.06 06:37:53.639939 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
5481 | 2024.09.06 06:37:53.640275 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
5482 | 2024.09.06 06:37:53.640523 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
5483 | 2024.09.06 06:37:53.644074 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1582 rows, containing 4 columns (4 merged, 0 gathered) in 0.005710741 sec., 277021.8435751157 rows/sec., 18.21 MiB/sec. | ||
5484 | 2024.09.06 06:37:53.644348 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5485 | 2024.09.06 06:37:53.645249 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_26_5} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5486 | 2024.09.06 06:37:53.645382 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_26_5} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5487 | 2024.09.06 06:37:53.645540 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
5488 | 2024.09.06 06:37:53.646386 [ 200 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 354 rows, containing 19 columns (19 merged, 0 gathered) in 0.016789076 sec., 21085.13893200555 rows/sec., 37.78 MiB/sec. | ||
5489 | 2024.09.06 06:37:53.646942 [ 193 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5490 | 2024.09.06 06:37:53.647513 [ 193 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5491 | 2024.09.06 06:37:53.647595 [ 193 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5492 | 2024.09.06 06:37:53.647727 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
5493 | 2024.09.06 06:37:54.000167 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.41 MiB, peak 195.23 MiB, free memory in arenas 0.00 B, will set to 188.52 MiB (RSS), difference: 3.11 MiB | ||
5494 | 2024.09.06 06:37:58.562120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5495 | 2024.09.06 06:37:58.562269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5496 | 2024.09.06 06:37:58.562303 [ 3 ] {} <Debug> HTTP-Session: 062912eb-ecf3-4f57-98df-d0034e8cdac2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5497 | 2024.09.06 06:37:58.562339 [ 3 ] {} <Debug> HTTP-Session: 062912eb-ecf3-4f57-98df-d0034e8cdac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5498 | 2024.09.06 06:37:58.562358 [ 3 ] {} <Debug> HTTP-Session: 062912eb-ecf3-4f57-98df-d0034e8cdac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5499 | 2024.09.06 06:37:58.562415 [ 3 ] {} <Trace> HTTP-Session: 062912eb-ecf3-4f57-98df-d0034e8cdac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5500 | 2024.09.06 06:37:58.562612 [ 3 ] {6f1ae4fa-fe43-44a2-98a4-4d280ce44775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5501 | 2024.09.06 06:37:58.562687 [ 3 ] {6f1ae4fa-fe43-44a2-98a4-4d280ce44775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5502 | 2024.09.06 06:37:58.563073 [ 3 ] {6f1ae4fa-fe43-44a2-98a4-4d280ce44775} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5503 | 2024.09.06 06:37:58.563602 [ 3 ] {6f1ae4fa-fe43-44a2-98a4-4d280ce44775} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5504 | 2024.09.06 06:37:58.563641 [ 3 ] {6f1ae4fa-fe43-44a2-98a4-4d280ce44775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5505 | 2024.09.06 06:37:58.564048 [ 3 ] {6f1ae4fa-fe43-44a2-98a4-4d280ce44775} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5506 | 2024.09.06 06:37:58.564438 [ 3 ] {6f1ae4fa-fe43-44a2-98a4-4d280ce44775} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5507 | 2024.09.06 06:37:58.564597 [ 3 ] {6f1ae4fa-fe43-44a2-98a4-4d280ce44775} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002044 sec., 978.4735812133073 rows/sec., 79.79 KiB/sec. | ||
5508 | 2024.09.06 06:37:58.564928 [ 3 ] {6f1ae4fa-fe43-44a2-98a4-4d280ce44775} <Debug> DynamicQueryHandler: Done processing query | ||
5509 | 2024.09.06 06:37:58.564956 [ 3 ] {6f1ae4fa-fe43-44a2-98a4-4d280ce44775} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5510 | 2024.09.06 06:37:58.564972 [ 3 ] {} <Debug> HTTP-Session: 062912eb-ecf3-4f57-98df-d0034e8cdac2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5511 | 2024.09.06 06:37:58.565182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5512 | 2024.09.06 06:37:58.565233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5513 | 2024.09.06 06:37:58.565252 [ 3 ] {} <Debug> HTTP-Session: 10afe2c4-9445-4f25-beb9-87d0682f69aa Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5514 | 2024.09.06 06:37:58.565270 [ 3 ] {} <Debug> HTTP-Session: 10afe2c4-9445-4f25-beb9-87d0682f69aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5515 | 2024.09.06 06:37:58.565284 [ 3 ] {} <Debug> HTTP-Session: 10afe2c4-9445-4f25-beb9-87d0682f69aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5516 | 2024.09.06 06:37:58.565315 [ 3 ] {} <Trace> HTTP-Session: 10afe2c4-9445-4f25-beb9-87d0682f69aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5517 | 2024.09.06 06:37:58.565467 [ 3 ] {b3fac97c-1b0e-449b-b068-8968128c1615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5518 | 2024.09.06 06:37:58.565510 [ 3 ] {b3fac97c-1b0e-449b-b068-8968128c1615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5519 | 2024.09.06 06:37:58.565759 [ 3 ] {b3fac97c-1b0e-449b-b068-8968128c1615} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5520 | 2024.09.06 06:37:58.566213 [ 3 ] {b3fac97c-1b0e-449b-b068-8968128c1615} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5521 | 2024.09.06 06:37:58.566250 [ 3 ] {b3fac97c-1b0e-449b-b068-8968128c1615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5522 | 2024.09.06 06:37:58.566627 [ 3 ] {b3fac97c-1b0e-449b-b068-8968128c1615} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5523 | 2024.09.06 06:37:58.567001 [ 3 ] {b3fac97c-1b0e-449b-b068-8968128c1615} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5524 | 2024.09.06 06:37:58.567159 [ 3 ] {b3fac97c-1b0e-449b-b068-8968128c1615} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001757 sec., 117245.30449630051 rows/sec., 10.32 MiB/sec. | ||
5525 | 2024.09.06 06:37:58.567337 [ 3 ] {b3fac97c-1b0e-449b-b068-8968128c1615} <Debug> DynamicQueryHandler: Done processing query | ||
5526 | 2024.09.06 06:37:58.567362 [ 3 ] {b3fac97c-1b0e-449b-b068-8968128c1615} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5527 | 2024.09.06 06:37:58.567378 [ 3 ] {} <Debug> HTTP-Session: 10afe2c4-9445-4f25-beb9-87d0682f69aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5528 | 2024.09.06 06:37:58.567514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5529 | 2024.09.06 06:37:58.567562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5530 | 2024.09.06 06:37:58.567582 [ 3 ] {} <Debug> HTTP-Session: 2ba24ab7-655f-42a4-8fc8-6e54e1eb8dd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5531 | 2024.09.06 06:37:58.567598 [ 3 ] {} <Debug> HTTP-Session: 2ba24ab7-655f-42a4-8fc8-6e54e1eb8dd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5532 | 2024.09.06 06:37:58.567612 [ 3 ] {} <Debug> HTTP-Session: 2ba24ab7-655f-42a4-8fc8-6e54e1eb8dd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5533 | 2024.09.06 06:37:58.567643 [ 3 ] {} <Trace> HTTP-Session: 2ba24ab7-655f-42a4-8fc8-6e54e1eb8dd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5534 | 2024.09.06 06:37:58.567742 [ 3 ] {84c69041-590e-4b12-a577-cdd27502a57a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5535 | 2024.09.06 06:37:58.567785 [ 3 ] {84c69041-590e-4b12-a577-cdd27502a57a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5536 | 2024.09.06 06:37:58.568015 [ 3 ] {84c69041-590e-4b12-a577-cdd27502a57a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5537 | 2024.09.06 06:37:58.568357 [ 3 ] {84c69041-590e-4b12-a577-cdd27502a57a} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5538 | 2024.09.06 06:37:58.568396 [ 3 ] {84c69041-590e-4b12-a577-cdd27502a57a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5539 | 2024.09.06 06:37:58.568746 [ 3 ] {84c69041-590e-4b12-a577-cdd27502a57a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5540 | 2024.09.06 06:37:58.569106 [ 3 ] {84c69041-590e-4b12-a577-cdd27502a57a} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5541 | 2024.09.06 06:37:58.569289 [ 3 ] {84c69041-590e-4b12-a577-cdd27502a57a} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001565 sec., 6389.776357827476 rows/sec., 473.62 KiB/sec. | ||
5542 | 2024.09.06 06:37:58.569463 [ 3 ] {84c69041-590e-4b12-a577-cdd27502a57a} <Debug> DynamicQueryHandler: Done processing query | ||
5543 | 2024.09.06 06:37:58.569488 [ 3 ] {84c69041-590e-4b12-a577-cdd27502a57a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5544 | 2024.09.06 06:37:58.569505 [ 3 ] {} <Debug> HTTP-Session: 2ba24ab7-655f-42a4-8fc8-6e54e1eb8dd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5545 | 2024.09.06 06:37:58.569621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5546 | 2024.09.06 06:37:58.569669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5547 | 2024.09.06 06:37:58.569689 [ 3 ] {} <Debug> HTTP-Session: 354e57d8-1bb9-4329-9c28-c30aa730bbbd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5548 | 2024.09.06 06:37:58.569706 [ 3 ] {} <Debug> HTTP-Session: 354e57d8-1bb9-4329-9c28-c30aa730bbbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5549 | 2024.09.06 06:37:58.569721 [ 3 ] {} <Debug> HTTP-Session: 354e57d8-1bb9-4329-9c28-c30aa730bbbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5550 | 2024.09.06 06:37:58.569751 [ 3 ] {} <Trace> HTTP-Session: 354e57d8-1bb9-4329-9c28-c30aa730bbbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5551 | 2024.09.06 06:37:58.569851 [ 3 ] {4a2d3db4-162d-4bb5-8b89-332ac54cd647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5552 | 2024.09.06 06:37:58.569893 [ 3 ] {4a2d3db4-162d-4bb5-8b89-332ac54cd647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5553 | 2024.09.06 06:37:58.570120 [ 3 ] {4a2d3db4-162d-4bb5-8b89-332ac54cd647} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5554 | 2024.09.06 06:37:58.570426 [ 3 ] {4a2d3db4-162d-4bb5-8b89-332ac54cd647} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5555 | 2024.09.06 06:37:58.570462 [ 3 ] {4a2d3db4-162d-4bb5-8b89-332ac54cd647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5556 | 2024.09.06 06:37:58.570818 [ 3 ] {4a2d3db4-162d-4bb5-8b89-332ac54cd647} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5557 | 2024.09.06 06:37:58.571180 [ 3 ] {4a2d3db4-162d-4bb5-8b89-332ac54cd647} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5558 | 2024.09.06 06:37:58.571341 [ 3 ] {4a2d3db4-162d-4bb5-8b89-332ac54cd647} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001507 sec., 9289.980092899801 rows/sec., 650.61 KiB/sec. | ||
5559 | 2024.09.06 06:37:58.571557 [ 3 ] {4a2d3db4-162d-4bb5-8b89-332ac54cd647} <Debug> DynamicQueryHandler: Done processing query | ||
5560 | 2024.09.06 06:37:58.571582 [ 3 ] {4a2d3db4-162d-4bb5-8b89-332ac54cd647} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5561 | 2024.09.06 06:37:58.571598 [ 3 ] {} <Debug> HTTP-Session: 354e57d8-1bb9-4329-9c28-c30aa730bbbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5562 | 2024.09.06 06:37:58.571734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5563 | 2024.09.06 06:37:58.571782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5564 | 2024.09.06 06:37:58.571802 [ 3 ] {} <Debug> HTTP-Session: a30d899d-e8ee-4c25-87aa-d255966c343f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5565 | 2024.09.06 06:37:58.571820 [ 3 ] {} <Debug> HTTP-Session: a30d899d-e8ee-4c25-87aa-d255966c343f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5566 | 2024.09.06 06:37:58.571834 [ 3 ] {} <Debug> HTTP-Session: a30d899d-e8ee-4c25-87aa-d255966c343f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5567 | 2024.09.06 06:37:58.571865 [ 3 ] {} <Trace> HTTP-Session: a30d899d-e8ee-4c25-87aa-d255966c343f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5568 | 2024.09.06 06:37:58.571961 [ 3 ] {927e0715-a8af-4e84-b8aa-52f174f1e374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5569 | 2024.09.06 06:37:58.572003 [ 3 ] {927e0715-a8af-4e84-b8aa-52f174f1e374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5570 | 2024.09.06 06:37:58.572230 [ 3 ] {927e0715-a8af-4e84-b8aa-52f174f1e374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5571 | 2024.09.06 06:37:58.572533 [ 3 ] {927e0715-a8af-4e84-b8aa-52f174f1e374} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5572 | 2024.09.06 06:37:58.572568 [ 3 ] {927e0715-a8af-4e84-b8aa-52f174f1e374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5573 | 2024.09.06 06:37:58.572911 [ 3 ] {927e0715-a8af-4e84-b8aa-52f174f1e374} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5574 | 2024.09.06 06:37:58.573267 [ 3 ] {927e0715-a8af-4e84-b8aa-52f174f1e374} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5575 | 2024.09.06 06:37:58.573421 [ 119 ] {} <Debug> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
5576 | 2024.09.06 06:37:58.573432 [ 3 ] {927e0715-a8af-4e84-b8aa-52f174f1e374} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001485 sec., 4040.4040404040406 rows/sec., 238.72 KiB/sec. | ||
5577 | 2024.09.06 06:37:58.573512 [ 119 ] {} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5578 | 2024.09.06 06:37:58.573576 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5579 | 2024.09.06 06:37:58.573857 [ 3 ] {927e0715-a8af-4e84-b8aa-52f174f1e374} <Debug> DynamicQueryHandler: Done processing query | ||
5580 | 2024.09.06 06:37:58.573944 [ 3 ] {927e0715-a8af-4e84-b8aa-52f174f1e374} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5581 | 2024.09.06 06:37:58.574011 [ 3 ] {} <Debug> HTTP-Session: a30d899d-e8ee-4c25-87aa-d255966c343f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5582 | 2024.09.06 06:37:58.574055 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
5583 | 2024.09.06 06:37:58.574276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5584 | 2024.09.06 06:37:58.574353 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5585 | 2024.09.06 06:37:58.574389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5586 | 2024.09.06 06:37:58.574423 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part | ||
5587 | 2024.09.06 06:37:58.574438 [ 3 ] {} <Debug> HTTP-Session: 0694c4a5-b801-4fb8-a203-3712ebe58747 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5588 | 2024.09.06 06:37:58.574486 [ 3 ] {} <Debug> HTTP-Session: 0694c4a5-b801-4fb8-a203-3712ebe58747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5589 | 2024.09.06 06:37:58.574539 [ 3 ] {} <Debug> HTTP-Session: 0694c4a5-b801-4fb8-a203-3712ebe58747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5590 | 2024.09.06 06:37:58.574682 [ 3 ] {} <Trace> HTTP-Session: 0694c4a5-b801-4fb8-a203-3712ebe58747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5591 | 2024.09.06 06:37:58.574693 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
5592 | 2024.09.06 06:37:58.574991 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
5593 | 2024.09.06 06:37:58.575201 [ 3 ] {dfc95c9e-6b78-47f5-b45c-edc9941254b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5594 | 2024.09.06 06:37:58.575280 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
5595 | 2024.09.06 06:37:58.575350 [ 3 ] {dfc95c9e-6b78-47f5-b45c-edc9941254b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5596 | 2024.09.06 06:37:58.575683 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
5597 | 2024.09.06 06:37:58.576476 [ 3 ] {dfc95c9e-6b78-47f5-b45c-edc9941254b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5598 | 2024.09.06 06:37:58.578012 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004296874 sec., 6981.819806678064 rows/sec., 443.18 KiB/sec. | ||
5599 | 2024.09.06 06:37:58.578011 [ 3 ] {dfc95c9e-6b78-47f5-b45c-edc9941254b1} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5600 | 2024.09.06 06:37:58.578094 [ 3 ] {dfc95c9e-6b78-47f5-b45c-edc9941254b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5601 | 2024.09.06 06:37:58.578197 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
5602 | 2024.09.06 06:37:58.579019 [ 3 ] {dfc95c9e-6b78-47f5-b45c-edc9941254b1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5603 | 2024.09.06 06:37:58.579147 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_9_2} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5604 | 2024.09.06 06:37:58.579380 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_9_2} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
5605 | 2024.09.06 06:37:58.579600 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5606 | 2024.09.06 06:37:58.579797 [ 3 ] {dfc95c9e-6b78-47f5-b45c-edc9941254b1} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5607 | 2024.09.06 06:37:58.579972 [ 3 ] {dfc95c9e-6b78-47f5-b45c-edc9941254b1} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.005037 sec., 77824.10164780624 rows/sec., 5.52 MiB/sec. | ||
5608 | 2024.09.06 06:37:58.580165 [ 3 ] {dfc95c9e-6b78-47f5-b45c-edc9941254b1} <Debug> DynamicQueryHandler: Done processing query | ||
5609 | 2024.09.06 06:37:58.580190 [ 3 ] {dfc95c9e-6b78-47f5-b45c-edc9941254b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5610 | 2024.09.06 06:37:58.580207 [ 3 ] {} <Debug> HTTP-Session: 0694c4a5-b801-4fb8-a203-3712ebe58747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5611 | 2024.09.06 06:37:58.580344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5612 | 2024.09.06 06:37:58.580391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5613 | 2024.09.06 06:37:58.580411 [ 3 ] {} <Debug> HTTP-Session: 1700942c-083e-4415-9e53-1c700416bb74 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5614 | 2024.09.06 06:37:58.580427 [ 3 ] {} <Debug> HTTP-Session: 1700942c-083e-4415-9e53-1c700416bb74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5615 | 2024.09.06 06:37:58.580441 [ 3 ] {} <Debug> HTTP-Session: 1700942c-083e-4415-9e53-1c700416bb74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5616 | 2024.09.06 06:37:58.580473 [ 3 ] {} <Trace> HTTP-Session: 1700942c-083e-4415-9e53-1c700416bb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5617 | 2024.09.06 06:37:58.580569 [ 3 ] {4ea95e5b-b73e-4b85-87ac-063bcd38aef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5618 | 2024.09.06 06:37:58.580616 [ 3 ] {4ea95e5b-b73e-4b85-87ac-063bcd38aef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5619 | 2024.09.06 06:37:58.580751 [ 3 ] {4ea95e5b-b73e-4b85-87ac-063bcd38aef9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5620 | 2024.09.06 06:37:58.581151 [ 3 ] {4ea95e5b-b73e-4b85-87ac-063bcd38aef9} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5621 | 2024.09.06 06:37:58.581188 [ 3 ] {4ea95e5b-b73e-4b85-87ac-063bcd38aef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5622 | 2024.09.06 06:37:58.581548 [ 3 ] {4ea95e5b-b73e-4b85-87ac-063bcd38aef9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5623 | 2024.09.06 06:37:58.581885 [ 3 ] {4ea95e5b-b73e-4b85-87ac-063bcd38aef9} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5624 | 2024.09.06 06:37:58.582035 [ 3 ] {4ea95e5b-b73e-4b85-87ac-063bcd38aef9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec. | ||
5625 | 2024.09.06 06:37:58.582203 [ 3 ] {4ea95e5b-b73e-4b85-87ac-063bcd38aef9} <Debug> DynamicQueryHandler: Done processing query | ||
5626 | 2024.09.06 06:37:58.582228 [ 3 ] {4ea95e5b-b73e-4b85-87ac-063bcd38aef9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5627 | 2024.09.06 06:37:58.582245 [ 3 ] {} <Debug> HTTP-Session: 1700942c-083e-4415-9e53-1c700416bb74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5628 | 2024.09.06 06:37:58.582407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5629 | 2024.09.06 06:37:58.582455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5630 | 2024.09.06 06:37:58.582473 [ 3 ] {} <Debug> HTTP-Session: b1ad4956-fbe0-4413-b4ba-9398feddc1d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5631 | 2024.09.06 06:37:58.582491 [ 3 ] {} <Debug> HTTP-Session: b1ad4956-fbe0-4413-b4ba-9398feddc1d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5632 | 2024.09.06 06:37:58.582505 [ 3 ] {} <Debug> HTTP-Session: b1ad4956-fbe0-4413-b4ba-9398feddc1d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5633 | 2024.09.06 06:37:58.582535 [ 3 ] {} <Trace> HTTP-Session: b1ad4956-fbe0-4413-b4ba-9398feddc1d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5634 | 2024.09.06 06:37:58.582712 [ 3 ] {efa61c01-fedf-41e5-ac61-8b36bd01e52b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5635 | 2024.09.06 06:37:58.582760 [ 3 ] {efa61c01-fedf-41e5-ac61-8b36bd01e52b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5636 | 2024.09.06 06:37:58.582909 [ 3 ] {efa61c01-fedf-41e5-ac61-8b36bd01e52b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5637 | 2024.09.06 06:37:58.583348 [ 3 ] {efa61c01-fedf-41e5-ac61-8b36bd01e52b} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5638 | 2024.09.06 06:37:58.583383 [ 3 ] {efa61c01-fedf-41e5-ac61-8b36bd01e52b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5639 | 2024.09.06 06:37:58.583774 [ 3 ] {efa61c01-fedf-41e5-ac61-8b36bd01e52b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5640 | 2024.09.06 06:37:58.584098 [ 3 ] {efa61c01-fedf-41e5-ac61-8b36bd01e52b} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5641 | 2024.09.06 06:37:58.584244 [ 3 ] {efa61c01-fedf-41e5-ac61-8b36bd01e52b} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00164 sec., 145121.9512195122 rows/sec., 9.73 MiB/sec. | ||
5642 | 2024.09.06 06:37:58.584443 [ 3 ] {efa61c01-fedf-41e5-ac61-8b36bd01e52b} <Debug> DynamicQueryHandler: Done processing query | ||
5643 | 2024.09.06 06:37:58.584472 [ 3 ] {efa61c01-fedf-41e5-ac61-8b36bd01e52b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5644 | 2024.09.06 06:37:58.584488 [ 3 ] {} <Debug> HTTP-Session: b1ad4956-fbe0-4413-b4ba-9398feddc1d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5645 | 2024.09.06 06:37:58.584605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5646 | 2024.09.06 06:37:58.584650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5647 | 2024.09.06 06:37:58.584668 [ 3 ] {} <Debug> HTTP-Session: d1e9dae8-ceda-4103-98dc-0d03f7350d98 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5648 | 2024.09.06 06:37:58.584684 [ 3 ] {} <Debug> HTTP-Session: d1e9dae8-ceda-4103-98dc-0d03f7350d98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5649 | 2024.09.06 06:37:58.584697 [ 3 ] {} <Debug> HTTP-Session: d1e9dae8-ceda-4103-98dc-0d03f7350d98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5650 | 2024.09.06 06:37:58.584726 [ 3 ] {} <Trace> HTTP-Session: d1e9dae8-ceda-4103-98dc-0d03f7350d98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5651 | 2024.09.06 06:37:58.584882 [ 3 ] {c5d9c780-24f4-4670-8a8d-b1db39abec0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5652 | 2024.09.06 06:37:58.584928 [ 3 ] {c5d9c780-24f4-4670-8a8d-b1db39abec0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5653 | 2024.09.06 06:37:58.585058 [ 3 ] {c5d9c780-24f4-4670-8a8d-b1db39abec0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5654 | 2024.09.06 06:37:58.585317 [ 3 ] {c5d9c780-24f4-4670-8a8d-b1db39abec0a} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5655 | 2024.09.06 06:37:58.585354 [ 3 ] {c5d9c780-24f4-4670-8a8d-b1db39abec0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5656 | 2024.09.06 06:37:58.585698 [ 3 ] {c5d9c780-24f4-4670-8a8d-b1db39abec0a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5657 | 2024.09.06 06:37:58.586026 [ 3 ] {c5d9c780-24f4-4670-8a8d-b1db39abec0a} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5658 | 2024.09.06 06:37:58.586190 [ 3 ] {c5d9c780-24f4-4670-8a8d-b1db39abec0a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
5659 | 2024.09.06 06:37:58.586470 [ 3 ] {c5d9c780-24f4-4670-8a8d-b1db39abec0a} <Debug> DynamicQueryHandler: Done processing query | ||
5660 | 2024.09.06 06:37:58.586495 [ 3 ] {c5d9c780-24f4-4670-8a8d-b1db39abec0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5661 | 2024.09.06 06:37:58.586512 [ 3 ] {} <Debug> HTTP-Session: d1e9dae8-ceda-4103-98dc-0d03f7350d98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5662 | 2024.09.06 06:37:58.586629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5663 | 2024.09.06 06:37:58.586677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5664 | 2024.09.06 06:37:58.586696 [ 3 ] {} <Debug> HTTP-Session: cd8f4f1c-8fa2-4d91-8618-f77eb9daa06e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5665 | 2024.09.06 06:37:58.586713 [ 3 ] {} <Debug> HTTP-Session: cd8f4f1c-8fa2-4d91-8618-f77eb9daa06e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5666 | 2024.09.06 06:37:58.586728 [ 3 ] {} <Debug> HTTP-Session: cd8f4f1c-8fa2-4d91-8618-f77eb9daa06e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5667 | 2024.09.06 06:37:58.586759 [ 3 ] {} <Trace> HTTP-Session: cd8f4f1c-8fa2-4d91-8618-f77eb9daa06e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5668 | 2024.09.06 06:37:58.586927 [ 3 ] {b341227d-e43a-43f9-b78c-ceb0c5afed38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5669 | 2024.09.06 06:37:58.586999 [ 3 ] {b341227d-e43a-43f9-b78c-ceb0c5afed38} <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_histogramu64 | ||
5670 | 2024.09.06 06:37:58.587431 [ 3 ] {b341227d-e43a-43f9-b78c-ceb0c5afed38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5671 | 2024.09.06 06:37:58.587964 [ 3 ] {b341227d-e43a-43f9-b78c-ceb0c5afed38} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5672 | 2024.09.06 06:37:58.588001 [ 3 ] {b341227d-e43a-43f9-b78c-ceb0c5afed38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5673 | 2024.09.06 06:37:58.588631 [ 3 ] {b341227d-e43a-43f9-b78c-ceb0c5afed38} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5674 | 2024.09.06 06:37:58.589045 [ 3 ] {b341227d-e43a-43f9-b78c-ceb0c5afed38} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5675 | 2024.09.06 06:37:58.589228 [ 3 ] {b341227d-e43a-43f9-b78c-ceb0c5afed38} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002396 sec., 3338.89816360601 rows/sec., 5.98 MiB/sec. | ||
5676 | 2024.09.06 06:37:58.589446 [ 3 ] {b341227d-e43a-43f9-b78c-ceb0c5afed38} <Debug> DynamicQueryHandler: Done processing query | ||
5677 | 2024.09.06 06:37:58.589471 [ 3 ] {b341227d-e43a-43f9-b78c-ceb0c5afed38} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5678 | 2024.09.06 06:37:58.589488 [ 3 ] {} <Debug> HTTP-Session: cd8f4f1c-8fa2-4d91-8618-f77eb9daa06e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5679 | 2024.09.06 06:37:58.589614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5680 | 2024.09.06 06:37:58.589661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5681 | 2024.09.06 06:37:58.589680 [ 3 ] {} <Debug> HTTP-Session: 902ca558-68db-48e5-a961-900977afa328 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5682 | 2024.09.06 06:37:58.589697 [ 3 ] {} <Debug> HTTP-Session: 902ca558-68db-48e5-a961-900977afa328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5683 | 2024.09.06 06:37:58.589711 [ 3 ] {} <Debug> HTTP-Session: 902ca558-68db-48e5-a961-900977afa328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5684 | 2024.09.06 06:37:58.589743 [ 3 ] {} <Trace> HTTP-Session: 902ca558-68db-48e5-a961-900977afa328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5685 | 2024.09.06 06:37:58.589867 [ 3 ] {dacb8ea7-065d-4961-b34c-500fd9d51297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5686 | 2024.09.06 06:37:58.589912 [ 3 ] {dacb8ea7-065d-4961-b34c-500fd9d51297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5687 | 2024.09.06 06:37:58.590043 [ 3 ] {dacb8ea7-065d-4961-b34c-500fd9d51297} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5688 | 2024.09.06 06:37:58.590408 [ 3 ] {dacb8ea7-065d-4961-b34c-500fd9d51297} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5689 | 2024.09.06 06:37:58.590443 [ 3 ] {dacb8ea7-065d-4961-b34c-500fd9d51297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5690 | 2024.09.06 06:37:58.590808 [ 3 ] {dacb8ea7-065d-4961-b34c-500fd9d51297} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5691 | 2024.09.06 06:37:58.591126 [ 3 ] {dacb8ea7-065d-4961-b34c-500fd9d51297} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5692 | 2024.09.06 06:37:58.591264 [ 3 ] {dacb8ea7-065d-4961-b34c-500fd9d51297} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001442 sec., 56865.464632454925 rows/sec., 3.61 MiB/sec. | ||
5693 | 2024.09.06 06:37:58.591455 [ 3 ] {dacb8ea7-065d-4961-b34c-500fd9d51297} <Debug> DynamicQueryHandler: Done processing query | ||
5694 | 2024.09.06 06:37:58.591485 [ 3 ] {dacb8ea7-065d-4961-b34c-500fd9d51297} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5695 | 2024.09.06 06:37:58.591500 [ 3 ] {} <Debug> HTTP-Session: 902ca558-68db-48e5-a961-900977afa328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5696 | 2024.09.06 06:38:00.502183 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5697 | 2024.09.06 06:38:00.502232 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5698 | 2024.09.06 06:38:03.558902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5699 | 2024.09.06 06:38:03.559043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5700 | 2024.09.06 06:38:03.559071 [ 3 ] {} <Debug> HTTP-Session: 0916bee3-efff-4a60-ab26-238b5ff357e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5701 | 2024.09.06 06:38:03.559099 [ 3 ] {} <Debug> HTTP-Session: 0916bee3-efff-4a60-ab26-238b5ff357e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5702 | 2024.09.06 06:38:03.559117 [ 3 ] {} <Debug> HTTP-Session: 0916bee3-efff-4a60-ab26-238b5ff357e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5703 | 2024.09.06 06:38:03.559171 [ 3 ] {} <Trace> HTTP-Session: 0916bee3-efff-4a60-ab26-238b5ff357e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5704 | 2024.09.06 06:38:03.559370 [ 3 ] {b7a0ae26-83e0-49fe-b3fb-2ab3ceeaed02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5705 | 2024.09.06 06:38:03.559444 [ 3 ] {b7a0ae26-83e0-49fe-b3fb-2ab3ceeaed02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5706 | 2024.09.06 06:38:03.559784 [ 3 ] {b7a0ae26-83e0-49fe-b3fb-2ab3ceeaed02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5707 | 2024.09.06 06:38:03.560226 [ 3 ] {b7a0ae26-83e0-49fe-b3fb-2ab3ceeaed02} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5708 | 2024.09.06 06:38:03.560267 [ 3 ] {b7a0ae26-83e0-49fe-b3fb-2ab3ceeaed02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5709 | 2024.09.06 06:38:03.560657 [ 3 ] {b7a0ae26-83e0-49fe-b3fb-2ab3ceeaed02} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5710 | 2024.09.06 06:38:03.561042 [ 3 ] {b7a0ae26-83e0-49fe-b3fb-2ab3ceeaed02} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5711 | 2024.09.06 06:38:03.561216 [ 3 ] {b7a0ae26-83e0-49fe-b3fb-2ab3ceeaed02} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001894 sec., 1055.9662090813094 rows/sec., 86.11 KiB/sec. | ||
5712 | 2024.09.06 06:38:03.561452 [ 3 ] {b7a0ae26-83e0-49fe-b3fb-2ab3ceeaed02} <Debug> DynamicQueryHandler: Done processing query | ||
5713 | 2024.09.06 06:38:03.561478 [ 3 ] {b7a0ae26-83e0-49fe-b3fb-2ab3ceeaed02} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5714 | 2024.09.06 06:38:03.561495 [ 3 ] {} <Debug> HTTP-Session: 0916bee3-efff-4a60-ab26-238b5ff357e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5715 | 2024.09.06 06:38:03.561694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5716 | 2024.09.06 06:38:03.561742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5717 | 2024.09.06 06:38:03.561761 [ 3 ] {} <Debug> HTTP-Session: c66760e6-ccd4-4573-b177-9dfb742f0d67 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5718 | 2024.09.06 06:38:03.561777 [ 3 ] {} <Debug> HTTP-Session: c66760e6-ccd4-4573-b177-9dfb742f0d67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5719 | 2024.09.06 06:38:03.561791 [ 3 ] {} <Debug> HTTP-Session: c66760e6-ccd4-4573-b177-9dfb742f0d67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5720 | 2024.09.06 06:38:03.561822 [ 3 ] {} <Trace> HTTP-Session: c66760e6-ccd4-4573-b177-9dfb742f0d67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5721 | 2024.09.06 06:38:03.561951 [ 3 ] {c9ee71dd-2485-4b62-a315-47656262dbe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5722 | 2024.09.06 06:38:03.561994 [ 3 ] {c9ee71dd-2485-4b62-a315-47656262dbe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5723 | 2024.09.06 06:38:03.562219 [ 3 ] {c9ee71dd-2485-4b62-a315-47656262dbe6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5724 | 2024.09.06 06:38:03.562639 [ 3 ] {c9ee71dd-2485-4b62-a315-47656262dbe6} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5725 | 2024.09.06 06:38:03.562676 [ 3 ] {c9ee71dd-2485-4b62-a315-47656262dbe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5726 | 2024.09.06 06:38:03.563032 [ 3 ] {c9ee71dd-2485-4b62-a315-47656262dbe6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5727 | 2024.09.06 06:38:03.563381 [ 3 ] {c9ee71dd-2485-4b62-a315-47656262dbe6} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5728 | 2024.09.06 06:38:03.563528 [ 3 ] {c9ee71dd-2485-4b62-a315-47656262dbe6} <Debug> executeQuery: Read 119 rows, 10.29 KiB in 0.001629 sec., 73050.95150399017 rows/sec., 6.17 MiB/sec. | ||
5729 | 2024.09.06 06:38:03.563730 [ 3 ] {c9ee71dd-2485-4b62-a315-47656262dbe6} <Debug> DynamicQueryHandler: Done processing query | ||
5730 | 2024.09.06 06:38:03.563756 [ 3 ] {c9ee71dd-2485-4b62-a315-47656262dbe6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5731 | 2024.09.06 06:38:03.563773 [ 3 ] {} <Debug> HTTP-Session: c66760e6-ccd4-4573-b177-9dfb742f0d67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5732 | 2024.09.06 06:38:03.563907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5733 | 2024.09.06 06:38:03.563954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5734 | 2024.09.06 06:38:03.563974 [ 3 ] {} <Debug> HTTP-Session: ad4021fd-5be5-479d-a218-7f0c4e51b317 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5735 | 2024.09.06 06:38:03.563990 [ 3 ] {} <Debug> HTTP-Session: ad4021fd-5be5-479d-a218-7f0c4e51b317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5736 | 2024.09.06 06:38:03.564004 [ 3 ] {} <Debug> HTTP-Session: ad4021fd-5be5-479d-a218-7f0c4e51b317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5737 | 2024.09.06 06:38:03.564035 [ 3 ] {} <Trace> HTTP-Session: ad4021fd-5be5-479d-a218-7f0c4e51b317 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5738 | 2024.09.06 06:38:03.564142 [ 3 ] {d5ad1053-bfc2-41e5-aeab-3b66940a0f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5739 | 2024.09.06 06:38:03.564185 [ 3 ] {d5ad1053-bfc2-41e5-aeab-3b66940a0f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5740 | 2024.09.06 06:38:03.564418 [ 3 ] {d5ad1053-bfc2-41e5-aeab-3b66940a0f06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5741 | 2024.09.06 06:38:03.564741 [ 3 ] {d5ad1053-bfc2-41e5-aeab-3b66940a0f06} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5742 | 2024.09.06 06:38:03.564779 [ 3 ] {d5ad1053-bfc2-41e5-aeab-3b66940a0f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5743 | 2024.09.06 06:38:03.565125 [ 3 ] {d5ad1053-bfc2-41e5-aeab-3b66940a0f06} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5744 | 2024.09.06 06:38:03.565472 [ 3 ] {d5ad1053-bfc2-41e5-aeab-3b66940a0f06} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5745 | 2024.09.06 06:38:03.565631 [ 3 ] {d5ad1053-bfc2-41e5-aeab-3b66940a0f06} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001513 sec., 21810.971579643094 rows/sec., 1.59 MiB/sec. | ||
5746 | 2024.09.06 06:38:03.565941 [ 3 ] {d5ad1053-bfc2-41e5-aeab-3b66940a0f06} <Debug> DynamicQueryHandler: Done processing query | ||
5747 | 2024.09.06 06:38:03.565976 [ 3 ] {d5ad1053-bfc2-41e5-aeab-3b66940a0f06} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5748 | 2024.09.06 06:38:03.565995 [ 3 ] {} <Debug> HTTP-Session: ad4021fd-5be5-479d-a218-7f0c4e51b317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5749 | 2024.09.06 06:38:03.566158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5750 | 2024.09.06 06:38:03.566208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5751 | 2024.09.06 06:38:03.566228 [ 3 ] {} <Debug> HTTP-Session: 82f8265e-384d-4c66-93e8-5328ce32f63c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5752 | 2024.09.06 06:38:03.566244 [ 3 ] {} <Debug> HTTP-Session: 82f8265e-384d-4c66-93e8-5328ce32f63c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5753 | 2024.09.06 06:38:03.566258 [ 3 ] {} <Debug> HTTP-Session: 82f8265e-384d-4c66-93e8-5328ce32f63c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5754 | 2024.09.06 06:38:03.566290 [ 3 ] {} <Trace> HTTP-Session: 82f8265e-384d-4c66-93e8-5328ce32f63c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5755 | 2024.09.06 06:38:03.566416 [ 3 ] {cf4dffd1-b5ab-44ac-91ff-9d14d5d2c83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5756 | 2024.09.06 06:38:03.566462 [ 3 ] {cf4dffd1-b5ab-44ac-91ff-9d14d5d2c83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5757 | 2024.09.06 06:38:03.566714 [ 3 ] {cf4dffd1-b5ab-44ac-91ff-9d14d5d2c83c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5758 | 2024.09.06 06:38:03.567124 [ 3 ] {cf4dffd1-b5ab-44ac-91ff-9d14d5d2c83c} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5759 | 2024.09.06 06:38:03.567162 [ 3 ] {cf4dffd1-b5ab-44ac-91ff-9d14d5d2c83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5760 | 2024.09.06 06:38:03.567513 [ 3 ] {cf4dffd1-b5ab-44ac-91ff-9d14d5d2c83c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5761 | 2024.09.06 06:38:03.567868 [ 3 ] {cf4dffd1-b5ab-44ac-91ff-9d14d5d2c83c} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5762 | 2024.09.06 06:38:03.568036 [ 3 ] {cf4dffd1-b5ab-44ac-91ff-9d14d5d2c83c} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001658 sec., 58504.22195416164 rows/sec., 4.57 MiB/sec. | ||
5763 | 2024.09.06 06:38:03.568267 [ 3 ] {cf4dffd1-b5ab-44ac-91ff-9d14d5d2c83c} <Debug> DynamicQueryHandler: Done processing query | ||
5764 | 2024.09.06 06:38:03.568292 [ 3 ] {cf4dffd1-b5ab-44ac-91ff-9d14d5d2c83c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5765 | 2024.09.06 06:38:03.568309 [ 3 ] {} <Debug> HTTP-Session: 82f8265e-384d-4c66-93e8-5328ce32f63c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5766 | 2024.09.06 06:38:03.568502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5767 | 2024.09.06 06:38:03.568552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5768 | 2024.09.06 06:38:03.568571 [ 3 ] {} <Debug> HTTP-Session: 6f7b7c90-68c0-4a5b-a9b9-6e9b3567b1ca Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5769 | 2024.09.06 06:38:03.568588 [ 3 ] {} <Debug> HTTP-Session: 6f7b7c90-68c0-4a5b-a9b9-6e9b3567b1ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5770 | 2024.09.06 06:38:03.568602 [ 3 ] {} <Debug> HTTP-Session: 6f7b7c90-68c0-4a5b-a9b9-6e9b3567b1ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5771 | 2024.09.06 06:38:03.568633 [ 3 ] {} <Trace> HTTP-Session: 6f7b7c90-68c0-4a5b-a9b9-6e9b3567b1ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5772 | 2024.09.06 06:38:03.568778 [ 3 ] {ebd173be-6a60-4e0b-9a74-2ccf0a6e0b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5773 | 2024.09.06 06:38:03.568825 [ 3 ] {ebd173be-6a60-4e0b-9a74-2ccf0a6e0b19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5774 | 2024.09.06 06:38:03.568974 [ 3 ] {ebd173be-6a60-4e0b-9a74-2ccf0a6e0b19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5775 | 2024.09.06 06:38:03.569388 [ 3 ] {ebd173be-6a60-4e0b-9a74-2ccf0a6e0b19} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5776 | 2024.09.06 06:38:03.569424 [ 3 ] {ebd173be-6a60-4e0b-9a74-2ccf0a6e0b19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5777 | 2024.09.06 06:38:03.569809 [ 3 ] {ebd173be-6a60-4e0b-9a74-2ccf0a6e0b19} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5778 | 2024.09.06 06:38:03.570150 [ 3 ] {ebd173be-6a60-4e0b-9a74-2ccf0a6e0b19} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5779 | 2024.09.06 06:38:03.570306 [ 3 ] {ebd173be-6a60-4e0b-9a74-2ccf0a6e0b19} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001582 sec., 101769.91150442477 rows/sec., 7.09 MiB/sec. | ||
5780 | 2024.09.06 06:38:03.570479 [ 3 ] {ebd173be-6a60-4e0b-9a74-2ccf0a6e0b19} <Debug> DynamicQueryHandler: Done processing query | ||
5781 | 2024.09.06 06:38:03.570505 [ 3 ] {ebd173be-6a60-4e0b-9a74-2ccf0a6e0b19} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5782 | 2024.09.06 06:38:03.570522 [ 3 ] {} <Debug> HTTP-Session: 6f7b7c90-68c0-4a5b-a9b9-6e9b3567b1ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5783 | 2024.09.06 06:38:03.570668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 50952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5784 | 2024.09.06 06:38:03.570717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5785 | 2024.09.06 06:38:03.570737 [ 3 ] {} <Debug> HTTP-Session: 3a8f9655-4d3a-47b3-b044-59a32a89150e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5786 | 2024.09.06 06:38:03.570755 [ 3 ] {} <Debug> HTTP-Session: 3a8f9655-4d3a-47b3-b044-59a32a89150e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5787 | 2024.09.06 06:38:03.570770 [ 3 ] {} <Debug> HTTP-Session: 3a8f9655-4d3a-47b3-b044-59a32a89150e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5788 | 2024.09.06 06:38:03.570801 [ 3 ] {} <Trace> HTTP-Session: 3a8f9655-4d3a-47b3-b044-59a32a89150e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5789 | 2024.09.06 06:38:03.571116 [ 3 ] {8356befe-8a94-4991-a0a0-7d0c58a51f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5790 | 2024.09.06 06:38:03.571180 [ 3 ] {8356befe-8a94-4991-a0a0-7d0c58a51f47} <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_histogramu64 | ||
5791 | 2024.09.06 06:38:03.571601 [ 3 ] {8356befe-8a94-4991-a0a0-7d0c58a51f47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5792 | 2024.09.06 06:38:03.572272 [ 3 ] {8356befe-8a94-4991-a0a0-7d0c58a51f47} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5793 | 2024.09.06 06:38:03.572308 [ 3 ] {8356befe-8a94-4991-a0a0-7d0c58a51f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5794 | 2024.09.06 06:38:03.572941 [ 3 ] {8356befe-8a94-4991-a0a0-7d0c58a51f47} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5795 | 2024.09.06 06:38:03.573349 [ 3 ] {8356befe-8a94-4991-a0a0-7d0c58a51f47} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5796 | 2024.09.06 06:38:03.573532 [ 3 ] {8356befe-8a94-4991-a0a0-7d0c58a51f47} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00264 sec., 11742.424242424242 rows/sec., 21.04 MiB/sec. | ||
5797 | 2024.09.06 06:38:03.573761 [ 3 ] {8356befe-8a94-4991-a0a0-7d0c58a51f47} <Debug> DynamicQueryHandler: Done processing query | ||
5798 | 2024.09.06 06:38:03.573786 [ 3 ] {8356befe-8a94-4991-a0a0-7d0c58a51f47} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5799 | 2024.09.06 06:38:03.573803 [ 3 ] {} <Debug> HTTP-Session: 3a8f9655-4d3a-47b3-b044-59a32a89150e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5800 | 2024.09.06 06:38:03.573993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5801 | 2024.09.06 06:38:03.574042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5802 | 2024.09.06 06:38:03.574061 [ 3 ] {} <Debug> HTTP-Session: e0b469aa-3aad-4524-8e86-940ea809939e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5803 | 2024.09.06 06:38:03.574079 [ 3 ] {} <Debug> HTTP-Session: e0b469aa-3aad-4524-8e86-940ea809939e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5804 | 2024.09.06 06:38:03.574093 [ 3 ] {} <Debug> HTTP-Session: e0b469aa-3aad-4524-8e86-940ea809939e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5805 | 2024.09.06 06:38:03.574124 [ 3 ] {} <Trace> HTTP-Session: e0b469aa-3aad-4524-8e86-940ea809939e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5806 | 2024.09.06 06:38:03.574240 [ 3 ] {3f935dfb-818f-4c65-a8da-e3e34b5e16e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5807 | 2024.09.06 06:38:03.574285 [ 3 ] {3f935dfb-818f-4c65-a8da-e3e34b5e16e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5808 | 2024.09.06 06:38:03.574416 [ 3 ] {3f935dfb-818f-4c65-a8da-e3e34b5e16e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5809 | 2024.09.06 06:38:03.574755 [ 3 ] {3f935dfb-818f-4c65-a8da-e3e34b5e16e8} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5810 | 2024.09.06 06:38:03.574792 [ 3 ] {3f935dfb-818f-4c65-a8da-e3e34b5e16e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5811 | 2024.09.06 06:38:03.575154 [ 3 ] {3f935dfb-818f-4c65-a8da-e3e34b5e16e8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5812 | 2024.09.06 06:38:03.575472 [ 3 ] {3f935dfb-818f-4c65-a8da-e3e34b5e16e8} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5813 | 2024.09.06 06:38:03.575622 [ 3 ] {3f935dfb-818f-4c65-a8da-e3e34b5e16e8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
5814 | 2024.09.06 06:38:03.575791 [ 3 ] {3f935dfb-818f-4c65-a8da-e3e34b5e16e8} <Debug> DynamicQueryHandler: Done processing query | ||
5815 | 2024.09.06 06:38:03.575815 [ 3 ] {3f935dfb-818f-4c65-a8da-e3e34b5e16e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5816 | 2024.09.06 06:38:03.575832 [ 3 ] {} <Debug> HTTP-Session: e0b469aa-3aad-4524-8e86-940ea809939e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5817 | 2024.09.06 06:38:08.562519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5818 | 2024.09.06 06:38:08.562660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5819 | 2024.09.06 06:38:08.562691 [ 3 ] {} <Debug> HTTP-Session: 8e0cba88-84b9-4cab-8499-340b0a7d86aa Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5820 | 2024.09.06 06:38:08.562720 [ 3 ] {} <Debug> HTTP-Session: 8e0cba88-84b9-4cab-8499-340b0a7d86aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5821 | 2024.09.06 06:38:08.562739 [ 3 ] {} <Debug> HTTP-Session: 8e0cba88-84b9-4cab-8499-340b0a7d86aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5822 | 2024.09.06 06:38:08.562797 [ 3 ] {} <Trace> HTTP-Session: 8e0cba88-84b9-4cab-8499-340b0a7d86aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5823 | 2024.09.06 06:38:08.563068 [ 3 ] {5231a4a2-399f-45ed-94bb-c8ada4688512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5824 | 2024.09.06 06:38:08.563143 [ 3 ] {5231a4a2-399f-45ed-94bb-c8ada4688512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5825 | 2024.09.06 06:38:08.563524 [ 3 ] {5231a4a2-399f-45ed-94bb-c8ada4688512} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5826 | 2024.09.06 06:38:08.564139 [ 3 ] {5231a4a2-399f-45ed-94bb-c8ada4688512} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5827 | 2024.09.06 06:38:08.564185 [ 3 ] {5231a4a2-399f-45ed-94bb-c8ada4688512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5828 | 2024.09.06 06:38:08.564620 [ 3 ] {5231a4a2-399f-45ed-94bb-c8ada4688512} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5829 | 2024.09.06 06:38:08.565005 [ 3 ] {5231a4a2-399f-45ed-94bb-c8ada4688512} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5830 | 2024.09.06 06:38:08.565168 [ 3 ] {5231a4a2-399f-45ed-94bb-c8ada4688512} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002213 sec., 92634.43289652055 rows/sec., 8.16 MiB/sec. | ||
5831 | 2024.09.06 06:38:08.565428 [ 3 ] {5231a4a2-399f-45ed-94bb-c8ada4688512} <Debug> DynamicQueryHandler: Done processing query | ||
5832 | 2024.09.06 06:38:08.565455 [ 3 ] {5231a4a2-399f-45ed-94bb-c8ada4688512} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5833 | 2024.09.06 06:38:08.565472 [ 3 ] {} <Debug> HTTP-Session: 8e0cba88-84b9-4cab-8499-340b0a7d86aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5834 | 2024.09.06 06:38:08.565645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5835 | 2024.09.06 06:38:08.565703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5836 | 2024.09.06 06:38:08.565723 [ 3 ] {} <Debug> HTTP-Session: bb1d2606-a6b8-49f1-a429-cfc1682b4ce0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5837 | 2024.09.06 06:38:08.565740 [ 3 ] {} <Debug> HTTP-Session: bb1d2606-a6b8-49f1-a429-cfc1682b4ce0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5838 | 2024.09.06 06:38:08.565755 [ 3 ] {} <Debug> HTTP-Session: bb1d2606-a6b8-49f1-a429-cfc1682b4ce0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5839 | 2024.09.06 06:38:08.565790 [ 3 ] {} <Trace> HTTP-Session: bb1d2606-a6b8-49f1-a429-cfc1682b4ce0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5840 | 2024.09.06 06:38:08.565896 [ 3 ] {8762c6db-6c82-4106-a0ca-e35aca4f3428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5841 | 2024.09.06 06:38:08.565944 [ 3 ] {8762c6db-6c82-4106-a0ca-e35aca4f3428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5842 | 2024.09.06 06:38:08.566184 [ 3 ] {8762c6db-6c82-4106-a0ca-e35aca4f3428} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5843 | 2024.09.06 06:38:08.566518 [ 3 ] {8762c6db-6c82-4106-a0ca-e35aca4f3428} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5844 | 2024.09.06 06:38:08.566556 [ 3 ] {8762c6db-6c82-4106-a0ca-e35aca4f3428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5845 | 2024.09.06 06:38:08.566905 [ 3 ] {8762c6db-6c82-4106-a0ca-e35aca4f3428} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5846 | 2024.09.06 06:38:08.567273 [ 3 ] {8762c6db-6c82-4106-a0ca-e35aca4f3428} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5847 | 2024.09.06 06:38:08.567439 [ 3 ] {8762c6db-6c82-4106-a0ca-e35aca4f3428} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001566 sec., 5108.556832694764 rows/sec., 384.14 KiB/sec. | ||
5848 | 2024.09.06 06:38:08.567725 [ 3 ] {8762c6db-6c82-4106-a0ca-e35aca4f3428} <Debug> DynamicQueryHandler: Done processing query | ||
5849 | 2024.09.06 06:38:08.567757 [ 3 ] {8762c6db-6c82-4106-a0ca-e35aca4f3428} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5850 | 2024.09.06 06:38:08.567774 [ 3 ] {} <Debug> HTTP-Session: bb1d2606-a6b8-49f1-a429-cfc1682b4ce0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5851 | 2024.09.06 06:38:08.567896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5852 | 2024.09.06 06:38:08.567944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5853 | 2024.09.06 06:38:08.567964 [ 3 ] {} <Debug> HTTP-Session: 8e0282d9-e7f7-42fb-8de0-f4851d1070e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5854 | 2024.09.06 06:38:08.567981 [ 3 ] {} <Debug> HTTP-Session: 8e0282d9-e7f7-42fb-8de0-f4851d1070e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5855 | 2024.09.06 06:38:08.567995 [ 3 ] {} <Debug> HTTP-Session: 8e0282d9-e7f7-42fb-8de0-f4851d1070e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5856 | 2024.09.06 06:38:08.568027 [ 3 ] {} <Trace> HTTP-Session: 8e0282d9-e7f7-42fb-8de0-f4851d1070e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5857 | 2024.09.06 06:38:08.568128 [ 3 ] {c76227af-718b-467f-9e11-66d6a3e92a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5858 | 2024.09.06 06:38:08.568172 [ 3 ] {c76227af-718b-467f-9e11-66d6a3e92a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5859 | 2024.09.06 06:38:08.568418 [ 3 ] {c76227af-718b-467f-9e11-66d6a3e92a2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5860 | 2024.09.06 06:38:08.568723 [ 3 ] {c76227af-718b-467f-9e11-66d6a3e92a2f} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5861 | 2024.09.06 06:38:08.568759 [ 3 ] {c76227af-718b-467f-9e11-66d6a3e92a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5862 | 2024.09.06 06:38:08.569110 [ 3 ] {c76227af-718b-467f-9e11-66d6a3e92a2f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5863 | 2024.09.06 06:38:08.569465 [ 3 ] {c76227af-718b-467f-9e11-66d6a3e92a2f} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5864 | 2024.09.06 06:38:08.569625 [ 3 ] {c76227af-718b-467f-9e11-66d6a3e92a2f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001521 sec., 9204.47074293228 rows/sec., 644.62 KiB/sec. | ||
5865 | 2024.09.06 06:38:08.569839 [ 3 ] {c76227af-718b-467f-9e11-66d6a3e92a2f} <Debug> DynamicQueryHandler: Done processing query | ||
5866 | 2024.09.06 06:38:08.569864 [ 3 ] {c76227af-718b-467f-9e11-66d6a3e92a2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5867 | 2024.09.06 06:38:08.569881 [ 3 ] {} <Debug> HTTP-Session: 8e0282d9-e7f7-42fb-8de0-f4851d1070e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5868 | 2024.09.06 06:38:08.570004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5869 | 2024.09.06 06:38:08.570051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5870 | 2024.09.06 06:38:08.570070 [ 3 ] {} <Debug> HTTP-Session: 8a7e42ef-bbe6-4d5d-80d7-1a170e54d3e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5871 | 2024.09.06 06:38:08.570087 [ 3 ] {} <Debug> HTTP-Session: 8a7e42ef-bbe6-4d5d-80d7-1a170e54d3e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5872 | 2024.09.06 06:38:08.570101 [ 3 ] {} <Debug> HTTP-Session: 8a7e42ef-bbe6-4d5d-80d7-1a170e54d3e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5873 | 2024.09.06 06:38:08.570132 [ 3 ] {} <Trace> HTTP-Session: 8a7e42ef-bbe6-4d5d-80d7-1a170e54d3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5874 | 2024.09.06 06:38:08.570228 [ 3 ] {f7c593e1-f9ed-4a53-86a7-2a729c6b1578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5875 | 2024.09.06 06:38:08.570271 [ 3 ] {f7c593e1-f9ed-4a53-86a7-2a729c6b1578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5876 | 2024.09.06 06:38:08.570496 [ 3 ] {f7c593e1-f9ed-4a53-86a7-2a729c6b1578} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5877 | 2024.09.06 06:38:08.570793 [ 3 ] {f7c593e1-f9ed-4a53-86a7-2a729c6b1578} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5878 | 2024.09.06 06:38:08.570830 [ 3 ] {f7c593e1-f9ed-4a53-86a7-2a729c6b1578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5879 | 2024.09.06 06:38:08.571170 [ 3 ] {f7c593e1-f9ed-4a53-86a7-2a729c6b1578} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5880 | 2024.09.06 06:38:08.571530 [ 3 ] {f7c593e1-f9ed-4a53-86a7-2a729c6b1578} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5881 | 2024.09.06 06:38:08.571651 [ 3 ] {f7c593e1-f9ed-4a53-86a7-2a729c6b1578} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001446 sec., 4149.377593360996 rows/sec., 245.15 KiB/sec. | ||
5882 | 2024.09.06 06:38:08.571946 [ 3 ] {f7c593e1-f9ed-4a53-86a7-2a729c6b1578} <Debug> DynamicQueryHandler: Done processing query | ||
5883 | 2024.09.06 06:38:08.571971 [ 3 ] {f7c593e1-f9ed-4a53-86a7-2a729c6b1578} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5884 | 2024.09.06 06:38:08.571987 [ 3 ] {} <Debug> HTTP-Session: 8a7e42ef-bbe6-4d5d-80d7-1a170e54d3e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5885 | 2024.09.06 06:38:08.572157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5886 | 2024.09.06 06:38:08.572206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5887 | 2024.09.06 06:38:08.572225 [ 3 ] {} <Debug> HTTP-Session: 462438e5-3dd5-4188-a9a9-f1a6a9d40bb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5888 | 2024.09.06 06:38:08.572242 [ 3 ] {} <Debug> HTTP-Session: 462438e5-3dd5-4188-a9a9-f1a6a9d40bb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5889 | 2024.09.06 06:38:08.572256 [ 3 ] {} <Debug> HTTP-Session: 462438e5-3dd5-4188-a9a9-f1a6a9d40bb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5890 | 2024.09.06 06:38:08.572287 [ 3 ] {} <Trace> HTTP-Session: 462438e5-3dd5-4188-a9a9-f1a6a9d40bb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5891 | 2024.09.06 06:38:08.572482 [ 3 ] {ab9a9dc3-edd8-48ce-b64b-f5b21e575b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5892 | 2024.09.06 06:38:08.572526 [ 3 ] {ab9a9dc3-edd8-48ce-b64b-f5b21e575b9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5893 | 2024.09.06 06:38:08.572769 [ 3 ] {ab9a9dc3-edd8-48ce-b64b-f5b21e575b9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5894 | 2024.09.06 06:38:08.573370 [ 3 ] {ab9a9dc3-edd8-48ce-b64b-f5b21e575b9f} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5895 | 2024.09.06 06:38:08.573406 [ 3 ] {ab9a9dc3-edd8-48ce-b64b-f5b21e575b9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5896 | 2024.09.06 06:38:08.573774 [ 3 ] {ab9a9dc3-edd8-48ce-b64b-f5b21e575b9f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5897 | 2024.09.06 06:38:08.574142 [ 3 ] {ab9a9dc3-edd8-48ce-b64b-f5b21e575b9f} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5898 | 2024.09.06 06:38:08.574268 [ 3 ] {ab9a9dc3-edd8-48ce-b64b-f5b21e575b9f} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001891 sec., 206240.08461131676 rows/sec., 14.63 MiB/sec. | ||
5899 | 2024.09.06 06:38:08.574433 [ 3 ] {ab9a9dc3-edd8-48ce-b64b-f5b21e575b9f} <Debug> DynamicQueryHandler: Done processing query | ||
5900 | 2024.09.06 06:38:08.574458 [ 3 ] {ab9a9dc3-edd8-48ce-b64b-f5b21e575b9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5901 | 2024.09.06 06:38:08.574474 [ 3 ] {} <Debug> HTTP-Session: 462438e5-3dd5-4188-a9a9-f1a6a9d40bb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5902 | 2024.09.06 06:38:08.574608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5903 | 2024.09.06 06:38:08.574656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5904 | 2024.09.06 06:38:08.574676 [ 3 ] {} <Debug> HTTP-Session: 811b973b-d202-414b-a009-30a9c2afff85 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5905 | 2024.09.06 06:38:08.574692 [ 3 ] {} <Debug> HTTP-Session: 811b973b-d202-414b-a009-30a9c2afff85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5906 | 2024.09.06 06:38:08.574707 [ 3 ] {} <Debug> HTTP-Session: 811b973b-d202-414b-a009-30a9c2afff85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5907 | 2024.09.06 06:38:08.574738 [ 3 ] {} <Trace> HTTP-Session: 811b973b-d202-414b-a009-30a9c2afff85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5908 | 2024.09.06 06:38:08.574834 [ 3 ] {528b61c8-467d-42ce-a3dc-9423d1969cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5909 | 2024.09.06 06:38:08.574878 [ 3 ] {528b61c8-467d-42ce-a3dc-9423d1969cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5910 | 2024.09.06 06:38:08.575013 [ 3 ] {528b61c8-467d-42ce-a3dc-9423d1969cc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5911 | 2024.09.06 06:38:08.575294 [ 3 ] {528b61c8-467d-42ce-a3dc-9423d1969cc8} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5912 | 2024.09.06 06:38:08.575330 [ 3 ] {528b61c8-467d-42ce-a3dc-9423d1969cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5913 | 2024.09.06 06:38:08.575683 [ 3 ] {528b61c8-467d-42ce-a3dc-9423d1969cc8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5914 | 2024.09.06 06:38:08.576006 [ 3 ] {528b61c8-467d-42ce-a3dc-9423d1969cc8} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5915 | 2024.09.06 06:38:08.576138 [ 3 ] {528b61c8-467d-42ce-a3dc-9423d1969cc8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 235.87 KiB/sec. | ||
5916 | 2024.09.06 06:38:08.576328 [ 3 ] {528b61c8-467d-42ce-a3dc-9423d1969cc8} <Debug> DynamicQueryHandler: Done processing query | ||
5917 | 2024.09.06 06:38:08.576353 [ 3 ] {528b61c8-467d-42ce-a3dc-9423d1969cc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5918 | 2024.09.06 06:38:08.576392 [ 3 ] {} <Debug> HTTP-Session: 811b973b-d202-414b-a009-30a9c2afff85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5919 | 2024.09.06 06:38:08.576543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5920 | 2024.09.06 06:38:08.576590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5921 | 2024.09.06 06:38:08.576610 [ 3 ] {} <Debug> HTTP-Session: e104a936-1c31-4ef7-bff7-83cdf76ced09 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5922 | 2024.09.06 06:38:08.576627 [ 3 ] {} <Debug> HTTP-Session: e104a936-1c31-4ef7-bff7-83cdf76ced09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5923 | 2024.09.06 06:38:08.576641 [ 3 ] {} <Debug> HTTP-Session: e104a936-1c31-4ef7-bff7-83cdf76ced09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5924 | 2024.09.06 06:38:08.576672 [ 3 ] {} <Trace> HTTP-Session: e104a936-1c31-4ef7-bff7-83cdf76ced09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5925 | 2024.09.06 06:38:08.576870 [ 3 ] {a71c86e6-5193-44f4-8dea-2fb7f9191797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5926 | 2024.09.06 06:38:08.576916 [ 3 ] {a71c86e6-5193-44f4-8dea-2fb7f9191797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5927 | 2024.09.06 06:38:08.577135 [ 3 ] {a71c86e6-5193-44f4-8dea-2fb7f9191797} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5928 | 2024.09.06 06:38:08.577598 [ 3 ] {a71c86e6-5193-44f4-8dea-2fb7f9191797} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5929 | 2024.09.06 06:38:08.577633 [ 3 ] {a71c86e6-5193-44f4-8dea-2fb7f9191797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5930 | 2024.09.06 06:38:08.578019 [ 3 ] {a71c86e6-5193-44f4-8dea-2fb7f9191797} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5931 | 2024.09.06 06:38:08.578357 [ 3 ] {a71c86e6-5193-44f4-8dea-2fb7f9191797} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5932 | 2024.09.06 06:38:08.578483 [ 3 ] {a71c86e6-5193-44f4-8dea-2fb7f9191797} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001721 sec., 137710.6333527019 rows/sec., 9.23 MiB/sec. | ||
5933 | 2024.09.06 06:38:08.578644 [ 3 ] {a71c86e6-5193-44f4-8dea-2fb7f9191797} <Debug> DynamicQueryHandler: Done processing query | ||
5934 | 2024.09.06 06:38:08.578669 [ 3 ] {a71c86e6-5193-44f4-8dea-2fb7f9191797} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5935 | 2024.09.06 06:38:08.578685 [ 3 ] {} <Debug> HTTP-Session: e104a936-1c31-4ef7-bff7-83cdf76ced09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5936 | 2024.09.06 06:38:08.578807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5937 | 2024.09.06 06:38:08.578854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5938 | 2024.09.06 06:38:08.578874 [ 3 ] {} <Debug> HTTP-Session: db636ab5-3d00-4d50-81dd-9a0368755ccc Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5939 | 2024.09.06 06:38:08.578891 [ 3 ] {} <Debug> HTTP-Session: db636ab5-3d00-4d50-81dd-9a0368755ccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5940 | 2024.09.06 06:38:08.578904 [ 3 ] {} <Debug> HTTP-Session: db636ab5-3d00-4d50-81dd-9a0368755ccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5941 | 2024.09.06 06:38:08.578940 [ 3 ] {} <Trace> HTTP-Session: db636ab5-3d00-4d50-81dd-9a0368755ccc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5942 | 2024.09.06 06:38:08.579032 [ 3 ] {2ac66dec-87d2-4747-bdea-c5a92424d955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5943 | 2024.09.06 06:38:08.579078 [ 3 ] {2ac66dec-87d2-4747-bdea-c5a92424d955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5944 | 2024.09.06 06:38:08.579205 [ 3 ] {2ac66dec-87d2-4747-bdea-c5a92424d955} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5945 | 2024.09.06 06:38:08.579466 [ 3 ] {2ac66dec-87d2-4747-bdea-c5a92424d955} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5946 | 2024.09.06 06:38:08.579500 [ 3 ] {2ac66dec-87d2-4747-bdea-c5a92424d955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5947 | 2024.09.06 06:38:08.579863 [ 3 ] {2ac66dec-87d2-4747-bdea-c5a92424d955} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5948 | 2024.09.06 06:38:08.580187 [ 3 ] {2ac66dec-87d2-4747-bdea-c5a92424d955} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5949 | 2024.09.06 06:38:08.580301 [ 110 ] {} <Debug> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
5950 | 2024.09.06 06:38:08.580313 [ 3 ] {2ac66dec-87d2-4747-bdea-c5a92424d955} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001304 sec., 766.8711656441718 rows/sec., 51.67 KiB/sec. | ||
5951 | 2024.09.06 06:38:08.580341 [ 110 ] {} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5952 | 2024.09.06 06:38:08.580376 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5953 | 2024.09.06 06:38:08.580558 [ 3 ] {2ac66dec-87d2-4747-bdea-c5a92424d955} <Debug> DynamicQueryHandler: Done processing query | ||
5954 | 2024.09.06 06:38:08.580641 [ 3 ] {2ac66dec-87d2-4747-bdea-c5a92424d955} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5955 | 2024.09.06 06:38:08.580717 [ 3 ] {} <Debug> HTTP-Session: db636ab5-3d00-4d50-81dd-9a0368755ccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5956 | 2024.09.06 06:38:08.580731 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
5957 | 2024.09.06 06:38:08.580900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5958 | 2024.09.06 06:38:08.581010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5959 | 2024.09.06 06:38:08.581063 [ 3 ] {} <Debug> HTTP-Session: 4d86bf81-e378-4f34-980b-de74165bc792 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5960 | 2024.09.06 06:38:08.581112 [ 3 ] {} <Debug> HTTP-Session: 4d86bf81-e378-4f34-980b-de74165bc792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5961 | 2024.09.06 06:38:08.581123 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5962 | 2024.09.06 06:38:08.581140 [ 3 ] {} <Debug> HTTP-Session: 4d86bf81-e378-4f34-980b-de74165bc792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5963 | 2024.09.06 06:38:08.581189 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
5964 | 2024.09.06 06:38:08.581206 [ 3 ] {} <Trace> HTTP-Session: 4d86bf81-e378-4f34-980b-de74165bc792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5965 | 2024.09.06 06:38:08.581409 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
5966 | 2024.09.06 06:38:08.581620 [ 3 ] {40e4f97c-e2df-4ca4-881a-5e78eb5379f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5967 | 2024.09.06 06:38:08.581628 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
5968 | 2024.09.06 06:38:08.581938 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
5969 | 2024.09.06 06:38:08.581965 [ 3 ] {40e4f97c-e2df-4ca4-881a-5e78eb5379f3} <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_histogramu64 | ||
5970 | 2024.09.06 06:38:08.582269 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
5971 | 2024.09.06 06:38:08.582610 [ 200 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
5972 | 2024.09.06 06:38:08.584146 [ 3 ] {40e4f97c-e2df-4ca4-881a-5e78eb5379f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5973 | 2024.09.06 06:38:08.585714 [ 3 ] {40e4f97c-e2df-4ca4-881a-5e78eb5379f3} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5974 | 2024.09.06 06:38:08.585783 [ 3 ] {40e4f97c-e2df-4ca4-881a-5e78eb5379f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5975 | 2024.09.06 06:38:08.586347 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.005899174 sec., 1695.1525755978719 rows/sec., 114.22 KiB/sec. | ||
5976 | 2024.09.06 06:38:08.586558 [ 192 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5977 | 2024.09.06 06:38:08.587587 [ 3 ] {40e4f97c-e2df-4ca4-881a-5e78eb5379f3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5978 | 2024.09.06 06:38:08.587650 [ 192 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_10_2} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5979 | 2024.09.06 06:38:08.587802 [ 192 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_10_2} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
5980 | 2024.09.06 06:38:08.588010 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5981 | 2024.09.06 06:38:08.588345 [ 3 ] {40e4f97c-e2df-4ca4-881a-5e78eb5379f3} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5982 | 2024.09.06 06:38:08.588502 [ 3 ] {40e4f97c-e2df-4ca4-881a-5e78eb5379f3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00713 sec., 1122.0196353436186 rows/sec., 2.01 MiB/sec. | ||
5983 | 2024.09.06 06:38:08.588744 [ 3 ] {40e4f97c-e2df-4ca4-881a-5e78eb5379f3} <Debug> DynamicQueryHandler: Done processing query | ||
5984 | 2024.09.06 06:38:08.588769 [ 3 ] {40e4f97c-e2df-4ca4-881a-5e78eb5379f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5985 | 2024.09.06 06:38:08.588785 [ 3 ] {} <Debug> HTTP-Session: 4d86bf81-e378-4f34-980b-de74165bc792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5986 | 2024.09.06 06:38:08.588925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5987 | 2024.09.06 06:38:08.588973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5988 | 2024.09.06 06:38:08.588992 [ 3 ] {} <Debug> HTTP-Session: 89bc0ee8-18e3-48f0-b7c9-98deef70f220 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
5989 | 2024.09.06 06:38:08.589010 [ 3 ] {} <Debug> HTTP-Session: 89bc0ee8-18e3-48f0-b7c9-98deef70f220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5990 | 2024.09.06 06:38:08.589025 [ 3 ] {} <Debug> HTTP-Session: 89bc0ee8-18e3-48f0-b7c9-98deef70f220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5991 | 2024.09.06 06:38:08.589056 [ 3 ] {} <Trace> HTTP-Session: 89bc0ee8-18e3-48f0-b7c9-98deef70f220 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5992 | 2024.09.06 06:38:08.589180 [ 3 ] {e793c2d7-6cb8-46e2-afd7-80adaee15e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5993 | 2024.09.06 06:38:08.589224 [ 3 ] {e793c2d7-6cb8-46e2-afd7-80adaee15e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5994 | 2024.09.06 06:38:08.589358 [ 3 ] {e793c2d7-6cb8-46e2-afd7-80adaee15e52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5995 | 2024.09.06 06:38:08.589681 [ 3 ] {e793c2d7-6cb8-46e2-afd7-80adaee15e52} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5996 | 2024.09.06 06:38:08.589716 [ 3 ] {e793c2d7-6cb8-46e2-afd7-80adaee15e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
5997 | 2024.09.06 06:38:08.590083 [ 3 ] {e793c2d7-6cb8-46e2-afd7-80adaee15e52} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5998 | 2024.09.06 06:38:08.590426 [ 3 ] {e793c2d7-6cb8-46e2-afd7-80adaee15e52} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5999 | 2024.09.06 06:38:08.590553 [ 3 ] {e793c2d7-6cb8-46e2-afd7-80adaee15e52} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001419 sec., 57787.17406624384 rows/sec., 3.67 MiB/sec. | ||
6000 | 2024.09.06 06:38:08.590846 [ 3 ] {e793c2d7-6cb8-46e2-afd7-80adaee15e52} <Debug> DynamicQueryHandler: Done processing query | ||
6001 | 2024.09.06 06:38:08.590883 [ 3 ] {e793c2d7-6cb8-46e2-afd7-80adaee15e52} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6002 | 2024.09.06 06:38:08.590900 [ 3 ] {} <Debug> HTTP-Session: 89bc0ee8-18e3-48f0-b7c9-98deef70f220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6003 | 2024.09.06 06:38:13.559864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6004 | 2024.09.06 06:38:13.560005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6005 | 2024.09.06 06:38:13.560030 [ 3 ] {} <Debug> HTTP-Session: 8a20d0e1-ef5d-4125-a7b2-1b8e60e9a34c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6006 | 2024.09.06 06:38:13.560057 [ 3 ] {} <Debug> HTTP-Session: 8a20d0e1-ef5d-4125-a7b2-1b8e60e9a34c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6007 | 2024.09.06 06:38:13.560072 [ 3 ] {} <Debug> HTTP-Session: 8a20d0e1-ef5d-4125-a7b2-1b8e60e9a34c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6008 | 2024.09.06 06:38:13.560123 [ 3 ] {} <Trace> HTTP-Session: 8a20d0e1-ef5d-4125-a7b2-1b8e60e9a34c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6009 | 2024.09.06 06:38:13.560308 [ 3 ] {d77c76f9-feb7-496b-9e0e-369d830610f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6010 | 2024.09.06 06:38:13.560376 [ 3 ] {d77c76f9-feb7-496b-9e0e-369d830610f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6011 | 2024.09.06 06:38:13.560718 [ 3 ] {d77c76f9-feb7-496b-9e0e-369d830610f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6012 | 2024.09.06 06:38:13.561153 [ 3 ] {d77c76f9-feb7-496b-9e0e-369d830610f9} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6013 | 2024.09.06 06:38:13.561194 [ 3 ] {d77c76f9-feb7-496b-9e0e-369d830610f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6014 | 2024.09.06 06:38:13.561580 [ 3 ] {d77c76f9-feb7-496b-9e0e-369d830610f9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6015 | 2024.09.06 06:38:13.562003 [ 3 ] {d77c76f9-feb7-496b-9e0e-369d830610f9} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6016 | 2024.09.06 06:38:13.562171 [ 3 ] {d77c76f9-feb7-496b-9e0e-369d830610f9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001907 sec., 1048.767697954903 rows/sec., 85.52 KiB/sec. | ||
6017 | 2024.09.06 06:38:13.562386 [ 3 ] {d77c76f9-feb7-496b-9e0e-369d830610f9} <Debug> DynamicQueryHandler: Done processing query | ||
6018 | 2024.09.06 06:38:13.562412 [ 3 ] {d77c76f9-feb7-496b-9e0e-369d830610f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6019 | 2024.09.06 06:38:13.562428 [ 3 ] {} <Debug> HTTP-Session: 8a20d0e1-ef5d-4125-a7b2-1b8e60e9a34c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6020 | 2024.09.06 06:38:13.562626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6021 | 2024.09.06 06:38:13.562678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6022 | 2024.09.06 06:38:13.562699 [ 3 ] {} <Debug> HTTP-Session: b15ed641-2798-4607-bc4c-8fd78b7c0cda Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6023 | 2024.09.06 06:38:13.562716 [ 3 ] {} <Debug> HTTP-Session: b15ed641-2798-4607-bc4c-8fd78b7c0cda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6024 | 2024.09.06 06:38:13.562730 [ 3 ] {} <Debug> HTTP-Session: b15ed641-2798-4607-bc4c-8fd78b7c0cda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6025 | 2024.09.06 06:38:13.562762 [ 3 ] {} <Trace> HTTP-Session: b15ed641-2798-4607-bc4c-8fd78b7c0cda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6026 | 2024.09.06 06:38:13.562937 [ 3 ] {46823df0-fa6c-4e22-b0d0-8da43bf9cf53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6027 | 2024.09.06 06:38:13.562997 [ 3 ] {46823df0-fa6c-4e22-b0d0-8da43bf9cf53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6028 | 2024.09.06 06:38:13.563309 [ 3 ] {46823df0-fa6c-4e22-b0d0-8da43bf9cf53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6029 | 2024.09.06 06:38:13.563774 [ 3 ] {46823df0-fa6c-4e22-b0d0-8da43bf9cf53} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6030 | 2024.09.06 06:38:13.563811 [ 3 ] {46823df0-fa6c-4e22-b0d0-8da43bf9cf53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6031 | 2024.09.06 06:38:13.564178 [ 3 ] {46823df0-fa6c-4e22-b0d0-8da43bf9cf53} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6032 | 2024.09.06 06:38:13.564548 [ 3 ] {46823df0-fa6c-4e22-b0d0-8da43bf9cf53} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6033 | 2024.09.06 06:38:13.564709 [ 3 ] {46823df0-fa6c-4e22-b0d0-8da43bf9cf53} <Debug> executeQuery: Read 119 rows, 10.29 KiB in 0.001845 sec., 64498.644986449865 rows/sec., 5.45 MiB/sec. | ||
6034 | 2024.09.06 06:38:13.565042 [ 3 ] {46823df0-fa6c-4e22-b0d0-8da43bf9cf53} <Debug> DynamicQueryHandler: Done processing query | ||
6035 | 2024.09.06 06:38:13.566358 [ 3 ] {46823df0-fa6c-4e22-b0d0-8da43bf9cf53} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6036 | 2024.09.06 06:38:13.566383 [ 3 ] {} <Debug> HTTP-Session: b15ed641-2798-4607-bc4c-8fd78b7c0cda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6037 | 2024.09.06 06:38:13.566562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6038 | 2024.09.06 06:38:13.566622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6039 | 2024.09.06 06:38:13.566646 [ 3 ] {} <Debug> HTTP-Session: 4d425517-0439-4e39-8f41-4524892a257a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6040 | 2024.09.06 06:38:13.566669 [ 3 ] {} <Debug> HTTP-Session: 4d425517-0439-4e39-8f41-4524892a257a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6041 | 2024.09.06 06:38:13.566688 [ 3 ] {} <Debug> HTTP-Session: 4d425517-0439-4e39-8f41-4524892a257a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6042 | 2024.09.06 06:38:13.566727 [ 3 ] {} <Trace> HTTP-Session: 4d425517-0439-4e39-8f41-4524892a257a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6043 | 2024.09.06 06:38:13.567984 [ 3 ] {295a4a6f-877a-4d5b-bd3e-410803fab394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6044 | 2024.09.06 06:38:13.568033 [ 3 ] {295a4a6f-877a-4d5b-bd3e-410803fab394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6045 | 2024.09.06 06:38:13.568287 [ 3 ] {295a4a6f-877a-4d5b-bd3e-410803fab394} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6046 | 2024.09.06 06:38:13.568723 [ 3 ] {295a4a6f-877a-4d5b-bd3e-410803fab394} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6047 | 2024.09.06 06:38:13.568770 [ 3 ] {295a4a6f-877a-4d5b-bd3e-410803fab394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6048 | 2024.09.06 06:38:13.569151 [ 3 ] {295a4a6f-877a-4d5b-bd3e-410803fab394} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6049 | 2024.09.06 06:38:13.569524 [ 3 ] {295a4a6f-877a-4d5b-bd3e-410803fab394} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6050 | 2024.09.06 06:38:13.569677 [ 3 ] {295a4a6f-877a-4d5b-bd3e-410803fab394} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001735 sec., 19020.172910662823 rows/sec., 1.39 MiB/sec. | ||
6051 | 2024.09.06 06:38:13.569879 [ 3 ] {295a4a6f-877a-4d5b-bd3e-410803fab394} <Debug> DynamicQueryHandler: Done processing query | ||
6052 | 2024.09.06 06:38:13.569903 [ 3 ] {295a4a6f-877a-4d5b-bd3e-410803fab394} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6053 | 2024.09.06 06:38:13.569919 [ 3 ] {} <Debug> HTTP-Session: 4d425517-0439-4e39-8f41-4524892a257a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6054 | 2024.09.06 06:38:13.570083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6055 | 2024.09.06 06:38:13.570130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6056 | 2024.09.06 06:38:13.570150 [ 3 ] {} <Debug> HTTP-Session: 544ee455-578e-4406-a3db-9312ed00706f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6057 | 2024.09.06 06:38:13.570167 [ 3 ] {} <Debug> HTTP-Session: 544ee455-578e-4406-a3db-9312ed00706f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6058 | 2024.09.06 06:38:13.570181 [ 3 ] {} <Debug> HTTP-Session: 544ee455-578e-4406-a3db-9312ed00706f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6059 | 2024.09.06 06:38:13.570214 [ 3 ] {} <Trace> HTTP-Session: 544ee455-578e-4406-a3db-9312ed00706f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6060 | 2024.09.06 06:38:13.570336 [ 3 ] {573af4e3-4f28-47ec-b3f8-a3404d6739d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6061 | 2024.09.06 06:38:13.570378 [ 3 ] {573af4e3-4f28-47ec-b3f8-a3404d6739d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6062 | 2024.09.06 06:38:13.570613 [ 3 ] {573af4e3-4f28-47ec-b3f8-a3404d6739d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6063 | 2024.09.06 06:38:13.571052 [ 3 ] {573af4e3-4f28-47ec-b3f8-a3404d6739d7} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6064 | 2024.09.06 06:38:13.571088 [ 3 ] {573af4e3-4f28-47ec-b3f8-a3404d6739d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6065 | 2024.09.06 06:38:13.571441 [ 3 ] {573af4e3-4f28-47ec-b3f8-a3404d6739d7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6066 | 2024.09.06 06:38:13.571791 [ 3 ] {573af4e3-4f28-47ec-b3f8-a3404d6739d7} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6067 | 2024.09.06 06:38:13.571942 [ 3 ] {573af4e3-4f28-47ec-b3f8-a3404d6739d7} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001642 sec., 59074.29963459196 rows/sec., 4.62 MiB/sec. | ||
6068 | 2024.09.06 06:38:13.572123 [ 3 ] {573af4e3-4f28-47ec-b3f8-a3404d6739d7} <Debug> DynamicQueryHandler: Done processing query | ||
6069 | 2024.09.06 06:38:13.572147 [ 3 ] {573af4e3-4f28-47ec-b3f8-a3404d6739d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6070 | 2024.09.06 06:38:13.572163 [ 3 ] {} <Debug> HTTP-Session: 544ee455-578e-4406-a3db-9312ed00706f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6071 | 2024.09.06 06:38:13.572331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6072 | 2024.09.06 06:38:13.572380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6073 | 2024.09.06 06:38:13.572400 [ 3 ] {} <Debug> HTTP-Session: 89ce0603-17fc-4443-92fa-c85451550d9f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6074 | 2024.09.06 06:38:13.572416 [ 3 ] {} <Debug> HTTP-Session: 89ce0603-17fc-4443-92fa-c85451550d9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6075 | 2024.09.06 06:38:13.572430 [ 3 ] {} <Debug> HTTP-Session: 89ce0603-17fc-4443-92fa-c85451550d9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6076 | 2024.09.06 06:38:13.572461 [ 3 ] {} <Trace> HTTP-Session: 89ce0603-17fc-4443-92fa-c85451550d9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6077 | 2024.09.06 06:38:13.572601 [ 3 ] {edc1af6d-28e1-4b89-b596-6fe0d98ed428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6078 | 2024.09.06 06:38:13.572649 [ 3 ] {edc1af6d-28e1-4b89-b596-6fe0d98ed428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6079 | 2024.09.06 06:38:13.572797 [ 3 ] {edc1af6d-28e1-4b89-b596-6fe0d98ed428} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6080 | 2024.09.06 06:38:13.573200 [ 3 ] {edc1af6d-28e1-4b89-b596-6fe0d98ed428} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6081 | 2024.09.06 06:38:13.573236 [ 3 ] {edc1af6d-28e1-4b89-b596-6fe0d98ed428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6082 | 2024.09.06 06:38:13.573618 [ 3 ] {edc1af6d-28e1-4b89-b596-6fe0d98ed428} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6083 | 2024.09.06 06:38:13.573952 [ 3 ] {edc1af6d-28e1-4b89-b596-6fe0d98ed428} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6084 | 2024.09.06 06:38:13.574114 [ 3 ] {edc1af6d-28e1-4b89-b596-6fe0d98ed428} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001569 sec., 102613.12938177183 rows/sec., 7.15 MiB/sec. | ||
6085 | 2024.09.06 06:38:13.574290 [ 3 ] {edc1af6d-28e1-4b89-b596-6fe0d98ed428} <Debug> DynamicQueryHandler: Done processing query | ||
6086 | 2024.09.06 06:38:13.574313 [ 3 ] {edc1af6d-28e1-4b89-b596-6fe0d98ed428} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6087 | 2024.09.06 06:38:13.574329 [ 3 ] {} <Debug> HTTP-Session: 89ce0603-17fc-4443-92fa-c85451550d9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6088 | 2024.09.06 06:38:13.574532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 50947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6089 | 2024.09.06 06:38:13.574580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6090 | 2024.09.06 06:38:13.574600 [ 3 ] {} <Debug> HTTP-Session: b7155b35-0f48-4c41-bc8f-50fffd4bb279 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6091 | 2024.09.06 06:38:13.574617 [ 3 ] {} <Debug> HTTP-Session: b7155b35-0f48-4c41-bc8f-50fffd4bb279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6092 | 2024.09.06 06:38:13.574630 [ 3 ] {} <Debug> HTTP-Session: b7155b35-0f48-4c41-bc8f-50fffd4bb279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6093 | 2024.09.06 06:38:13.574661 [ 3 ] {} <Trace> HTTP-Session: b7155b35-0f48-4c41-bc8f-50fffd4bb279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6094 | 2024.09.06 06:38:13.574982 [ 3 ] {b20d2431-c403-4cd9-8fbe-69ed9388b952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6095 | 2024.09.06 06:38:13.575062 [ 3 ] {b20d2431-c403-4cd9-8fbe-69ed9388b952} <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_histogramu64 | ||
6096 | 2024.09.06 06:38:13.575487 [ 3 ] {b20d2431-c403-4cd9-8fbe-69ed9388b952} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6097 | 2024.09.06 06:38:13.576191 [ 3 ] {b20d2431-c403-4cd9-8fbe-69ed9388b952} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6098 | 2024.09.06 06:38:13.576229 [ 3 ] {b20d2431-c403-4cd9-8fbe-69ed9388b952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6099 | 2024.09.06 06:38:13.576869 [ 3 ] {b20d2431-c403-4cd9-8fbe-69ed9388b952} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6100 | 2024.09.06 06:38:13.577285 [ 3 ] {b20d2431-c403-4cd9-8fbe-69ed9388b952} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6101 | 2024.09.06 06:38:13.577487 [ 3 ] {b20d2431-c403-4cd9-8fbe-69ed9388b952} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002728 sec., 11363.636363636364 rows/sec., 20.36 MiB/sec. | ||
6102 | 2024.09.06 06:38:13.578003 [ 3 ] {b20d2431-c403-4cd9-8fbe-69ed9388b952} <Debug> DynamicQueryHandler: Done processing query | ||
6103 | 2024.09.06 06:38:13.578029 [ 3 ] {b20d2431-c403-4cd9-8fbe-69ed9388b952} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6104 | 2024.09.06 06:38:13.578045 [ 3 ] {} <Debug> HTTP-Session: b7155b35-0f48-4c41-bc8f-50fffd4bb279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6105 | 2024.09.06 06:38:13.578175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6106 | 2024.09.06 06:38:13.578224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6107 | 2024.09.06 06:38:13.578245 [ 3 ] {} <Debug> HTTP-Session: 01d456e4-12c9-403d-874d-46a57b805018 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6108 | 2024.09.06 06:38:13.578261 [ 3 ] {} <Debug> HTTP-Session: 01d456e4-12c9-403d-874d-46a57b805018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6109 | 2024.09.06 06:38:13.578276 [ 3 ] {} <Debug> HTTP-Session: 01d456e4-12c9-403d-874d-46a57b805018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6110 | 2024.09.06 06:38:13.578307 [ 3 ] {} <Trace> HTTP-Session: 01d456e4-12c9-403d-874d-46a57b805018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6111 | 2024.09.06 06:38:13.578423 [ 3 ] {1a639242-afff-43b8-af61-bf0cf4f9211a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6112 | 2024.09.06 06:38:13.578469 [ 3 ] {1a639242-afff-43b8-af61-bf0cf4f9211a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6113 | 2024.09.06 06:38:13.578617 [ 3 ] {1a639242-afff-43b8-af61-bf0cf4f9211a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6114 | 2024.09.06 06:38:13.578942 [ 3 ] {1a639242-afff-43b8-af61-bf0cf4f9211a} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6115 | 2024.09.06 06:38:13.578978 [ 3 ] {1a639242-afff-43b8-af61-bf0cf4f9211a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6116 | 2024.09.06 06:38:13.579342 [ 3 ] {1a639242-afff-43b8-af61-bf0cf4f9211a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6117 | 2024.09.06 06:38:13.579663 [ 3 ] {1a639242-afff-43b8-af61-bf0cf4f9211a} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6118 | 2024.09.06 06:38:13.579822 [ 3 ] {1a639242-afff-43b8-af61-bf0cf4f9211a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec. | ||
6119 | 2024.09.06 06:38:13.579992 [ 3 ] {1a639242-afff-43b8-af61-bf0cf4f9211a} <Debug> DynamicQueryHandler: Done processing query | ||
6120 | 2024.09.06 06:38:13.580016 [ 3 ] {1a639242-afff-43b8-af61-bf0cf4f9211a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6121 | 2024.09.06 06:38:13.580032 [ 3 ] {} <Debug> HTTP-Session: 01d456e4-12c9-403d-874d-46a57b805018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6122 | 2024.09.06 06:38:15.502289 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6123 | 2024.09.06 06:38:15.502353 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6124 | 2024.09.06 06:38:18.563128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6125 | 2024.09.06 06:38:18.563307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6126 | 2024.09.06 06:38:18.563349 [ 3 ] {} <Debug> HTTP-Session: 2881d86a-fc89-4f1e-895b-59e3ced535bd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6127 | 2024.09.06 06:38:18.563388 [ 3 ] {} <Debug> HTTP-Session: 2881d86a-fc89-4f1e-895b-59e3ced535bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6128 | 2024.09.06 06:38:18.563414 [ 3 ] {} <Debug> HTTP-Session: 2881d86a-fc89-4f1e-895b-59e3ced535bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6129 | 2024.09.06 06:38:18.563488 [ 3 ] {} <Trace> HTTP-Session: 2881d86a-fc89-4f1e-895b-59e3ced535bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6130 | 2024.09.06 06:38:18.563833 [ 3 ] {810514c6-ce50-4c6f-b1d0-88b41db7f8af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6131 | 2024.09.06 06:38:18.563933 [ 3 ] {810514c6-ce50-4c6f-b1d0-88b41db7f8af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6132 | 2024.09.06 06:38:18.564383 [ 3 ] {810514c6-ce50-4c6f-b1d0-88b41db7f8af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6133 | 2024.09.06 06:38:18.565092 [ 3 ] {810514c6-ce50-4c6f-b1d0-88b41db7f8af} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6134 | 2024.09.06 06:38:18.565132 [ 3 ] {810514c6-ce50-4c6f-b1d0-88b41db7f8af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6135 | 2024.09.06 06:38:18.565561 [ 3 ] {810514c6-ce50-4c6f-b1d0-88b41db7f8af} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6136 | 2024.09.06 06:38:18.565946 [ 3 ] {810514c6-ce50-4c6f-b1d0-88b41db7f8af} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6137 | 2024.09.06 06:38:18.566093 [ 3 ] {810514c6-ce50-4c6f-b1d0-88b41db7f8af} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002376 sec., 86279.46127946128 rows/sec., 7.60 MiB/sec. | ||
6138 | 2024.09.06 06:38:18.566100 [ 102 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6139 | 2024.09.06 06:38:18.566156 [ 102 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6140 | 2024.09.06 06:38:18.566187 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6141 | 2024.09.06 06:38:18.566394 [ 3 ] {810514c6-ce50-4c6f-b1d0-88b41db7f8af} <Debug> DynamicQueryHandler: Done processing query | ||
6142 | 2024.09.06 06:38:18.566470 [ 3 ] {810514c6-ce50-4c6f-b1d0-88b41db7f8af} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6143 | 2024.09.06 06:38:18.566539 [ 3 ] {} <Debug> HTTP-Session: 2881d86a-fc89-4f1e-895b-59e3ced535bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6144 | 2024.09.06 06:38:18.566624 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
6145 | 2024.09.06 06:38:18.566805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6146 | 2024.09.06 06:38:18.566924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6147 | 2024.09.06 06:38:18.566993 [ 3 ] {} <Debug> HTTP-Session: 94699399-ae71-4310-9d8b-5fc90b17586f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6148 | 2024.09.06 06:38:18.567056 [ 3 ] {} <Debug> HTTP-Session: 94699399-ae71-4310-9d8b-5fc90b17586f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6149 | 2024.09.06 06:38:18.567093 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6150 | 2024.09.06 06:38:18.567101 [ 3 ] {} <Debug> HTTP-Session: 94699399-ae71-4310-9d8b-5fc90b17586f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6151 | 2024.09.06 06:38:18.567168 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1416 rows starting from the beginning of the part | ||
6152 | 2024.09.06 06:38:18.567186 [ 3 ] {} <Trace> HTTP-Session: 94699399-ae71-4310-9d8b-5fc90b17586f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6153 | 2024.09.06 06:38:18.567410 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 206 rows starting from the beginning of the part | ||
6154 | 2024.09.06 06:38:18.567483 [ 3 ] {02f70e8a-868c-421a-9b51-ba9839eb4bbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6155 | 2024.09.06 06:38:18.567660 [ 3 ] {02f70e8a-868c-421a-9b51-ba9839eb4bbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6156 | 2024.09.06 06:38:18.567726 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 119 rows starting from the beginning of the part | ||
6157 | 2024.09.06 06:38:18.568150 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 205 rows starting from the beginning of the part | ||
6158 | 2024.09.06 06:38:18.568403 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 119 rows starting from the beginning of the part | ||
6159 | 2024.09.06 06:38:18.568851 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 205 rows starting from the beginning of the part | ||
6160 | 2024.09.06 06:38:18.569283 [ 3 ] {02f70e8a-868c-421a-9b51-ba9839eb4bbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6161 | 2024.09.06 06:38:18.570191 [ 3 ] {02f70e8a-868c-421a-9b51-ba9839eb4bbc} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6162 | 2024.09.06 06:38:18.570241 [ 3 ] {02f70e8a-868c-421a-9b51-ba9839eb4bbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6163 | 2024.09.06 06:38:18.571336 [ 3 ] {02f70e8a-868c-421a-9b51-ba9839eb4bbc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6164 | 2024.09.06 06:38:18.571954 [ 3 ] {02f70e8a-868c-421a-9b51-ba9839eb4bbc} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6165 | 2024.09.06 06:38:18.572340 [ 102 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6166 | 2024.09.06 06:38:18.572401 [ 3 ] {02f70e8a-868c-421a-9b51-ba9839eb4bbc} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005026 sec., 1591.7230401910067 rows/sec., 119.69 KiB/sec. | ||
6167 | 2024.09.06 06:38:18.572410 [ 188 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2270 rows, containing 5 columns (5 merged, 0 gathered) in 0.006121559 sec., 370820.57038084575 rows/sec., 32.94 MiB/sec. | ||
6168 | 2024.09.06 06:38:18.572425 [ 102 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6169 | 2024.09.06 06:38:18.572541 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6170 | 2024.09.06 06:38:18.572768 [ 3 ] {02f70e8a-868c-421a-9b51-ba9839eb4bbc} <Debug> DynamicQueryHandler: Done processing query | ||
6171 | 2024.09.06 06:38:18.572805 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
6172 | 2024.09.06 06:38:18.572810 [ 3 ] {02f70e8a-868c-421a-9b51-ba9839eb4bbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6173 | 2024.09.06 06:38:18.572863 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6174 | 2024.09.06 06:38:18.572900 [ 3 ] {} <Debug> HTTP-Session: 94699399-ae71-4310-9d8b-5fc90b17586f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6175 | 2024.09.06 06:38:18.573166 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6176 | 2024.09.06 06:38:18.573180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6177 | 2024.09.06 06:38:18.573248 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 57 rows starting from the beginning of the part | ||
6178 | 2024.09.06 06:38:18.573298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6179 | 2024.09.06 06:38:18.573429 [ 3 ] {} <Debug> HTTP-Session: 2a150eb1-9f46-4b61-868f-13b593653656 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6180 | 2024.09.06 06:38:18.573545 [ 3 ] {} <Debug> HTTP-Session: 2a150eb1-9f46-4b61-868f-13b593653656 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6181 | 2024.09.06 06:38:18.573677 [ 3 ] {} <Debug> HTTP-Session: 2a150eb1-9f46-4b61-868f-13b593653656 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6182 | 2024.09.06 06:38:18.573742 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part | ||
6183 | 2024.09.06 06:38:18.573919 [ 3 ] {} <Trace> HTTP-Session: 2a150eb1-9f46-4b61-868f-13b593653656 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6184 | 2024.09.06 06:38:18.574409 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part | ||
6185 | 2024.09.06 06:38:18.574561 [ 3 ] {d1d692d5-5b5c-4371-a4ea-62918263719f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6186 | 2024.09.06 06:38:18.574851 [ 3 ] {d1d692d5-5b5c-4371-a4ea-62918263719f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6187 | 2024.09.06 06:38:18.575052 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part | ||
6188 | 2024.09.06 06:38:18.575647 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part | ||
6189 | 2024.09.06 06:38:18.575852 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_31_6} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6190 | 2024.09.06 06:38:18.576102 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part | ||
6191 | 2024.09.06 06:38:18.576353 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_31_6} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6192 | 2024.09.06 06:38:18.576783 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
6193 | 2024.09.06 06:38:18.577472 [ 3 ] {d1d692d5-5b5c-4371-a4ea-62918263719f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6194 | 2024.09.06 06:38:18.578376 [ 3 ] {d1d692d5-5b5c-4371-a4ea-62918263719f} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6195 | 2024.09.06 06:38:18.578436 [ 3 ] {d1d692d5-5b5c-4371-a4ea-62918263719f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6196 | 2024.09.06 06:38:18.579432 [ 3 ] {d1d692d5-5b5c-4371-a4ea-62918263719f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6197 | 2024.09.06 06:38:18.579585 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 149 rows, containing 5 columns (5 merged, 0 gathered) in 0.006921894 sec., 21525.900281050246 rows/sec., 1.64 MiB/sec. | ||
6198 | 2024.09.06 06:38:18.579859 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6199 | 2024.09.06 06:38:18.580174 [ 3 ] {d1d692d5-5b5c-4371-a4ea-62918263719f} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6200 | 2024.09.06 06:38:18.580736 [ 3 ] {d1d692d5-5b5c-4371-a4ea-62918263719f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006426 sec., 2178.649237472767 rows/sec., 152.58 KiB/sec. | ||
6201 | 2024.09.06 06:38:18.581069 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_26_5} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6202 | 2024.09.06 06:38:18.581088 [ 3 ] {d1d692d5-5b5c-4371-a4ea-62918263719f} <Debug> DynamicQueryHandler: Done processing query | ||
6203 | 2024.09.06 06:38:18.581140 [ 3 ] {d1d692d5-5b5c-4371-a4ea-62918263719f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6204 | 2024.09.06 06:38:18.581172 [ 3 ] {} <Debug> HTTP-Session: 2a150eb1-9f46-4b61-868f-13b593653656 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6205 | 2024.09.06 06:38:18.581250 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_26_5} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6206 | 2024.09.06 06:38:18.581376 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
6207 | 2024.09.06 06:38:18.581393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6208 | 2024.09.06 06:38:18.581464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6209 | 2024.09.06 06:38:18.581483 [ 3 ] {} <Debug> HTTP-Session: d6abbdd3-9cc2-4294-803a-d1bb97f2b108 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6210 | 2024.09.06 06:38:18.581499 [ 3 ] {} <Debug> HTTP-Session: d6abbdd3-9cc2-4294-803a-d1bb97f2b108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6211 | 2024.09.06 06:38:18.581513 [ 3 ] {} <Debug> HTTP-Session: d6abbdd3-9cc2-4294-803a-d1bb97f2b108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6212 | 2024.09.06 06:38:18.581546 [ 3 ] {} <Trace> HTTP-Session: d6abbdd3-9cc2-4294-803a-d1bb97f2b108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6213 | 2024.09.06 06:38:18.581650 [ 3 ] {f837efeb-1fae-4672-a883-17674a93ca52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6214 | 2024.09.06 06:38:18.581695 [ 3 ] {f837efeb-1fae-4672-a883-17674a93ca52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6215 | 2024.09.06 06:38:18.581943 [ 3 ] {f837efeb-1fae-4672-a883-17674a93ca52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6216 | 2024.09.06 06:38:18.582277 [ 3 ] {f837efeb-1fae-4672-a883-17674a93ca52} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6217 | 2024.09.06 06:38:18.582320 [ 3 ] {f837efeb-1fae-4672-a883-17674a93ca52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6218 | 2024.09.06 06:38:18.582670 [ 3 ] {f837efeb-1fae-4672-a883-17674a93ca52} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6219 | 2024.09.06 06:38:18.583045 [ 3 ] {f837efeb-1fae-4672-a883-17674a93ca52} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6220 | 2024.09.06 06:38:18.583175 [ 3 ] {f837efeb-1fae-4672-a883-17674a93ca52} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 228.12 KiB/sec. | ||
6221 | 2024.09.06 06:38:18.583339 [ 3 ] {f837efeb-1fae-4672-a883-17674a93ca52} <Debug> DynamicQueryHandler: Done processing query | ||
6222 | 2024.09.06 06:38:18.583363 [ 3 ] {f837efeb-1fae-4672-a883-17674a93ca52} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6223 | 2024.09.06 06:38:18.583379 [ 3 ] {} <Debug> HTTP-Session: d6abbdd3-9cc2-4294-803a-d1bb97f2b108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6224 | 2024.09.06 06:38:18.583567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6225 | 2024.09.06 06:38:18.583615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6226 | 2024.09.06 06:38:18.583633 [ 3 ] {} <Debug> HTTP-Session: 2578ed6d-22b5-4033-9cf8-ff055b1eac0f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6227 | 2024.09.06 06:38:18.583649 [ 3 ] {} <Debug> HTTP-Session: 2578ed6d-22b5-4033-9cf8-ff055b1eac0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6228 | 2024.09.06 06:38:18.583663 [ 3 ] {} <Debug> HTTP-Session: 2578ed6d-22b5-4033-9cf8-ff055b1eac0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6229 | 2024.09.06 06:38:18.583695 [ 3 ] {} <Trace> HTTP-Session: 2578ed6d-22b5-4033-9cf8-ff055b1eac0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6230 | 2024.09.06 06:38:18.583947 [ 3 ] {7a9705e0-197b-4436-b93a-e7defaa9d627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6231 | 2024.09.06 06:38:18.583989 [ 3 ] {7a9705e0-197b-4436-b93a-e7defaa9d627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6232 | 2024.09.06 06:38:18.584210 [ 3 ] {7a9705e0-197b-4436-b93a-e7defaa9d627} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6233 | 2024.09.06 06:38:18.584781 [ 3 ] {7a9705e0-197b-4436-b93a-e7defaa9d627} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6234 | 2024.09.06 06:38:18.584817 [ 3 ] {7a9705e0-197b-4436-b93a-e7defaa9d627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6235 | 2024.09.06 06:38:18.585185 [ 3 ] {7a9705e0-197b-4436-b93a-e7defaa9d627} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6236 | 2024.09.06 06:38:18.585536 [ 3 ] {7a9705e0-197b-4436-b93a-e7defaa9d627} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6237 | 2024.09.06 06:38:18.585660 [ 102 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6238 | 2024.09.06 06:38:18.585665 [ 3 ] {7a9705e0-197b-4436-b93a-e7defaa9d627} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001886 sec., 206786.8504772004 rows/sec., 14.67 MiB/sec. | ||
6239 | 2024.09.06 06:38:18.585704 [ 102 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6240 | 2024.09.06 06:38:18.585743 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6241 | 2024.09.06 06:38:18.585911 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
6242 | 2024.09.06 06:38:18.585919 [ 3 ] {7a9705e0-197b-4436-b93a-e7defaa9d627} <Debug> DynamicQueryHandler: Done processing query | ||
6243 | 2024.09.06 06:38:18.585977 [ 3 ] {7a9705e0-197b-4436-b93a-e7defaa9d627} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6244 | 2024.09.06 06:38:18.586020 [ 3 ] {} <Debug> HTTP-Session: 2578ed6d-22b5-4033-9cf8-ff055b1eac0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6245 | 2024.09.06 06:38:18.586139 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6246 | 2024.09.06 06:38:18.586177 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part | ||
6247 | 2024.09.06 06:38:18.586249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6248 | 2024.09.06 06:38:18.586400 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 392 rows starting from the beginning of the part | ||
6249 | 2024.09.06 06:38:18.586406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6250 | 2024.09.06 06:38:18.586500 [ 3 ] {} <Debug> HTTP-Session: 16949495-8312-46c7-a890-999e4f064f1f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6251 | 2024.09.06 06:38:18.586586 [ 3 ] {} <Debug> HTTP-Session: 16949495-8312-46c7-a890-999e4f064f1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6252 | 2024.09.06 06:38:18.586695 [ 3 ] {} <Debug> HTTP-Session: 16949495-8312-46c7-a890-999e4f064f1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6253 | 2024.09.06 06:38:18.586744 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 97 rows starting from the beginning of the part | ||
6254 | 2024.09.06 06:38:18.586879 [ 3 ] {} <Trace> HTTP-Session: 16949495-8312-46c7-a890-999e4f064f1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6255 | 2024.09.06 06:38:18.587087 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 390 rows starting from the beginning of the part | ||
6256 | 2024.09.06 06:38:18.587255 [ 3 ] {112b5205-9334-4a58-8942-693b26032f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6257 | 2024.09.06 06:38:18.587443 [ 3 ] {112b5205-9334-4a58-8942-693b26032f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6258 | 2024.09.06 06:38:18.587492 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 97 rows starting from the beginning of the part | ||
6259 | 2024.09.06 06:38:18.587782 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 390 rows starting from the beginning of the part | ||
6260 | 2024.09.06 06:38:18.588533 [ 3 ] {112b5205-9334-4a58-8942-693b26032f3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6261 | 2024.09.06 06:38:18.589140 [ 3 ] {112b5205-9334-4a58-8942-693b26032f3e} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6262 | 2024.09.06 06:38:18.589204 [ 3 ] {112b5205-9334-4a58-8942-693b26032f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6263 | 2024.09.06 06:38:18.590229 [ 3 ] {112b5205-9334-4a58-8942-693b26032f3e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6264 | 2024.09.06 06:38:18.590725 [ 3 ] {112b5205-9334-4a58-8942-693b26032f3e} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6265 | 2024.09.06 06:38:18.591087 [ 102 ] {} <Debug> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
6266 | 2024.09.06 06:38:18.591095 [ 196 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2279 rows, containing 5 columns (5 merged, 0 gathered) in 0.005263622 sec., 432971.82054486434 rows/sec., 32.94 MiB/sec. | ||
6267 | 2024.09.06 06:38:18.591152 [ 3 ] {112b5205-9334-4a58-8942-693b26032f3e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004033 sec., 1487.72625836846 rows/sec., 77.73 KiB/sec. | ||
6268 | 2024.09.06 06:38:18.591165 [ 102 ] {} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6269 | 2024.09.06 06:38:18.591247 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6270 | 2024.09.06 06:38:18.591591 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6271 | 2024.09.06 06:38:18.591671 [ 3 ] {112b5205-9334-4a58-8942-693b26032f3e} <Debug> DynamicQueryHandler: Done processing query | ||
6272 | 2024.09.06 06:38:18.591751 [ 3 ] {112b5205-9334-4a58-8942-693b26032f3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6273 | 2024.09.06 06:38:18.591830 [ 3 ] {} <Debug> HTTP-Session: 16949495-8312-46c7-a890-999e4f064f1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6274 | 2024.09.06 06:38:18.592153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6275 | 2024.09.06 06:38:18.592316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6276 | 2024.09.06 06:38:18.592340 [ 194 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::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 | ||
6277 | 2024.09.06 06:38:18.592389 [ 3 ] {} <Debug> HTTP-Session: 9f8e434e-d7f0-4e18-b32b-827744b6a43d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6278 | 2024.09.06 06:38:18.592475 [ 3 ] {} <Debug> HTTP-Session: 9f8e434e-d7f0-4e18-b32b-827744b6a43d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6279 | 2024.09.06 06:38:18.592515 [ 3 ] {} <Debug> HTTP-Session: 9f8e434e-d7f0-4e18-b32b-827744b6a43d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6280 | 2024.09.06 06:38:18.592593 [ 3 ] {} <Trace> HTTP-Session: 9f8e434e-d7f0-4e18-b32b-827744b6a43d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6281 | 2024.09.06 06:38:18.593114 [ 194 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6282 | 2024.09.06 06:38:18.593132 [ 3 ] {7a1c037c-5394-4b20-a48e-b118cf7e728a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6283 | 2024.09.06 06:38:18.593225 [ 194 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
6284 | 2024.09.06 06:38:18.593281 [ 3 ] {7a1c037c-5394-4b20-a48e-b118cf7e728a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6285 | 2024.09.06 06:38:18.593430 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_31_6} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6286 | 2024.09.06 06:38:18.593687 [ 194 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
6287 | 2024.09.06 06:38:18.593778 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_31_6} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6288 | 2024.09.06 06:38:18.594132 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
6289 | 2024.09.06 06:38:18.594522 [ 194 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
6290 | 2024.09.06 06:38:18.594582 [ 3 ] {7a1c037c-5394-4b20-a48e-b118cf7e728a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6291 | 2024.09.06 06:38:18.594804 [ 194 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
6292 | 2024.09.06 06:38:18.595039 [ 194 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
6293 | 2024.09.06 06:38:18.595354 [ 194 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
6294 | 2024.09.06 06:38:18.596118 [ 3 ] {7a1c037c-5394-4b20-a48e-b118cf7e728a} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6295 | 2024.09.06 06:38:18.596176 [ 3 ] {7a1c037c-5394-4b20-a48e-b118cf7e728a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6296 | 2024.09.06 06:38:18.597202 [ 3 ] {7a1c037c-5394-4b20-a48e-b118cf7e728a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6297 | 2024.09.06 06:38:18.598187 [ 194 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006648479 sec., 9927.082570314204 rows/sec., 518.65 KiB/sec. | ||
6298 | 2024.09.06 06:38:18.598344 [ 3 ] {7a1c037c-5394-4b20-a48e-b118cf7e728a} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6299 | 2024.09.06 06:38:18.598402 [ 188 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
6300 | 2024.09.06 06:38:18.598594 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6301 | 2024.09.06 06:38:18.598703 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6302 | 2024.09.06 06:38:18.598732 [ 3 ] {7a1c037c-5394-4b20-a48e-b118cf7e728a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005883 sec., 40285.56858745538 rows/sec., 2.70 MiB/sec. | ||
6303 | 2024.09.06 06:38:18.598753 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6304 | 2024.09.06 06:38:18.599291 [ 195 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
6305 | 2024.09.06 06:38:18.599327 [ 3 ] {7a1c037c-5394-4b20-a48e-b118cf7e728a} <Debug> DynamicQueryHandler: Done processing query | ||
6306 | 2024.09.06 06:38:18.599424 [ 3 ] {7a1c037c-5394-4b20-a48e-b118cf7e728a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6307 | 2024.09.06 06:38:18.599487 [ 3 ] {} <Debug> HTTP-Session: 9f8e434e-d7f0-4e18-b32b-827744b6a43d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6308 | 2024.09.06 06:38:18.599737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6309 | 2024.09.06 06:38:18.599743 [ 195 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6310 | 2024.09.06 06:38:18.599831 [ 195 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8242 rows starting from the beginning of the part | ||
6311 | 2024.09.06 06:38:18.599846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6312 | 2024.09.06 06:38:18.599916 [ 3 ] {} <Debug> HTTP-Session: 774bdcba-84e1-48dc-b524-3de571aba20f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6313 | 2024.09.06 06:38:18.600009 [ 3 ] {} <Debug> HTTP-Session: 774bdcba-84e1-48dc-b524-3de571aba20f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6314 | 2024.09.06 06:38:18.600106 [ 3 ] {} <Debug> HTTP-Session: 774bdcba-84e1-48dc-b524-3de571aba20f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6315 | 2024.09.06 06:38:18.600126 [ 188 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_11_2} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6316 | 2024.09.06 06:38:18.600271 [ 195 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 238 rows starting from the beginning of the part | ||
6317 | 2024.09.06 06:38:18.600286 [ 3 ] {} <Trace> HTTP-Session: 774bdcba-84e1-48dc-b524-3de571aba20f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6318 | 2024.09.06 06:38:18.600584 [ 188 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_11_2} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
6319 | 2024.09.06 06:38:18.600682 [ 195 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 161 rows starting from the beginning of the part | ||
6320 | 2024.09.06 06:38:18.600701 [ 3 ] {c3574700-c120-45ff-9bce-649603590705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6321 | 2024.09.06 06:38:18.600904 [ 3 ] {c3574700-c120-45ff-9bce-649603590705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6322 | 2024.09.06 06:38:18.601006 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6323 | 2024.09.06 06:38:18.601183 [ 195 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part | ||
6324 | 2024.09.06 06:38:18.601394 [ 195 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 161 rows starting from the beginning of the part | ||
6325 | 2024.09.06 06:38:18.601618 [ 195 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
6326 | 2024.09.06 06:38:18.601708 [ 3 ] {c3574700-c120-45ff-9bce-649603590705} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6327 | 2024.09.06 06:38:18.602433 [ 3 ] {c3574700-c120-45ff-9bce-649603590705} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6328 | 2024.09.06 06:38:18.602477 [ 3 ] {c3574700-c120-45ff-9bce-649603590705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6329 | 2024.09.06 06:38:18.602883 [ 3 ] {c3574700-c120-45ff-9bce-649603590705} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6330 | 2024.09.06 06:38:18.603385 [ 3 ] {c3574700-c120-45ff-9bce-649603590705} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6331 | 2024.09.06 06:38:18.603607 [ 3 ] {c3574700-c120-45ff-9bce-649603590705} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003092 sec., 323.41526520051747 rows/sec., 21.79 KiB/sec. | ||
6332 | 2024.09.06 06:38:18.603812 [ 3 ] {c3574700-c120-45ff-9bce-649603590705} <Debug> DynamicQueryHandler: Done processing query | ||
6333 | 2024.09.06 06:38:18.603842 [ 3 ] {c3574700-c120-45ff-9bce-649603590705} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6334 | 2024.09.06 06:38:18.603858 [ 3 ] {} <Debug> HTTP-Session: 774bdcba-84e1-48dc-b524-3de571aba20f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6335 | 2024.09.06 06:38:18.603987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14134, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6336 | 2024.09.06 06:38:18.604033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6337 | 2024.09.06 06:38:18.604053 [ 3 ] {} <Debug> HTTP-Session: ef297e48-ef1a-42c7-a695-11e7aa689266 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6338 | 2024.09.06 06:38:18.604070 [ 3 ] {} <Debug> HTTP-Session: ef297e48-ef1a-42c7-a695-11e7aa689266 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6339 | 2024.09.06 06:38:18.604116 [ 3 ] {} <Debug> HTTP-Session: ef297e48-ef1a-42c7-a695-11e7aa689266 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6340 | 2024.09.06 06:38:18.604146 [ 3 ] {} <Trace> HTTP-Session: ef297e48-ef1a-42c7-a695-11e7aa689266 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6341 | 2024.09.06 06:38:18.604295 [ 3 ] {15d03181-0c5f-41b7-9121-ff0351b898b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6342 | 2024.09.06 06:38:18.604418 [ 3 ] {15d03181-0c5f-41b7-9121-ff0351b898b8} <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_histogramu64 | ||
6343 | 2024.09.06 06:38:18.604850 [ 3 ] {15d03181-0c5f-41b7-9121-ff0351b898b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6344 | 2024.09.06 06:38:18.605661 [ 3 ] {15d03181-0c5f-41b7-9121-ff0351b898b8} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6345 | 2024.09.06 06:38:18.605666 [ 195 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9276 rows, containing 5 columns (5 merged, 0 gathered) in 0.006741891 sec., 1375875.1068505854 rows/sec., 93.15 MiB/sec. | ||
6346 | 2024.09.06 06:38:18.605700 [ 3 ] {15d03181-0c5f-41b7-9121-ff0351b898b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6347 | 2024.09.06 06:38:18.605861 [ 195 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6348 | 2024.09.06 06:38:18.606448 [ 195 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6349 | 2024.09.06 06:38:18.606544 [ 195 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6350 | 2024.09.06 06:38:18.606544 [ 3 ] {15d03181-0c5f-41b7-9121-ff0351b898b8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6351 | 2024.09.06 06:38:18.606617 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. | ||
6352 | 2024.09.06 06:38:18.606976 [ 3 ] {15d03181-0c5f-41b7-9121-ff0351b898b8} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6353 | 2024.09.06 06:38:18.607117 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6354 | 2024.09.06 06:38:18.607127 [ 3 ] {15d03181-0c5f-41b7-9121-ff0351b898b8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002909 sec., 2750.0859401856305 rows/sec., 4.93 MiB/sec. | ||
6355 | 2024.09.06 06:38:18.607167 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6356 | 2024.09.06 06:38:18.607221 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
6357 | 2024.09.06 06:38:18.607651 [ 188 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
6358 | 2024.09.06 06:38:18.607819 [ 3 ] {15d03181-0c5f-41b7-9121-ff0351b898b8} <Debug> DynamicQueryHandler: Done processing query | ||
6359 | 2024.09.06 06:38:18.607872 [ 3 ] {15d03181-0c5f-41b7-9121-ff0351b898b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6360 | 2024.09.06 06:38:18.607927 [ 3 ] {} <Debug> HTTP-Session: ef297e48-ef1a-42c7-a695-11e7aa689266 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6361 | 2024.09.06 06:38:18.608147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6362 | 2024.09.06 06:38:18.608261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6363 | 2024.09.06 06:38:18.608311 [ 188 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6364 | 2024.09.06 06:38:18.608321 [ 3 ] {} <Debug> HTTP-Session: ab7080ff-b9d8-49c2-8d4e-e1de790d0122 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6365 | 2024.09.06 06:38:18.608395 [ 3 ] {} <Debug> HTTP-Session: ab7080ff-b9d8-49c2-8d4e-e1de790d0122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6366 | 2024.09.06 06:38:18.608444 [ 3 ] {} <Debug> HTTP-Session: ab7080ff-b9d8-49c2-8d4e-e1de790d0122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6367 | 2024.09.06 06:38:18.608473 [ 188 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 354 rows starting from the beginning of the part | ||
6368 | 2024.09.06 06:38:18.608514 [ 3 ] {} <Trace> HTTP-Session: ab7080ff-b9d8-49c2-8d4e-e1de790d0122 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6369 | 2024.09.06 06:38:18.608914 [ 3 ] {342020db-e723-4d3c-9d4b-7f98354a7298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6370 | 2024.09.06 06:38:18.609103 [ 188 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part | ||
6371 | 2024.09.06 06:38:18.609109 [ 3 ] {342020db-e723-4d3c-9d4b-7f98354a7298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6372 | 2024.09.06 06:38:18.610037 [ 188 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part | ||
6373 | 2024.09.06 06:38:18.610057 [ 3 ] {342020db-e723-4d3c-9d4b-7f98354a7298} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6374 | 2024.09.06 06:38:18.610572 [ 188 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part | ||
6375 | 2024.09.06 06:38:18.611168 [ 3 ] {342020db-e723-4d3c-9d4b-7f98354a7298} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6376 | 2024.09.06 06:38:18.611275 [ 3 ] {342020db-e723-4d3c-9d4b-7f98354a7298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6377 | 2024.09.06 06:38:18.611344 [ 188 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part | ||
6378 | 2024.09.06 06:38:18.611989 [ 188 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part | ||
6379 | 2024.09.06 06:38:18.612614 [ 3 ] {342020db-e723-4d3c-9d4b-7f98354a7298} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6380 | 2024.09.06 06:38:18.613483 [ 3 ] {342020db-e723-4d3c-9d4b-7f98354a7298} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6381 | 2024.09.06 06:38:18.613823 [ 102 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6382 | 2024.09.06 06:38:18.613936 [ 102 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6383 | 2024.09.06 06:38:18.613955 [ 3 ] {342020db-e723-4d3c-9d4b-7f98354a7298} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005228 sec., 15684.77429227238 rows/sec., 1020.09 KiB/sec. | ||
6384 | 2024.09.06 06:38:18.614033 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6385 | 2024.09.06 06:38:18.614695 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
6386 | 2024.09.06 06:38:18.614736 [ 3 ] {342020db-e723-4d3c-9d4b-7f98354a7298} <Debug> DynamicQueryHandler: Done processing query | ||
6387 | 2024.09.06 06:38:18.614812 [ 3 ] {342020db-e723-4d3c-9d4b-7f98354a7298} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6388 | 2024.09.06 06:38:18.614875 [ 3 ] {} <Debug> HTTP-Session: ab7080ff-b9d8-49c2-8d4e-e1de790d0122 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6389 | 2024.09.06 06:38:18.615421 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6390 | 2024.09.06 06:38:18.615519 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1582 rows starting from the beginning of the part | ||
6391 | 2024.09.06 06:38:18.615893 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
6392 | 2024.09.06 06:38:18.616281 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
6393 | 2024.09.06 06:38:18.616578 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part | ||
6394 | 2024.09.06 06:38:18.616883 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
6395 | 2024.09.06 06:38:18.617102 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
6396 | 2024.09.06 06:38:18.620568 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1948 rows, containing 4 columns (4 merged, 0 gathered) in 0.006361213 sec., 306230.9028168055 rows/sec., 20.08 MiB/sec. | ||
6397 | 2024.09.06 06:38:18.620844 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6398 | 2024.09.06 06:38:18.621479 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_31_6} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6399 | 2024.09.06 06:38:18.621603 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_31_6} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6400 | 2024.09.06 06:38:18.621737 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
6401 | 2024.09.06 06:38:18.622227 [ 198 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 440 rows, containing 19 columns (19 merged, 0 gathered) in 0.014891699 sec., 29546.662204225322 rows/sec., 52.95 MiB/sec. | ||
6402 | 2024.09.06 06:38:18.623265 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6403 | 2024.09.06 06:38:18.623880 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6404 | 2024.09.06 06:38:18.623966 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6405 | 2024.09.06 06:38:18.624121 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
6406 | 2024.09.06 06:38:23.589258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 182827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6407 | 2024.09.06 06:38:23.589384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6408 | 2024.09.06 06:38:23.589411 [ 3 ] {} <Debug> HTTP-Session: f9c5c1b0-61a5-4965-a363-f2ea454425d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6409 | 2024.09.06 06:38:23.589436 [ 3 ] {} <Debug> HTTP-Session: f9c5c1b0-61a5-4965-a363-f2ea454425d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6410 | 2024.09.06 06:38:23.589451 [ 3 ] {} <Debug> HTTP-Session: f9c5c1b0-61a5-4965-a363-f2ea454425d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6411 | 2024.09.06 06:38:23.589501 [ 3 ] {} <Trace> HTTP-Session: f9c5c1b0-61a5-4965-a363-f2ea454425d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6412 | 2024.09.06 06:38:23.590053 [ 3 ] {f3547153-6699-44e4-a56a-e3e585e3a9d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6413 | 2024.09.06 06:38:23.590127 [ 3 ] {f3547153-6699-44e4-a56a-e3e585e3a9d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6414 | 2024.09.06 06:38:23.590465 [ 3 ] {f3547153-6699-44e4-a56a-e3e585e3a9d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6415 | 2024.09.06 06:38:23.591817 [ 3 ] {f3547153-6699-44e4-a56a-e3e585e3a9d5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6416 | 2024.09.06 06:38:23.591863 [ 3 ] {f3547153-6699-44e4-a56a-e3e585e3a9d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6417 | 2024.09.06 06:38:23.592370 [ 3 ] {f3547153-6699-44e4-a56a-e3e585e3a9d5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6418 | 2024.09.06 06:38:23.592753 [ 3 ] {f3547153-6699-44e4-a56a-e3e585e3a9d5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6419 | 2024.09.06 06:38:23.592898 [ 3 ] {f3547153-6699-44e4-a56a-e3e585e3a9d5} <Debug> executeQuery: Read 1258 rows, 106.78 KiB in 0.003208 sec., 392144.63840399 rows/sec., 32.51 MiB/sec. | ||
6420 | 2024.09.06 06:38:23.593110 [ 3 ] {f3547153-6699-44e4-a56a-e3e585e3a9d5} <Debug> DynamicQueryHandler: Done processing query | ||
6421 | 2024.09.06 06:38:23.593137 [ 3 ] {f3547153-6699-44e4-a56a-e3e585e3a9d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
6422 | 2024.09.06 06:38:23.593153 [ 3 ] {} <Debug> HTTP-Session: f9c5c1b0-61a5-4965-a363-f2ea454425d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6423 | 2024.09.06 06:38:23.593374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6424 | 2024.09.06 06:38:23.593432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6425 | 2024.09.06 06:38:23.593451 [ 3 ] {} <Debug> HTTP-Session: 45bda89a-a2bd-4687-aca9-ade45131211a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6426 | 2024.09.06 06:38:23.593470 [ 3 ] {} <Debug> HTTP-Session: 45bda89a-a2bd-4687-aca9-ade45131211a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6427 | 2024.09.06 06:38:23.593484 [ 3 ] {} <Debug> HTTP-Session: 45bda89a-a2bd-4687-aca9-ade45131211a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6428 | 2024.09.06 06:38:23.593520 [ 3 ] {} <Trace> HTTP-Session: 45bda89a-a2bd-4687-aca9-ade45131211a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6429 | 2024.09.06 06:38:23.593632 [ 3 ] {8370ca01-5a32-401a-b465-46d177421343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6430 | 2024.09.06 06:38:23.593679 [ 3 ] {8370ca01-5a32-401a-b465-46d177421343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6431 | 2024.09.06 06:38:23.593918 [ 3 ] {8370ca01-5a32-401a-b465-46d177421343} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6432 | 2024.09.06 06:38:23.594281 [ 3 ] {8370ca01-5a32-401a-b465-46d177421343} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6433 | 2024.09.06 06:38:23.594320 [ 3 ] {8370ca01-5a32-401a-b465-46d177421343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6434 | 2024.09.06 06:38:23.594731 [ 3 ] {8370ca01-5a32-401a-b465-46d177421343} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6435 | 2024.09.06 06:38:23.595170 [ 3 ] {8370ca01-5a32-401a-b465-46d177421343} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6436 | 2024.09.06 06:38:23.595303 [ 3 ] {8370ca01-5a32-401a-b465-46d177421343} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001707 sec., 18160.515524311657 rows/sec., 1.33 MiB/sec. | ||
6437 | 2024.09.06 06:38:23.595504 [ 3 ] {8370ca01-5a32-401a-b465-46d177421343} <Debug> DynamicQueryHandler: Done processing query | ||
6438 | 2024.09.06 06:38:23.595534 [ 3 ] {8370ca01-5a32-401a-b465-46d177421343} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6439 | 2024.09.06 06:38:23.595554 [ 3 ] {} <Debug> HTTP-Session: 45bda89a-a2bd-4687-aca9-ade45131211a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6440 | 2024.09.06 06:38:23.595751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6441 | 2024.09.06 06:38:23.595816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6442 | 2024.09.06 06:38:23.595838 [ 3 ] {} <Debug> HTTP-Session: 536ad6bb-2652-4a79-852d-23ad187269ec Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6443 | 2024.09.06 06:38:23.595860 [ 3 ] {} <Debug> HTTP-Session: 536ad6bb-2652-4a79-852d-23ad187269ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6444 | 2024.09.06 06:38:23.595878 [ 3 ] {} <Debug> HTTP-Session: 536ad6bb-2652-4a79-852d-23ad187269ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6445 | 2024.09.06 06:38:23.595916 [ 3 ] {} <Trace> HTTP-Session: 536ad6bb-2652-4a79-852d-23ad187269ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6446 | 2024.09.06 06:38:23.596085 [ 3 ] {da2c2e82-51da-4c23-9bf3-6ee46d697eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6447 | 2024.09.06 06:38:23.596131 [ 3 ] {da2c2e82-51da-4c23-9bf3-6ee46d697eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6448 | 2024.09.06 06:38:23.596364 [ 3 ] {da2c2e82-51da-4c23-9bf3-6ee46d697eee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6449 | 2024.09.06 06:38:23.596800 [ 3 ] {da2c2e82-51da-4c23-9bf3-6ee46d697eee} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6450 | 2024.09.06 06:38:23.596835 [ 3 ] {da2c2e82-51da-4c23-9bf3-6ee46d697eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6451 | 2024.09.06 06:38:23.597203 [ 3 ] {da2c2e82-51da-4c23-9bf3-6ee46d697eee} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6452 | 2024.09.06 06:38:23.597572 [ 3 ] {da2c2e82-51da-4c23-9bf3-6ee46d697eee} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6453 | 2024.09.06 06:38:23.597698 [ 94 ] {} <Debug> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6454 | 2024.09.06 06:38:23.597703 [ 3 ] {da2c2e82-51da-4c23-9bf3-6ee46d697eee} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001691 sec., 134831.4606741573 rows/sec., 9.13 MiB/sec. | ||
6455 | 2024.09.06 06:38:23.597740 [ 94 ] {} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6456 | 2024.09.06 06:38:23.597777 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6457 | 2024.09.06 06:38:23.597902 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::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 | ||
6458 | 2024.09.06 06:38:23.597918 [ 3 ] {da2c2e82-51da-4c23-9bf3-6ee46d697eee} <Debug> DynamicQueryHandler: Done processing query | ||
6459 | 2024.09.06 06:38:23.597949 [ 3 ] {da2c2e82-51da-4c23-9bf3-6ee46d697eee} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6460 | 2024.09.06 06:38:23.597974 [ 3 ] {} <Debug> HTTP-Session: 536ad6bb-2652-4a79-852d-23ad187269ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6461 | 2024.09.06 06:38:23.598047 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6462 | 2024.09.06 06:38:23.598079 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
6463 | 2024.09.06 06:38:23.598142 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part | ||
6464 | 2024.09.06 06:38:23.598286 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
6465 | 2024.09.06 06:38:23.598305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 91087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6466 | 2024.09.06 06:38:23.598438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6467 | 2024.09.06 06:38:23.598454 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
6468 | 2024.09.06 06:38:23.598483 [ 3 ] {} <Debug> HTTP-Session: aa96f7bd-303d-4cfa-a148-8411e1881c8a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6469 | 2024.09.06 06:38:23.598540 [ 3 ] {} <Debug> HTTP-Session: aa96f7bd-303d-4cfa-a148-8411e1881c8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6470 | 2024.09.06 06:38:23.598601 [ 3 ] {} <Debug> HTTP-Session: aa96f7bd-303d-4cfa-a148-8411e1881c8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6471 | 2024.09.06 06:38:23.598651 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
6472 | 2024.09.06 06:38:23.598680 [ 3 ] {} <Trace> HTTP-Session: aa96f7bd-303d-4cfa-a148-8411e1881c8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6473 | 2024.09.06 06:38:23.598765 [ 195 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part | ||
6474 | 2024.09.06 06:38:23.599114 [ 3 ] {1750209c-83ac-4d62-95ca-28c9b1bc3239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6475 | 2024.09.06 06:38:23.599164 [ 3 ] {1750209c-83ac-4d62-95ca-28c9b1bc3239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6476 | 2024.09.06 06:38:23.599602 [ 3 ] {1750209c-83ac-4d62-95ca-28c9b1bc3239} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6477 | 2024.09.06 06:38:23.600486 [ 198 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.002632811 sec., 281068.4093920908 rows/sec., 19.07 MiB/sec. | ||
6478 | 2024.09.06 06:38:23.600598 [ 3 ] {1750209c-83ac-4d62-95ca-28c9b1bc3239} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6479 | 2024.09.06 06:38:23.600658 [ 3 ] {1750209c-83ac-4d62-95ca-28c9b1bc3239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6480 | 2024.09.06 06:38:23.600775 [ 198 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6481 | 2024.09.06 06:38:23.601595 [ 3 ] {1750209c-83ac-4d62-95ca-28c9b1bc3239} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6482 | 2024.09.06 06:38:23.601920 [ 198 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_16_3} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6483 | 2024.09.06 06:38:23.602146 [ 198 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_16_3} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6484 | 2024.09.06 06:38:23.602317 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
6485 | 2024.09.06 06:38:23.602407 [ 3 ] {1750209c-83ac-4d62-95ca-28c9b1bc3239} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6486 | 2024.09.06 06:38:23.602545 [ 3 ] {1750209c-83ac-4d62-95ca-28c9b1bc3239} <Debug> executeQuery: Read 551 rows, 41.89 KiB in 0.00369 sec., 149322.49322493223 rows/sec., 11.09 MiB/sec. | ||
6487 | 2024.09.06 06:38:23.602864 [ 3 ] {1750209c-83ac-4d62-95ca-28c9b1bc3239} <Debug> DynamicQueryHandler: Done processing query | ||
6488 | 2024.09.06 06:38:23.602911 [ 3 ] {1750209c-83ac-4d62-95ca-28c9b1bc3239} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
6489 | 2024.09.06 06:38:23.602947 [ 3 ] {} <Debug> HTTP-Session: aa96f7bd-303d-4cfa-a148-8411e1881c8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6490 | 2024.09.06 06:38:23.603170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 159845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6491 | 2024.09.06 06:38:23.603221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6492 | 2024.09.06 06:38:23.603240 [ 3 ] {} <Debug> HTTP-Session: b9ed648f-acc1-4288-999b-c3c77f3e12e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6493 | 2024.09.06 06:38:23.603257 [ 3 ] {} <Debug> HTTP-Session: b9ed648f-acc1-4288-999b-c3c77f3e12e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6494 | 2024.09.06 06:38:23.603271 [ 3 ] {} <Debug> HTTP-Session: b9ed648f-acc1-4288-999b-c3c77f3e12e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6495 | 2024.09.06 06:38:23.603302 [ 3 ] {} <Trace> HTTP-Session: b9ed648f-acc1-4288-999b-c3c77f3e12e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6496 | 2024.09.06 06:38:23.603696 [ 3 ] {671e85b6-6ab6-4187-bf90-d7d7a452f6d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6497 | 2024.09.06 06:38:23.603746 [ 3 ] {671e85b6-6ab6-4187-bf90-d7d7a452f6d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6498 | 2024.09.06 06:38:23.603911 [ 3 ] {671e85b6-6ab6-4187-bf90-d7d7a452f6d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6499 | 2024.09.06 06:38:23.604718 [ 3 ] {671e85b6-6ab6-4187-bf90-d7d7a452f6d9} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6500 | 2024.09.06 06:38:23.604752 [ 3 ] {671e85b6-6ab6-4187-bf90-d7d7a452f6d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6501 | 2024.09.06 06:38:23.605203 [ 3 ] {671e85b6-6ab6-4187-bf90-d7d7a452f6d9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6502 | 2024.09.06 06:38:23.605558 [ 3 ] {671e85b6-6ab6-4187-bf90-d7d7a452f6d9} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6503 | 2024.09.06 06:38:23.605710 [ 3 ] {671e85b6-6ab6-4187-bf90-d7d7a452f6d9} <Debug> executeQuery: Read 842 rows, 58.02 KiB in 0.002272 sec., 370598.59154929576 rows/sec., 24.94 MiB/sec. | ||
6504 | 2024.09.06 06:38:23.606047 [ 3 ] {671e85b6-6ab6-4187-bf90-d7d7a452f6d9} <Debug> DynamicQueryHandler: Done processing query | ||
6505 | 2024.09.06 06:38:23.606076 [ 3 ] {671e85b6-6ab6-4187-bf90-d7d7a452f6d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
6506 | 2024.09.06 06:38:23.606095 [ 3 ] {} <Debug> HTTP-Session: b9ed648f-acc1-4288-999b-c3c77f3e12e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6507 | 2024.09.06 06:38:23.606451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 50914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6508 | 2024.09.06 06:38:23.606500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6509 | 2024.09.06 06:38:23.606519 [ 3 ] {} <Debug> HTTP-Session: 34b25dc0-e751-4c2b-8ca2-d31625cac806 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6510 | 2024.09.06 06:38:23.606536 [ 3 ] {} <Debug> HTTP-Session: 34b25dc0-e751-4c2b-8ca2-d31625cac806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6511 | 2024.09.06 06:38:23.606551 [ 3 ] {} <Debug> HTTP-Session: 34b25dc0-e751-4c2b-8ca2-d31625cac806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6512 | 2024.09.06 06:38:23.606581 [ 3 ] {} <Trace> HTTP-Session: 34b25dc0-e751-4c2b-8ca2-d31625cac806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6513 | 2024.09.06 06:38:23.606999 [ 3 ] {fa6f7c89-a0c3-4edc-94f3-070d14159d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6514 | 2024.09.06 06:38:23.607071 [ 3 ] {fa6f7c89-a0c3-4edc-94f3-070d14159d75} <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_histogramu64 | ||
6515 | 2024.09.06 06:38:23.607493 [ 3 ] {fa6f7c89-a0c3-4edc-94f3-070d14159d75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6516 | 2024.09.06 06:38:23.608229 [ 3 ] {fa6f7c89-a0c3-4edc-94f3-070d14159d75} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6517 | 2024.09.06 06:38:23.608266 [ 3 ] {fa6f7c89-a0c3-4edc-94f3-070d14159d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6518 | 2024.09.06 06:38:23.608902 [ 3 ] {fa6f7c89-a0c3-4edc-94f3-070d14159d75} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6519 | 2024.09.06 06:38:23.609317 [ 3 ] {fa6f7c89-a0c3-4edc-94f3-070d14159d75} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6520 | 2024.09.06 06:38:23.609463 [ 3 ] {fa6f7c89-a0c3-4edc-94f3-070d14159d75} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002798 sec., 11079.342387419585 rows/sec., 19.85 MiB/sec. | ||
6521 | 2024.09.06 06:38:23.609681 [ 3 ] {fa6f7c89-a0c3-4edc-94f3-070d14159d75} <Debug> DynamicQueryHandler: Done processing query | ||
6522 | 2024.09.06 06:38:23.609705 [ 3 ] {fa6f7c89-a0c3-4edc-94f3-070d14159d75} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6523 | 2024.09.06 06:38:23.609721 [ 3 ] {} <Debug> HTTP-Session: 34b25dc0-e751-4c2b-8ca2-d31625cac806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6524 | 2024.09.06 06:38:23.609839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 8837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6525 | 2024.09.06 06:38:23.609887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6526 | 2024.09.06 06:38:23.609906 [ 3 ] {} <Debug> HTTP-Session: 0bfe8cb9-f82b-49a7-ac0a-d67cdf440ec6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6527 | 2024.09.06 06:38:23.609922 [ 3 ] {} <Debug> HTTP-Session: 0bfe8cb9-f82b-49a7-ac0a-d67cdf440ec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6528 | 2024.09.06 06:38:23.609937 [ 3 ] {} <Debug> HTTP-Session: 0bfe8cb9-f82b-49a7-ac0a-d67cdf440ec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6529 | 2024.09.06 06:38:23.609968 [ 3 ] {} <Trace> HTTP-Session: 0bfe8cb9-f82b-49a7-ac0a-d67cdf440ec6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6530 | 2024.09.06 06:38:23.610078 [ 3 ] {90d4d7ba-f943-4b96-93c3-70459cc68176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6531 | 2024.09.06 06:38:23.610124 [ 3 ] {90d4d7ba-f943-4b96-93c3-70459cc68176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6532 | 2024.09.06 06:38:23.610252 [ 3 ] {90d4d7ba-f943-4b96-93c3-70459cc68176} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6533 | 2024.09.06 06:38:23.610537 [ 3 ] {90d4d7ba-f943-4b96-93c3-70459cc68176} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6534 | 2024.09.06 06:38:23.610570 [ 3 ] {90d4d7ba-f943-4b96-93c3-70459cc68176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6535 | 2024.09.06 06:38:23.610930 [ 3 ] {90d4d7ba-f943-4b96-93c3-70459cc68176} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6536 | 2024.09.06 06:38:23.611259 [ 3 ] {90d4d7ba-f943-4b96-93c3-70459cc68176} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6537 | 2024.09.06 06:38:23.611386 [ 3 ] {90d4d7ba-f943-4b96-93c3-70459cc68176} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001346 sec., 43090.63893016345 rows/sec., 2.91 MiB/sec. | ||
6538 | 2024.09.06 06:38:23.611546 [ 3 ] {90d4d7ba-f943-4b96-93c3-70459cc68176} <Debug> DynamicQueryHandler: Done processing query | ||
6539 | 2024.09.06 06:38:23.611570 [ 3 ] {90d4d7ba-f943-4b96-93c3-70459cc68176} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6540 | 2024.09.06 06:38:23.611587 [ 3 ] {} <Debug> HTTP-Session: 0bfe8cb9-f82b-49a7-ac0a-d67cdf440ec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6541 | 2024.09.06 06:38:25.497019 [ 95 ] {} <Debug> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
6542 | 2024.09.06 06:38:25.497087 [ 95 ] {} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6543 | 2024.09.06 06:38:25.497110 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6544 | 2024.09.06 06:38:25.497343 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
6545 | 2024.09.06 06:38:25.497573 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6546 | 2024.09.06 06:38:25.497617 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
6547 | 2024.09.06 06:38:25.497715 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part | ||
6548 | 2024.09.06 06:38:25.497908 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
6549 | 2024.09.06 06:38:25.498080 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
6550 | 2024.09.06 06:38:25.498239 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
6551 | 2024.09.06 06:38:25.499328 [ 198 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002134062 sec., 14057.698417384312 rows/sec., 1.17 MiB/sec. | ||
6552 | 2024.09.06 06:38:25.499530 [ 198 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
6553 | 2024.09.06 06:38:25.500008 [ 198 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_9_2} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6554 | 2024.09.06 06:38:25.500095 [ 198 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_9_2} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
6555 | 2024.09.06 06:38:25.500195 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6556 | 2024.09.06 06:38:28.564329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6557 | 2024.09.06 06:38:28.564527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6558 | 2024.09.06 06:38:28.564575 [ 3 ] {} <Debug> HTTP-Session: a66666ee-8f1c-494d-acbd-25a12dd895da Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6559 | 2024.09.06 06:38:28.564619 [ 3 ] {} <Debug> HTTP-Session: a66666ee-8f1c-494d-acbd-25a12dd895da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6560 | 2024.09.06 06:38:28.564647 [ 3 ] {} <Debug> HTTP-Session: a66666ee-8f1c-494d-acbd-25a12dd895da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6561 | 2024.09.06 06:38:28.564727 [ 3 ] {} <Trace> HTTP-Session: a66666ee-8f1c-494d-acbd-25a12dd895da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6562 | 2024.09.06 06:38:28.565008 [ 3 ] {652a7c74-840b-4f1e-b5af-5b7795dbf765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6563 | 2024.09.06 06:38:28.565119 [ 3 ] {652a7c74-840b-4f1e-b5af-5b7795dbf765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6564 | 2024.09.06 06:38:28.565650 [ 3 ] {652a7c74-840b-4f1e-b5af-5b7795dbf765} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6565 | 2024.09.06 06:38:28.566087 [ 3 ] {652a7c74-840b-4f1e-b5af-5b7795dbf765} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6566 | 2024.09.06 06:38:28.566134 [ 3 ] {652a7c74-840b-4f1e-b5af-5b7795dbf765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6567 | 2024.09.06 06:38:28.566553 [ 3 ] {652a7c74-840b-4f1e-b5af-5b7795dbf765} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6568 | 2024.09.06 06:38:28.566941 [ 3 ] {652a7c74-840b-4f1e-b5af-5b7795dbf765} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6569 | 2024.09.06 06:38:28.567112 [ 3 ] {652a7c74-840b-4f1e-b5af-5b7795dbf765} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002189 sec., 913.6592051164915 rows/sec., 74.50 KiB/sec. | ||
6570 | 2024.09.06 06:38:28.567492 [ 3 ] {652a7c74-840b-4f1e-b5af-5b7795dbf765} <Debug> DynamicQueryHandler: Done processing query | ||
6571 | 2024.09.06 06:38:28.567521 [ 3 ] {652a7c74-840b-4f1e-b5af-5b7795dbf765} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6572 | 2024.09.06 06:38:28.567538 [ 3 ] {} <Debug> HTTP-Session: a66666ee-8f1c-494d-acbd-25a12dd895da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6573 | 2024.09.06 06:38:28.567727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6574 | 2024.09.06 06:38:28.567786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6575 | 2024.09.06 06:38:28.567807 [ 3 ] {} <Debug> HTTP-Session: 6a651bd2-a82c-4144-8edb-5158a498ea8d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6576 | 2024.09.06 06:38:28.567825 [ 3 ] {} <Debug> HTTP-Session: 6a651bd2-a82c-4144-8edb-5158a498ea8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6577 | 2024.09.06 06:38:28.567839 [ 3 ] {} <Debug> HTTP-Session: 6a651bd2-a82c-4144-8edb-5158a498ea8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6578 | 2024.09.06 06:38:28.567875 [ 3 ] {} <Trace> HTTP-Session: 6a651bd2-a82c-4144-8edb-5158a498ea8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6579 | 2024.09.06 06:38:28.568033 [ 3 ] {8ac7d26c-2e8b-44f3-a1f0-6d504d86d2f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6580 | 2024.09.06 06:38:28.568082 [ 3 ] {8ac7d26c-2e8b-44f3-a1f0-6d504d86d2f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6581 | 2024.09.06 06:38:28.568341 [ 3 ] {8ac7d26c-2e8b-44f3-a1f0-6d504d86d2f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6582 | 2024.09.06 06:38:28.568816 [ 3 ] {8ac7d26c-2e8b-44f3-a1f0-6d504d86d2f4} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6583 | 2024.09.06 06:38:28.568853 [ 3 ] {8ac7d26c-2e8b-44f3-a1f0-6d504d86d2f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6584 | 2024.09.06 06:38:28.569228 [ 3 ] {8ac7d26c-2e8b-44f3-a1f0-6d504d86d2f4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6585 | 2024.09.06 06:38:28.569585 [ 3 ] {8ac7d26c-2e8b-44f3-a1f0-6d504d86d2f4} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6586 | 2024.09.06 06:38:28.569750 [ 3 ] {8ac7d26c-2e8b-44f3-a1f0-6d504d86d2f4} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001784 sec., 115470.85201793721 rows/sec., 10.16 MiB/sec. | ||
6587 | 2024.09.06 06:38:28.569934 [ 3 ] {8ac7d26c-2e8b-44f3-a1f0-6d504d86d2f4} <Debug> DynamicQueryHandler: Done processing query | ||
6588 | 2024.09.06 06:38:28.569959 [ 3 ] {8ac7d26c-2e8b-44f3-a1f0-6d504d86d2f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6589 | 2024.09.06 06:38:28.569976 [ 3 ] {} <Debug> HTTP-Session: 6a651bd2-a82c-4144-8edb-5158a498ea8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6590 | 2024.09.06 06:38:28.570137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6591 | 2024.09.06 06:38:28.570191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6592 | 2024.09.06 06:38:28.570210 [ 3 ] {} <Debug> HTTP-Session: 4d59c4e0-1cff-4202-a30f-8abcb6613c9f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6593 | 2024.09.06 06:38:28.570228 [ 3 ] {} <Debug> HTTP-Session: 4d59c4e0-1cff-4202-a30f-8abcb6613c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6594 | 2024.09.06 06:38:28.570242 [ 3 ] {} <Debug> HTTP-Session: 4d59c4e0-1cff-4202-a30f-8abcb6613c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6595 | 2024.09.06 06:38:28.570276 [ 3 ] {} <Trace> HTTP-Session: 4d59c4e0-1cff-4202-a30f-8abcb6613c9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6596 | 2024.09.06 06:38:28.570377 [ 3 ] {f2c5edad-6400-4684-9607-1472e7f69d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6597 | 2024.09.06 06:38:28.570421 [ 3 ] {f2c5edad-6400-4684-9607-1472e7f69d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6598 | 2024.09.06 06:38:28.570652 [ 3 ] {f2c5edad-6400-4684-9607-1472e7f69d73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6599 | 2024.09.06 06:38:28.571028 [ 3 ] {f2c5edad-6400-4684-9607-1472e7f69d73} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6600 | 2024.09.06 06:38:28.571065 [ 3 ] {f2c5edad-6400-4684-9607-1472e7f69d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6601 | 2024.09.06 06:38:28.571415 [ 3 ] {f2c5edad-6400-4684-9607-1472e7f69d73} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6602 | 2024.09.06 06:38:28.571785 [ 3 ] {f2c5edad-6400-4684-9607-1472e7f69d73} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6603 | 2024.09.06 06:38:28.571958 [ 3 ] {f2c5edad-6400-4684-9607-1472e7f69d73} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001595 sec., 6269.592476489028 rows/sec., 464.71 KiB/sec. | ||
6604 | 2024.09.06 06:38:28.572319 [ 3 ] {f2c5edad-6400-4684-9607-1472e7f69d73} <Debug> DynamicQueryHandler: Done processing query | ||
6605 | 2024.09.06 06:38:28.572379 [ 3 ] {f2c5edad-6400-4684-9607-1472e7f69d73} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6606 | 2024.09.06 06:38:28.572420 [ 3 ] {} <Debug> HTTP-Session: 4d59c4e0-1cff-4202-a30f-8abcb6613c9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6607 | 2024.09.06 06:38:28.572585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6608 | 2024.09.06 06:38:28.572638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6609 | 2024.09.06 06:38:28.572658 [ 3 ] {} <Debug> HTTP-Session: 5e1c73b1-cd5c-48b7-a08a-30d9f5cacb63 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6610 | 2024.09.06 06:38:28.572676 [ 3 ] {} <Debug> HTTP-Session: 5e1c73b1-cd5c-48b7-a08a-30d9f5cacb63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6611 | 2024.09.06 06:38:28.572689 [ 3 ] {} <Debug> HTTP-Session: 5e1c73b1-cd5c-48b7-a08a-30d9f5cacb63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6612 | 2024.09.06 06:38:28.572722 [ 3 ] {} <Trace> HTTP-Session: 5e1c73b1-cd5c-48b7-a08a-30d9f5cacb63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6613 | 2024.09.06 06:38:28.572828 [ 3 ] {acecf9a3-821b-4da2-8bae-cf1c9884a874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6614 | 2024.09.06 06:38:28.572872 [ 3 ] {acecf9a3-821b-4da2-8bae-cf1c9884a874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6615 | 2024.09.06 06:38:28.573118 [ 3 ] {acecf9a3-821b-4da2-8bae-cf1c9884a874} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6616 | 2024.09.06 06:38:28.573451 [ 3 ] {acecf9a3-821b-4da2-8bae-cf1c9884a874} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6617 | 2024.09.06 06:38:28.573488 [ 3 ] {acecf9a3-821b-4da2-8bae-cf1c9884a874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6618 | 2024.09.06 06:38:28.573841 [ 3 ] {acecf9a3-821b-4da2-8bae-cf1c9884a874} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6619 | 2024.09.06 06:38:28.574199 [ 3 ] {acecf9a3-821b-4da2-8bae-cf1c9884a874} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6620 | 2024.09.06 06:38:28.574359 [ 3 ] {acecf9a3-821b-4da2-8bae-cf1c9884a874} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001561 sec., 8968.609865470851 rows/sec., 628.10 KiB/sec. | ||
6621 | 2024.09.06 06:38:28.574533 [ 3 ] {acecf9a3-821b-4da2-8bae-cf1c9884a874} <Debug> DynamicQueryHandler: Done processing query | ||
6622 | 2024.09.06 06:38:28.574557 [ 3 ] {acecf9a3-821b-4da2-8bae-cf1c9884a874} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6623 | 2024.09.06 06:38:28.574573 [ 3 ] {} <Debug> HTTP-Session: 5e1c73b1-cd5c-48b7-a08a-30d9f5cacb63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6624 | 2024.09.06 06:38:28.574769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6625 | 2024.09.06 06:38:28.574819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6626 | 2024.09.06 06:38:28.574838 [ 3 ] {} <Debug> HTTP-Session: bd8f56db-47d3-4125-b845-ee832a3955b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6627 | 2024.09.06 06:38:28.574855 [ 3 ] {} <Debug> HTTP-Session: bd8f56db-47d3-4125-b845-ee832a3955b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6628 | 2024.09.06 06:38:28.574869 [ 3 ] {} <Debug> HTTP-Session: bd8f56db-47d3-4125-b845-ee832a3955b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6629 | 2024.09.06 06:38:28.574900 [ 3 ] {} <Trace> HTTP-Session: bd8f56db-47d3-4125-b845-ee832a3955b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6630 | 2024.09.06 06:38:28.574998 [ 3 ] {d0c93f2b-d1c5-4eb1-9abd-50b5d4e27fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6631 | 2024.09.06 06:38:28.575042 [ 3 ] {d0c93f2b-d1c5-4eb1-9abd-50b5d4e27fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6632 | 2024.09.06 06:38:28.575276 [ 3 ] {d0c93f2b-d1c5-4eb1-9abd-50b5d4e27fb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6633 | 2024.09.06 06:38:28.575576 [ 3 ] {d0c93f2b-d1c5-4eb1-9abd-50b5d4e27fb5} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6634 | 2024.09.06 06:38:28.575640 [ 3 ] {d0c93f2b-d1c5-4eb1-9abd-50b5d4e27fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6635 | 2024.09.06 06:38:28.575984 [ 3 ] {d0c93f2b-d1c5-4eb1-9abd-50b5d4e27fb5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6636 | 2024.09.06 06:38:28.576346 [ 3 ] {d0c93f2b-d1c5-4eb1-9abd-50b5d4e27fb5} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6637 | 2024.09.06 06:38:28.576513 [ 3 ] {d0c93f2b-d1c5-4eb1-9abd-50b5d4e27fb5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 230.19 KiB/sec. | ||
6638 | 2024.09.06 06:38:28.576688 [ 3 ] {d0c93f2b-d1c5-4eb1-9abd-50b5d4e27fb5} <Debug> DynamicQueryHandler: Done processing query | ||
6639 | 2024.09.06 06:38:28.576713 [ 3 ] {d0c93f2b-d1c5-4eb1-9abd-50b5d4e27fb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6640 | 2024.09.06 06:38:28.576729 [ 3 ] {} <Debug> HTTP-Session: bd8f56db-47d3-4125-b845-ee832a3955b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6641 | 2024.09.06 06:38:28.576942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6642 | 2024.09.06 06:38:28.576991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6643 | 2024.09.06 06:38:28.577010 [ 3 ] {} <Debug> HTTP-Session: 5a7a7fec-351c-43eb-a094-c50fcd3c751a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6644 | 2024.09.06 06:38:28.577028 [ 3 ] {} <Debug> HTTP-Session: 5a7a7fec-351c-43eb-a094-c50fcd3c751a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6645 | 2024.09.06 06:38:28.577042 [ 3 ] {} <Debug> HTTP-Session: 5a7a7fec-351c-43eb-a094-c50fcd3c751a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6646 | 2024.09.06 06:38:28.577071 [ 3 ] {} <Trace> HTTP-Session: 5a7a7fec-351c-43eb-a094-c50fcd3c751a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6647 | 2024.09.06 06:38:28.577272 [ 3 ] {48537e51-9609-4402-8cf0-91105c6e8a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6648 | 2024.09.06 06:38:28.577316 [ 3 ] {48537e51-9609-4402-8cf0-91105c6e8a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6649 | 2024.09.06 06:38:28.577543 [ 3 ] {48537e51-9609-4402-8cf0-91105c6e8a8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6650 | 2024.09.06 06:38:28.578116 [ 3 ] {48537e51-9609-4402-8cf0-91105c6e8a8f} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6651 | 2024.09.06 06:38:28.578152 [ 3 ] {48537e51-9609-4402-8cf0-91105c6e8a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6652 | 2024.09.06 06:38:28.578523 [ 3 ] {48537e51-9609-4402-8cf0-91105c6e8a8f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6653 | 2024.09.06 06:38:28.578874 [ 3 ] {48537e51-9609-4402-8cf0-91105c6e8a8f} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6654 | 2024.09.06 06:38:28.579052 [ 3 ] {48537e51-9609-4402-8cf0-91105c6e8a8f} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001874 sec., 209178.22838847386 rows/sec., 14.84 MiB/sec. | ||
6655 | 2024.09.06 06:38:28.579225 [ 3 ] {48537e51-9609-4402-8cf0-91105c6e8a8f} <Debug> DynamicQueryHandler: Done processing query | ||
6656 | 2024.09.06 06:38:28.579250 [ 3 ] {48537e51-9609-4402-8cf0-91105c6e8a8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6657 | 2024.09.06 06:38:28.579266 [ 3 ] {} <Debug> HTTP-Session: 5a7a7fec-351c-43eb-a094-c50fcd3c751a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6658 | 2024.09.06 06:38:28.579394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6659 | 2024.09.06 06:38:28.579444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6660 | 2024.09.06 06:38:28.579463 [ 3 ] {} <Debug> HTTP-Session: 055294f1-70e1-4887-b723-a13848d50151 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6661 | 2024.09.06 06:38:28.579480 [ 3 ] {} <Debug> HTTP-Session: 055294f1-70e1-4887-b723-a13848d50151 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6662 | 2024.09.06 06:38:28.579494 [ 3 ] {} <Debug> HTTP-Session: 055294f1-70e1-4887-b723-a13848d50151 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6663 | 2024.09.06 06:38:28.579524 [ 3 ] {} <Trace> HTTP-Session: 055294f1-70e1-4887-b723-a13848d50151 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6664 | 2024.09.06 06:38:28.579620 [ 3 ] {e90f6101-84e2-492e-bf48-79b964a33d55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6665 | 2024.09.06 06:38:28.579664 [ 3 ] {e90f6101-84e2-492e-bf48-79b964a33d55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6666 | 2024.09.06 06:38:28.579795 [ 3 ] {e90f6101-84e2-492e-bf48-79b964a33d55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6667 | 2024.09.06 06:38:28.580065 [ 3 ] {e90f6101-84e2-492e-bf48-79b964a33d55} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6668 | 2024.09.06 06:38:28.580100 [ 3 ] {e90f6101-84e2-492e-bf48-79b964a33d55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6669 | 2024.09.06 06:38:28.580453 [ 3 ] {e90f6101-84e2-492e-bf48-79b964a33d55} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6670 | 2024.09.06 06:38:28.580771 [ 3 ] {e90f6101-84e2-492e-bf48-79b964a33d55} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6671 | 2024.09.06 06:38:28.580934 [ 3 ] {e90f6101-84e2-492e-bf48-79b964a33d55} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 235.87 KiB/sec. | ||
6672 | 2024.09.06 06:38:28.581099 [ 3 ] {e90f6101-84e2-492e-bf48-79b964a33d55} <Debug> DynamicQueryHandler: Done processing query | ||
6673 | 2024.09.06 06:38:28.581124 [ 3 ] {e90f6101-84e2-492e-bf48-79b964a33d55} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6674 | 2024.09.06 06:38:28.581141 [ 3 ] {} <Debug> HTTP-Session: 055294f1-70e1-4887-b723-a13848d50151 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6675 | 2024.09.06 06:38:28.581321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6676 | 2024.09.06 06:38:28.581371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6677 | 2024.09.06 06:38:28.581389 [ 3 ] {} <Debug> HTTP-Session: 522adaaa-8987-4ba7-9eba-e6c95f46b7e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6678 | 2024.09.06 06:38:28.581407 [ 3 ] {} <Debug> HTTP-Session: 522adaaa-8987-4ba7-9eba-e6c95f46b7e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6679 | 2024.09.06 06:38:28.581421 [ 3 ] {} <Debug> HTTP-Session: 522adaaa-8987-4ba7-9eba-e6c95f46b7e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6680 | 2024.09.06 06:38:28.581452 [ 3 ] {} <Trace> HTTP-Session: 522adaaa-8987-4ba7-9eba-e6c95f46b7e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6681 | 2024.09.06 06:38:28.581644 [ 3 ] {958fe346-b34f-42d3-b8e8-fdca9cf0299e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6682 | 2024.09.06 06:38:28.581690 [ 3 ] {958fe346-b34f-42d3-b8e8-fdca9cf0299e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6683 | 2024.09.06 06:38:28.581832 [ 3 ] {958fe346-b34f-42d3-b8e8-fdca9cf0299e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6684 | 2024.09.06 06:38:28.582286 [ 3 ] {958fe346-b34f-42d3-b8e8-fdca9cf0299e} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6685 | 2024.09.06 06:38:28.582322 [ 3 ] {958fe346-b34f-42d3-b8e8-fdca9cf0299e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6686 | 2024.09.06 06:38:28.582703 [ 3 ] {958fe346-b34f-42d3-b8e8-fdca9cf0299e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6687 | 2024.09.06 06:38:28.583045 [ 3 ] {958fe346-b34f-42d3-b8e8-fdca9cf0299e} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6688 | 2024.09.06 06:38:28.583217 [ 3 ] {958fe346-b34f-42d3-b8e8-fdca9cf0299e} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001668 sec., 142685.85131894486 rows/sec., 9.56 MiB/sec. | ||
6689 | 2024.09.06 06:38:28.583383 [ 3 ] {958fe346-b34f-42d3-b8e8-fdca9cf0299e} <Debug> DynamicQueryHandler: Done processing query | ||
6690 | 2024.09.06 06:38:28.583407 [ 3 ] {958fe346-b34f-42d3-b8e8-fdca9cf0299e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6691 | 2024.09.06 06:38:28.583423 [ 3 ] {} <Debug> HTTP-Session: 522adaaa-8987-4ba7-9eba-e6c95f46b7e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6692 | 2024.09.06 06:38:28.583540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6693 | 2024.09.06 06:38:28.583588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6694 | 2024.09.06 06:38:28.583607 [ 3 ] {} <Debug> HTTP-Session: a3e91889-d582-4f46-8483-499d7cc68d5d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6695 | 2024.09.06 06:38:28.583624 [ 3 ] {} <Debug> HTTP-Session: a3e91889-d582-4f46-8483-499d7cc68d5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6696 | 2024.09.06 06:38:28.583637 [ 3 ] {} <Debug> HTTP-Session: a3e91889-d582-4f46-8483-499d7cc68d5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6697 | 2024.09.06 06:38:28.583668 [ 3 ] {} <Trace> HTTP-Session: a3e91889-d582-4f46-8483-499d7cc68d5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6698 | 2024.09.06 06:38:28.583759 [ 3 ] {86ea0fb7-df39-4d96-8d09-712dcb5d8d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6699 | 2024.09.06 06:38:28.583804 [ 3 ] {86ea0fb7-df39-4d96-8d09-712dcb5d8d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6700 | 2024.09.06 06:38:28.583931 [ 3 ] {86ea0fb7-df39-4d96-8d09-712dcb5d8d29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6701 | 2024.09.06 06:38:28.584191 [ 3 ] {86ea0fb7-df39-4d96-8d09-712dcb5d8d29} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6702 | 2024.09.06 06:38:28.584226 [ 3 ] {86ea0fb7-df39-4d96-8d09-712dcb5d8d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6703 | 2024.09.06 06:38:28.584565 [ 3 ] {86ea0fb7-df39-4d96-8d09-712dcb5d8d29} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6704 | 2024.09.06 06:38:28.584887 [ 3 ] {86ea0fb7-df39-4d96-8d09-712dcb5d8d29} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6705 | 2024.09.06 06:38:28.585038 [ 3 ] {86ea0fb7-df39-4d96-8d09-712dcb5d8d29} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. | ||
6706 | 2024.09.06 06:38:28.585199 [ 3 ] {86ea0fb7-df39-4d96-8d09-712dcb5d8d29} <Debug> DynamicQueryHandler: Done processing query | ||
6707 | 2024.09.06 06:38:28.585223 [ 3 ] {86ea0fb7-df39-4d96-8d09-712dcb5d8d29} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6708 | 2024.09.06 06:38:28.585238 [ 3 ] {} <Debug> HTTP-Session: a3e91889-d582-4f46-8483-499d7cc68d5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6709 | 2024.09.06 06:38:28.585355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6710 | 2024.09.06 06:38:28.585403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6711 | 2024.09.06 06:38:28.585421 [ 3 ] {} <Debug> HTTP-Session: 10b336c9-b0f8-40a6-a6ab-4a2366a2d5c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6712 | 2024.09.06 06:38:28.585438 [ 3 ] {} <Debug> HTTP-Session: 10b336c9-b0f8-40a6-a6ab-4a2366a2d5c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6713 | 2024.09.06 06:38:28.585452 [ 3 ] {} <Debug> HTTP-Session: 10b336c9-b0f8-40a6-a6ab-4a2366a2d5c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6714 | 2024.09.06 06:38:28.585482 [ 3 ] {} <Trace> HTTP-Session: 10b336c9-b0f8-40a6-a6ab-4a2366a2d5c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6715 | 2024.09.06 06:38:28.585667 [ 3 ] {f08d66ce-dbb0-4a2d-8822-0c2b9c64188c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6716 | 2024.09.06 06:38:28.585731 [ 3 ] {f08d66ce-dbb0-4a2d-8822-0c2b9c64188c} <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_histogramu64 | ||
6717 | 2024.09.06 06:38:28.586153 [ 3 ] {f08d66ce-dbb0-4a2d-8822-0c2b9c64188c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6718 | 2024.09.06 06:38:28.586655 [ 3 ] {f08d66ce-dbb0-4a2d-8822-0c2b9c64188c} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6719 | 2024.09.06 06:38:28.586689 [ 3 ] {f08d66ce-dbb0-4a2d-8822-0c2b9c64188c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6720 | 2024.09.06 06:38:28.587346 [ 3 ] {f08d66ce-dbb0-4a2d-8822-0c2b9c64188c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6721 | 2024.09.06 06:38:28.587759 [ 3 ] {f08d66ce-dbb0-4a2d-8822-0c2b9c64188c} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6722 | 2024.09.06 06:38:28.587974 [ 3 ] {f08d66ce-dbb0-4a2d-8822-0c2b9c64188c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002411 sec., 3318.125259228536 rows/sec., 5.95 MiB/sec. | ||
6723 | 2024.09.06 06:38:28.588497 [ 3 ] {f08d66ce-dbb0-4a2d-8822-0c2b9c64188c} <Debug> DynamicQueryHandler: Done processing query | ||
6724 | 2024.09.06 06:38:28.588523 [ 3 ] {f08d66ce-dbb0-4a2d-8822-0c2b9c64188c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6725 | 2024.09.06 06:38:28.588541 [ 3 ] {} <Debug> HTTP-Session: 10b336c9-b0f8-40a6-a6ab-4a2366a2d5c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6726 | 2024.09.06 06:38:28.588663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6727 | 2024.09.06 06:38:28.588713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6728 | 2024.09.06 06:38:28.588732 [ 3 ] {} <Debug> HTTP-Session: 6cbbbc6a-35db-4c2b-8779-2d942b629208 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6729 | 2024.09.06 06:38:28.588749 [ 3 ] {} <Debug> HTTP-Session: 6cbbbc6a-35db-4c2b-8779-2d942b629208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6730 | 2024.09.06 06:38:28.588764 [ 3 ] {} <Debug> HTTP-Session: 6cbbbc6a-35db-4c2b-8779-2d942b629208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6731 | 2024.09.06 06:38:28.588794 [ 3 ] {} <Trace> HTTP-Session: 6cbbbc6a-35db-4c2b-8779-2d942b629208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6732 | 2024.09.06 06:38:28.588928 [ 3 ] {c3e31941-7c43-40ed-b851-704f39edb4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6733 | 2024.09.06 06:38:28.588974 [ 3 ] {c3e31941-7c43-40ed-b851-704f39edb4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6734 | 2024.09.06 06:38:28.589125 [ 3 ] {c3e31941-7c43-40ed-b851-704f39edb4fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6735 | 2024.09.06 06:38:28.589465 [ 3 ] {c3e31941-7c43-40ed-b851-704f39edb4fe} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6736 | 2024.09.06 06:38:28.589502 [ 3 ] {c3e31941-7c43-40ed-b851-704f39edb4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6737 | 2024.09.06 06:38:28.589866 [ 3 ] {c3e31941-7c43-40ed-b851-704f39edb4fe} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6738 | 2024.09.06 06:38:28.590196 [ 3 ] {c3e31941-7c43-40ed-b851-704f39edb4fe} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6739 | 2024.09.06 06:38:28.590359 [ 3 ] {c3e31941-7c43-40ed-b851-704f39edb4fe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec. | ||
6740 | 2024.09.06 06:38:28.590723 [ 3 ] {c3e31941-7c43-40ed-b851-704f39edb4fe} <Debug> DynamicQueryHandler: Done processing query | ||
6741 | 2024.09.06 06:38:28.590776 [ 3 ] {c3e31941-7c43-40ed-b851-704f39edb4fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6742 | 2024.09.06 06:38:28.590809 [ 3 ] {} <Debug> HTTP-Session: 6cbbbc6a-35db-4c2b-8779-2d942b629208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6743 | 2024.09.06 06:38:30.502418 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6744 | 2024.09.06 06:38:30.502470 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6745 | 2024.09.06 06:38:33.559245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6746 | 2024.09.06 06:38:33.559420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6747 | 2024.09.06 06:38:33.559466 [ 3 ] {} <Debug> HTTP-Session: 04ce05e8-5bbc-4ec2-9f59-e3b4fd17b9ad Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6748 | 2024.09.06 06:38:33.559506 [ 3 ] {} <Debug> HTTP-Session: 04ce05e8-5bbc-4ec2-9f59-e3b4fd17b9ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6749 | 2024.09.06 06:38:33.559535 [ 3 ] {} <Debug> HTTP-Session: 04ce05e8-5bbc-4ec2-9f59-e3b4fd17b9ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6750 | 2024.09.06 06:38:33.559614 [ 3 ] {} <Trace> HTTP-Session: 04ce05e8-5bbc-4ec2-9f59-e3b4fd17b9ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6751 | 2024.09.06 06:38:33.559867 [ 3 ] {e3ed4908-ac31-4263-ad49-2c333255cf2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6752 | 2024.09.06 06:38:33.559930 [ 3 ] {e3ed4908-ac31-4263-ad49-2c333255cf2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6753 | 2024.09.06 06:38:33.560247 [ 3 ] {e3ed4908-ac31-4263-ad49-2c333255cf2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6754 | 2024.09.06 06:38:33.560761 [ 3 ] {e3ed4908-ac31-4263-ad49-2c333255cf2a} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6755 | 2024.09.06 06:38:33.560798 [ 3 ] {e3ed4908-ac31-4263-ad49-2c333255cf2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6756 | 2024.09.06 06:38:33.561201 [ 3 ] {e3ed4908-ac31-4263-ad49-2c333255cf2a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6757 | 2024.09.06 06:38:33.561576 [ 3 ] {e3ed4908-ac31-4263-ad49-2c333255cf2a} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6758 | 2024.09.06 06:38:33.561711 [ 3 ] {e3ed4908-ac31-4263-ad49-2c333255cf2a} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.00192 sec., 61458.33333333333 rows/sec., 5.20 MiB/sec. | ||
6759 | 2024.09.06 06:38:33.561908 [ 3 ] {e3ed4908-ac31-4263-ad49-2c333255cf2a} <Debug> DynamicQueryHandler: Done processing query | ||
6760 | 2024.09.06 06:38:33.561934 [ 3 ] {e3ed4908-ac31-4263-ad49-2c333255cf2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6761 | 2024.09.06 06:38:33.561951 [ 3 ] {} <Debug> HTTP-Session: 04ce05e8-5bbc-4ec2-9f59-e3b4fd17b9ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6762 | 2024.09.06 06:38:33.562139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6763 | 2024.09.06 06:38:33.562188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6764 | 2024.09.06 06:38:33.562207 [ 3 ] {} <Debug> HTTP-Session: dab68403-a8ea-4bde-85ae-644898dabe8b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6765 | 2024.09.06 06:38:33.562224 [ 3 ] {} <Debug> HTTP-Session: dab68403-a8ea-4bde-85ae-644898dabe8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6766 | 2024.09.06 06:38:33.562238 [ 3 ] {} <Debug> HTTP-Session: dab68403-a8ea-4bde-85ae-644898dabe8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6767 | 2024.09.06 06:38:33.562270 [ 3 ] {} <Trace> HTTP-Session: dab68403-a8ea-4bde-85ae-644898dabe8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6768 | 2024.09.06 06:38:33.562379 [ 3 ] {9bfe62f9-c709-4f8d-8b38-9fb0803fe9d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6769 | 2024.09.06 06:38:33.562422 [ 3 ] {9bfe62f9-c709-4f8d-8b38-9fb0803fe9d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6770 | 2024.09.06 06:38:33.562644 [ 3 ] {9bfe62f9-c709-4f8d-8b38-9fb0803fe9d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6771 | 2024.09.06 06:38:33.562968 [ 3 ] {9bfe62f9-c709-4f8d-8b38-9fb0803fe9d5} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6772 | 2024.09.06 06:38:33.563004 [ 3 ] {9bfe62f9-c709-4f8d-8b38-9fb0803fe9d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6773 | 2024.09.06 06:38:33.563343 [ 3 ] {9bfe62f9-c709-4f8d-8b38-9fb0803fe9d5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6774 | 2024.09.06 06:38:33.563692 [ 3 ] {9bfe62f9-c709-4f8d-8b38-9fb0803fe9d5} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6775 | 2024.09.06 06:38:33.563816 [ 3 ] {9bfe62f9-c709-4f8d-8b38-9fb0803fe9d5} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001471 sec., 21074.09925220938 rows/sec., 1.55 MiB/sec. | ||
6776 | 2024.09.06 06:38:33.564084 [ 3 ] {9bfe62f9-c709-4f8d-8b38-9fb0803fe9d5} <Debug> DynamicQueryHandler: Done processing query | ||
6777 | 2024.09.06 06:38:33.564146 [ 3 ] {9bfe62f9-c709-4f8d-8b38-9fb0803fe9d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6778 | 2024.09.06 06:38:33.564207 [ 3 ] {} <Debug> HTTP-Session: dab68403-a8ea-4bde-85ae-644898dabe8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6779 | 2024.09.06 06:38:33.564484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6780 | 2024.09.06 06:38:33.564537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6781 | 2024.09.06 06:38:33.564556 [ 3 ] {} <Debug> HTTP-Session: 1e94e565-3680-4c68-92b0-d1f1d959cb27 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6782 | 2024.09.06 06:38:33.564573 [ 3 ] {} <Debug> HTTP-Session: 1e94e565-3680-4c68-92b0-d1f1d959cb27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6783 | 2024.09.06 06:38:33.564587 [ 3 ] {} <Debug> HTTP-Session: 1e94e565-3680-4c68-92b0-d1f1d959cb27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6784 | 2024.09.06 06:38:33.564619 [ 3 ] {} <Trace> HTTP-Session: 1e94e565-3680-4c68-92b0-d1f1d959cb27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6785 | 2024.09.06 06:38:33.564744 [ 3 ] {9fc69c47-bd7a-49a3-8c8b-b891cbd77a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6786 | 2024.09.06 06:38:33.564787 [ 3 ] {9fc69c47-bd7a-49a3-8c8b-b891cbd77a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6787 | 2024.09.06 06:38:33.565027 [ 3 ] {9fc69c47-bd7a-49a3-8c8b-b891cbd77a5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6788 | 2024.09.06 06:38:33.565404 [ 3 ] {9fc69c47-bd7a-49a3-8c8b-b891cbd77a5e} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6789 | 2024.09.06 06:38:33.565438 [ 3 ] {9fc69c47-bd7a-49a3-8c8b-b891cbd77a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6790 | 2024.09.06 06:38:33.565792 [ 3 ] {9fc69c47-bd7a-49a3-8c8b-b891cbd77a5e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6791 | 2024.09.06 06:38:33.566139 [ 3 ] {9fc69c47-bd7a-49a3-8c8b-b891cbd77a5e} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6792 | 2024.09.06 06:38:33.566267 [ 3 ] {9fc69c47-bd7a-49a3-8c8b-b891cbd77a5e} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.00157 sec., 60509.55414012739 rows/sec., 4.73 MiB/sec. | ||
6793 | 2024.09.06 06:38:33.566432 [ 3 ] {9fc69c47-bd7a-49a3-8c8b-b891cbd77a5e} <Debug> DynamicQueryHandler: Done processing query | ||
6794 | 2024.09.06 06:38:33.566457 [ 3 ] {9fc69c47-bd7a-49a3-8c8b-b891cbd77a5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6795 | 2024.09.06 06:38:33.566472 [ 3 ] {} <Debug> HTTP-Session: 1e94e565-3680-4c68-92b0-d1f1d959cb27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6796 | 2024.09.06 06:38:33.566693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6797 | 2024.09.06 06:38:33.566741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6798 | 2024.09.06 06:38:33.566760 [ 3 ] {} <Debug> HTTP-Session: be022f44-574a-4b05-a674-3b79f96a18d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6799 | 2024.09.06 06:38:33.566778 [ 3 ] {} <Debug> HTTP-Session: be022f44-574a-4b05-a674-3b79f96a18d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6800 | 2024.09.06 06:38:33.566791 [ 3 ] {} <Debug> HTTP-Session: be022f44-574a-4b05-a674-3b79f96a18d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6801 | 2024.09.06 06:38:33.566822 [ 3 ] {} <Trace> HTTP-Session: be022f44-574a-4b05-a674-3b79f96a18d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6802 | 2024.09.06 06:38:33.566966 [ 3 ] {0344c6b1-06ea-49bd-b275-8776b9f915b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6803 | 2024.09.06 06:38:33.567013 [ 3 ] {0344c6b1-06ea-49bd-b275-8776b9f915b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6804 | 2024.09.06 06:38:33.567157 [ 3 ] {0344c6b1-06ea-49bd-b275-8776b9f915b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6805 | 2024.09.06 06:38:33.567524 [ 3 ] {0344c6b1-06ea-49bd-b275-8776b9f915b6} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6806 | 2024.09.06 06:38:33.567560 [ 3 ] {0344c6b1-06ea-49bd-b275-8776b9f915b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6807 | 2024.09.06 06:38:33.567937 [ 3 ] {0344c6b1-06ea-49bd-b275-8776b9f915b6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6808 | 2024.09.06 06:38:33.568267 [ 3 ] {0344c6b1-06ea-49bd-b275-8776b9f915b6} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6809 | 2024.09.06 06:38:33.568399 [ 3 ] {0344c6b1-06ea-49bd-b275-8776b9f915b6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001503 sec., 106453.75914836992 rows/sec., 7.41 MiB/sec. | ||
6810 | 2024.09.06 06:38:33.568638 [ 3 ] {0344c6b1-06ea-49bd-b275-8776b9f915b6} <Debug> DynamicQueryHandler: Done processing query | ||
6811 | 2024.09.06 06:38:33.568663 [ 3 ] {0344c6b1-06ea-49bd-b275-8776b9f915b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6812 | 2024.09.06 06:38:33.568680 [ 3 ] {} <Debug> HTTP-Session: be022f44-574a-4b05-a674-3b79f96a18d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6813 | 2024.09.06 06:38:33.568836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 50975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6814 | 2024.09.06 06:38:33.568885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6815 | 2024.09.06 06:38:33.568905 [ 3 ] {} <Debug> HTTP-Session: bf2d4e03-8153-4ef2-96a4-508d1cd991f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6816 | 2024.09.06 06:38:33.568922 [ 3 ] {} <Debug> HTTP-Session: bf2d4e03-8153-4ef2-96a4-508d1cd991f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6817 | 2024.09.06 06:38:33.568936 [ 3 ] {} <Debug> HTTP-Session: bf2d4e03-8153-4ef2-96a4-508d1cd991f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6818 | 2024.09.06 06:38:33.568967 [ 3 ] {} <Trace> HTTP-Session: bf2d4e03-8153-4ef2-96a4-508d1cd991f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6819 | 2024.09.06 06:38:33.569275 [ 3 ] {5cc0f88c-248a-4ff2-b3e6-b9b5a53c867a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6820 | 2024.09.06 06:38:33.569343 [ 3 ] {5cc0f88c-248a-4ff2-b3e6-b9b5a53c867a} <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_histogramu64 | ||
6821 | 2024.09.06 06:38:33.569759 [ 3 ] {5cc0f88c-248a-4ff2-b3e6-b9b5a53c867a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6822 | 2024.09.06 06:38:33.570464 [ 3 ] {5cc0f88c-248a-4ff2-b3e6-b9b5a53c867a} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6823 | 2024.09.06 06:38:33.570500 [ 3 ] {5cc0f88c-248a-4ff2-b3e6-b9b5a53c867a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6824 | 2024.09.06 06:38:33.571126 [ 3 ] {5cc0f88c-248a-4ff2-b3e6-b9b5a53c867a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6825 | 2024.09.06 06:38:33.571545 [ 3 ] {5cc0f88c-248a-4ff2-b3e6-b9b5a53c867a} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6826 | 2024.09.06 06:38:33.571696 [ 3 ] {5cc0f88c-248a-4ff2-b3e6-b9b5a53c867a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002651 sec., 11693.700490380988 rows/sec., 20.95 MiB/sec. | ||
6827 | 2024.09.06 06:38:33.571919 [ 3 ] {5cc0f88c-248a-4ff2-b3e6-b9b5a53c867a} <Debug> DynamicQueryHandler: Done processing query | ||
6828 | 2024.09.06 06:38:33.571943 [ 3 ] {5cc0f88c-248a-4ff2-b3e6-b9b5a53c867a} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6829 | 2024.09.06 06:38:33.571961 [ 3 ] {} <Debug> HTTP-Session: bf2d4e03-8153-4ef2-96a4-508d1cd991f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6830 | 2024.09.06 06:38:33.572142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6831 | 2024.09.06 06:38:33.572192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6832 | 2024.09.06 06:38:33.572213 [ 3 ] {} <Debug> HTTP-Session: af78affb-313e-4f79-ad2d-b7cec2c2805e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6833 | 2024.09.06 06:38:33.572229 [ 3 ] {} <Debug> HTTP-Session: af78affb-313e-4f79-ad2d-b7cec2c2805e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6834 | 2024.09.06 06:38:33.572243 [ 3 ] {} <Debug> HTTP-Session: af78affb-313e-4f79-ad2d-b7cec2c2805e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6835 | 2024.09.06 06:38:33.572274 [ 3 ] {} <Trace> HTTP-Session: af78affb-313e-4f79-ad2d-b7cec2c2805e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6836 | 2024.09.06 06:38:33.572390 [ 3 ] {db8fa5d1-9715-4eb8-bc86-edbb4de15e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6837 | 2024.09.06 06:38:33.572435 [ 3 ] {db8fa5d1-9715-4eb8-bc86-edbb4de15e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6838 | 2024.09.06 06:38:33.572564 [ 3 ] {db8fa5d1-9715-4eb8-bc86-edbb4de15e31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6839 | 2024.09.06 06:38:33.572978 [ 3 ] {db8fa5d1-9715-4eb8-bc86-edbb4de15e31} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6840 | 2024.09.06 06:38:33.573026 [ 3 ] {db8fa5d1-9715-4eb8-bc86-edbb4de15e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6841 | 2024.09.06 06:38:33.573394 [ 3 ] {db8fa5d1-9715-4eb8-bc86-edbb4de15e31} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6842 | 2024.09.06 06:38:33.573717 [ 3 ] {db8fa5d1-9715-4eb8-bc86-edbb4de15e31} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6843 | 2024.09.06 06:38:33.573849 [ 3 ] {db8fa5d1-9715-4eb8-bc86-edbb4de15e31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec. | ||
6844 | 2024.09.06 06:38:33.574049 [ 3 ] {db8fa5d1-9715-4eb8-bc86-edbb4de15e31} <Debug> DynamicQueryHandler: Done processing query | ||
6845 | 2024.09.06 06:38:33.574074 [ 3 ] {db8fa5d1-9715-4eb8-bc86-edbb4de15e31} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6846 | 2024.09.06 06:38:33.574090 [ 3 ] {} <Debug> HTTP-Session: af78affb-313e-4f79-ad2d-b7cec2c2805e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6847 | 2024.09.06 06:38:38.562748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6848 | 2024.09.06 06:38:38.562886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6849 | 2024.09.06 06:38:38.562914 [ 3 ] {} <Debug> HTTP-Session: 36333335-c083-44b7-8b5f-a5b9999982cf Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6850 | 2024.09.06 06:38:38.562939 [ 3 ] {} <Debug> HTTP-Session: 36333335-c083-44b7-8b5f-a5b9999982cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6851 | 2024.09.06 06:38:38.562954 [ 3 ] {} <Debug> HTTP-Session: 36333335-c083-44b7-8b5f-a5b9999982cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6852 | 2024.09.06 06:38:38.563002 [ 3 ] {} <Trace> HTTP-Session: 36333335-c083-44b7-8b5f-a5b9999982cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6853 | 2024.09.06 06:38:38.563239 [ 3 ] {16156d03-7336-426f-8c6a-d22bac965790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6854 | 2024.09.06 06:38:38.563304 [ 3 ] {16156d03-7336-426f-8c6a-d22bac965790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6855 | 2024.09.06 06:38:38.563638 [ 3 ] {16156d03-7336-426f-8c6a-d22bac965790} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6856 | 2024.09.06 06:38:38.564240 [ 3 ] {16156d03-7336-426f-8c6a-d22bac965790} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6857 | 2024.09.06 06:38:38.564282 [ 3 ] {16156d03-7336-426f-8c6a-d22bac965790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6858 | 2024.09.06 06:38:38.564713 [ 3 ] {16156d03-7336-426f-8c6a-d22bac965790} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6859 | 2024.09.06 06:38:38.565093 [ 3 ] {16156d03-7336-426f-8c6a-d22bac965790} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6860 | 2024.09.06 06:38:38.565241 [ 3 ] {16156d03-7336-426f-8c6a-d22bac965790} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002101 sec., 97572.58448357925 rows/sec., 8.59 MiB/sec. | ||
6861 | 2024.09.06 06:38:38.565443 [ 3 ] {16156d03-7336-426f-8c6a-d22bac965790} <Debug> DynamicQueryHandler: Done processing query | ||
6862 | 2024.09.06 06:38:38.565470 [ 3 ] {16156d03-7336-426f-8c6a-d22bac965790} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6863 | 2024.09.06 06:38:38.565487 [ 3 ] {} <Debug> HTTP-Session: 36333335-c083-44b7-8b5f-a5b9999982cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6864 | 2024.09.06 06:38:38.565687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6865 | 2024.09.06 06:38:38.565739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6866 | 2024.09.06 06:38:38.565759 [ 3 ] {} <Debug> HTTP-Session: 8cd7d9ca-9fea-42df-a0de-bf37d6fa755b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6867 | 2024.09.06 06:38:38.565776 [ 3 ] {} <Debug> HTTP-Session: 8cd7d9ca-9fea-42df-a0de-bf37d6fa755b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6868 | 2024.09.06 06:38:38.565790 [ 3 ] {} <Debug> HTTP-Session: 8cd7d9ca-9fea-42df-a0de-bf37d6fa755b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6869 | 2024.09.06 06:38:38.565823 [ 3 ] {} <Trace> HTTP-Session: 8cd7d9ca-9fea-42df-a0de-bf37d6fa755b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6870 | 2024.09.06 06:38:38.565923 [ 3 ] {bceb64f9-594e-405e-92bb-ebab7a15c62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6871 | 2024.09.06 06:38:38.565967 [ 3 ] {bceb64f9-594e-405e-92bb-ebab7a15c62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6872 | 2024.09.06 06:38:38.566195 [ 3 ] {bceb64f9-594e-405e-92bb-ebab7a15c62a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6873 | 2024.09.06 06:38:38.566570 [ 3 ] {bceb64f9-594e-405e-92bb-ebab7a15c62a} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6874 | 2024.09.06 06:38:38.566606 [ 3 ] {bceb64f9-594e-405e-92bb-ebab7a15c62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6875 | 2024.09.06 06:38:38.566953 [ 3 ] {bceb64f9-594e-405e-92bb-ebab7a15c62a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6876 | 2024.09.06 06:38:38.567319 [ 3 ] {bceb64f9-594e-405e-92bb-ebab7a15c62a} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6877 | 2024.09.06 06:38:38.567454 [ 3 ] {bceb64f9-594e-405e-92bb-ebab7a15c62a} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001558 sec., 5134.788189987164 rows/sec., 386.11 KiB/sec. | ||
6878 | 2024.09.06 06:38:38.567621 [ 3 ] {bceb64f9-594e-405e-92bb-ebab7a15c62a} <Debug> DynamicQueryHandler: Done processing query | ||
6879 | 2024.09.06 06:38:38.567646 [ 3 ] {bceb64f9-594e-405e-92bb-ebab7a15c62a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6880 | 2024.09.06 06:38:38.567662 [ 3 ] {} <Debug> HTTP-Session: 8cd7d9ca-9fea-42df-a0de-bf37d6fa755b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6881 | 2024.09.06 06:38:38.567784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6882 | 2024.09.06 06:38:38.567833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6883 | 2024.09.06 06:38:38.567853 [ 3 ] {} <Debug> HTTP-Session: 80158977-da98-428d-94bf-36fbf1e00af5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6884 | 2024.09.06 06:38:38.567870 [ 3 ] {} <Debug> HTTP-Session: 80158977-da98-428d-94bf-36fbf1e00af5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6885 | 2024.09.06 06:38:38.567884 [ 3 ] {} <Debug> HTTP-Session: 80158977-da98-428d-94bf-36fbf1e00af5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6886 | 2024.09.06 06:38:38.567916 [ 3 ] {} <Trace> HTTP-Session: 80158977-da98-428d-94bf-36fbf1e00af5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6887 | 2024.09.06 06:38:38.568013 [ 3 ] {40a302e7-8cd4-4fbb-805e-70678fd99dcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6888 | 2024.09.06 06:38:38.568056 [ 3 ] {40a302e7-8cd4-4fbb-805e-70678fd99dcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6889 | 2024.09.06 06:38:38.568280 [ 3 ] {40a302e7-8cd4-4fbb-805e-70678fd99dcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6890 | 2024.09.06 06:38:38.568624 [ 3 ] {40a302e7-8cd4-4fbb-805e-70678fd99dcb} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6891 | 2024.09.06 06:38:38.568661 [ 3 ] {40a302e7-8cd4-4fbb-805e-70678fd99dcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6892 | 2024.09.06 06:38:38.569007 [ 3 ] {40a302e7-8cd4-4fbb-805e-70678fd99dcb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6893 | 2024.09.06 06:38:38.569368 [ 3 ] {40a302e7-8cd4-4fbb-805e-70678fd99dcb} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6894 | 2024.09.06 06:38:38.569501 [ 3 ] {40a302e7-8cd4-4fbb-805e-70678fd99dcb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001516 sec., 9234.828496042217 rows/sec., 646.75 KiB/sec. | ||
6895 | 2024.09.06 06:38:38.569773 [ 3 ] {40a302e7-8cd4-4fbb-805e-70678fd99dcb} <Debug> DynamicQueryHandler: Done processing query | ||
6896 | 2024.09.06 06:38:38.569799 [ 3 ] {40a302e7-8cd4-4fbb-805e-70678fd99dcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6897 | 2024.09.06 06:38:38.569816 [ 3 ] {} <Debug> HTTP-Session: 80158977-da98-428d-94bf-36fbf1e00af5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6898 | 2024.09.06 06:38:38.569949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6899 | 2024.09.06 06:38:38.569998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6900 | 2024.09.06 06:38:38.570018 [ 3 ] {} <Debug> HTTP-Session: 286226a4-1362-42c2-a97a-a2ef494aad30 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6901 | 2024.09.06 06:38:38.570034 [ 3 ] {} <Debug> HTTP-Session: 286226a4-1362-42c2-a97a-a2ef494aad30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6902 | 2024.09.06 06:38:38.570048 [ 3 ] {} <Debug> HTTP-Session: 286226a4-1362-42c2-a97a-a2ef494aad30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6903 | 2024.09.06 06:38:38.570079 [ 3 ] {} <Trace> HTTP-Session: 286226a4-1362-42c2-a97a-a2ef494aad30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6904 | 2024.09.06 06:38:38.570178 [ 3 ] {0a763011-e4cd-43ac-b01b-32476718949a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6905 | 2024.09.06 06:38:38.570223 [ 3 ] {0a763011-e4cd-43ac-b01b-32476718949a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6906 | 2024.09.06 06:38:38.570467 [ 3 ] {0a763011-e4cd-43ac-b01b-32476718949a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6907 | 2024.09.06 06:38:38.570779 [ 3 ] {0a763011-e4cd-43ac-b01b-32476718949a} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6908 | 2024.09.06 06:38:38.570816 [ 3 ] {0a763011-e4cd-43ac-b01b-32476718949a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6909 | 2024.09.06 06:38:38.571161 [ 3 ] {0a763011-e4cd-43ac-b01b-32476718949a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6910 | 2024.09.06 06:38:38.571521 [ 3 ] {0a763011-e4cd-43ac-b01b-32476718949a} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6911 | 2024.09.06 06:38:38.571636 [ 78 ] {} <Debug> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
6912 | 2024.09.06 06:38:38.571646 [ 3 ] {0a763011-e4cd-43ac-b01b-32476718949a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 237.44 KiB/sec. | ||
6913 | 2024.09.06 06:38:38.571680 [ 78 ] {} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6914 | 2024.09.06 06:38:38.571720 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6915 | 2024.09.06 06:38:38.571881 [ 3 ] {0a763011-e4cd-43ac-b01b-32476718949a} <Debug> DynamicQueryHandler: Done processing query | ||
6916 | 2024.09.06 06:38:38.571898 [ 192 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
6917 | 2024.09.06 06:38:38.571914 [ 3 ] {0a763011-e4cd-43ac-b01b-32476718949a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6918 | 2024.09.06 06:38:38.572001 [ 3 ] {} <Debug> HTTP-Session: 286226a4-1362-42c2-a97a-a2ef494aad30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6919 | 2024.09.06 06:38:38.572166 [ 192 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6920 | 2024.09.06 06:38:38.572205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6921 | 2024.09.06 06:38:38.572237 [ 192 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part | ||
6922 | 2024.09.06 06:38:38.572291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6923 | 2024.09.06 06:38:38.572362 [ 3 ] {} <Debug> HTTP-Session: f6ec6367-6ccb-46d9-a39e-448c2a67a581 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6924 | 2024.09.06 06:38:38.572432 [ 3 ] {} <Debug> HTTP-Session: f6ec6367-6ccb-46d9-a39e-448c2a67a581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6925 | 2024.09.06 06:38:38.572480 [ 192 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
6926 | 2024.09.06 06:38:38.572495 [ 3 ] {} <Debug> HTTP-Session: f6ec6367-6ccb-46d9-a39e-448c2a67a581 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6927 | 2024.09.06 06:38:38.572681 [ 3 ] {} <Trace> HTTP-Session: f6ec6367-6ccb-46d9-a39e-448c2a67a581 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6928 | 2024.09.06 06:38:38.572945 [ 192 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
6929 | 2024.09.06 06:38:38.573186 [ 192 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
6930 | 2024.09.06 06:38:38.573281 [ 3 ] {ce875c90-4a19-43be-ba90-75775d4b2ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6931 | 2024.09.06 06:38:38.573461 [ 3 ] {ce875c90-4a19-43be-ba90-75775d4b2ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6932 | 2024.09.06 06:38:38.573525 [ 192 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
6933 | 2024.09.06 06:38:38.574403 [ 3 ] {ce875c90-4a19-43be-ba90-75775d4b2ecc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6934 | 2024.09.06 06:38:38.575640 [ 3 ] {ce875c90-4a19-43be-ba90-75775d4b2ecc} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6935 | 2024.09.06 06:38:38.575716 [ 3 ] {ce875c90-4a19-43be-ba90-75775d4b2ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6936 | 2024.09.06 06:38:38.575962 [ 192 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004147131 sec., 7233.916652259116 rows/sec., 459.18 KiB/sec. | ||
6937 | 2024.09.06 06:38:38.576137 [ 192 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
6938 | 2024.09.06 06:38:38.576555 [ 3 ] {ce875c90-4a19-43be-ba90-75775d4b2ecc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6939 | 2024.09.06 06:38:38.577077 [ 192 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_13_3} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6940 | 2024.09.06 06:38:38.577232 [ 192 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_13_3} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
6941 | 2024.09.06 06:38:38.577377 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6942 | 2024.09.06 06:38:38.577430 [ 3 ] {ce875c90-4a19-43be-ba90-75775d4b2ecc} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6943 | 2024.09.06 06:38:38.577578 [ 3 ] {ce875c90-4a19-43be-ba90-75775d4b2ecc} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004577 sec., 85208.65195542932 rows/sec., 6.04 MiB/sec. | ||
6944 | 2024.09.06 06:38:38.577771 [ 3 ] {ce875c90-4a19-43be-ba90-75775d4b2ecc} <Debug> DynamicQueryHandler: Done processing query | ||
6945 | 2024.09.06 06:38:38.577797 [ 3 ] {ce875c90-4a19-43be-ba90-75775d4b2ecc} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6946 | 2024.09.06 06:38:38.577814 [ 3 ] {} <Debug> HTTP-Session: f6ec6367-6ccb-46d9-a39e-448c2a67a581 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6947 | 2024.09.06 06:38:38.578042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6948 | 2024.09.06 06:38:38.578092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6949 | 2024.09.06 06:38:38.578111 [ 3 ] {} <Debug> HTTP-Session: 82fe2813-fcb5-47d8-8a20-4fd44246976f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6950 | 2024.09.06 06:38:38.578129 [ 3 ] {} <Debug> HTTP-Session: 82fe2813-fcb5-47d8-8a20-4fd44246976f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6951 | 2024.09.06 06:38:38.578142 [ 3 ] {} <Debug> HTTP-Session: 82fe2813-fcb5-47d8-8a20-4fd44246976f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6952 | 2024.09.06 06:38:38.578174 [ 3 ] {} <Trace> HTTP-Session: 82fe2813-fcb5-47d8-8a20-4fd44246976f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6953 | 2024.09.06 06:38:38.578271 [ 3 ] {d139899a-cda9-49a3-a56a-8b3e78cfad92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6954 | 2024.09.06 06:38:38.578316 [ 3 ] {d139899a-cda9-49a3-a56a-8b3e78cfad92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6955 | 2024.09.06 06:38:38.578452 [ 3 ] {d139899a-cda9-49a3-a56a-8b3e78cfad92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6956 | 2024.09.06 06:38:38.578742 [ 3 ] {d139899a-cda9-49a3-a56a-8b3e78cfad92} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6957 | 2024.09.06 06:38:38.578778 [ 3 ] {d139899a-cda9-49a3-a56a-8b3e78cfad92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6958 | 2024.09.06 06:38:38.579138 [ 3 ] {d139899a-cda9-49a3-a56a-8b3e78cfad92} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6959 | 2024.09.06 06:38:38.579464 [ 3 ] {d139899a-cda9-49a3-a56a-8b3e78cfad92} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6960 | 2024.09.06 06:38:38.579592 [ 3 ] {d139899a-cda9-49a3-a56a-8b3e78cfad92} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001348 sec., 4451.038575667656 rows/sec., 232.55 KiB/sec. | ||
6961 | 2024.09.06 06:38:38.579910 [ 3 ] {d139899a-cda9-49a3-a56a-8b3e78cfad92} <Debug> DynamicQueryHandler: Done processing query | ||
6962 | 2024.09.06 06:38:38.579946 [ 3 ] {d139899a-cda9-49a3-a56a-8b3e78cfad92} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6963 | 2024.09.06 06:38:38.579966 [ 3 ] {} <Debug> HTTP-Session: 82fe2813-fcb5-47d8-8a20-4fd44246976f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6964 | 2024.09.06 06:38:38.580152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6965 | 2024.09.06 06:38:38.580204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6966 | 2024.09.06 06:38:38.580224 [ 3 ] {} <Debug> HTTP-Session: 386c3923-9682-4bd2-9238-4937adea88bd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6967 | 2024.09.06 06:38:38.580242 [ 3 ] {} <Debug> HTTP-Session: 386c3923-9682-4bd2-9238-4937adea88bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6968 | 2024.09.06 06:38:38.580257 [ 3 ] {} <Debug> HTTP-Session: 386c3923-9682-4bd2-9238-4937adea88bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6969 | 2024.09.06 06:38:38.580288 [ 3 ] {} <Trace> HTTP-Session: 386c3923-9682-4bd2-9238-4937adea88bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6970 | 2024.09.06 06:38:38.580506 [ 3 ] {4d521331-26dc-4f11-9755-1b679a449a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6971 | 2024.09.06 06:38:38.580574 [ 3 ] {4d521331-26dc-4f11-9755-1b679a449a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6972 | 2024.09.06 06:38:38.580736 [ 3 ] {4d521331-26dc-4f11-9755-1b679a449a39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6973 | 2024.09.06 06:38:38.581189 [ 3 ] {4d521331-26dc-4f11-9755-1b679a449a39} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6974 | 2024.09.06 06:38:38.581225 [ 3 ] {4d521331-26dc-4f11-9755-1b679a449a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6975 | 2024.09.06 06:38:38.581613 [ 3 ] {4d521331-26dc-4f11-9755-1b679a449a39} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6976 | 2024.09.06 06:38:38.581949 [ 3 ] {4d521331-26dc-4f11-9755-1b679a449a39} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6977 | 2024.09.06 06:38:38.582076 [ 3 ] {4d521331-26dc-4f11-9755-1b679a449a39} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001695 sec., 139823.00884955752 rows/sec., 9.37 MiB/sec. | ||
6978 | 2024.09.06 06:38:38.582245 [ 3 ] {4d521331-26dc-4f11-9755-1b679a449a39} <Debug> DynamicQueryHandler: Done processing query | ||
6979 | 2024.09.06 06:38:38.582270 [ 3 ] {4d521331-26dc-4f11-9755-1b679a449a39} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6980 | 2024.09.06 06:38:38.582286 [ 3 ] {} <Debug> HTTP-Session: 386c3923-9682-4bd2-9238-4937adea88bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6981 | 2024.09.06 06:38:38.582458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6982 | 2024.09.06 06:38:38.582507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6983 | 2024.09.06 06:38:38.582526 [ 3 ] {} <Debug> HTTP-Session: 29fc8a2b-71e4-4258-897a-b71cfe10508a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
6984 | 2024.09.06 06:38:38.582544 [ 3 ] {} <Debug> HTTP-Session: 29fc8a2b-71e4-4258-897a-b71cfe10508a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6985 | 2024.09.06 06:38:38.582558 [ 3 ] {} <Debug> HTTP-Session: 29fc8a2b-71e4-4258-897a-b71cfe10508a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6986 | 2024.09.06 06:38:38.582588 [ 3 ] {} <Trace> HTTP-Session: 29fc8a2b-71e4-4258-897a-b71cfe10508a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6987 | 2024.09.06 06:38:38.582680 [ 3 ] {5418a4b4-3045-4137-a497-d52dd9391679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6988 | 2024.09.06 06:38:38.582725 [ 3 ] {5418a4b4-3045-4137-a497-d52dd9391679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6989 | 2024.09.06 06:38:38.582855 [ 3 ] {5418a4b4-3045-4137-a497-d52dd9391679} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6990 | 2024.09.06 06:38:38.583126 [ 3 ] {5418a4b4-3045-4137-a497-d52dd9391679} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6991 | 2024.09.06 06:38:38.583161 [ 3 ] {5418a4b4-3045-4137-a497-d52dd9391679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
6992 | 2024.09.06 06:38:38.583501 [ 3 ] {5418a4b4-3045-4137-a497-d52dd9391679} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6993 | 2024.09.06 06:38:38.583819 [ 3 ] {5418a4b4-3045-4137-a497-d52dd9391679} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6994 | 2024.09.06 06:38:38.583943 [ 3 ] {5418a4b4-3045-4137-a497-d52dd9391679} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001285 sec., 778.2101167315176 rows/sec., 52.44 KiB/sec. | ||
6995 | 2024.09.06 06:38:38.584257 [ 3 ] {5418a4b4-3045-4137-a497-d52dd9391679} <Debug> DynamicQueryHandler: Done processing query | ||
6996 | 2024.09.06 06:38:38.584299 [ 3 ] {5418a4b4-3045-4137-a497-d52dd9391679} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6997 | 2024.09.06 06:38:38.584321 [ 3 ] {} <Debug> HTTP-Session: 29fc8a2b-71e4-4258-897a-b71cfe10508a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6998 | 2024.09.06 06:38:38.584457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6999 | 2024.09.06 06:38:38.584520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7000 | 2024.09.06 06:38:38.584545 [ 3 ] {} <Debug> HTTP-Session: 09b2c4e9-4cda-41b9-99d7-e94916a5bdf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7001 | 2024.09.06 06:38:38.584566 [ 3 ] {} <Debug> HTTP-Session: 09b2c4e9-4cda-41b9-99d7-e94916a5bdf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7002 | 2024.09.06 06:38:38.584584 [ 3 ] {} <Debug> HTTP-Session: 09b2c4e9-4cda-41b9-99d7-e94916a5bdf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7003 | 2024.09.06 06:38:38.584622 [ 3 ] {} <Trace> HTTP-Session: 09b2c4e9-4cda-41b9-99d7-e94916a5bdf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7004 | 2024.09.06 06:38:38.584851 [ 3 ] {bb7953c7-12d4-4a3b-888b-dbda9ef31ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7005 | 2024.09.06 06:38:38.584939 [ 3 ] {bb7953c7-12d4-4a3b-888b-dbda9ef31ab4} <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_histogramu64 | ||
7006 | 2024.09.06 06:38:38.585384 [ 3 ] {bb7953c7-12d4-4a3b-888b-dbda9ef31ab4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7007 | 2024.09.06 06:38:38.585934 [ 3 ] {bb7953c7-12d4-4a3b-888b-dbda9ef31ab4} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7008 | 2024.09.06 06:38:38.585970 [ 3 ] {bb7953c7-12d4-4a3b-888b-dbda9ef31ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7009 | 2024.09.06 06:38:38.586588 [ 3 ] {bb7953c7-12d4-4a3b-888b-dbda9ef31ab4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7010 | 2024.09.06 06:38:38.587209 [ 3 ] {bb7953c7-12d4-4a3b-888b-dbda9ef31ab4} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7011 | 2024.09.06 06:38:38.587421 [ 3 ] {bb7953c7-12d4-4a3b-888b-dbda9ef31ab4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002696 sec., 2967.359050445104 rows/sec., 5.32 MiB/sec. | ||
7012 | 2024.09.06 06:38:38.587721 [ 3 ] {bb7953c7-12d4-4a3b-888b-dbda9ef31ab4} <Debug> DynamicQueryHandler: Done processing query | ||
7013 | 2024.09.06 06:38:38.587757 [ 3 ] {bb7953c7-12d4-4a3b-888b-dbda9ef31ab4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7014 | 2024.09.06 06:38:38.587781 [ 3 ] {} <Debug> HTTP-Session: 09b2c4e9-4cda-41b9-99d7-e94916a5bdf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7015 | 2024.09.06 06:38:38.587928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7016 | 2024.09.06 06:38:38.588003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7017 | 2024.09.06 06:38:38.588037 [ 3 ] {} <Debug> HTTP-Session: 8216d624-39da-4b9e-910a-e27a09203bbd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7018 | 2024.09.06 06:38:38.588065 [ 3 ] {} <Debug> HTTP-Session: 8216d624-39da-4b9e-910a-e27a09203bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7019 | 2024.09.06 06:38:38.588088 [ 3 ] {} <Debug> HTTP-Session: 8216d624-39da-4b9e-910a-e27a09203bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7020 | 2024.09.06 06:38:38.588133 [ 3 ] {} <Trace> HTTP-Session: 8216d624-39da-4b9e-910a-e27a09203bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7021 | 2024.09.06 06:38:38.588289 [ 3 ] {2b316bef-b042-4266-a42d-f9320d083725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7022 | 2024.09.06 06:38:38.588335 [ 3 ] {2b316bef-b042-4266-a42d-f9320d083725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7023 | 2024.09.06 06:38:38.588465 [ 3 ] {2b316bef-b042-4266-a42d-f9320d083725} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7024 | 2024.09.06 06:38:38.588821 [ 3 ] {2b316bef-b042-4266-a42d-f9320d083725} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7025 | 2024.09.06 06:38:38.588856 [ 3 ] {2b316bef-b042-4266-a42d-f9320d083725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7026 | 2024.09.06 06:38:38.589212 [ 3 ] {2b316bef-b042-4266-a42d-f9320d083725} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7027 | 2024.09.06 06:38:38.589531 [ 3 ] {2b316bef-b042-4266-a42d-f9320d083725} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7028 | 2024.09.06 06:38:38.589655 [ 3 ] {2b316bef-b042-4266-a42d-f9320d083725} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001421 sec., 57705.84095707248 rows/sec., 3.67 MiB/sec. | ||
7029 | 2024.09.06 06:38:38.589925 [ 3 ] {2b316bef-b042-4266-a42d-f9320d083725} <Debug> DynamicQueryHandler: Done processing query | ||
7030 | 2024.09.06 06:38:38.589977 [ 3 ] {2b316bef-b042-4266-a42d-f9320d083725} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7031 | 2024.09.06 06:38:38.590006 [ 3 ] {} <Debug> HTTP-Session: 8216d624-39da-4b9e-910a-e27a09203bbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7032 | 2024.09.06 06:38:43.559060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7033 | 2024.09.06 06:38:43.559205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7034 | 2024.09.06 06:38:43.559235 [ 3 ] {} <Debug> HTTP-Session: 181eda8b-2260-4c40-b19e-cb1babd400c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7035 | 2024.09.06 06:38:43.559263 [ 3 ] {} <Debug> HTTP-Session: 181eda8b-2260-4c40-b19e-cb1babd400c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7036 | 2024.09.06 06:38:43.559282 [ 3 ] {} <Debug> HTTP-Session: 181eda8b-2260-4c40-b19e-cb1babd400c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7037 | 2024.09.06 06:38:43.559338 [ 3 ] {} <Trace> HTTP-Session: 181eda8b-2260-4c40-b19e-cb1babd400c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7038 | 2024.09.06 06:38:43.559577 [ 3 ] {bffb5e33-a18e-44dd-82c0-1f289c57c136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7039 | 2024.09.06 06:38:43.559651 [ 3 ] {bffb5e33-a18e-44dd-82c0-1f289c57c136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7040 | 2024.09.06 06:38:43.560029 [ 3 ] {bffb5e33-a18e-44dd-82c0-1f289c57c136} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7041 | 2024.09.06 06:38:43.560599 [ 3 ] {bffb5e33-a18e-44dd-82c0-1f289c57c136} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7042 | 2024.09.06 06:38:43.560643 [ 3 ] {bffb5e33-a18e-44dd-82c0-1f289c57c136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7043 | 2024.09.06 06:38:43.561071 [ 3 ] {bffb5e33-a18e-44dd-82c0-1f289c57c136} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7044 | 2024.09.06 06:38:43.561462 [ 3 ] {bffb5e33-a18e-44dd-82c0-1f289c57c136} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7045 | 2024.09.06 06:38:43.561616 [ 3 ] {bffb5e33-a18e-44dd-82c0-1f289c57c136} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002132 sec., 55347.09193245778 rows/sec., 4.68 MiB/sec. | ||
7046 | 2024.09.06 06:38:43.561623 [ 74 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7047 | 2024.09.06 06:38:43.561689 [ 74 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7048 | 2024.09.06 06:38:43.561729 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7049 | 2024.09.06 06:38:43.561875 [ 3 ] {bffb5e33-a18e-44dd-82c0-1f289c57c136} <Debug> DynamicQueryHandler: Done processing query | ||
7050 | 2024.09.06 06:38:43.561897 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
7051 | 2024.09.06 06:38:43.561912 [ 3 ] {bffb5e33-a18e-44dd-82c0-1f289c57c136} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7052 | 2024.09.06 06:38:43.561983 [ 3 ] {} <Debug> HTTP-Session: 181eda8b-2260-4c40-b19e-cb1babd400c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7053 | 2024.09.06 06:38:43.562130 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7054 | 2024.09.06 06:38:43.562187 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1416 rows starting from the beginning of the part | ||
7055 | 2024.09.06 06:38:43.562210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7056 | 2024.09.06 06:38:43.562377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7057 | 2024.09.06 06:38:43.562404 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1258 rows starting from the beginning of the part | ||
7058 | 2024.09.06 06:38:43.562481 [ 3 ] {} <Debug> HTTP-Session: 03fe14f0-7a96-46f7-bca4-87deca129708 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7059 | 2024.09.06 06:38:43.562576 [ 3 ] {} <Debug> HTTP-Session: 03fe14f0-7a96-46f7-bca4-87deca129708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7060 | 2024.09.06 06:38:43.562664 [ 3 ] {} <Debug> HTTP-Session: 03fe14f0-7a96-46f7-bca4-87deca129708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7061 | 2024.09.06 06:38:43.562728 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 206 rows starting from the beginning of the part | ||
7062 | 2024.09.06 06:38:43.562796 [ 3 ] {} <Trace> HTTP-Session: 03fe14f0-7a96-46f7-bca4-87deca129708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7063 | 2024.09.06 06:38:43.563009 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 118 rows starting from the beginning of the part | ||
7064 | 2024.09.06 06:38:43.563271 [ 3 ] {e81d4dfe-2cef-48e1-b331-7091039e92f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7065 | 2024.09.06 06:38:43.563319 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 205 rows starting from the beginning of the part | ||
7066 | 2024.09.06 06:38:43.563401 [ 3 ] {e81d4dfe-2cef-48e1-b331-7091039e92f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7067 | 2024.09.06 06:38:43.563626 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 118 rows starting from the beginning of the part | ||
7068 | 2024.09.06 06:38:43.564527 [ 3 ] {e81d4dfe-2cef-48e1-b331-7091039e92f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7069 | 2024.09.06 06:38:43.565444 [ 3 ] {e81d4dfe-2cef-48e1-b331-7091039e92f2} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7070 | 2024.09.06 06:38:43.565507 [ 3 ] {e81d4dfe-2cef-48e1-b331-7091039e92f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7071 | 2024.09.06 06:38:43.566369 [ 3 ] {e81d4dfe-2cef-48e1-b331-7091039e92f2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7072 | 2024.09.06 06:38:43.566871 [ 3 ] {e81d4dfe-2cef-48e1-b331-7091039e92f2} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7073 | 2024.09.06 06:38:43.567237 [ 74 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7074 | 2024.09.06 06:38:43.567309 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.005475366 sec., 606534.7960300737 rows/sec., 53.28 MiB/sec. | ||
7075 | 2024.09.06 06:38:43.567333 [ 74 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7076 | 2024.09.06 06:38:43.567332 [ 3 ] {e81d4dfe-2cef-48e1-b331-7091039e92f2} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004223 sec., 7340.753019180677 rows/sec., 551.99 KiB/sec. | ||
7077 | 2024.09.06 06:38:43.567408 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7078 | 2024.09.06 06:38:43.567805 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7079 | 2024.09.06 06:38:43.568090 [ 3 ] {e81d4dfe-2cef-48e1-b331-7091039e92f2} <Debug> DynamicQueryHandler: Done processing query | ||
7080 | 2024.09.06 06:38:43.568101 [ 197 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
7081 | 2024.09.06 06:38:43.568204 [ 3 ] {e81d4dfe-2cef-48e1-b331-7091039e92f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7082 | 2024.09.06 06:38:43.568306 [ 3 ] {} <Debug> HTTP-Session: 03fe14f0-7a96-46f7-bca4-87deca129708 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7083 | 2024.09.06 06:38:43.568632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7084 | 2024.09.06 06:38:43.568852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7085 | 2024.09.06 06:38:43.569008 [ 3 ] {} <Debug> HTTP-Session: c7529490-8d86-479a-93f4-9fe70861108e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7086 | 2024.09.06 06:38:43.569116 [ 3 ] {} <Debug> HTTP-Session: c7529490-8d86-479a-93f4-9fe70861108e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7087 | 2024.09.06 06:38:43.569147 [ 197 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7088 | 2024.09.06 06:38:43.569192 [ 3 ] {} <Debug> HTTP-Session: c7529490-8d86-479a-93f4-9fe70861108e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7089 | 2024.09.06 06:38:43.569296 [ 197 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 57 rows starting from the beginning of the part | ||
7090 | 2024.09.06 06:38:43.569335 [ 3 ] {} <Trace> HTTP-Session: c7529490-8d86-479a-93f4-9fe70861108e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7091 | 2024.09.06 06:38:43.569769 [ 197 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part | ||
7092 | 2024.09.06 06:38:43.569997 [ 3 ] {cc1fde4a-358b-4e44-958c-258729df6ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7093 | 2024.09.06 06:38:43.570279 [ 3 ] {cc1fde4a-358b-4e44-958c-258729df6ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7094 | 2024.09.06 06:38:43.570363 [ 197 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part | ||
7095 | 2024.09.06 06:38:43.570908 [ 197 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part | ||
7096 | 2024.09.06 06:38:43.570984 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_36_7} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7097 | 2024.09.06 06:38:43.571393 [ 197 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
7098 | 2024.09.06 06:38:43.571487 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_36_7} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7099 | 2024.09.06 06:38:43.571941 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
7100 | 2024.09.06 06:38:43.572021 [ 197 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part | ||
7101 | 2024.09.06 06:38:43.572775 [ 3 ] {cc1fde4a-358b-4e44-958c-258729df6ed4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7102 | 2024.09.06 06:38:43.573863 [ 3 ] {cc1fde4a-358b-4e44-958c-258729df6ed4} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7103 | 2024.09.06 06:38:43.573946 [ 3 ] {cc1fde4a-358b-4e44-958c-258729df6ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7104 | 2024.09.06 06:38:43.574988 [ 197 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.007441375 sec., 22576.47276209034 rows/sec., 1.73 MiB/sec. | ||
7105 | 2024.09.06 06:38:43.575031 [ 3 ] {cc1fde4a-358b-4e44-958c-258729df6ed4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7106 | 2024.09.06 06:38:43.575152 [ 197 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7107 | 2024.09.06 06:38:43.576126 [ 3 ] {cc1fde4a-358b-4e44-958c-258729df6ed4} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7108 | 2024.09.06 06:38:43.576253 [ 197 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_31_6} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7109 | 2024.09.06 06:38:43.576379 [ 74 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7110 | 2024.09.06 06:38:43.576475 [ 74 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7111 | 2024.09.06 06:38:43.576492 [ 3 ] {cc1fde4a-358b-4e44-958c-258729df6ed4} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.006736 sec., 14103.32541567696 rows/sec., 1.10 MiB/sec. | ||
7112 | 2024.09.06 06:38:43.576523 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7113 | 2024.09.06 06:38:43.576556 [ 197 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_31_6} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7114 | 2024.09.06 06:38:43.576985 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7115 | 2024.09.06 06:38:43.577052 [ 3 ] {cc1fde4a-358b-4e44-958c-258729df6ed4} <Debug> DynamicQueryHandler: Done processing query | ||
7116 | 2024.09.06 06:38:43.577064 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
7117 | 2024.09.06 06:38:43.577085 [ 3 ] {cc1fde4a-358b-4e44-958c-258729df6ed4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7118 | 2024.09.06 06:38:43.577123 [ 3 ] {} <Debug> HTTP-Session: c7529490-8d86-479a-93f4-9fe70861108e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7119 | 2024.09.06 06:38:43.577251 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7120 | 2024.09.06 06:38:43.577299 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
7121 | 2024.09.06 06:38:43.577313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7122 | 2024.09.06 06:38:43.577387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7123 | 2024.09.06 06:38:43.577428 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 551 rows starting from the beginning of the part | ||
7124 | 2024.09.06 06:38:43.577442 [ 3 ] {} <Debug> HTTP-Session: 262c22c1-f9d8-40a6-9492-7d0ac4555409 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7125 | 2024.09.06 06:38:43.577491 [ 3 ] {} <Debug> HTTP-Session: 262c22c1-f9d8-40a6-9492-7d0ac4555409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7126 | 2024.09.06 06:38:43.577532 [ 3 ] {} <Debug> HTTP-Session: 262c22c1-f9d8-40a6-9492-7d0ac4555409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7127 | 2024.09.06 06:38:43.577696 [ 3 ] {} <Trace> HTTP-Session: 262c22c1-f9d8-40a6-9492-7d0ac4555409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7128 | 2024.09.06 06:38:43.577768 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 392 rows starting from the beginning of the part | ||
7129 | 2024.09.06 06:38:43.578003 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 95 rows starting from the beginning of the part | ||
7130 | 2024.09.06 06:38:43.578113 [ 3 ] {2e4fdf02-597c-4898-8464-50cd631341aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7131 | 2024.09.06 06:38:43.578263 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 390 rows starting from the beginning of the part | ||
7132 | 2024.09.06 06:38:43.578279 [ 3 ] {2e4fdf02-597c-4898-8464-50cd631341aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7133 | 2024.09.06 06:38:43.578632 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 95 rows starting from the beginning of the part | ||
7134 | 2024.09.06 06:38:43.579237 [ 3 ] {2e4fdf02-597c-4898-8464-50cd631341aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7135 | 2024.09.06 06:38:43.579773 [ 3 ] {2e4fdf02-597c-4898-8464-50cd631341aa} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7136 | 2024.09.06 06:38:43.579812 [ 3 ] {2e4fdf02-597c-4898-8464-50cd631341aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7137 | 2024.09.06 06:38:43.580388 [ 3 ] {2e4fdf02-597c-4898-8464-50cd631341aa} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7138 | 2024.09.06 06:38:43.580904 [ 3 ] {2e4fdf02-597c-4898-8464-50cd631341aa} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7139 | 2024.09.06 06:38:43.580969 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2436 rows, containing 5 columns (5 merged, 0 gathered) in 0.004288103 sec., 568083.3692660835 rows/sec., 43.59 MiB/sec. | ||
7140 | 2024.09.06 06:38:43.581069 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7141 | 2024.09.06 06:38:43.581075 [ 3 ] {2e4fdf02-597c-4898-8464-50cd631341aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003191 sec., 50141.02162331558 rows/sec., 3.49 MiB/sec. | ||
7142 | 2024.09.06 06:38:43.581109 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7143 | 2024.09.06 06:38:43.581151 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7144 | 2024.09.06 06:38:43.581161 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7145 | 2024.09.06 06:38:43.581396 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
7146 | 2024.09.06 06:38:43.581425 [ 3 ] {2e4fdf02-597c-4898-8464-50cd631341aa} <Debug> DynamicQueryHandler: Done processing query | ||
7147 | 2024.09.06 06:38:43.581455 [ 3 ] {2e4fdf02-597c-4898-8464-50cd631341aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7148 | 2024.09.06 06:38:43.581483 [ 3 ] {} <Debug> HTTP-Session: 262c22c1-f9d8-40a6-9492-7d0ac4555409 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7149 | 2024.09.06 06:38:43.581649 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7150 | 2024.09.06 06:38:43.581720 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9276 rows starting from the beginning of the part | ||
7151 | 2024.09.06 06:38:43.581731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 50970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7152 | 2024.09.06 06:38:43.581902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7153 | 2024.09.06 06:38:43.582058 [ 3 ] {} <Debug> HTTP-Session: 10eb9be3-36d5-4d61-bedb-a02af037262d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7154 | 2024.09.06 06:38:43.582193 [ 3 ] {} <Debug> HTTP-Session: 10eb9be3-36d5-4d61-bedb-a02af037262d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7155 | 2024.09.06 06:38:43.582236 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 842 rows starting from the beginning of the part | ||
7156 | 2024.09.06 06:38:43.582297 [ 3 ] {} <Debug> HTTP-Session: 10eb9be3-36d5-4d61-bedb-a02af037262d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7157 | 2024.09.06 06:38:43.582401 [ 3 ] {} <Trace> HTTP-Session: 10eb9be3-36d5-4d61-bedb-a02af037262d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7158 | 2024.09.06 06:38:43.582522 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 238 rows starting from the beginning of the part | ||
7159 | 2024.09.06 06:38:43.582889 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_36_7} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7160 | 2024.09.06 06:38:43.582909 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
7161 | 2024.09.06 06:38:43.583127 [ 3 ] {a7c669b3-eaae-4ea4-b383-cde1a6f1ce89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7162 | 2024.09.06 06:38:43.583387 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_36_7} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7163 | 2024.09.06 06:38:43.583447 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part | ||
7164 | 2024.09.06 06:38:43.583558 [ 3 ] {a7c669b3-eaae-4ea4-b383-cde1a6f1ce89} <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_histogramu64 | ||
7165 | 2024.09.06 06:38:43.583696 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
7166 | 2024.09.06 06:38:43.583931 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
7167 | 2024.09.06 06:38:43.585031 [ 3 ] {a7c669b3-eaae-4ea4-b383-cde1a6f1ce89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7168 | 2024.09.06 06:38:43.586126 [ 3 ] {a7c669b3-eaae-4ea4-b383-cde1a6f1ce89} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7169 | 2024.09.06 06:38:43.586180 [ 3 ] {a7c669b3-eaae-4ea4-b383-cde1a6f1ce89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7170 | 2024.09.06 06:38:43.587447 [ 3 ] {a7c669b3-eaae-4ea4-b383-cde1a6f1ce89} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7171 | 2024.09.06 06:38:43.588190 [ 3 ] {a7c669b3-eaae-4ea4-b383-cde1a6f1ce89} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7172 | 2024.09.06 06:38:43.588337 [ 74 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7173 | 2024.09.06 06:38:43.588349 [ 3 ] {a7c669b3-eaae-4ea4-b383-cde1a6f1ce89} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005736 sec., 5404.463040446304 rows/sec., 9.68 MiB/sec. | ||
7174 | 2024.09.06 06:38:43.588373 [ 74 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7175 | 2024.09.06 06:38:43.588412 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7176 | 2024.09.06 06:38:43.588864 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
7177 | 2024.09.06 06:38:43.589529 [ 3 ] {a7c669b3-eaae-4ea4-b383-cde1a6f1ce89} <Debug> DynamicQueryHandler: Done processing query | ||
7178 | 2024.09.06 06:38:43.589654 [ 3 ] {a7c669b3-eaae-4ea4-b383-cde1a6f1ce89} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7179 | 2024.09.06 06:38:43.589790 [ 3 ] {} <Debug> HTTP-Session: 10eb9be3-36d5-4d61-bedb-a02af037262d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7180 | 2024.09.06 06:38:43.590144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7181 | 2024.09.06 06:38:43.590340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7182 | 2024.09.06 06:38:43.590452 [ 3 ] {} <Debug> HTTP-Session: 5560b655-6714-4fb2-a097-c8b32679f7d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7183 | 2024.09.06 06:38:43.590553 [ 3 ] {} <Debug> HTTP-Session: 5560b655-6714-4fb2-a097-c8b32679f7d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7184 | 2024.09.06 06:38:43.590637 [ 3 ] {} <Debug> HTTP-Session: 5560b655-6714-4fb2-a097-c8b32679f7d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7185 | 2024.09.06 06:38:43.590801 [ 3 ] {} <Trace> HTTP-Session: 5560b655-6714-4fb2-a097-c8b32679f7d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7186 | 2024.09.06 06:38:43.590819 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10913 rows, containing 5 columns (5 merged, 0 gathered) in 0.009567606 sec., 1140619.7119739254 rows/sec., 77.22 MiB/sec. | ||
7187 | 2024.09.06 06:38:43.591182 [ 3 ] {a8eaacef-342f-430c-8360-2c9d9ddff526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7188 | 2024.09.06 06:38:43.591246 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7189 | 2024.09.06 06:38:43.591295 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7190 | 2024.09.06 06:38:43.591346 [ 3 ] {a8eaacef-342f-430c-8360-2c9d9ddff526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7191 | 2024.09.06 06:38:43.591662 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 440 rows starting from the beginning of the part | ||
7192 | 2024.09.06 06:38:43.593161 [ 3 ] {a8eaacef-342f-430c-8360-2c9d9ddff526} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7193 | 2024.09.06 06:38:43.593331 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part | ||
7194 | 2024.09.06 06:38:43.593706 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7195 | 2024.09.06 06:38:43.594316 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7196 | 2024.09.06 06:38:43.594677 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. | ||
7197 | 2024.09.06 06:38:43.594748 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
7198 | 2024.09.06 06:38:43.594941 [ 3 ] {a8eaacef-342f-430c-8360-2c9d9ddff526} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7199 | 2024.09.06 06:38:43.595058 [ 3 ] {a8eaacef-342f-430c-8360-2c9d9ddff526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7200 | 2024.09.06 06:38:43.595487 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part | ||
7201 | 2024.09.06 06:38:43.596165 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
7202 | 2024.09.06 06:38:43.596622 [ 3 ] {a8eaacef-342f-430c-8360-2c9d9ddff526} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7203 | 2024.09.06 06:38:43.596737 [ 190 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part | ||
7204 | 2024.09.06 06:38:43.597898 [ 3 ] {a8eaacef-342f-430c-8360-2c9d9ddff526} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7205 | 2024.09.06 06:38:43.598144 [ 74 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7206 | 2024.09.06 06:38:43.598223 [ 3 ] {a8eaacef-342f-430c-8360-2c9d9ddff526} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007189 sec., 8346.084295451385 rows/sec., 575.97 KiB/sec. | ||
7207 | 2024.09.06 06:38:43.598239 [ 74 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7208 | 2024.09.06 06:38:43.598342 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7209 | 2024.09.06 06:38:43.598844 [ 3 ] {a8eaacef-342f-430c-8360-2c9d9ddff526} <Debug> DynamicQueryHandler: Done processing query | ||
7210 | 2024.09.06 06:38:43.598915 [ 3 ] {a8eaacef-342f-430c-8360-2c9d9ddff526} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7211 | 2024.09.06 06:38:43.598957 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
7212 | 2024.09.06 06:38:43.599008 [ 3 ] {} <Debug> HTTP-Session: 5560b655-6714-4fb2-a097-c8b32679f7d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7213 | 2024.09.06 06:38:43.599486 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7214 | 2024.09.06 06:38:43.599551 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1948 rows starting from the beginning of the part | ||
7215 | 2024.09.06 06:38:43.599732 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 58 rows starting from the beginning of the part | ||
7216 | 2024.09.06 06:38:43.599826 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
7217 | 2024.09.06 06:38:43.599899 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
7218 | 2024.09.06 06:38:43.599994 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
7219 | 2024.09.06 06:38:43.600162 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
7220 | 2024.09.06 06:38:43.603941 [ 194 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2290 rows, containing 4 columns (4 merged, 0 gathered) in 0.005388775 sec., 424957.43466743367 rows/sec., 27.86 MiB/sec. | ||
7221 | 2024.09.06 06:38:43.604243 [ 194 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7222 | 2024.09.06 06:38:43.604845 [ 194 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_36_7} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7223 | 2024.09.06 06:38:43.605028 [ 194 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_36_7} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7224 | 2024.09.06 06:38:43.605129 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
7225 | 2024.09.06 06:38:43.617847 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 549 rows, containing 19 columns (19 merged, 0 gathered) in 0.029298889 sec., 18737.911870992786 rows/sec., 33.58 MiB/sec. | ||
7226 | 2024.09.06 06:38:43.618736 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7227 | 2024.09.06 06:38:43.619362 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7228 | 2024.09.06 06:38:43.619444 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7229 | 2024.09.06 06:38:43.619586 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
7230 | 2024.09.06 06:38:44.000229 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.58 MiB, peak 199.92 MiB, free memory in arenas 0.00 B, will set to 192.27 MiB (RSS), difference: 2.69 MiB | ||
7231 | 2024.09.06 06:38:45.502525 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7232 | 2024.09.06 06:38:45.502574 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7233 | 2024.09.06 06:38:48.562257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7234 | 2024.09.06 06:38:48.562407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7235 | 2024.09.06 06:38:48.562436 [ 3 ] {} <Debug> HTTP-Session: cc06224b-96e9-4ce7-9663-487396c89b88 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7236 | 2024.09.06 06:38:48.562465 [ 3 ] {} <Debug> HTTP-Session: cc06224b-96e9-4ce7-9663-487396c89b88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7237 | 2024.09.06 06:38:48.562483 [ 3 ] {} <Debug> HTTP-Session: cc06224b-96e9-4ce7-9663-487396c89b88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7238 | 2024.09.06 06:38:48.562540 [ 3 ] {} <Trace> HTTP-Session: cc06224b-96e9-4ce7-9663-487396c89b88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7239 | 2024.09.06 06:38:48.562815 [ 3 ] {3fdc7efa-d5bb-40f5-b5e8-43afb709e8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7240 | 2024.09.06 06:38:48.562890 [ 3 ] {3fdc7efa-d5bb-40f5-b5e8-43afb709e8c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7241 | 2024.09.06 06:38:48.563270 [ 3 ] {3fdc7efa-d5bb-40f5-b5e8-43afb709e8c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7242 | 2024.09.06 06:38:48.563881 [ 3 ] {3fdc7efa-d5bb-40f5-b5e8-43afb709e8c3} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7243 | 2024.09.06 06:38:48.563920 [ 3 ] {3fdc7efa-d5bb-40f5-b5e8-43afb709e8c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7244 | 2024.09.06 06:38:48.564366 [ 3 ] {3fdc7efa-d5bb-40f5-b5e8-43afb709e8c3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7245 | 2024.09.06 06:38:48.564756 [ 3 ] {3fdc7efa-d5bb-40f5-b5e8-43afb709e8c3} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7246 | 2024.09.06 06:38:48.564899 [ 3 ] {3fdc7efa-d5bb-40f5-b5e8-43afb709e8c3} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002213 sec., 92634.43289652055 rows/sec., 8.16 MiB/sec. | ||
7247 | 2024.09.06 06:38:48.565108 [ 3 ] {3fdc7efa-d5bb-40f5-b5e8-43afb709e8c3} <Debug> DynamicQueryHandler: Done processing query | ||
7248 | 2024.09.06 06:38:48.565134 [ 3 ] {3fdc7efa-d5bb-40f5-b5e8-43afb709e8c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7249 | 2024.09.06 06:38:48.565151 [ 3 ] {} <Debug> HTTP-Session: cc06224b-96e9-4ce7-9663-487396c89b88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7250 | 2024.09.06 06:38:48.565322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7251 | 2024.09.06 06:38:48.565377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7252 | 2024.09.06 06:38:48.565397 [ 3 ] {} <Debug> HTTP-Session: 54c77f00-5e95-414c-82f0-953eaf30a9a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7253 | 2024.09.06 06:38:48.565414 [ 3 ] {} <Debug> HTTP-Session: 54c77f00-5e95-414c-82f0-953eaf30a9a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7254 | 2024.09.06 06:38:48.565428 [ 3 ] {} <Debug> HTTP-Session: 54c77f00-5e95-414c-82f0-953eaf30a9a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7255 | 2024.09.06 06:38:48.565461 [ 3 ] {} <Trace> HTTP-Session: 54c77f00-5e95-414c-82f0-953eaf30a9a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7256 | 2024.09.06 06:38:48.565559 [ 3 ] {7c0b229f-c1d4-4011-a7bb-244c076ed62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7257 | 2024.09.06 06:38:48.565602 [ 3 ] {7c0b229f-c1d4-4011-a7bb-244c076ed62f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7258 | 2024.09.06 06:38:48.565831 [ 3 ] {7c0b229f-c1d4-4011-a7bb-244c076ed62f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7259 | 2024.09.06 06:38:48.566201 [ 3 ] {7c0b229f-c1d4-4011-a7bb-244c076ed62f} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7260 | 2024.09.06 06:38:48.566237 [ 3 ] {7c0b229f-c1d4-4011-a7bb-244c076ed62f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7261 | 2024.09.06 06:38:48.566592 [ 3 ] {7c0b229f-c1d4-4011-a7bb-244c076ed62f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7262 | 2024.09.06 06:38:48.566961 [ 3 ] {7c0b229f-c1d4-4011-a7bb-244c076ed62f} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7263 | 2024.09.06 06:38:48.567087 [ 3 ] {7c0b229f-c1d4-4011-a7bb-244c076ed62f} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001554 sec., 5148.005148005148 rows/sec., 387.11 KiB/sec. | ||
7264 | 2024.09.06 06:38:48.567256 [ 3 ] {7c0b229f-c1d4-4011-a7bb-244c076ed62f} <Debug> DynamicQueryHandler: Done processing query | ||
7265 | 2024.09.06 06:38:48.567281 [ 3 ] {7c0b229f-c1d4-4011-a7bb-244c076ed62f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7266 | 2024.09.06 06:38:48.567298 [ 3 ] {} <Debug> HTTP-Session: 54c77f00-5e95-414c-82f0-953eaf30a9a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7267 | 2024.09.06 06:38:48.567432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7268 | 2024.09.06 06:38:48.567481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7269 | 2024.09.06 06:38:48.567501 [ 3 ] {} <Debug> HTTP-Session: f4a61a5e-f1fc-4253-b20d-e05e4fdb4c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7270 | 2024.09.06 06:38:48.567517 [ 3 ] {} <Debug> HTTP-Session: f4a61a5e-f1fc-4253-b20d-e05e4fdb4c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7271 | 2024.09.06 06:38:48.567531 [ 3 ] {} <Debug> HTTP-Session: f4a61a5e-f1fc-4253-b20d-e05e4fdb4c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7272 | 2024.09.06 06:38:48.567562 [ 3 ] {} <Trace> HTTP-Session: f4a61a5e-f1fc-4253-b20d-e05e4fdb4c0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7273 | 2024.09.06 06:38:48.567662 [ 3 ] {27b97a7d-5319-47df-888a-2add0b5ff797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7274 | 2024.09.06 06:38:48.567704 [ 3 ] {27b97a7d-5319-47df-888a-2add0b5ff797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7275 | 2024.09.06 06:38:48.567928 [ 3 ] {27b97a7d-5319-47df-888a-2add0b5ff797} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7276 | 2024.09.06 06:38:48.568264 [ 3 ] {27b97a7d-5319-47df-888a-2add0b5ff797} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7277 | 2024.09.06 06:38:48.568300 [ 3 ] {27b97a7d-5319-47df-888a-2add0b5ff797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7278 | 2024.09.06 06:38:48.568653 [ 3 ] {27b97a7d-5319-47df-888a-2add0b5ff797} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7279 | 2024.09.06 06:38:48.569006 [ 3 ] {27b97a7d-5319-47df-888a-2add0b5ff797} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7280 | 2024.09.06 06:38:48.569135 [ 3 ] {27b97a7d-5319-47df-888a-2add0b5ff797} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0015 sec., 9333.333333333334 rows/sec., 653.65 KiB/sec. | ||
7281 | 2024.09.06 06:38:48.569305 [ 3 ] {27b97a7d-5319-47df-888a-2add0b5ff797} <Debug> DynamicQueryHandler: Done processing query | ||
7282 | 2024.09.06 06:38:48.569330 [ 3 ] {27b97a7d-5319-47df-888a-2add0b5ff797} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7283 | 2024.09.06 06:38:48.569348 [ 3 ] {} <Debug> HTTP-Session: f4a61a5e-f1fc-4253-b20d-e05e4fdb4c0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7284 | 2024.09.06 06:38:48.569467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7285 | 2024.09.06 06:38:48.569518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7286 | 2024.09.06 06:38:48.569537 [ 3 ] {} <Debug> HTTP-Session: 225fc6b1-1dd0-405c-95bf-3d73cb6ead81 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7287 | 2024.09.06 06:38:48.569554 [ 3 ] {} <Debug> HTTP-Session: 225fc6b1-1dd0-405c-95bf-3d73cb6ead81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7288 | 2024.09.06 06:38:48.569569 [ 3 ] {} <Debug> HTTP-Session: 225fc6b1-1dd0-405c-95bf-3d73cb6ead81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7289 | 2024.09.06 06:38:48.569601 [ 3 ] {} <Trace> HTTP-Session: 225fc6b1-1dd0-405c-95bf-3d73cb6ead81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7290 | 2024.09.06 06:38:48.569696 [ 3 ] {e655ad35-41b0-40bb-8c7a-f22120879c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7291 | 2024.09.06 06:38:48.569740 [ 3 ] {e655ad35-41b0-40bb-8c7a-f22120879c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7292 | 2024.09.06 06:38:48.569966 [ 3 ] {e655ad35-41b0-40bb-8c7a-f22120879c98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7293 | 2024.09.06 06:38:48.570260 [ 3 ] {e655ad35-41b0-40bb-8c7a-f22120879c98} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7294 | 2024.09.06 06:38:48.570296 [ 3 ] {e655ad35-41b0-40bb-8c7a-f22120879c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7295 | 2024.09.06 06:38:48.570642 [ 3 ] {e655ad35-41b0-40bb-8c7a-f22120879c98} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7296 | 2024.09.06 06:38:48.570997 [ 3 ] {e655ad35-41b0-40bb-8c7a-f22120879c98} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7297 | 2024.09.06 06:38:48.571122 [ 3 ] {e655ad35-41b0-40bb-8c7a-f22120879c98} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001451 sec., 4135.079255685734 rows/sec., 244.31 KiB/sec. | ||
7298 | 2024.09.06 06:38:48.571288 [ 3 ] {e655ad35-41b0-40bb-8c7a-f22120879c98} <Debug> DynamicQueryHandler: Done processing query | ||
7299 | 2024.09.06 06:38:48.571312 [ 3 ] {e655ad35-41b0-40bb-8c7a-f22120879c98} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7300 | 2024.09.06 06:38:48.571329 [ 3 ] {} <Debug> HTTP-Session: 225fc6b1-1dd0-405c-95bf-3d73cb6ead81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7301 | 2024.09.06 06:38:48.571491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7302 | 2024.09.06 06:38:48.571539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7303 | 2024.09.06 06:38:48.571559 [ 3 ] {} <Debug> HTTP-Session: 9c60b4ea-da7b-4a54-baa6-ad86a13a386c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7304 | 2024.09.06 06:38:48.571576 [ 3 ] {} <Debug> HTTP-Session: 9c60b4ea-da7b-4a54-baa6-ad86a13a386c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7305 | 2024.09.06 06:38:48.571590 [ 3 ] {} <Debug> HTTP-Session: 9c60b4ea-da7b-4a54-baa6-ad86a13a386c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7306 | 2024.09.06 06:38:48.571622 [ 3 ] {} <Trace> HTTP-Session: 9c60b4ea-da7b-4a54-baa6-ad86a13a386c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7307 | 2024.09.06 06:38:48.571821 [ 3 ] {9a68127b-decd-4ef0-a6cf-85eb57dcc340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7308 | 2024.09.06 06:38:48.571863 [ 3 ] {9a68127b-decd-4ef0-a6cf-85eb57dcc340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7309 | 2024.09.06 06:38:48.572088 [ 3 ] {9a68127b-decd-4ef0-a6cf-85eb57dcc340} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7310 | 2024.09.06 06:38:48.572742 [ 3 ] {9a68127b-decd-4ef0-a6cf-85eb57dcc340} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7311 | 2024.09.06 06:38:48.572778 [ 3 ] {9a68127b-decd-4ef0-a6cf-85eb57dcc340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7312 | 2024.09.06 06:38:48.573157 [ 3 ] {9a68127b-decd-4ef0-a6cf-85eb57dcc340} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7313 | 2024.09.06 06:38:48.573509 [ 3 ] {9a68127b-decd-4ef0-a6cf-85eb57dcc340} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7314 | 2024.09.06 06:38:48.573639 [ 3 ] {9a68127b-decd-4ef0-a6cf-85eb57dcc340} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001924 sec., 202702.70270270272 rows/sec., 14.38 MiB/sec. | ||
7315 | 2024.09.06 06:38:48.573817 [ 3 ] {9a68127b-decd-4ef0-a6cf-85eb57dcc340} <Debug> DynamicQueryHandler: Done processing query | ||
7316 | 2024.09.06 06:38:48.573841 [ 3 ] {9a68127b-decd-4ef0-a6cf-85eb57dcc340} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7317 | 2024.09.06 06:38:48.573858 [ 3 ] {} <Debug> HTTP-Session: 9c60b4ea-da7b-4a54-baa6-ad86a13a386c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7318 | 2024.09.06 06:38:48.573992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7319 | 2024.09.06 06:38:48.574041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7320 | 2024.09.06 06:38:48.574061 [ 3 ] {} <Debug> HTTP-Session: 0dfe5b68-96ff-423b-af1a-d62924b5efc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7321 | 2024.09.06 06:38:48.574078 [ 3 ] {} <Debug> HTTP-Session: 0dfe5b68-96ff-423b-af1a-d62924b5efc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7322 | 2024.09.06 06:38:48.574091 [ 3 ] {} <Debug> HTTP-Session: 0dfe5b68-96ff-423b-af1a-d62924b5efc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7323 | 2024.09.06 06:38:48.574122 [ 3 ] {} <Trace> HTTP-Session: 0dfe5b68-96ff-423b-af1a-d62924b5efc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7324 | 2024.09.06 06:38:48.574218 [ 3 ] {6555c291-c755-4564-b85f-199887629c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7325 | 2024.09.06 06:38:48.574262 [ 3 ] {6555c291-c755-4564-b85f-199887629c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7326 | 2024.09.06 06:38:48.574397 [ 3 ] {6555c291-c755-4564-b85f-199887629c23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7327 | 2024.09.06 06:38:48.574691 [ 3 ] {6555c291-c755-4564-b85f-199887629c23} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7328 | 2024.09.06 06:38:48.574726 [ 3 ] {6555c291-c755-4564-b85f-199887629c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7329 | 2024.09.06 06:38:48.575079 [ 3 ] {6555c291-c755-4564-b85f-199887629c23} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7330 | 2024.09.06 06:38:48.575403 [ 3 ] {6555c291-c755-4564-b85f-199887629c23} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7331 | 2024.09.06 06:38:48.575527 [ 3 ] {6555c291-c755-4564-b85f-199887629c23} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001334 sec., 4497.751124437781 rows/sec., 234.99 KiB/sec. | ||
7332 | 2024.09.06 06:38:48.575739 [ 3 ] {6555c291-c755-4564-b85f-199887629c23} <Debug> DynamicQueryHandler: Done processing query | ||
7333 | 2024.09.06 06:38:48.575768 [ 3 ] {6555c291-c755-4564-b85f-199887629c23} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7334 | 2024.09.06 06:38:48.575787 [ 3 ] {} <Debug> HTTP-Session: 0dfe5b68-96ff-423b-af1a-d62924b5efc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7335 | 2024.09.06 06:38:48.575944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7336 | 2024.09.06 06:38:48.575992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7337 | 2024.09.06 06:38:48.576037 [ 3 ] {} <Debug> HTTP-Session: a21c9a7d-3b5d-408d-9a2d-ab1fc6bfde1c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7338 | 2024.09.06 06:38:48.576053 [ 3 ] {} <Debug> HTTP-Session: a21c9a7d-3b5d-408d-9a2d-ab1fc6bfde1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7339 | 2024.09.06 06:38:48.576067 [ 3 ] {} <Debug> HTTP-Session: a21c9a7d-3b5d-408d-9a2d-ab1fc6bfde1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7340 | 2024.09.06 06:38:48.576098 [ 3 ] {} <Trace> HTTP-Session: a21c9a7d-3b5d-408d-9a2d-ab1fc6bfde1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7341 | 2024.09.06 06:38:48.576272 [ 3 ] {12966cc3-b718-41c9-bbfd-4c14c6d11dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7342 | 2024.09.06 06:38:48.576319 [ 3 ] {12966cc3-b718-41c9-bbfd-4c14c6d11dcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7343 | 2024.09.06 06:38:48.576461 [ 3 ] {12966cc3-b718-41c9-bbfd-4c14c6d11dcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7344 | 2024.09.06 06:38:48.576897 [ 3 ] {12966cc3-b718-41c9-bbfd-4c14c6d11dcc} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7345 | 2024.09.06 06:38:48.576933 [ 3 ] {12966cc3-b718-41c9-bbfd-4c14c6d11dcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7346 | 2024.09.06 06:38:48.577342 [ 3 ] {12966cc3-b718-41c9-bbfd-4c14c6d11dcc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7347 | 2024.09.06 06:38:48.577684 [ 3 ] {12966cc3-b718-41c9-bbfd-4c14c6d11dcc} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7348 | 2024.09.06 06:38:48.577810 [ 3 ] {12966cc3-b718-41c9-bbfd-4c14c6d11dcc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001621 sec., 146206.04565083282 rows/sec., 9.80 MiB/sec. | ||
7349 | 2024.09.06 06:38:48.577977 [ 3 ] {12966cc3-b718-41c9-bbfd-4c14c6d11dcc} <Debug> DynamicQueryHandler: Done processing query | ||
7350 | 2024.09.06 06:38:48.578002 [ 3 ] {12966cc3-b718-41c9-bbfd-4c14c6d11dcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7351 | 2024.09.06 06:38:48.578019 [ 3 ] {} <Debug> HTTP-Session: a21c9a7d-3b5d-408d-9a2d-ab1fc6bfde1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7352 | 2024.09.06 06:38:48.578143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7353 | 2024.09.06 06:38:48.578191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7354 | 2024.09.06 06:38:48.578210 [ 3 ] {} <Debug> HTTP-Session: 70a17531-b183-4136-b7f9-f7c89740f8d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7355 | 2024.09.06 06:38:48.578227 [ 3 ] {} <Debug> HTTP-Session: 70a17531-b183-4136-b7f9-f7c89740f8d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7356 | 2024.09.06 06:38:48.578241 [ 3 ] {} <Debug> HTTP-Session: 70a17531-b183-4136-b7f9-f7c89740f8d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7357 | 2024.09.06 06:38:48.578271 [ 3 ] {} <Trace> HTTP-Session: 70a17531-b183-4136-b7f9-f7c89740f8d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7358 | 2024.09.06 06:38:48.578364 [ 3 ] {dc58236a-1d8a-494f-a668-f00fff3a99a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7359 | 2024.09.06 06:38:48.578410 [ 3 ] {dc58236a-1d8a-494f-a668-f00fff3a99a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7360 | 2024.09.06 06:38:48.578538 [ 3 ] {dc58236a-1d8a-494f-a668-f00fff3a99a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7361 | 2024.09.06 06:38:48.578785 [ 3 ] {dc58236a-1d8a-494f-a668-f00fff3a99a0} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7362 | 2024.09.06 06:38:48.578820 [ 3 ] {dc58236a-1d8a-494f-a668-f00fff3a99a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7363 | 2024.09.06 06:38:48.579165 [ 3 ] {dc58236a-1d8a-494f-a668-f00fff3a99a0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7364 | 2024.09.06 06:38:48.579478 [ 3 ] {dc58236a-1d8a-494f-a668-f00fff3a99a0} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7365 | 2024.09.06 06:38:48.579612 [ 3 ] {dc58236a-1d8a-494f-a668-f00fff3a99a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00127 sec., 787.4015748031495 rows/sec., 53.06 KiB/sec. | ||
7366 | 2024.09.06 06:38:48.579804 [ 3 ] {dc58236a-1d8a-494f-a668-f00fff3a99a0} <Debug> DynamicQueryHandler: Done processing query | ||
7367 | 2024.09.06 06:38:48.579829 [ 3 ] {dc58236a-1d8a-494f-a668-f00fff3a99a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7368 | 2024.09.06 06:38:48.579845 [ 3 ] {} <Debug> HTTP-Session: 70a17531-b183-4136-b7f9-f7c89740f8d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7369 | 2024.09.06 06:38:48.579963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7370 | 2024.09.06 06:38:48.580012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7371 | 2024.09.06 06:38:48.580031 [ 3 ] {} <Debug> HTTP-Session: 4e4c5654-cc42-4391-a700-17583aacdecb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7372 | 2024.09.06 06:38:48.580047 [ 3 ] {} <Debug> HTTP-Session: 4e4c5654-cc42-4391-a700-17583aacdecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7373 | 2024.09.06 06:38:48.580061 [ 3 ] {} <Debug> HTTP-Session: 4e4c5654-cc42-4391-a700-17583aacdecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7374 | 2024.09.06 06:38:48.580092 [ 3 ] {} <Trace> HTTP-Session: 4e4c5654-cc42-4391-a700-17583aacdecb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7375 | 2024.09.06 06:38:48.580255 [ 3 ] {0da2c963-c628-4b96-a039-782570d6ae75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7376 | 2024.09.06 06:38:48.580320 [ 3 ] {0da2c963-c628-4b96-a039-782570d6ae75} <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_histogramu64 | ||
7377 | 2024.09.06 06:38:48.580733 [ 3 ] {0da2c963-c628-4b96-a039-782570d6ae75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7378 | 2024.09.06 06:38:48.581259 [ 3 ] {0da2c963-c628-4b96-a039-782570d6ae75} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7379 | 2024.09.06 06:38:48.581296 [ 3 ] {0da2c963-c628-4b96-a039-782570d6ae75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7380 | 2024.09.06 06:38:48.581894 [ 3 ] {0da2c963-c628-4b96-a039-782570d6ae75} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7381 | 2024.09.06 06:38:48.582306 [ 3 ] {0da2c963-c628-4b96-a039-782570d6ae75} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7382 | 2024.09.06 06:38:48.582514 [ 3 ] {0da2c963-c628-4b96-a039-782570d6ae75} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002342 sec., 3415.8838599487617 rows/sec., 6.12 MiB/sec. | ||
7383 | 2024.09.06 06:38:48.583059 [ 3 ] {0da2c963-c628-4b96-a039-782570d6ae75} <Debug> DynamicQueryHandler: Done processing query | ||
7384 | 2024.09.06 06:38:48.583086 [ 3 ] {0da2c963-c628-4b96-a039-782570d6ae75} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7385 | 2024.09.06 06:38:48.583103 [ 3 ] {} <Debug> HTTP-Session: 4e4c5654-cc42-4391-a700-17583aacdecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7386 | 2024.09.06 06:38:48.583226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7387 | 2024.09.06 06:38:48.583276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7388 | 2024.09.06 06:38:48.583296 [ 3 ] {} <Debug> HTTP-Session: 37815d39-c85c-481f-b925-1435f48597a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7389 | 2024.09.06 06:38:48.583312 [ 3 ] {} <Debug> HTTP-Session: 37815d39-c85c-481f-b925-1435f48597a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7390 | 2024.09.06 06:38:48.583326 [ 3 ] {} <Debug> HTTP-Session: 37815d39-c85c-481f-b925-1435f48597a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7391 | 2024.09.06 06:38:48.583359 [ 3 ] {} <Trace> HTTP-Session: 37815d39-c85c-481f-b925-1435f48597a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7392 | 2024.09.06 06:38:48.583479 [ 3 ] {7e6876d4-e064-41e3-9cd7-8628001b3b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7393 | 2024.09.06 06:38:48.583524 [ 3 ] {7e6876d4-e064-41e3-9cd7-8628001b3b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7394 | 2024.09.06 06:38:48.583674 [ 3 ] {7e6876d4-e064-41e3-9cd7-8628001b3b0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7395 | 2024.09.06 06:38:48.584058 [ 3 ] {7e6876d4-e064-41e3-9cd7-8628001b3b0e} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7396 | 2024.09.06 06:38:48.584095 [ 3 ] {7e6876d4-e064-41e3-9cd7-8628001b3b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
7397 | 2024.09.06 06:38:48.584463 [ 3 ] {7e6876d4-e064-41e3-9cd7-8628001b3b0e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7398 | 2024.09.06 06:38:48.584795 [ 3 ] {7e6876d4-e064-41e3-9cd7-8628001b3b0e} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7399 | 2024.09.06 06:38:48.584953 [ 3 ] {7e6876d4-e064-41e3-9cd7-8628001b3b0e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001511 sec., 54268.6962276638 rows/sec., 3.45 MiB/sec. | ||
7400 | 2024.09.06 06:38:48.585119 [ 3 ] {7e6876d4-e064-41e3-9cd7-8628001b3b0e} <Debug> DynamicQueryHandler: Done processing query | ||
7401 | 2024.09.06 06:38:48.585144 [ 3 ] {7e6876d4-e064-41e3-9cd7-8628001b3b0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7402 | 2024.09.06 06:38:48.585160 [ 3 ] {} <Debug> HTTP-Session: 37815d39-c85c-481f-b925-1435f48597a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7403 | 2024.09.06 06:38:53.590490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7404 | 2024.09.06 06:38:53.590616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7405 | 2024.09.06 06:38:53.590640 [ 3 ] {} <Debug> HTTP-Session: 8cbaee17-6016-411c-847b-d374de57281f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7406 | 2024.09.06 06:38:53.590664 [ 3 ] {} <Debug> HTTP-Session: 8cbaee17-6016-411c-847b-d374de57281f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7407 | 2024.09.06 06:38:53.590679 [ 3 ] {} <Debug> HTTP-Session: 8cbaee17-6016-411c-847b-d374de57281f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7408 | 2024.09.06 06:38:53.590728 [ 3 ] {} <Trace> HTTP-Session: 8cbaee17-6016-411c-847b-d374de57281f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7409 | 2024.09.06 06:38:53.590908 [ 3 ] {075e9339-3665-4b3c-b6c4-e5b381facaf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7410 | 2024.09.06 06:38:53.590975 [ 3 ] {075e9339-3665-4b3c-b6c4-e5b381facaf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7411 | 2024.09.06 06:38:53.591302 [ 3 ] {075e9339-3665-4b3c-b6c4-e5b381facaf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7412 | 2024.09.06 06:38:53.591756 [ 3 ] {075e9339-3665-4b3c-b6c4-e5b381facaf3} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7413 | 2024.09.06 06:38:53.591797 [ 3 ] {075e9339-3665-4b3c-b6c4-e5b381facaf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7414 | 2024.09.06 06:38:53.592206 [ 3 ] {075e9339-3665-4b3c-b6c4-e5b381facaf3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7415 | 2024.09.06 06:38:53.592590 [ 3 ] {075e9339-3665-4b3c-b6c4-e5b381facaf3} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7416 | 2024.09.06 06:38:53.592767 [ 3 ] {075e9339-3665-4b3c-b6c4-e5b381facaf3} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001906 sec., 5246.589716684155 rows/sec., 427.82 KiB/sec. | ||
7417 | 2024.09.06 06:38:53.593126 [ 3 ] {075e9339-3665-4b3c-b6c4-e5b381facaf3} <Debug> DynamicQueryHandler: Done processing query | ||
7418 | 2024.09.06 06:38:53.593152 [ 3 ] {075e9339-3665-4b3c-b6c4-e5b381facaf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7419 | 2024.09.06 06:38:53.593169 [ 3 ] {} <Debug> HTTP-Session: 8cbaee17-6016-411c-847b-d374de57281f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7420 | 2024.09.06 06:38:53.593456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 183492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7421 | 2024.09.06 06:38:53.593507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7422 | 2024.09.06 06:38:53.593526 [ 3 ] {} <Debug> HTTP-Session: 84c7add5-becc-4949-a06a-438769cedf28 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7423 | 2024.09.06 06:38:53.593544 [ 3 ] {} <Debug> HTTP-Session: 84c7add5-becc-4949-a06a-438769cedf28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7424 | 2024.09.06 06:38:53.593558 [ 3 ] {} <Debug> HTTP-Session: 84c7add5-becc-4949-a06a-438769cedf28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7425 | 2024.09.06 06:38:53.593591 [ 3 ] {} <Trace> HTTP-Session: 84c7add5-becc-4949-a06a-438769cedf28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7426 | 2024.09.06 06:38:53.594281 [ 3 ] {5e472340-e315-4065-a4b3-31639435ee89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7427 | 2024.09.06 06:38:53.594330 [ 3 ] {5e472340-e315-4065-a4b3-31639435ee89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7428 | 2024.09.06 06:38:53.594587 [ 3 ] {5e472340-e315-4065-a4b3-31639435ee89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7429 | 2024.09.06 06:38:53.595850 [ 3 ] {5e472340-e315-4065-a4b3-31639435ee89} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7430 | 2024.09.06 06:38:53.595886 [ 3 ] {5e472340-e315-4065-a4b3-31639435ee89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7431 | 2024.09.06 06:38:53.596323 [ 3 ] {5e472340-e315-4065-a4b3-31639435ee89} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7432 | 2024.09.06 06:38:53.596685 [ 3 ] {5e472340-e315-4065-a4b3-31639435ee89} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7433 | 2024.09.06 06:38:53.596846 [ 3 ] {5e472340-e315-4065-a4b3-31639435ee89} <Debug> executeQuery: Read 1263 rows, 107.15 KiB in 0.003096 sec., 407945.7364341086 rows/sec., 33.80 MiB/sec. | ||
7434 | 2024.09.06 06:38:53.597060 [ 3 ] {5e472340-e315-4065-a4b3-31639435ee89} <Debug> DynamicQueryHandler: Done processing query | ||
7435 | 2024.09.06 06:38:53.597085 [ 3 ] {5e472340-e315-4065-a4b3-31639435ee89} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
7436 | 2024.09.06 06:38:53.597101 [ 3 ] {} <Debug> HTTP-Session: 84c7add5-becc-4949-a06a-438769cedf28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7437 | 2024.09.06 06:38:53.597291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 5891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7438 | 2024.09.06 06:38:53.597338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7439 | 2024.09.06 06:38:53.597358 [ 3 ] {} <Debug> HTTP-Session: 1941152a-4e52-43cd-8b5b-1d5295c6947a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7440 | 2024.09.06 06:38:53.597375 [ 3 ] {} <Debug> HTTP-Session: 1941152a-4e52-43cd-8b5b-1d5295c6947a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7441 | 2024.09.06 06:38:53.597390 [ 3 ] {} <Debug> HTTP-Session: 1941152a-4e52-43cd-8b5b-1d5295c6947a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7442 | 2024.09.06 06:38:53.597420 [ 3 ] {} <Trace> HTTP-Session: 1941152a-4e52-43cd-8b5b-1d5295c6947a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7443 | 2024.09.06 06:38:53.597528 [ 3 ] {832e631d-665c-44cd-92c7-8b8556d31fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7444 | 2024.09.06 06:38:53.597571 [ 3 ] {832e631d-665c-44cd-92c7-8b8556d31fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7445 | 2024.09.06 06:38:53.597792 [ 3 ] {832e631d-665c-44cd-92c7-8b8556d31fc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7446 | 2024.09.06 06:38:53.598134 [ 3 ] {832e631d-665c-44cd-92c7-8b8556d31fc1} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7447 | 2024.09.06 06:38:53.598169 [ 3 ] {832e631d-665c-44cd-92c7-8b8556d31fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7448 | 2024.09.06 06:38:53.598519 [ 3 ] {832e631d-665c-44cd-92c7-8b8556d31fc1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7449 | 2024.09.06 06:38:53.598866 [ 3 ] {832e631d-665c-44cd-92c7-8b8556d31fc1} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7450 | 2024.09.06 06:38:53.599010 [ 3 ] {832e631d-665c-44cd-92c7-8b8556d31fc1} <Debug> executeQuery: Read 41 rows, 3.03 KiB in 0.001513 sec., 27098.479841374752 rows/sec., 1.96 MiB/sec. | ||
7451 | 2024.09.06 06:38:53.599327 [ 3 ] {832e631d-665c-44cd-92c7-8b8556d31fc1} <Debug> DynamicQueryHandler: Done processing query | ||
7452 | 2024.09.06 06:38:53.599372 [ 3 ] {832e631d-665c-44cd-92c7-8b8556d31fc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7453 | 2024.09.06 06:38:53.599390 [ 3 ] {} <Debug> HTTP-Session: 1941152a-4e52-43cd-8b5b-1d5295c6947a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7454 | 2024.09.06 06:38:53.599566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7455 | 2024.09.06 06:38:53.599615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7456 | 2024.09.06 06:38:53.599635 [ 3 ] {} <Debug> HTTP-Session: bc3881a3-4b20-486f-9f6f-90df6952c2e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7457 | 2024.09.06 06:38:53.599651 [ 3 ] {} <Debug> HTTP-Session: bc3881a3-4b20-486f-9f6f-90df6952c2e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7458 | 2024.09.06 06:38:53.599665 [ 3 ] {} <Debug> HTTP-Session: bc3881a3-4b20-486f-9f6f-90df6952c2e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7459 | 2024.09.06 06:38:53.599696 [ 3 ] {} <Trace> HTTP-Session: bc3881a3-4b20-486f-9f6f-90df6952c2e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7460 | 2024.09.06 06:38:53.599846 [ 3 ] {1b19f792-d2aa-456f-9a2d-005f8e1d8fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7461 | 2024.09.06 06:38:53.599892 [ 3 ] {1b19f792-d2aa-456f-9a2d-005f8e1d8fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7462 | 2024.09.06 06:38:53.600130 [ 3 ] {1b19f792-d2aa-456f-9a2d-005f8e1d8fd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7463 | 2024.09.06 06:38:53.600567 [ 3 ] {1b19f792-d2aa-456f-9a2d-005f8e1d8fd7} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7464 | 2024.09.06 06:38:53.600604 [ 3 ] {1b19f792-d2aa-456f-9a2d-005f8e1d8fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7465 | 2024.09.06 06:38:53.600970 [ 3 ] {1b19f792-d2aa-456f-9a2d-005f8e1d8fd7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7466 | 2024.09.06 06:38:53.601317 [ 3 ] {1b19f792-d2aa-456f-9a2d-005f8e1d8fd7} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7467 | 2024.09.06 06:38:53.601485 [ 3 ] {1b19f792-d2aa-456f-9a2d-005f8e1d8fd7} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.0017 sec., 134117.64705882352 rows/sec., 9.08 MiB/sec. | ||
7468 | 2024.09.06 06:38:53.601710 [ 3 ] {1b19f792-d2aa-456f-9a2d-005f8e1d8fd7} <Debug> DynamicQueryHandler: Done processing query | ||
7469 | 2024.09.06 06:38:53.601736 [ 3 ] {1b19f792-d2aa-456f-9a2d-005f8e1d8fd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7470 | 2024.09.06 06:38:53.601752 [ 3 ] {} <Debug> HTTP-Session: bc3881a3-4b20-486f-9f6f-90df6952c2e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7471 | 2024.09.06 06:38:53.601988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 92792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7472 | 2024.09.06 06:38:53.602037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7473 | 2024.09.06 06:38:53.602056 [ 3 ] {} <Debug> HTTP-Session: be4b8aa0-7dbe-48cd-91b7-88b51b36487a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7474 | 2024.09.06 06:38:53.602073 [ 3 ] {} <Debug> HTTP-Session: be4b8aa0-7dbe-48cd-91b7-88b51b36487a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7475 | 2024.09.06 06:38:53.602087 [ 3 ] {} <Debug> HTTP-Session: be4b8aa0-7dbe-48cd-91b7-88b51b36487a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7476 | 2024.09.06 06:38:53.602117 [ 3 ] {} <Trace> HTTP-Session: be4b8aa0-7dbe-48cd-91b7-88b51b36487a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7477 | 2024.09.06 06:38:53.602534 [ 3 ] {926d0c63-ed11-4f1b-a25c-4af599a2069c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7478 | 2024.09.06 06:38:53.602578 [ 3 ] {926d0c63-ed11-4f1b-a25c-4af599a2069c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7479 | 2024.09.06 06:38:53.602802 [ 3 ] {926d0c63-ed11-4f1b-a25c-4af599a2069c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7480 | 2024.09.06 06:38:53.603460 [ 3 ] {926d0c63-ed11-4f1b-a25c-4af599a2069c} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7481 | 2024.09.06 06:38:53.603497 [ 3 ] {926d0c63-ed11-4f1b-a25c-4af599a2069c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7482 | 2024.09.06 06:38:53.603874 [ 3 ] {926d0c63-ed11-4f1b-a25c-4af599a2069c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7483 | 2024.09.06 06:38:53.604238 [ 3 ] {926d0c63-ed11-4f1b-a25c-4af599a2069c} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7484 | 2024.09.06 06:38:53.604394 [ 3 ] {926d0c63-ed11-4f1b-a25c-4af599a2069c} <Debug> executeQuery: Read 561 rows, 42.70 KiB in 0.002163 sec., 259361.9972260749 rows/sec., 19.28 MiB/sec. | ||
7485 | 2024.09.06 06:38:53.604571 [ 3 ] {926d0c63-ed11-4f1b-a25c-4af599a2069c} <Debug> DynamicQueryHandler: Done processing query | ||
7486 | 2024.09.06 06:38:53.604596 [ 3 ] {926d0c63-ed11-4f1b-a25c-4af599a2069c} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
7487 | 2024.09.06 06:38:53.604611 [ 3 ] {} <Debug> HTTP-Session: be4b8aa0-7dbe-48cd-91b7-88b51b36487a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7488 | 2024.09.06 06:38:53.604863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 161200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7489 | 2024.09.06 06:38:53.604910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7490 | 2024.09.06 06:38:53.604930 [ 3 ] {} <Debug> HTTP-Session: 0725df55-7aa4-4ede-945b-eefd31b7774d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7491 | 2024.09.06 06:38:53.604947 [ 3 ] {} <Debug> HTTP-Session: 0725df55-7aa4-4ede-945b-eefd31b7774d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7492 | 2024.09.06 06:38:53.604961 [ 3 ] {} <Debug> HTTP-Session: 0725df55-7aa4-4ede-945b-eefd31b7774d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7493 | 2024.09.06 06:38:53.604992 [ 3 ] {} <Trace> HTTP-Session: 0725df55-7aa4-4ede-945b-eefd31b7774d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7494 | 2024.09.06 06:38:53.605430 [ 3 ] {fd0dbed1-4b78-4f59-b3b6-bfdc3e0c495b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7495 | 2024.09.06 06:38:53.605478 [ 3 ] {fd0dbed1-4b78-4f59-b3b6-bfdc3e0c495b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7496 | 2024.09.06 06:38:53.605623 [ 3 ] {fd0dbed1-4b78-4f59-b3b6-bfdc3e0c495b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7497 | 2024.09.06 06:38:53.606484 [ 3 ] {fd0dbed1-4b78-4f59-b3b6-bfdc3e0c495b} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7498 | 2024.09.06 06:38:53.606521 [ 3 ] {fd0dbed1-4b78-4f59-b3b6-bfdc3e0c495b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7499 | 2024.09.06 06:38:53.606952 [ 3 ] {fd0dbed1-4b78-4f59-b3b6-bfdc3e0c495b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7500 | 2024.09.06 06:38:53.607289 [ 3 ] {fd0dbed1-4b78-4f59-b3b6-bfdc3e0c495b} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7501 | 2024.09.06 06:38:53.607464 [ 3 ] {fd0dbed1-4b78-4f59-b3b6-bfdc3e0c495b} <Debug> executeQuery: Read 849 rows, 58.52 KiB in 0.002326 sec., 365004.2992261393 rows/sec., 24.57 MiB/sec. | ||
7502 | 2024.09.06 06:38:53.607639 [ 3 ] {fd0dbed1-4b78-4f59-b3b6-bfdc3e0c495b} <Debug> DynamicQueryHandler: Done processing query | ||
7503 | 2024.09.06 06:38:53.607662 [ 3 ] {fd0dbed1-4b78-4f59-b3b6-bfdc3e0c495b} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
7504 | 2024.09.06 06:38:53.607678 [ 3 ] {} <Debug> HTTP-Session: 0725df55-7aa4-4ede-945b-eefd31b7774d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7505 | 2024.09.06 06:38:53.607886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 50997, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7506 | 2024.09.06 06:38:53.607935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7507 | 2024.09.06 06:38:53.607954 [ 3 ] {} <Debug> HTTP-Session: f2603334-1332-4725-b1f6-76a68eb0095e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7508 | 2024.09.06 06:38:53.607970 [ 3 ] {} <Debug> HTTP-Session: f2603334-1332-4725-b1f6-76a68eb0095e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7509 | 2024.09.06 06:38:53.607984 [ 3 ] {} <Debug> HTTP-Session: f2603334-1332-4725-b1f6-76a68eb0095e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7510 | 2024.09.06 06:38:53.608015 [ 3 ] {} <Trace> HTTP-Session: f2603334-1332-4725-b1f6-76a68eb0095e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7511 | 2024.09.06 06:38:53.608435 [ 3 ] {ccabd0cc-7ff6-48fe-b83c-166cb26f130b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7512 | 2024.09.06 06:38:53.608501 [ 3 ] {ccabd0cc-7ff6-48fe-b83c-166cb26f130b} <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_histogramu64 | ||
7513 | 2024.09.06 06:38:53.608918 [ 3 ] {ccabd0cc-7ff6-48fe-b83c-166cb26f130b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7514 | 2024.09.06 06:38:53.609587 [ 3 ] {ccabd0cc-7ff6-48fe-b83c-166cb26f130b} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7515 | 2024.09.06 06:38:53.609623 [ 3 ] {ccabd0cc-7ff6-48fe-b83c-166cb26f130b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7516 | 2024.09.06 06:38:53.610252 [ 3 ] {ccabd0cc-7ff6-48fe-b83c-166cb26f130b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7517 | 2024.09.06 06:38:53.610658 [ 3 ] {ccabd0cc-7ff6-48fe-b83c-166cb26f130b} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7518 | 2024.09.06 06:38:53.610839 [ 3 ] {ccabd0cc-7ff6-48fe-b83c-166cb26f130b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002735 sec., 11334.5521023766 rows/sec., 20.31 MiB/sec. | ||
7519 | 2024.09.06 06:38:53.611059 [ 3 ] {ccabd0cc-7ff6-48fe-b83c-166cb26f130b} <Debug> DynamicQueryHandler: Done processing query | ||
7520 | 2024.09.06 06:38:53.611084 [ 3 ] {ccabd0cc-7ff6-48fe-b83c-166cb26f130b} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7521 | 2024.09.06 06:38:53.611099 [ 3 ] {} <Debug> HTTP-Session: f2603334-1332-4725-b1f6-76a68eb0095e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7522 | 2024.09.06 06:38:53.611231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7523 | 2024.09.06 06:38:53.611279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7524 | 2024.09.06 06:38:53.611298 [ 3 ] {} <Debug> HTTP-Session: da2269b0-8113-407c-b671-05a08bc486d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7525 | 2024.09.06 06:38:53.611315 [ 3 ] {} <Debug> HTTP-Session: da2269b0-8113-407c-b671-05a08bc486d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7526 | 2024.09.06 06:38:53.611328 [ 3 ] {} <Debug> HTTP-Session: da2269b0-8113-407c-b671-05a08bc486d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7527 | 2024.09.06 06:38:53.611358 [ 3 ] {} <Trace> HTTP-Session: da2269b0-8113-407c-b671-05a08bc486d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7528 | 2024.09.06 06:38:53.611476 [ 3 ] {4a807927-3dc4-4309-b319-b763c8b590d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7529 | 2024.09.06 06:38:53.611521 [ 3 ] {4a807927-3dc4-4309-b319-b763c8b590d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7530 | 2024.09.06 06:38:53.611649 [ 3 ] {4a807927-3dc4-4309-b319-b763c8b590d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7531 | 2024.09.06 06:38:53.612028 [ 3 ] {4a807927-3dc4-4309-b319-b763c8b590d6} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7532 | 2024.09.06 06:38:53.612064 [ 3 ] {4a807927-3dc4-4309-b319-b763c8b590d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7533 | 2024.09.06 06:38:53.612426 [ 3 ] {4a807927-3dc4-4309-b319-b763c8b590d6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7534 | 2024.09.06 06:38:53.612751 [ 3 ] {4a807927-3dc4-4309-b319-b763c8b590d6} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7535 | 2024.09.06 06:38:53.612913 [ 3 ] {4a807927-3dc4-4309-b319-b763c8b590d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec. | ||
7536 | 2024.09.06 06:38:53.613082 [ 3 ] {4a807927-3dc4-4309-b319-b763c8b590d6} <Debug> DynamicQueryHandler: Done processing query | ||
7537 | 2024.09.06 06:38:53.613106 [ 3 ] {4a807927-3dc4-4309-b319-b763c8b590d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7538 | 2024.09.06 06:38:53.613122 [ 3 ] {} <Debug> HTTP-Session: da2269b0-8113-407c-b671-05a08bc486d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7539 | 2024.09.06 06:38:58.562553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7540 | 2024.09.06 06:38:58.562698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7541 | 2024.09.06 06:38:58.562728 [ 3 ] {} <Debug> HTTP-Session: d2ad8b7c-0c53-416b-b346-45d368c2e448 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7542 | 2024.09.06 06:38:58.562756 [ 3 ] {} <Debug> HTTP-Session: d2ad8b7c-0c53-416b-b346-45d368c2e448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7543 | 2024.09.06 06:38:58.562774 [ 3 ] {} <Debug> HTTP-Session: d2ad8b7c-0c53-416b-b346-45d368c2e448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7544 | 2024.09.06 06:38:58.562831 [ 3 ] {} <Trace> HTTP-Session: d2ad8b7c-0c53-416b-b346-45d368c2e448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7545 | 2024.09.06 06:38:58.563026 [ 3 ] {8d35ce2a-12fb-4519-ad0b-03538196c0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7546 | 2024.09.06 06:38:58.563101 [ 3 ] {8d35ce2a-12fb-4519-ad0b-03538196c0b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7547 | 2024.09.06 06:38:58.563482 [ 3 ] {8d35ce2a-12fb-4519-ad0b-03538196c0b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7548 | 2024.09.06 06:38:58.563939 [ 3 ] {8d35ce2a-12fb-4519-ad0b-03538196c0b4} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7549 | 2024.09.06 06:38:58.563980 [ 3 ] {8d35ce2a-12fb-4519-ad0b-03538196c0b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7550 | 2024.09.06 06:38:58.564389 [ 3 ] {8d35ce2a-12fb-4519-ad0b-03538196c0b4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7551 | 2024.09.06 06:38:58.564770 [ 3 ] {8d35ce2a-12fb-4519-ad0b-03538196c0b4} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7552 | 2024.09.06 06:38:58.564948 [ 3 ] {8d35ce2a-12fb-4519-ad0b-03538196c0b4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001971 sec., 1014.7133434804667 rows/sec., 82.74 KiB/sec. | ||
7553 | 2024.09.06 06:38:58.565307 [ 3 ] {8d35ce2a-12fb-4519-ad0b-03538196c0b4} <Debug> DynamicQueryHandler: Done processing query | ||
7554 | 2024.09.06 06:38:58.565334 [ 3 ] {8d35ce2a-12fb-4519-ad0b-03538196c0b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7555 | 2024.09.06 06:38:58.565351 [ 3 ] {} <Debug> HTTP-Session: d2ad8b7c-0c53-416b-b346-45d368c2e448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7556 | 2024.09.06 06:38:58.565549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7557 | 2024.09.06 06:38:58.565601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7558 | 2024.09.06 06:38:58.565621 [ 3 ] {} <Debug> HTTP-Session: b98ce5d2-57e6-40e5-a212-49f4101b6d67 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7559 | 2024.09.06 06:38:58.565637 [ 3 ] {} <Debug> HTTP-Session: b98ce5d2-57e6-40e5-a212-49f4101b6d67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7560 | 2024.09.06 06:38:58.565651 [ 3 ] {} <Debug> HTTP-Session: b98ce5d2-57e6-40e5-a212-49f4101b6d67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7561 | 2024.09.06 06:38:58.565684 [ 3 ] {} <Trace> HTTP-Session: b98ce5d2-57e6-40e5-a212-49f4101b6d67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7562 | 2024.09.06 06:38:58.565841 [ 3 ] {de8a3232-9061-4595-862f-37fb341ae68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7563 | 2024.09.06 06:38:58.565886 [ 3 ] {de8a3232-9061-4595-862f-37fb341ae68d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7564 | 2024.09.06 06:38:58.566136 [ 3 ] {de8a3232-9061-4595-862f-37fb341ae68d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7565 | 2024.09.06 06:38:58.566610 [ 3 ] {de8a3232-9061-4595-862f-37fb341ae68d} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7566 | 2024.09.06 06:38:58.566647 [ 3 ] {de8a3232-9061-4595-862f-37fb341ae68d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7567 | 2024.09.06 06:38:58.567019 [ 3 ] {de8a3232-9061-4595-862f-37fb341ae68d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7568 | 2024.09.06 06:38:58.567374 [ 3 ] {de8a3232-9061-4595-862f-37fb341ae68d} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7569 | 2024.09.06 06:38:58.567536 [ 3 ] {de8a3232-9061-4595-862f-37fb341ae68d} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001763 sec., 116846.28474191719 rows/sec., 10.28 MiB/sec. | ||
7570 | 2024.09.06 06:38:58.567742 [ 3 ] {de8a3232-9061-4595-862f-37fb341ae68d} <Debug> DynamicQueryHandler: Done processing query | ||
7571 | 2024.09.06 06:38:58.567769 [ 3 ] {de8a3232-9061-4595-862f-37fb341ae68d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7572 | 2024.09.06 06:38:58.567785 [ 3 ] {} <Debug> HTTP-Session: b98ce5d2-57e6-40e5-a212-49f4101b6d67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7573 | 2024.09.06 06:38:58.567924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7574 | 2024.09.06 06:38:58.567974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7575 | 2024.09.06 06:38:58.567994 [ 3 ] {} <Debug> HTTP-Session: 27eff950-e211-4936-95f7-ea8e588a72d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7576 | 2024.09.06 06:38:58.568011 [ 3 ] {} <Debug> HTTP-Session: 27eff950-e211-4936-95f7-ea8e588a72d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7577 | 2024.09.06 06:38:58.568025 [ 3 ] {} <Debug> HTTP-Session: 27eff950-e211-4936-95f7-ea8e588a72d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7578 | 2024.09.06 06:38:58.568055 [ 3 ] {} <Trace> HTTP-Session: 27eff950-e211-4936-95f7-ea8e588a72d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7579 | 2024.09.06 06:38:58.568152 [ 3 ] {4c4806f8-61b8-4b5a-87a6-9309347c9544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7580 | 2024.09.06 06:38:58.568195 [ 3 ] {4c4806f8-61b8-4b5a-87a6-9309347c9544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7581 | 2024.09.06 06:38:58.568418 [ 3 ] {4c4806f8-61b8-4b5a-87a6-9309347c9544} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7582 | 2024.09.06 06:38:58.568803 [ 3 ] {4c4806f8-61b8-4b5a-87a6-9309347c9544} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7583 | 2024.09.06 06:38:58.568840 [ 3 ] {4c4806f8-61b8-4b5a-87a6-9309347c9544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7584 | 2024.09.06 06:38:58.569190 [ 3 ] {4c4806f8-61b8-4b5a-87a6-9309347c9544} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7585 | 2024.09.06 06:38:58.569542 [ 3 ] {4c4806f8-61b8-4b5a-87a6-9309347c9544} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7586 | 2024.09.06 06:38:58.569713 [ 3 ] {4c4806f8-61b8-4b5a-87a6-9309347c9544} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001584 sec., 6313.131313131314 rows/sec., 467.94 KiB/sec. | ||
7587 | 2024.09.06 06:38:58.569886 [ 3 ] {4c4806f8-61b8-4b5a-87a6-9309347c9544} <Debug> DynamicQueryHandler: Done processing query | ||
7588 | 2024.09.06 06:38:58.569911 [ 3 ] {4c4806f8-61b8-4b5a-87a6-9309347c9544} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7589 | 2024.09.06 06:38:58.569926 [ 3 ] {} <Debug> HTTP-Session: 27eff950-e211-4936-95f7-ea8e588a72d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7590 | 2024.09.06 06:38:58.570048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7591 | 2024.09.06 06:38:58.570097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7592 | 2024.09.06 06:38:58.570115 [ 3 ] {} <Debug> HTTP-Session: 7a54c9d4-b836-4a4d-9168-f4c1f18ed09a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7593 | 2024.09.06 06:38:58.570132 [ 3 ] {} <Debug> HTTP-Session: 7a54c9d4-b836-4a4d-9168-f4c1f18ed09a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7594 | 2024.09.06 06:38:58.570146 [ 3 ] {} <Debug> HTTP-Session: 7a54c9d4-b836-4a4d-9168-f4c1f18ed09a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7595 | 2024.09.06 06:38:58.570178 [ 3 ] {} <Trace> HTTP-Session: 7a54c9d4-b836-4a4d-9168-f4c1f18ed09a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7596 | 2024.09.06 06:38:58.570274 [ 3 ] {674d0042-3b82-4b82-a29a-86c3e6e333a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7597 | 2024.09.06 06:38:58.570316 [ 3 ] {674d0042-3b82-4b82-a29a-86c3e6e333a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7598 | 2024.09.06 06:38:58.570538 [ 3 ] {674d0042-3b82-4b82-a29a-86c3e6e333a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7599 | 2024.09.06 06:38:58.570857 [ 3 ] {674d0042-3b82-4b82-a29a-86c3e6e333a5} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7600 | 2024.09.06 06:38:58.570893 [ 3 ] {674d0042-3b82-4b82-a29a-86c3e6e333a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7601 | 2024.09.06 06:38:58.571242 [ 3 ] {674d0042-3b82-4b82-a29a-86c3e6e333a5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7602 | 2024.09.06 06:38:58.571591 [ 3 ] {674d0042-3b82-4b82-a29a-86c3e6e333a5} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7603 | 2024.09.06 06:38:58.571765 [ 3 ] {674d0042-3b82-4b82-a29a-86c3e6e333a5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001506 sec., 9296.148738379814 rows/sec., 651.04 KiB/sec. | ||
7604 | 2024.09.06 06:38:58.571777 [ 29 ] {} <Debug> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7605 | 2024.09.06 06:38:58.571915 [ 29 ] {} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7606 | 2024.09.06 06:38:58.571984 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7607 | 2024.09.06 06:38:58.571995 [ 3 ] {674d0042-3b82-4b82-a29a-86c3e6e333a5} <Debug> DynamicQueryHandler: Done processing query | ||
7608 | 2024.09.06 06:38:58.572050 [ 3 ] {674d0042-3b82-4b82-a29a-86c3e6e333a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7609 | 2024.09.06 06:38:58.572122 [ 3 ] {} <Debug> HTTP-Session: 7a54c9d4-b836-4a4d-9168-f4c1f18ed09a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7610 | 2024.09.06 06:38:58.572415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7611 | 2024.09.06 06:38:58.572588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7612 | 2024.09.06 06:38:58.572621 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::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 | ||
7613 | 2024.09.06 06:38:58.572659 [ 3 ] {} <Debug> HTTP-Session: 9758b75e-cd5d-4270-a34c-4a6eeec8eda7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7614 | 2024.09.06 06:38:58.572757 [ 3 ] {} <Debug> HTTP-Session: 9758b75e-cd5d-4270-a34c-4a6eeec8eda7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7615 | 2024.09.06 06:38:58.572784 [ 3 ] {} <Debug> HTTP-Session: 9758b75e-cd5d-4270-a34c-4a6eeec8eda7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7616 | 2024.09.06 06:38:58.572864 [ 3 ] {} <Trace> HTTP-Session: 9758b75e-cd5d-4270-a34c-4a6eeec8eda7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7617 | 2024.09.06 06:38:58.573022 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7618 | 2024.09.06 06:38:58.573107 [ 3 ] {94405401-ea7f-4d87-ac9d-61749374859d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7619 | 2024.09.06 06:38:58.573114 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part | ||
7620 | 2024.09.06 06:38:58.573193 [ 3 ] {94405401-ea7f-4d87-ac9d-61749374859d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7621 | 2024.09.06 06:38:58.573433 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
7622 | 2024.09.06 06:38:58.573789 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
7623 | 2024.09.06 06:38:58.574129 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
7624 | 2024.09.06 06:38:58.574494 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part | ||
7625 | 2024.09.06 06:38:58.574921 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
7626 | 2024.09.06 06:38:58.575005 [ 3 ] {94405401-ea7f-4d87-ac9d-61749374859d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7627 | 2024.09.06 06:38:58.576182 [ 3 ] {94405401-ea7f-4d87-ac9d-61749374859d} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7628 | 2024.09.06 06:38:58.576247 [ 3 ] {94405401-ea7f-4d87-ac9d-61749374859d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7629 | 2024.09.06 06:38:58.577320 [ 3 ] {94405401-ea7f-4d87-ac9d-61749374859d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7630 | 2024.09.06 06:38:58.578127 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.006008117 sec., 87548.22850487099 rows/sec., 5.95 MiB/sec. | ||
7631 | 2024.09.06 06:38:58.578351 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7632 | 2024.09.06 06:38:58.578487 [ 3 ] {94405401-ea7f-4d87-ac9d-61749374859d} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7633 | 2024.09.06 06:38:58.578816 [ 3 ] {94405401-ea7f-4d87-ac9d-61749374859d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005743 sec., 1044.7501305937662 rows/sec., 61.73 KiB/sec. | ||
7634 | 2024.09.06 06:38:58.579317 [ 3 ] {94405401-ea7f-4d87-ac9d-61749374859d} <Debug> DynamicQueryHandler: Done processing query | ||
7635 | 2024.09.06 06:38:58.579347 [ 3 ] {94405401-ea7f-4d87-ac9d-61749374859d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7636 | 2024.09.06 06:38:58.579389 [ 3 ] {} <Debug> HTTP-Session: 9758b75e-cd5d-4270-a34c-4a6eeec8eda7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7637 | 2024.09.06 06:38:58.579431 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_21_4} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7638 | 2024.09.06 06:38:58.579532 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_21_4} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7639 | 2024.09.06 06:38:58.579638 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
7640 | 2024.09.06 06:38:58.579682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7641 | 2024.09.06 06:38:58.579740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7642 | 2024.09.06 06:38:58.579760 [ 3 ] {} <Debug> HTTP-Session: 310af55f-a588-475f-bea7-3eb9b378ab7f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7643 | 2024.09.06 06:38:58.579776 [ 3 ] {} <Debug> HTTP-Session: 310af55f-a588-475f-bea7-3eb9b378ab7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7644 | 2024.09.06 06:38:58.579791 [ 3 ] {} <Debug> HTTP-Session: 310af55f-a588-475f-bea7-3eb9b378ab7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7645 | 2024.09.06 06:38:58.579827 [ 3 ] {} <Trace> HTTP-Session: 310af55f-a588-475f-bea7-3eb9b378ab7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7646 | 2024.09.06 06:38:58.580039 [ 3 ] {7ba85d5d-776a-45a1-a6f9-2d09dc479fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7647 | 2024.09.06 06:38:58.580084 [ 3 ] {7ba85d5d-776a-45a1-a6f9-2d09dc479fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7648 | 2024.09.06 06:38:58.580338 [ 3 ] {7ba85d5d-776a-45a1-a6f9-2d09dc479fa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7649 | 2024.09.06 06:38:58.580913 [ 3 ] {7ba85d5d-776a-45a1-a6f9-2d09dc479fa9} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7650 | 2024.09.06 06:38:58.580951 [ 3 ] {7ba85d5d-776a-45a1-a6f9-2d09dc479fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7651 | 2024.09.06 06:38:58.581335 [ 3 ] {7ba85d5d-776a-45a1-a6f9-2d09dc479fa9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7652 | 2024.09.06 06:38:58.581704 [ 3 ] {7ba85d5d-776a-45a1-a6f9-2d09dc479fa9} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7653 | 2024.09.06 06:38:58.581880 [ 3 ] {7ba85d5d-776a-45a1-a6f9-2d09dc479fa9} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001947 sec., 201335.38777606573 rows/sec., 14.29 MiB/sec. | ||
7654 | 2024.09.06 06:38:58.582067 [ 3 ] {7ba85d5d-776a-45a1-a6f9-2d09dc479fa9} <Debug> DynamicQueryHandler: Done processing query | ||
7655 | 2024.09.06 06:38:58.582092 [ 3 ] {7ba85d5d-776a-45a1-a6f9-2d09dc479fa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7656 | 2024.09.06 06:38:58.582107 [ 3 ] {} <Debug> HTTP-Session: 310af55f-a588-475f-bea7-3eb9b378ab7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7657 | 2024.09.06 06:38:58.582240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7658 | 2024.09.06 06:38:58.582288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7659 | 2024.09.06 06:38:58.582308 [ 3 ] {} <Debug> HTTP-Session: 1361cc46-ea7e-4a8a-a8c5-5d4c5f83ea73 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7660 | 2024.09.06 06:38:58.582324 [ 3 ] {} <Debug> HTTP-Session: 1361cc46-ea7e-4a8a-a8c5-5d4c5f83ea73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7661 | 2024.09.06 06:38:58.582338 [ 3 ] {} <Debug> HTTP-Session: 1361cc46-ea7e-4a8a-a8c5-5d4c5f83ea73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7662 | 2024.09.06 06:38:58.582369 [ 3 ] {} <Trace> HTTP-Session: 1361cc46-ea7e-4a8a-a8c5-5d4c5f83ea73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7663 | 2024.09.06 06:38:58.582466 [ 3 ] {90a4e669-f76d-4d8c-bee8-c443507a10c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7664 | 2024.09.06 06:38:58.582511 [ 3 ] {90a4e669-f76d-4d8c-bee8-c443507a10c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7665 | 2024.09.06 06:38:58.582642 [ 3 ] {90a4e669-f76d-4d8c-bee8-c443507a10c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7666 | 2024.09.06 06:38:58.582950 [ 3 ] {90a4e669-f76d-4d8c-bee8-c443507a10c5} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7667 | 2024.09.06 06:38:58.582986 [ 3 ] {90a4e669-f76d-4d8c-bee8-c443507a10c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7668 | 2024.09.06 06:38:58.583341 [ 3 ] {90a4e669-f76d-4d8c-bee8-c443507a10c5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7669 | 2024.09.06 06:38:58.583657 [ 3 ] {90a4e669-f76d-4d8c-bee8-c443507a10c5} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7670 | 2024.09.06 06:38:58.583824 [ 3 ] {90a4e669-f76d-4d8c-bee8-c443507a10c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001379 sec., 4350.97897026831 rows/sec., 227.32 KiB/sec. | ||
7671 | 2024.09.06 06:38:58.583996 [ 3 ] {90a4e669-f76d-4d8c-bee8-c443507a10c5} <Debug> DynamicQueryHandler: Done processing query | ||
7672 | 2024.09.06 06:38:58.584020 [ 3 ] {90a4e669-f76d-4d8c-bee8-c443507a10c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7673 | 2024.09.06 06:38:58.584036 [ 3 ] {} <Debug> HTTP-Session: 1361cc46-ea7e-4a8a-a8c5-5d4c5f83ea73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7674 | 2024.09.06 06:38:58.584190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7675 | 2024.09.06 06:38:58.584238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7676 | 2024.09.06 06:38:58.584256 [ 3 ] {} <Debug> HTTP-Session: a678a33a-14f1-440a-9c23-299f1c32dfef Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7677 | 2024.09.06 06:38:58.584274 [ 3 ] {} <Debug> HTTP-Session: a678a33a-14f1-440a-9c23-299f1c32dfef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7678 | 2024.09.06 06:38:58.584287 [ 3 ] {} <Debug> HTTP-Session: a678a33a-14f1-440a-9c23-299f1c32dfef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7679 | 2024.09.06 06:38:58.584319 [ 3 ] {} <Trace> HTTP-Session: a678a33a-14f1-440a-9c23-299f1c32dfef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7680 | 2024.09.06 06:38:58.584489 [ 3 ] {10d7fb66-a9c7-4237-985b-a42f197f0c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7681 | 2024.09.06 06:38:58.584536 [ 3 ] {10d7fb66-a9c7-4237-985b-a42f197f0c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7682 | 2024.09.06 06:38:58.584684 [ 3 ] {10d7fb66-a9c7-4237-985b-a42f197f0c97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7683 | 2024.09.06 06:38:58.585175 [ 3 ] {10d7fb66-a9c7-4237-985b-a42f197f0c97} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7684 | 2024.09.06 06:38:58.585212 [ 3 ] {10d7fb66-a9c7-4237-985b-a42f197f0c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7685 | 2024.09.06 06:38:58.585604 [ 3 ] {10d7fb66-a9c7-4237-985b-a42f197f0c97} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7686 | 2024.09.06 06:38:58.585943 [ 3 ] {10d7fb66-a9c7-4237-985b-a42f197f0c97} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7687 | 2024.09.06 06:38:58.586097 [ 3 ] {10d7fb66-a9c7-4237-985b-a42f197f0c97} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001686 sec., 141162.51482799524 rows/sec., 9.46 MiB/sec. | ||
7688 | 2024.09.06 06:38:58.586272 [ 3 ] {10d7fb66-a9c7-4237-985b-a42f197f0c97} <Debug> DynamicQueryHandler: Done processing query | ||
7689 | 2024.09.06 06:38:58.586297 [ 3 ] {10d7fb66-a9c7-4237-985b-a42f197f0c97} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7690 | 2024.09.06 06:38:58.586314 [ 3 ] {} <Debug> HTTP-Session: a678a33a-14f1-440a-9c23-299f1c32dfef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7691 | 2024.09.06 06:38:58.586481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7692 | 2024.09.06 06:38:58.586530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7693 | 2024.09.06 06:38:58.586550 [ 3 ] {} <Debug> HTTP-Session: 75203c37-816c-4aa6-81dd-0eb87d4e3989 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7694 | 2024.09.06 06:38:58.586566 [ 3 ] {} <Debug> HTTP-Session: 75203c37-816c-4aa6-81dd-0eb87d4e3989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7695 | 2024.09.06 06:38:58.586580 [ 3 ] {} <Debug> HTTP-Session: 75203c37-816c-4aa6-81dd-0eb87d4e3989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7696 | 2024.09.06 06:38:58.586612 [ 3 ] {} <Trace> HTTP-Session: 75203c37-816c-4aa6-81dd-0eb87d4e3989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7697 | 2024.09.06 06:38:58.586703 [ 3 ] {486897e3-ee2b-4e38-a365-530a1436cebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7698 | 2024.09.06 06:38:58.586747 [ 3 ] {486897e3-ee2b-4e38-a365-530a1436cebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7699 | 2024.09.06 06:38:58.586879 [ 3 ] {486897e3-ee2b-4e38-a365-530a1436cebe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7700 | 2024.09.06 06:38:58.587149 [ 3 ] {486897e3-ee2b-4e38-a365-530a1436cebe} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7701 | 2024.09.06 06:38:58.587185 [ 3 ] {486897e3-ee2b-4e38-a365-530a1436cebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7702 | 2024.09.06 06:38:58.587539 [ 3 ] {486897e3-ee2b-4e38-a365-530a1436cebe} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7703 | 2024.09.06 06:38:58.587860 [ 3 ] {486897e3-ee2b-4e38-a365-530a1436cebe} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7704 | 2024.09.06 06:38:58.588007 [ 3 ] {486897e3-ee2b-4e38-a365-530a1436cebe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
7705 | 2024.09.06 06:38:58.588026 [ 65 ] {} <Debug> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
7706 | 2024.09.06 06:38:58.588107 [ 65 ] {} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7707 | 2024.09.06 06:38:58.588159 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7708 | 2024.09.06 06:38:58.588275 [ 3 ] {486897e3-ee2b-4e38-a365-530a1436cebe} <Debug> DynamicQueryHandler: Done processing query | ||
7709 | 2024.09.06 06:38:58.588357 [ 3 ] {486897e3-ee2b-4e38-a365-530a1436cebe} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7710 | 2024.09.06 06:38:58.588442 [ 3 ] {} <Debug> HTTP-Session: 75203c37-816c-4aa6-81dd-0eb87d4e3989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7711 | 2024.09.06 06:38:58.588692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14126, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7712 | 2024.09.06 06:38:58.588704 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
7713 | 2024.09.06 06:38:58.588768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7714 | 2024.09.06 06:38:58.588819 [ 3 ] {} <Debug> HTTP-Session: 6358d131-d7b1-43b4-a0c7-de3a07585fc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7715 | 2024.09.06 06:38:58.588838 [ 3 ] {} <Debug> HTTP-Session: 6358d131-d7b1-43b4-a0c7-de3a07585fc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7716 | 2024.09.06 06:38:58.588870 [ 3 ] {} <Debug> HTTP-Session: 6358d131-d7b1-43b4-a0c7-de3a07585fc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7717 | 2024.09.06 06:38:58.588958 [ 3 ] {} <Trace> HTTP-Session: 6358d131-d7b1-43b4-a0c7-de3a07585fc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7718 | 2024.09.06 06:38:58.589042 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7719 | 2024.09.06 06:38:58.589126 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
7720 | 2024.09.06 06:38:58.589287 [ 3 ] {ee8d2141-2d4c-4e52-9520-fe531df42b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7721 | 2024.09.06 06:38:58.589369 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
7722 | 2024.09.06 06:38:58.589598 [ 3 ] {ee8d2141-2d4c-4e52-9520-fe531df42b67} <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_histogramu64 | ||
7723 | 2024.09.06 06:38:58.589652 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
7724 | 2024.09.06 06:38:58.590016 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
7725 | 2024.09.06 06:38:58.590402 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
7726 | 2024.09.06 06:38:58.590701 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
7727 | 2024.09.06 06:38:58.592099 [ 3 ] {ee8d2141-2d4c-4e52-9520-fe531df42b67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7728 | 2024.09.06 06:38:58.594061 [ 3 ] {ee8d2141-2d4c-4e52-9520-fe531df42b67} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7729 | 2024.09.06 06:38:58.594148 [ 3 ] {ee8d2141-2d4c-4e52-9520-fe531df42b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7730 | 2024.09.06 06:38:58.594276 [ 193 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.006013247 sec., 2494.492576140644 rows/sec., 168.09 KiB/sec. | ||
7731 | 2024.09.06 06:38:58.594540 [ 193 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
7732 | 2024.09.06 06:38:58.595687 [ 193 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_15_3} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7733 | 2024.09.06 06:38:58.595856 [ 3 ] {ee8d2141-2d4c-4e52-9520-fe531df42b67} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7734 | 2024.09.06 06:38:58.595856 [ 193 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_15_3} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
7735 | 2024.09.06 06:38:58.596046 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7736 | 2024.09.06 06:38:58.596415 [ 3 ] {ee8d2141-2d4c-4e52-9520-fe531df42b67} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7737 | 2024.09.06 06:38:58.596623 [ 3 ] {ee8d2141-2d4c-4e52-9520-fe531df42b67} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00752 sec., 1063.8297872340427 rows/sec., 1.91 MiB/sec. | ||
7738 | 2024.09.06 06:38:58.596890 [ 3 ] {ee8d2141-2d4c-4e52-9520-fe531df42b67} <Debug> DynamicQueryHandler: Done processing query | ||
7739 | 2024.09.06 06:38:58.596916 [ 3 ] {ee8d2141-2d4c-4e52-9520-fe531df42b67} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7740 | 2024.09.06 06:38:58.596932 [ 3 ] {} <Debug> HTTP-Session: 6358d131-d7b1-43b4-a0c7-de3a07585fc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7741 | 2024.09.06 06:38:58.597064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7742 | 2024.09.06 06:38:58.597113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7743 | 2024.09.06 06:38:58.597133 [ 3 ] {} <Debug> HTTP-Session: a288a56d-6cdb-49b5-960c-7ec7d508020a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7744 | 2024.09.06 06:38:58.597150 [ 3 ] {} <Debug> HTTP-Session: a288a56d-6cdb-49b5-960c-7ec7d508020a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7745 | 2024.09.06 06:38:58.597164 [ 3 ] {} <Debug> HTTP-Session: a288a56d-6cdb-49b5-960c-7ec7d508020a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7746 | 2024.09.06 06:38:58.597195 [ 3 ] {} <Trace> HTTP-Session: a288a56d-6cdb-49b5-960c-7ec7d508020a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7747 | 2024.09.06 06:38:58.597329 [ 3 ] {3800191f-7586-43d4-836e-d5dc2a0e659c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7748 | 2024.09.06 06:38:58.597373 [ 3 ] {3800191f-7586-43d4-836e-d5dc2a0e659c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7749 | 2024.09.06 06:38:58.597506 [ 3 ] {3800191f-7586-43d4-836e-d5dc2a0e659c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7750 | 2024.09.06 06:38:58.597830 [ 3 ] {3800191f-7586-43d4-836e-d5dc2a0e659c} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7751 | 2024.09.06 06:38:58.597867 [ 3 ] {3800191f-7586-43d4-836e-d5dc2a0e659c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7752 | 2024.09.06 06:38:58.598240 [ 3 ] {3800191f-7586-43d4-836e-d5dc2a0e659c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7753 | 2024.09.06 06:38:58.598565 [ 3 ] {3800191f-7586-43d4-836e-d5dc2a0e659c} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7754 | 2024.09.06 06:38:58.598724 [ 3 ] {3800191f-7586-43d4-836e-d5dc2a0e659c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001445 sec., 56747.40484429066 rows/sec., 3.60 MiB/sec. | ||
7755 | 2024.09.06 06:38:58.599006 [ 3 ] {3800191f-7586-43d4-836e-d5dc2a0e659c} <Debug> DynamicQueryHandler: Done processing query | ||
7756 | 2024.09.06 06:38:58.599058 [ 3 ] {3800191f-7586-43d4-836e-d5dc2a0e659c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7757 | 2024.09.06 06:38:58.599094 [ 3 ] {} <Debug> HTTP-Session: a288a56d-6cdb-49b5-960c-7ec7d508020a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7758 | 2024.09.06 06:39:00.502813 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7759 | 2024.09.06 06:39:00.502858 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7760 | 2024.09.06 06:39:03.559510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7761 | 2024.09.06 06:39:03.559662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7762 | 2024.09.06 06:39:03.559694 [ 3 ] {} <Debug> HTTP-Session: 88c6d313-9006-4500-a38a-caead2021625 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7763 | 2024.09.06 06:39:03.559722 [ 3 ] {} <Debug> HTTP-Session: 88c6d313-9006-4500-a38a-caead2021625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7764 | 2024.09.06 06:39:03.559741 [ 3 ] {} <Debug> HTTP-Session: 88c6d313-9006-4500-a38a-caead2021625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7765 | 2024.09.06 06:39:03.559798 [ 3 ] {} <Trace> HTTP-Session: 88c6d313-9006-4500-a38a-caead2021625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7766 | 2024.09.06 06:39:03.559997 [ 3 ] {af8ec270-83b0-4387-bfd0-5ee8c85b493a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7767 | 2024.09.06 06:39:03.560066 [ 3 ] {af8ec270-83b0-4387-bfd0-5ee8c85b493a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7768 | 2024.09.06 06:39:03.560408 [ 3 ] {af8ec270-83b0-4387-bfd0-5ee8c85b493a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7769 | 2024.09.06 06:39:03.560860 [ 3 ] {af8ec270-83b0-4387-bfd0-5ee8c85b493a} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7770 | 2024.09.06 06:39:03.560910 [ 3 ] {af8ec270-83b0-4387-bfd0-5ee8c85b493a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7771 | 2024.09.06 06:39:03.561339 [ 3 ] {af8ec270-83b0-4387-bfd0-5ee8c85b493a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7772 | 2024.09.06 06:39:03.561737 [ 3 ] {af8ec270-83b0-4387-bfd0-5ee8c85b493a} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7773 | 2024.09.06 06:39:03.561918 [ 3 ] {af8ec270-83b0-4387-bfd0-5ee8c85b493a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001972 sec., 1014.1987829614606 rows/sec., 82.70 KiB/sec. | ||
7774 | 2024.09.06 06:39:03.562148 [ 3 ] {af8ec270-83b0-4387-bfd0-5ee8c85b493a} <Debug> DynamicQueryHandler: Done processing query | ||
7775 | 2024.09.06 06:39:03.562177 [ 3 ] {af8ec270-83b0-4387-bfd0-5ee8c85b493a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7776 | 2024.09.06 06:39:03.562194 [ 3 ] {} <Debug> HTTP-Session: 88c6d313-9006-4500-a38a-caead2021625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7777 | 2024.09.06 06:39:03.562369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7778 | 2024.09.06 06:39:03.562428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7779 | 2024.09.06 06:39:03.562449 [ 3 ] {} <Debug> HTTP-Session: 1b5829b9-4976-4447-99a6-e186d0eb01ba Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7780 | 2024.09.06 06:39:03.562467 [ 3 ] {} <Debug> HTTP-Session: 1b5829b9-4976-4447-99a6-e186d0eb01ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7781 | 2024.09.06 06:39:03.562486 [ 3 ] {} <Debug> HTTP-Session: 1b5829b9-4976-4447-99a6-e186d0eb01ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7782 | 2024.09.06 06:39:03.562523 [ 3 ] {} <Trace> HTTP-Session: 1b5829b9-4976-4447-99a6-e186d0eb01ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7783 | 2024.09.06 06:39:03.562661 [ 3 ] {1b0ce476-dd40-4b81-83b0-d19bfdd611d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7784 | 2024.09.06 06:39:03.562710 [ 3 ] {1b0ce476-dd40-4b81-83b0-d19bfdd611d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7785 | 2024.09.06 06:39:03.562951 [ 3 ] {1b0ce476-dd40-4b81-83b0-d19bfdd611d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7786 | 2024.09.06 06:39:03.563391 [ 3 ] {1b0ce476-dd40-4b81-83b0-d19bfdd611d5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7787 | 2024.09.06 06:39:03.563430 [ 3 ] {1b0ce476-dd40-4b81-83b0-d19bfdd611d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7788 | 2024.09.06 06:39:03.563801 [ 3 ] {1b0ce476-dd40-4b81-83b0-d19bfdd611d5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7789 | 2024.09.06 06:39:03.564171 [ 3 ] {1b0ce476-dd40-4b81-83b0-d19bfdd611d5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7790 | 2024.09.06 06:39:03.564337 [ 3 ] {1b0ce476-dd40-4b81-83b0-d19bfdd611d5} <Debug> executeQuery: Read 119 rows, 10.29 KiB in 0.001729 sec., 68825.91093117409 rows/sec., 5.81 MiB/sec. | ||
7791 | 2024.09.06 06:39:03.564518 [ 3 ] {1b0ce476-dd40-4b81-83b0-d19bfdd611d5} <Debug> DynamicQueryHandler: Done processing query | ||
7792 | 2024.09.06 06:39:03.564543 [ 3 ] {1b0ce476-dd40-4b81-83b0-d19bfdd611d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7793 | 2024.09.06 06:39:03.564559 [ 3 ] {} <Debug> HTTP-Session: 1b5829b9-4976-4447-99a6-e186d0eb01ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7794 | 2024.09.06 06:39:03.564696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7795 | 2024.09.06 06:39:03.564748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7796 | 2024.09.06 06:39:03.564768 [ 3 ] {} <Debug> HTTP-Session: 19585d20-099b-4063-9854-b91a401c8147 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7797 | 2024.09.06 06:39:03.564785 [ 3 ] {} <Debug> HTTP-Session: 19585d20-099b-4063-9854-b91a401c8147 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7798 | 2024.09.06 06:39:03.564799 [ 3 ] {} <Debug> HTTP-Session: 19585d20-099b-4063-9854-b91a401c8147 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7799 | 2024.09.06 06:39:03.564832 [ 3 ] {} <Trace> HTTP-Session: 19585d20-099b-4063-9854-b91a401c8147 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7800 | 2024.09.06 06:39:03.564942 [ 3 ] {5d54dbc1-8720-44b6-b361-13668c8c1744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7801 | 2024.09.06 06:39:03.564987 [ 3 ] {5d54dbc1-8720-44b6-b361-13668c8c1744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7802 | 2024.09.06 06:39:03.565218 [ 3 ] {5d54dbc1-8720-44b6-b361-13668c8c1744} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7803 | 2024.09.06 06:39:03.565571 [ 3 ] {5d54dbc1-8720-44b6-b361-13668c8c1744} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7804 | 2024.09.06 06:39:03.565608 [ 3 ] {5d54dbc1-8720-44b6-b361-13668c8c1744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7805 | 2024.09.06 06:39:03.565959 [ 3 ] {5d54dbc1-8720-44b6-b361-13668c8c1744} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7806 | 2024.09.06 06:39:03.566310 [ 3 ] {5d54dbc1-8720-44b6-b361-13668c8c1744} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7807 | 2024.09.06 06:39:03.566479 [ 3 ] {5d54dbc1-8720-44b6-b361-13668c8c1744} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.00157 sec., 21019.108280254775 rows/sec., 1.54 MiB/sec. | ||
7808 | 2024.09.06 06:39:03.566652 [ 3 ] {5d54dbc1-8720-44b6-b361-13668c8c1744} <Debug> DynamicQueryHandler: Done processing query | ||
7809 | 2024.09.06 06:39:03.566676 [ 3 ] {5d54dbc1-8720-44b6-b361-13668c8c1744} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7810 | 2024.09.06 06:39:03.566691 [ 3 ] {} <Debug> HTTP-Session: 19585d20-099b-4063-9854-b91a401c8147 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7811 | 2024.09.06 06:39:03.566826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7812 | 2024.09.06 06:39:03.566875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7813 | 2024.09.06 06:39:03.566894 [ 3 ] {} <Debug> HTTP-Session: d1bad258-757e-4d74-b312-6a5690b23897 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7814 | 2024.09.06 06:39:03.566911 [ 3 ] {} <Debug> HTTP-Session: d1bad258-757e-4d74-b312-6a5690b23897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7815 | 2024.09.06 06:39:03.566924 [ 3 ] {} <Debug> HTTP-Session: d1bad258-757e-4d74-b312-6a5690b23897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7816 | 2024.09.06 06:39:03.566956 [ 3 ] {} <Trace> HTTP-Session: d1bad258-757e-4d74-b312-6a5690b23897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7817 | 2024.09.06 06:39:03.567076 [ 3 ] {4986157b-0808-4662-b443-3e05ec6faae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7818 | 2024.09.06 06:39:03.567119 [ 3 ] {4986157b-0808-4662-b443-3e05ec6faae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7819 | 2024.09.06 06:39:03.567346 [ 3 ] {4986157b-0808-4662-b443-3e05ec6faae2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7820 | 2024.09.06 06:39:03.567730 [ 3 ] {4986157b-0808-4662-b443-3e05ec6faae2} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7821 | 2024.09.06 06:39:03.567767 [ 3 ] {4986157b-0808-4662-b443-3e05ec6faae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7822 | 2024.09.06 06:39:03.568121 [ 3 ] {4986157b-0808-4662-b443-3e05ec6faae2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7823 | 2024.09.06 06:39:03.568471 [ 3 ] {4986157b-0808-4662-b443-3e05ec6faae2} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7824 | 2024.09.06 06:39:03.568637 [ 3 ] {4986157b-0808-4662-b443-3e05ec6faae2} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001598 sec., 60700.876095118896 rows/sec., 4.74 MiB/sec. | ||
7825 | 2024.09.06 06:39:03.568979 [ 3 ] {4986157b-0808-4662-b443-3e05ec6faae2} <Debug> DynamicQueryHandler: Done processing query | ||
7826 | 2024.09.06 06:39:03.569016 [ 3 ] {4986157b-0808-4662-b443-3e05ec6faae2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7827 | 2024.09.06 06:39:03.569033 [ 3 ] {} <Debug> HTTP-Session: d1bad258-757e-4d74-b312-6a5690b23897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7828 | 2024.09.06 06:39:03.569191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7829 | 2024.09.06 06:39:03.569241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7830 | 2024.09.06 06:39:03.569261 [ 3 ] {} <Debug> HTTP-Session: 8706f7fb-4585-4c14-9687-278e27edf004 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7831 | 2024.09.06 06:39:03.569277 [ 3 ] {} <Debug> HTTP-Session: 8706f7fb-4585-4c14-9687-278e27edf004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7832 | 2024.09.06 06:39:03.569292 [ 3 ] {} <Debug> HTTP-Session: 8706f7fb-4585-4c14-9687-278e27edf004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7833 | 2024.09.06 06:39:03.569324 [ 3 ] {} <Trace> HTTP-Session: 8706f7fb-4585-4c14-9687-278e27edf004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7834 | 2024.09.06 06:39:03.569480 [ 3 ] {9637e097-11c2-43de-8a96-bcd2542e2945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7835 | 2024.09.06 06:39:03.569532 [ 3 ] {9637e097-11c2-43de-8a96-bcd2542e2945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7836 | 2024.09.06 06:39:03.569701 [ 3 ] {9637e097-11c2-43de-8a96-bcd2542e2945} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7837 | 2024.09.06 06:39:03.570140 [ 3 ] {9637e097-11c2-43de-8a96-bcd2542e2945} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7838 | 2024.09.06 06:39:03.570178 [ 3 ] {9637e097-11c2-43de-8a96-bcd2542e2945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7839 | 2024.09.06 06:39:03.570571 [ 3 ] {9637e097-11c2-43de-8a96-bcd2542e2945} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7840 | 2024.09.06 06:39:03.570918 [ 3 ] {9637e097-11c2-43de-8a96-bcd2542e2945} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7841 | 2024.09.06 06:39:03.571082 [ 3 ] {9637e097-11c2-43de-8a96-bcd2542e2945} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001663 sec., 96812.9885748647 rows/sec., 6.74 MiB/sec. | ||
7842 | 2024.09.06 06:39:03.571256 [ 3 ] {9637e097-11c2-43de-8a96-bcd2542e2945} <Debug> DynamicQueryHandler: Done processing query | ||
7843 | 2024.09.06 06:39:03.571281 [ 3 ] {9637e097-11c2-43de-8a96-bcd2542e2945} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7844 | 2024.09.06 06:39:03.571297 [ 3 ] {} <Debug> HTTP-Session: 8706f7fb-4585-4c14-9687-278e27edf004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7845 | 2024.09.06 06:39:03.571572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7846 | 2024.09.06 06:39:03.571621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7847 | 2024.09.06 06:39:03.571640 [ 3 ] {} <Debug> HTTP-Session: 9561593e-d0ef-4c91-bc97-df586f9466c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7848 | 2024.09.06 06:39:03.571656 [ 3 ] {} <Debug> HTTP-Session: 9561593e-d0ef-4c91-bc97-df586f9466c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7849 | 2024.09.06 06:39:03.571671 [ 3 ] {} <Debug> HTTP-Session: 9561593e-d0ef-4c91-bc97-df586f9466c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7850 | 2024.09.06 06:39:03.571702 [ 3 ] {} <Trace> HTTP-Session: 9561593e-d0ef-4c91-bc97-df586f9466c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7851 | 2024.09.06 06:39:03.572066 [ 3 ] {a0d74f29-ac74-4644-9fb3-3f1309c466e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7852 | 2024.09.06 06:39:03.572133 [ 3 ] {a0d74f29-ac74-4644-9fb3-3f1309c466e7} <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_histogramu64 | ||
7853 | 2024.09.06 06:39:03.572562 [ 3 ] {a0d74f29-ac74-4644-9fb3-3f1309c466e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7854 | 2024.09.06 06:39:03.573436 [ 3 ] {a0d74f29-ac74-4644-9fb3-3f1309c466e7} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7855 | 2024.09.06 06:39:03.573473 [ 3 ] {a0d74f29-ac74-4644-9fb3-3f1309c466e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7856 | 2024.09.06 06:39:03.574106 [ 3 ] {a0d74f29-ac74-4644-9fb3-3f1309c466e7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7857 | 2024.09.06 06:39:03.574510 [ 3 ] {a0d74f29-ac74-4644-9fb3-3f1309c466e7} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7858 | 2024.09.06 06:39:03.574711 [ 3 ] {a0d74f29-ac74-4644-9fb3-3f1309c466e7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00291 sec., 10652.920962199314 rows/sec., 19.09 MiB/sec. | ||
7859 | 2024.09.06 06:39:03.574960 [ 3 ] {a0d74f29-ac74-4644-9fb3-3f1309c466e7} <Debug> DynamicQueryHandler: Done processing query | ||
7860 | 2024.09.06 06:39:03.574990 [ 3 ] {a0d74f29-ac74-4644-9fb3-3f1309c466e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7861 | 2024.09.06 06:39:03.575010 [ 3 ] {} <Debug> HTTP-Session: 9561593e-d0ef-4c91-bc97-df586f9466c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7862 | 2024.09.06 06:39:03.575143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7863 | 2024.09.06 06:39:03.575193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7864 | 2024.09.06 06:39:03.575213 [ 3 ] {} <Debug> HTTP-Session: 5f323b48-86ac-49a9-9773-9c8275c65762 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7865 | 2024.09.06 06:39:03.575230 [ 3 ] {} <Debug> HTTP-Session: 5f323b48-86ac-49a9-9773-9c8275c65762 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7866 | 2024.09.06 06:39:03.575244 [ 3 ] {} <Debug> HTTP-Session: 5f323b48-86ac-49a9-9773-9c8275c65762 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7867 | 2024.09.06 06:39:03.575275 [ 3 ] {} <Trace> HTTP-Session: 5f323b48-86ac-49a9-9773-9c8275c65762 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7868 | 2024.09.06 06:39:03.575397 [ 3 ] {f796a698-274d-471c-a6e9-8e3c5b1023fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7869 | 2024.09.06 06:39:03.575442 [ 3 ] {f796a698-274d-471c-a6e9-8e3c5b1023fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7870 | 2024.09.06 06:39:03.575598 [ 3 ] {f796a698-274d-471c-a6e9-8e3c5b1023fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7871 | 2024.09.06 06:39:03.575995 [ 3 ] {f796a698-274d-471c-a6e9-8e3c5b1023fe} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7872 | 2024.09.06 06:39:03.576040 [ 3 ] {f796a698-274d-471c-a6e9-8e3c5b1023fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7873 | 2024.09.06 06:39:03.576407 [ 3 ] {f796a698-274d-471c-a6e9-8e3c5b1023fe} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7874 | 2024.09.06 06:39:03.576723 [ 3 ] {f796a698-274d-471c-a6e9-8e3c5b1023fe} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7875 | 2024.09.06 06:39:03.576890 [ 3 ] {f796a698-274d-471c-a6e9-8e3c5b1023fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec. | ||
7876 | 2024.09.06 06:39:03.577060 [ 3 ] {f796a698-274d-471c-a6e9-8e3c5b1023fe} <Debug> DynamicQueryHandler: Done processing query | ||
7877 | 2024.09.06 06:39:03.577085 [ 3 ] {f796a698-274d-471c-a6e9-8e3c5b1023fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7878 | 2024.09.06 06:39:03.577101 [ 3 ] {} <Debug> HTTP-Session: 5f323b48-86ac-49a9-9773-9c8275c65762 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7879 | 2024.09.06 06:39:08.563378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7880 | 2024.09.06 06:39:08.563562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7881 | 2024.09.06 06:39:08.563609 [ 3 ] {} <Debug> HTTP-Session: fbdece17-3c7a-41e1-8b0a-226c9e7f5703 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7882 | 2024.09.06 06:39:08.563650 [ 3 ] {} <Debug> HTTP-Session: fbdece17-3c7a-41e1-8b0a-226c9e7f5703 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7883 | 2024.09.06 06:39:08.563679 [ 3 ] {} <Debug> HTTP-Session: fbdece17-3c7a-41e1-8b0a-226c9e7f5703 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7884 | 2024.09.06 06:39:08.563759 [ 3 ] {} <Trace> HTTP-Session: fbdece17-3c7a-41e1-8b0a-226c9e7f5703 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7885 | 2024.09.06 06:39:08.564123 [ 3 ] {ad390cdd-dda7-4b91-be81-f595b56891f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7886 | 2024.09.06 06:39:08.564190 [ 3 ] {ad390cdd-dda7-4b91-be81-f595b56891f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7887 | 2024.09.06 06:39:08.564523 [ 3 ] {ad390cdd-dda7-4b91-be81-f595b56891f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7888 | 2024.09.06 06:39:08.565111 [ 3 ] {ad390cdd-dda7-4b91-be81-f595b56891f5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7889 | 2024.09.06 06:39:08.565153 [ 3 ] {ad390cdd-dda7-4b91-be81-f595b56891f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7890 | 2024.09.06 06:39:08.565588 [ 3 ] {ad390cdd-dda7-4b91-be81-f595b56891f5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7891 | 2024.09.06 06:39:08.565964 [ 3 ] {ad390cdd-dda7-4b91-be81-f595b56891f5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7892 | 2024.09.06 06:39:08.566138 [ 3 ] {ad390cdd-dda7-4b91-be81-f595b56891f5} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002171 sec., 94426.53155228005 rows/sec., 8.32 MiB/sec. | ||
7893 | 2024.09.06 06:39:08.566163 [ 60 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7894 | 2024.09.06 06:39:08.566290 [ 60 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7895 | 2024.09.06 06:39:08.566330 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7896 | 2024.09.06 06:39:08.566437 [ 3 ] {ad390cdd-dda7-4b91-be81-f595b56891f5} <Debug> DynamicQueryHandler: Done processing query | ||
7897 | 2024.09.06 06:39:08.566500 [ 3 ] {ad390cdd-dda7-4b91-be81-f595b56891f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7898 | 2024.09.06 06:39:08.566522 [ 3 ] {} <Debug> HTTP-Session: fbdece17-3c7a-41e1-8b0a-226c9e7f5703 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7899 | 2024.09.06 06:39:08.566534 [ 195 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
7900 | 2024.09.06 06:39:08.566768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7901 | 2024.09.06 06:39:08.566858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7902 | 2024.09.06 06:39:08.566861 [ 195 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7903 | 2024.09.06 06:39:08.566882 [ 3 ] {} <Debug> HTTP-Session: ede31f90-917d-4e9f-9bf0-74433d255ca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7904 | 2024.09.06 06:39:08.566906 [ 3 ] {} <Debug> HTTP-Session: ede31f90-917d-4e9f-9bf0-74433d255ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7905 | 2024.09.06 06:39:08.566915 [ 195 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1416 rows starting from the beginning of the part | ||
7906 | 2024.09.06 06:39:08.566925 [ 3 ] {} <Debug> HTTP-Session: ede31f90-917d-4e9f-9bf0-74433d255ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7907 | 2024.09.06 06:39:08.566967 [ 3 ] {} <Trace> HTTP-Session: ede31f90-917d-4e9f-9bf0-74433d255ca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7908 | 2024.09.06 06:39:08.567034 [ 195 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 205 rows starting from the beginning of the part | ||
7909 | 2024.09.06 06:39:08.567154 [ 3 ] {9c298a89-f3c8-45a4-aa08-4e14f2b39f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7910 | 2024.09.06 06:39:08.567218 [ 195 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1263 rows starting from the beginning of the part | ||
7911 | 2024.09.06 06:39:08.567251 [ 3 ] {9c298a89-f3c8-45a4-aa08-4e14f2b39f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7912 | 2024.09.06 06:39:08.567446 [ 195 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 206 rows starting from the beginning of the part | ||
7913 | 2024.09.06 06:39:08.567626 [ 195 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 119 rows starting from the beginning of the part | ||
7914 | 2024.09.06 06:39:08.567811 [ 195 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 205 rows starting from the beginning of the part | ||
7915 | 2024.09.06 06:39:08.568513 [ 3 ] {9c298a89-f3c8-45a4-aa08-4e14f2b39f24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7916 | 2024.09.06 06:39:08.569135 [ 3 ] {9c298a89-f3c8-45a4-aa08-4e14f2b39f24} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7917 | 2024.09.06 06:39:08.569194 [ 3 ] {9c298a89-f3c8-45a4-aa08-4e14f2b39f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7918 | 2024.09.06 06:39:08.570101 [ 3 ] {9c298a89-f3c8-45a4-aa08-4e14f2b39f24} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7919 | 2024.09.06 06:39:08.570825 [ 3 ] {9c298a89-f3c8-45a4-aa08-4e14f2b39f24} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7920 | 2024.09.06 06:39:08.571013 [ 60 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7921 | 2024.09.06 06:39:08.571025 [ 3 ] {9c298a89-f3c8-45a4-aa08-4e14f2b39f24} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003931 sec., 2035.105571101501 rows/sec., 153.03 KiB/sec. | ||
7922 | 2024.09.06 06:39:08.571071 [ 60 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7923 | 2024.09.06 06:39:08.571165 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7924 | 2024.09.06 06:39:08.571612 [ 3 ] {9c298a89-f3c8-45a4-aa08-4e14f2b39f24} <Debug> DynamicQueryHandler: Done processing query | ||
7925 | 2024.09.06 06:39:08.571658 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
7926 | 2024.09.06 06:39:08.571695 [ 3 ] {9c298a89-f3c8-45a4-aa08-4e14f2b39f24} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7927 | 2024.09.06 06:39:08.571787 [ 3 ] {} <Debug> HTTP-Session: ede31f90-917d-4e9f-9bf0-74433d255ca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7928 | 2024.09.06 06:39:08.572083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7929 | 2024.09.06 06:39:08.572219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7930 | 2024.09.06 06:39:08.572229 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3414 rows, containing 5 columns (5 merged, 0 gathered) in 0.005811343 sec., 587471.77717784 rows/sec., 51.73 MiB/sec. | ||
7931 | 2024.09.06 06:39:08.572271 [ 3 ] {} <Debug> HTTP-Session: 6bc54d45-075f-429d-941d-945c1cccde03 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7932 | 2024.09.06 06:39:08.572271 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7933 | 2024.09.06 06:39:08.572335 [ 3 ] {} <Debug> HTTP-Session: 6bc54d45-075f-429d-941d-945c1cccde03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7934 | 2024.09.06 06:39:08.572361 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 57 rows starting from the beginning of the part | ||
7935 | 2024.09.06 06:39:08.572367 [ 3 ] {} <Debug> HTTP-Session: 6bc54d45-075f-429d-941d-945c1cccde03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7936 | 2024.09.06 06:39:08.572428 [ 3 ] {} <Trace> HTTP-Session: 6bc54d45-075f-429d-941d-945c1cccde03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7937 | 2024.09.06 06:39:08.572631 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
7938 | 2024.09.06 06:39:08.572739 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7939 | 2024.09.06 06:39:08.572790 [ 3 ] {2e3e3632-1f9b-4faa-b1fb-b17573f6865d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7940 | 2024.09.06 06:39:08.573055 [ 3 ] {2e3e3632-1f9b-4faa-b1fb-b17573f6865d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7941 | 2024.09.06 06:39:08.573084 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part | ||
7942 | 2024.09.06 06:39:08.573690 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part | ||
7943 | 2024.09.06 06:39:08.574339 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 33 rows starting from the beginning of the part | ||
7944 | 2024.09.06 06:39:08.574999 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
7945 | 2024.09.06 06:39:08.575979 [ 3 ] {2e3e3632-1f9b-4faa-b1fb-b17573f6865d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7946 | 2024.09.06 06:39:08.576073 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_41_8} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7947 | 2024.09.06 06:39:08.576420 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_41_8} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7948 | 2024.09.06 06:39:08.576785 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
7949 | 2024.09.06 06:39:08.577103 [ 3 ] {2e3e3632-1f9b-4faa-b1fb-b17573f6865d} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7950 | 2024.09.06 06:39:08.577153 [ 3 ] {2e3e3632-1f9b-4faa-b1fb-b17573f6865d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7951 | 2024.09.06 06:39:08.577730 [ 3 ] {2e3e3632-1f9b-4faa-b1fb-b17573f6865d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7952 | 2024.09.06 06:39:08.577776 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 5 columns (5 merged, 0 gathered) in 0.006426895 sec., 24428.592656329376 rows/sec., 1.86 MiB/sec. | ||
7953 | 2024.09.06 06:39:08.577895 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7954 | 2024.09.06 06:39:08.578270 [ 3 ] {2e3e3632-1f9b-4faa-b1fb-b17573f6865d} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7955 | 2024.09.06 06:39:08.578518 [ 3 ] {2e3e3632-1f9b-4faa-b1fb-b17573f6865d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005846 sec., 2394.7998631542937 rows/sec., 167.72 KiB/sec. | ||
7956 | 2024.09.06 06:39:08.578528 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_36_7} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7957 | 2024.09.06 06:39:08.578908 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_36_7} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7958 | 2024.09.06 06:39:08.579144 [ 3 ] {2e3e3632-1f9b-4faa-b1fb-b17573f6865d} <Debug> DynamicQueryHandler: Done processing query | ||
7959 | 2024.09.06 06:39:08.579231 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
7960 | 2024.09.06 06:39:08.579231 [ 3 ] {2e3e3632-1f9b-4faa-b1fb-b17573f6865d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7961 | 2024.09.06 06:39:08.579323 [ 3 ] {} <Debug> HTTP-Session: 6bc54d45-075f-429d-941d-945c1cccde03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7962 | 2024.09.06 06:39:08.579469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7963 | 2024.09.06 06:39:08.579520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7964 | 2024.09.06 06:39:08.579540 [ 3 ] {} <Debug> HTTP-Session: f8ecad63-7565-4c10-b1ae-18ee51741e1f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7965 | 2024.09.06 06:39:08.579558 [ 3 ] {} <Debug> HTTP-Session: f8ecad63-7565-4c10-b1ae-18ee51741e1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7966 | 2024.09.06 06:39:08.579571 [ 3 ] {} <Debug> HTTP-Session: f8ecad63-7565-4c10-b1ae-18ee51741e1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7967 | 2024.09.06 06:39:08.579604 [ 3 ] {} <Trace> HTTP-Session: f8ecad63-7565-4c10-b1ae-18ee51741e1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7968 | 2024.09.06 06:39:08.579705 [ 3 ] {4b3144ad-cfab-48af-95c0-06ed0f6bc79c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7969 | 2024.09.06 06:39:08.579751 [ 3 ] {4b3144ad-cfab-48af-95c0-06ed0f6bc79c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7970 | 2024.09.06 06:39:08.579997 [ 3 ] {4b3144ad-cfab-48af-95c0-06ed0f6bc79c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7971 | 2024.09.06 06:39:08.580308 [ 3 ] {4b3144ad-cfab-48af-95c0-06ed0f6bc79c} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7972 | 2024.09.06 06:39:08.580345 [ 3 ] {4b3144ad-cfab-48af-95c0-06ed0f6bc79c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7973 | 2024.09.06 06:39:08.580701 [ 3 ] {4b3144ad-cfab-48af-95c0-06ed0f6bc79c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7974 | 2024.09.06 06:39:08.581063 [ 3 ] {4b3144ad-cfab-48af-95c0-06ed0f6bc79c} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7975 | 2024.09.06 06:39:08.581227 [ 3 ] {4b3144ad-cfab-48af-95c0-06ed0f6bc79c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 229.30 KiB/sec. | ||
7976 | 2024.09.06 06:39:08.581450 [ 3 ] {4b3144ad-cfab-48af-95c0-06ed0f6bc79c} <Debug> DynamicQueryHandler: Done processing query | ||
7977 | 2024.09.06 06:39:08.581475 [ 3 ] {4b3144ad-cfab-48af-95c0-06ed0f6bc79c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7978 | 2024.09.06 06:39:08.581491 [ 3 ] {} <Debug> HTTP-Session: f8ecad63-7565-4c10-b1ae-18ee51741e1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7979 | 2024.09.06 06:39:08.581670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7980 | 2024.09.06 06:39:08.581720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7981 | 2024.09.06 06:39:08.581740 [ 3 ] {} <Debug> HTTP-Session: c357cf94-b96a-441a-90c7-967f50ddbe51 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
7982 | 2024.09.06 06:39:08.581756 [ 3 ] {} <Debug> HTTP-Session: c357cf94-b96a-441a-90c7-967f50ddbe51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7983 | 2024.09.06 06:39:08.581772 [ 3 ] {} <Debug> HTTP-Session: c357cf94-b96a-441a-90c7-967f50ddbe51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7984 | 2024.09.06 06:39:08.581804 [ 3 ] {} <Trace> HTTP-Session: c357cf94-b96a-441a-90c7-967f50ddbe51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7985 | 2024.09.06 06:39:08.582067 [ 3 ] {9614224b-3a5f-464d-96f2-3515184bc9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7986 | 2024.09.06 06:39:08.582109 [ 3 ] {9614224b-3a5f-464d-96f2-3515184bc9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7987 | 2024.09.06 06:39:08.582338 [ 3 ] {9614224b-3a5f-464d-96f2-3515184bc9ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7988 | 2024.09.06 06:39:08.582899 [ 3 ] {9614224b-3a5f-464d-96f2-3515184bc9ce} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7989 | 2024.09.06 06:39:08.582935 [ 3 ] {9614224b-3a5f-464d-96f2-3515184bc9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7990 | 2024.09.06 06:39:08.583306 [ 3 ] {9614224b-3a5f-464d-96f2-3515184bc9ce} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7991 | 2024.09.06 06:39:08.583666 [ 3 ] {9614224b-3a5f-464d-96f2-3515184bc9ce} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7992 | 2024.09.06 06:39:08.583835 [ 3 ] {9614224b-3a5f-464d-96f2-3515184bc9ce} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001928 sec., 202282.15767634855 rows/sec., 14.35 MiB/sec. | ||
7993 | 2024.09.06 06:39:08.583849 [ 60 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7994 | 2024.09.06 06:39:08.583942 [ 60 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7995 | 2024.09.06 06:39:08.584017 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
7996 | 2024.09.06 06:39:08.584166 [ 3 ] {9614224b-3a5f-464d-96f2-3515184bc9ce} <Debug> DynamicQueryHandler: Done processing query | ||
7997 | 2024.09.06 06:39:08.584254 [ 3 ] {9614224b-3a5f-464d-96f2-3515184bc9ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7998 | 2024.09.06 06:39:08.584343 [ 3 ] {} <Debug> HTTP-Session: c357cf94-b96a-441a-90c7-967f50ddbe51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7999 | 2024.09.06 06:39:08.584546 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
8000 | 2024.09.06 06:39:08.584633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8001 | 2024.09.06 06:39:08.584816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8002 | 2024.09.06 06:39:08.584901 [ 3 ] {} <Debug> HTTP-Session: 0ff7fff1-f4b1-4f75-929a-22ac7070c556 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8003 | 2024.09.06 06:39:08.584996 [ 3 ] {} <Debug> HTTP-Session: 0ff7fff1-f4b1-4f75-929a-22ac7070c556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8004 | 2024.09.06 06:39:08.585068 [ 3 ] {} <Debug> HTTP-Session: 0ff7fff1-f4b1-4f75-929a-22ac7070c556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8005 | 2024.09.06 06:39:08.585222 [ 3 ] {} <Trace> HTTP-Session: 0ff7fff1-f4b1-4f75-929a-22ac7070c556 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8006 | 2024.09.06 06:39:08.585537 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8007 | 2024.09.06 06:39:08.585593 [ 3 ] {95bb3f87-e397-4b0b-9018-d04053f767d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8008 | 2024.09.06 06:39:08.585692 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
8009 | 2024.09.06 06:39:08.585773 [ 3 ] {95bb3f87-e397-4b0b-9018-d04053f767d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8010 | 2024.09.06 06:39:08.586027 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 390 rows starting from the beginning of the part | ||
8011 | 2024.09.06 06:39:08.586402 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 561 rows starting from the beginning of the part | ||
8012 | 2024.09.06 06:39:08.586870 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 392 rows starting from the beginning of the part | ||
8013 | 2024.09.06 06:39:08.587260 [ 3 ] {95bb3f87-e397-4b0b-9018-d04053f767d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8014 | 2024.09.06 06:39:08.587322 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 97 rows starting from the beginning of the part | ||
8015 | 2024.09.06 06:39:08.587635 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 390 rows starting from the beginning of the part | ||
8016 | 2024.09.06 06:39:08.588297 [ 3 ] {95bb3f87-e397-4b0b-9018-d04053f767d0} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8017 | 2024.09.06 06:39:08.588361 [ 3 ] {95bb3f87-e397-4b0b-9018-d04053f767d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8018 | 2024.09.06 06:39:08.589194 [ 3 ] {95bb3f87-e397-4b0b-9018-d04053f767d0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8019 | 2024.09.06 06:39:08.590061 [ 3 ] {95bb3f87-e397-4b0b-9018-d04053f767d0} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8020 | 2024.09.06 06:39:08.590263 [ 60 ] {} <Debug> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
8021 | 2024.09.06 06:39:08.590281 [ 3 ] {95bb3f87-e397-4b0b-9018-d04053f767d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004836 sec., 1240.6947890818858 rows/sec., 64.82 KiB/sec. | ||
8022 | 2024.09.06 06:39:08.590327 [ 60 ] {} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8023 | 2024.09.06 06:39:08.590403 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8024 | 2024.09.06 06:39:08.590736 [ 3 ] {95bb3f87-e397-4b0b-9018-d04053f767d0} <Debug> DynamicQueryHandler: Done processing query | ||
8025 | 2024.09.06 06:39:08.590828 [ 3 ] {95bb3f87-e397-4b0b-9018-d04053f767d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8026 | 2024.09.06 06:39:08.590909 [ 3 ] {} <Debug> HTTP-Session: 0ff7fff1-f4b1-4f75-929a-22ac7070c556 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8027 | 2024.09.06 06:39:08.591075 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::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 | ||
8028 | 2024.09.06 06:39:08.591223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8029 | 2024.09.06 06:39:08.591266 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2743 rows, containing 5 columns (5 merged, 0 gathered) in 0.007126438 sec., 384904.77290337754 rows/sec., 29.37 MiB/sec. | ||
8030 | 2024.09.06 06:39:08.591377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8031 | 2024.09.06 06:39:08.591461 [ 3 ] {} <Debug> HTTP-Session: 2dd20b84-bce6-4c88-b9f8-ba510e23a5b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8032 | 2024.09.06 06:39:08.591515 [ 3 ] {} <Debug> HTTP-Session: 2dd20b84-bce6-4c88-b9f8-ba510e23a5b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8033 | 2024.09.06 06:39:08.591577 [ 3 ] {} <Debug> HTTP-Session: 2dd20b84-bce6-4c88-b9f8-ba510e23a5b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8034 | 2024.09.06 06:39:08.591604 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8035 | 2024.09.06 06:39:08.591647 [ 3 ] {} <Trace> HTTP-Session: 2dd20b84-bce6-4c88-b9f8-ba510e23a5b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8036 | 2024.09.06 06:39:08.591673 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
8037 | 2024.09.06 06:39:08.591738 [ 197 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8038 | 2024.09.06 06:39:08.591989 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
8039 | 2024.09.06 06:39:08.592200 [ 3 ] {c9312c76-eed9-4706-9f93-e589096ba0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8040 | 2024.09.06 06:39:08.592439 [ 3 ] {c9312c76-eed9-4706-9f93-e589096ba0a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8041 | 2024.09.06 06:39:08.592463 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
8042 | 2024.09.06 06:39:08.592936 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
8043 | 2024.09.06 06:39:08.593305 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
8044 | 2024.09.06 06:39:08.593901 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
8045 | 2024.09.06 06:39:08.594268 [ 3 ] {c9312c76-eed9-4706-9f93-e589096ba0a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8046 | 2024.09.06 06:39:08.595443 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_41_8} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8047 | 2024.09.06 06:39:08.595824 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_41_8} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8048 | 2024.09.06 06:39:08.595931 [ 3 ] {c9312c76-eed9-4706-9f93-e589096ba0a0} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8049 | 2024.09.06 06:39:08.596066 [ 3 ] {c9312c76-eed9-4706-9f93-e589096ba0a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8050 | 2024.09.06 06:39:08.596163 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
8051 | 2024.09.06 06:39:08.597404 [ 3 ] {c9312c76-eed9-4706-9f93-e589096ba0a0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8052 | 2024.09.06 06:39:08.597582 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.007026516 sec., 13662.532042907182 rows/sec., 713.81 KiB/sec. | ||
8053 | 2024.09.06 06:39:08.597804 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
8054 | 2024.09.06 06:39:08.598358 [ 3 ] {c9312c76-eed9-4706-9f93-e589096ba0a0} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8055 | 2024.09.06 06:39:08.598655 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8056 | 2024.09.06 06:39:08.598727 [ 3 ] {c9312c76-eed9-4706-9f93-e589096ba0a0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00686 sec., 34548.104956268224 rows/sec., 2.32 MiB/sec. | ||
8057 | 2024.09.06 06:39:08.598754 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8058 | 2024.09.06 06:39:08.598853 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8059 | 2024.09.06 06:39:08.598874 [ 197 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_16_3} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8060 | 2024.09.06 06:39:08.599467 [ 197 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_16_3} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
8061 | 2024.09.06 06:39:08.599510 [ 3 ] {c9312c76-eed9-4706-9f93-e589096ba0a0} <Debug> DynamicQueryHandler: Done processing query | ||
8062 | 2024.09.06 06:39:08.599507 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
8063 | 2024.09.06 06:39:08.599610 [ 3 ] {c9312c76-eed9-4706-9f93-e589096ba0a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8064 | 2024.09.06 06:39:08.599772 [ 3 ] {} <Debug> HTTP-Session: 2dd20b84-bce6-4c88-b9f8-ba510e23a5b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8065 | 2024.09.06 06:39:08.599952 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8066 | 2024.09.06 06:39:08.600154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8067 | 2024.09.06 06:39:08.600345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8068 | 2024.09.06 06:39:08.600457 [ 3 ] {} <Debug> HTTP-Session: 8109e866-6f31-4172-a07c-89134cd0dc6d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8069 | 2024.09.06 06:39:08.600550 [ 3 ] {} <Debug> HTTP-Session: 8109e866-6f31-4172-a07c-89134cd0dc6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8070 | 2024.09.06 06:39:08.600554 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8071 | 2024.09.06 06:39:08.600591 [ 3 ] {} <Debug> HTTP-Session: 8109e866-6f31-4172-a07c-89134cd0dc6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8072 | 2024.09.06 06:39:08.600663 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10913 rows starting from the beginning of the part | ||
8073 | 2024.09.06 06:39:08.600681 [ 3 ] {} <Trace> HTTP-Session: 8109e866-6f31-4172-a07c-89134cd0dc6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8074 | 2024.09.06 06:39:08.600929 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
8075 | 2024.09.06 06:39:08.600971 [ 3 ] {f0d38912-cd65-440d-8130-0d0ea503540f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8076 | 2024.09.06 06:39:08.601155 [ 3 ] {f0d38912-cd65-440d-8130-0d0ea503540f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8077 | 2024.09.06 06:39:08.601240 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 849 rows starting from the beginning of the part | ||
8078 | 2024.09.06 06:39:08.601603 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 238 rows starting from the beginning of the part | ||
8079 | 2024.09.06 06:39:08.601986 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 161 rows starting from the beginning of the part | ||
8080 | 2024.09.06 06:39:08.602389 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part | ||
8081 | 2024.09.06 06:39:08.602483 [ 3 ] {f0d38912-cd65-440d-8130-0d0ea503540f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8082 | 2024.09.06 06:39:08.603373 [ 3 ] {f0d38912-cd65-440d-8130-0d0ea503540f} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8083 | 2024.09.06 06:39:08.603447 [ 3 ] {f0d38912-cd65-440d-8130-0d0ea503540f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8084 | 2024.09.06 06:39:08.604068 [ 3 ] {f0d38912-cd65-440d-8130-0d0ea503540f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8085 | 2024.09.06 06:39:08.604507 [ 3 ] {f0d38912-cd65-440d-8130-0d0ea503540f} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8086 | 2024.09.06 06:39:08.604861 [ 3 ] {f0d38912-cd65-440d-8130-0d0ea503540f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004008 sec., 249.500998003992 rows/sec., 16.81 KiB/sec. | ||
8087 | 2024.09.06 06:39:08.605221 [ 3 ] {f0d38912-cd65-440d-8130-0d0ea503540f} <Debug> DynamicQueryHandler: Done processing query | ||
8088 | 2024.09.06 06:39:08.605289 [ 3 ] {f0d38912-cd65-440d-8130-0d0ea503540f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8089 | 2024.09.06 06:39:08.605342 [ 3 ] {} <Debug> HTTP-Session: 8109e866-6f31-4172-a07c-89134cd0dc6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8090 | 2024.09.06 06:39:08.605527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14143, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8091 | 2024.09.06 06:39:08.605644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8092 | 2024.09.06 06:39:08.605693 [ 3 ] {} <Debug> HTTP-Session: 06c5d8af-b739-4f52-aabd-df219d6a50be Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8093 | 2024.09.06 06:39:08.605747 [ 3 ] {} <Debug> HTTP-Session: 06c5d8af-b739-4f52-aabd-df219d6a50be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8094 | 2024.09.06 06:39:08.605788 [ 3 ] {} <Debug> HTTP-Session: 06c5d8af-b739-4f52-aabd-df219d6a50be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8095 | 2024.09.06 06:39:08.605919 [ 3 ] {} <Trace> HTTP-Session: 06c5d8af-b739-4f52-aabd-df219d6a50be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8096 | 2024.09.06 06:39:08.606101 [ 3 ] {7741b621-d2b2-4ce2-a753-fda390b88e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8097 | 2024.09.06 06:39:08.606180 [ 3 ] {7741b621-d2b2-4ce2-a753-fda390b88e2e} <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_histogramu64 | ||
8098 | 2024.09.06 06:39:08.606942 [ 3 ] {7741b621-d2b2-4ce2-a753-fda390b88e2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8099 | 2024.09.06 06:39:08.607709 [ 3 ] {7741b621-d2b2-4ce2-a753-fda390b88e2e} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8100 | 2024.09.06 06:39:08.607746 [ 3 ] {7741b621-d2b2-4ce2-a753-fda390b88e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8101 | 2024.09.06 06:39:08.608907 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12635 rows, containing 5 columns (5 merged, 0 gathered) in 0.009863992 sec., 1280921.5579250266 rows/sec., 86.66 MiB/sec. | ||
8102 | 2024.09.06 06:39:08.609088 [ 3 ] {7741b621-d2b2-4ce2-a753-fda390b88e2e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8103 | 2024.09.06 06:39:08.609260 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8104 | 2024.09.06 06:39:08.610364 [ 3 ] {7741b621-d2b2-4ce2-a753-fda390b88e2e} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8105 | 2024.09.06 06:39:08.610379 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8106 | 2024.09.06 06:39:08.610520 [ 194 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8107 | 2024.09.06 06:39:08.610822 [ 3 ] {7741b621-d2b2-4ce2-a753-fda390b88e2e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004817 sec., 1660.7847207805687 rows/sec., 2.98 MiB/sec. | ||
8108 | 2024.09.06 06:39:08.610836 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. | ||
8109 | 2024.09.06 06:39:08.610858 [ 60 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8110 | 2024.09.06 06:39:08.611016 [ 60 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8111 | 2024.09.06 06:39:08.611127 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8112 | 2024.09.06 06:39:08.611346 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
8113 | 2024.09.06 06:39:08.611419 [ 3 ] {7741b621-d2b2-4ce2-a753-fda390b88e2e} <Debug> DynamicQueryHandler: Done processing query | ||
8114 | 2024.09.06 06:39:08.611453 [ 3 ] {7741b621-d2b2-4ce2-a753-fda390b88e2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8115 | 2024.09.06 06:39:08.611481 [ 3 ] {} <Debug> HTTP-Session: 06c5d8af-b739-4f52-aabd-df219d6a50be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8116 | 2024.09.06 06:39:08.611635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8117 | 2024.09.06 06:39:08.611711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8118 | 2024.09.06 06:39:08.611728 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8119 | 2024.09.06 06:39:08.611738 [ 3 ] {} <Debug> HTTP-Session: d4cdc9c1-61ff-425c-a007-0b30a1dd3319 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8120 | 2024.09.06 06:39:08.611768 [ 3 ] {} <Debug> HTTP-Session: d4cdc9c1-61ff-425c-a007-0b30a1dd3319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8121 | 2024.09.06 06:39:08.611794 [ 3 ] {} <Debug> HTTP-Session: d4cdc9c1-61ff-425c-a007-0b30a1dd3319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8122 | 2024.09.06 06:39:08.611821 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 549 rows starting from the beginning of the part | ||
8123 | 2024.09.06 06:39:08.611836 [ 3 ] {} <Trace> HTTP-Session: d4cdc9c1-61ff-425c-a007-0b30a1dd3319 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8124 | 2024.09.06 06:39:08.612067 [ 3 ] {eec6bb10-1a1a-43e2-8d23-ba414ab74e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8125 | 2024.09.06 06:39:08.612153 [ 3 ] {eec6bb10-1a1a-43e2-8d23-ba414ab74e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8126 | 2024.09.06 06:39:08.612162 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
8127 | 2024.09.06 06:39:08.612694 [ 3 ] {eec6bb10-1a1a-43e2-8d23-ba414ab74e42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8128 | 2024.09.06 06:39:08.612705 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 31 rows starting from the beginning of the part | ||
8129 | 2024.09.06 06:39:08.613223 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
8130 | 2024.09.06 06:39:08.613528 [ 3 ] {eec6bb10-1a1a-43e2-8d23-ba414ab74e42} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8131 | 2024.09.06 06:39:08.613583 [ 3 ] {eec6bb10-1a1a-43e2-8d23-ba414ab74e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8132 | 2024.09.06 06:39:08.613609 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part | ||
8133 | 2024.09.06 06:39:08.613940 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
8134 | 2024.09.06 06:39:08.614407 [ 3 ] {eec6bb10-1a1a-43e2-8d23-ba414ab74e42} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8135 | 2024.09.06 06:39:08.614905 [ 3 ] {eec6bb10-1a1a-43e2-8d23-ba414ab74e42} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8136 | 2024.09.06 06:39:08.615052 [ 3 ] {eec6bb10-1a1a-43e2-8d23-ba414ab74e42} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003112 sec., 26349.61439588689 rows/sec., 1.67 MiB/sec. | ||
8137 | 2024.09.06 06:39:08.615065 [ 59 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8138 | 2024.09.06 06:39:08.615123 [ 59 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8139 | 2024.09.06 06:39:08.615154 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8140 | 2024.09.06 06:39:08.615302 [ 3 ] {eec6bb10-1a1a-43e2-8d23-ba414ab74e42} <Debug> DynamicQueryHandler: Done processing query | ||
8141 | 2024.09.06 06:39:08.615369 [ 3 ] {eec6bb10-1a1a-43e2-8d23-ba414ab74e42} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8142 | 2024.09.06 06:39:08.615459 [ 3 ] {} <Debug> HTTP-Session: d4cdc9c1-61ff-425c-a007-0b30a1dd3319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8143 | 2024.09.06 06:39:08.615537 [ 197 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
8144 | 2024.09.06 06:39:08.616023 [ 197 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8145 | 2024.09.06 06:39:08.616134 [ 197 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2290 rows starting from the beginning of the part | ||
8146 | 2024.09.06 06:39:08.616451 [ 197 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
8147 | 2024.09.06 06:39:08.616751 [ 197 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
8148 | 2024.09.06 06:39:08.617057 [ 197 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
8149 | 2024.09.06 06:39:08.617427 [ 197 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
8150 | 2024.09.06 06:39:08.617780 [ 197 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
8151 | 2024.09.06 06:39:08.621493 [ 186 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2656 rows, containing 4 columns (4 merged, 0 gathered) in 0.006249191 sec., 425015.01394340483 rows/sec., 27.82 MiB/sec. | ||
8152 | 2024.09.06 06:39:08.621830 [ 198 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8153 | 2024.09.06 06:39:08.622634 [ 198 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_41_8} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8154 | 2024.09.06 06:39:08.622719 [ 198 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_41_8} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8155 | 2024.09.06 06:39:08.622814 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
8156 | 2024.09.06 06:39:08.623297 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 635 rows, containing 19 columns (19 merged, 0 gathered) in 0.012058784 sec., 52658.70920318334 rows/sec., 94.36 MiB/sec. | ||
8157 | 2024.09.06 06:39:08.624330 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8158 | 2024.09.06 06:39:08.624944 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8159 | 2024.09.06 06:39:08.625031 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8160 | 2024.09.06 06:39:08.625188 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
8161 | 2024.09.06 06:39:09.000150 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.56 MiB, peak 204.10 MiB, free memory in arenas 0.00 B, will set to 194.57 MiB (RSS), difference: 1.01 MiB | ||
8162 | 2024.09.06 06:39:13.559267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8163 | 2024.09.06 06:39:13.559469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8164 | 2024.09.06 06:39:13.559517 [ 3 ] {} <Debug> HTTP-Session: d3302214-7b2e-49b8-b3e5-b4ddf9679eec Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8165 | 2024.09.06 06:39:13.559560 [ 3 ] {} <Debug> HTTP-Session: d3302214-7b2e-49b8-b3e5-b4ddf9679eec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8166 | 2024.09.06 06:39:13.559590 [ 3 ] {} <Debug> HTTP-Session: d3302214-7b2e-49b8-b3e5-b4ddf9679eec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8167 | 2024.09.06 06:39:13.559671 [ 3 ] {} <Trace> HTTP-Session: d3302214-7b2e-49b8-b3e5-b4ddf9679eec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8168 | 2024.09.06 06:39:13.559959 [ 3 ] {916ec0eb-e442-42e4-b948-f78d5580c55b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8169 | 2024.09.06 06:39:13.560070 [ 3 ] {916ec0eb-e442-42e4-b948-f78d5580c55b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8170 | 2024.09.06 06:39:13.560496 [ 3 ] {916ec0eb-e442-42e4-b948-f78d5580c55b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8171 | 2024.09.06 06:39:13.560941 [ 3 ] {916ec0eb-e442-42e4-b948-f78d5580c55b} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8172 | 2024.09.06 06:39:13.560983 [ 3 ] {916ec0eb-e442-42e4-b948-f78d5580c55b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8173 | 2024.09.06 06:39:13.561406 [ 3 ] {916ec0eb-e442-42e4-b948-f78d5580c55b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8174 | 2024.09.06 06:39:13.561812 [ 3 ] {916ec0eb-e442-42e4-b948-f78d5580c55b} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8175 | 2024.09.06 06:39:13.561982 [ 3 ] {916ec0eb-e442-42e4-b948-f78d5580c55b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002112 sec., 946.9696969696969 rows/sec., 77.22 KiB/sec. | ||
8176 | 2024.09.06 06:39:13.562001 [ 56 ] {} <Debug> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
8177 | 2024.09.06 06:39:13.562127 [ 56 ] {} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8178 | 2024.09.06 06:39:13.562178 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8179 | 2024.09.06 06:39:13.562306 [ 3 ] {916ec0eb-e442-42e4-b948-f78d5580c55b} <Debug> DynamicQueryHandler: Done processing query | ||
8180 | 2024.09.06 06:39:13.562389 [ 3 ] {916ec0eb-e442-42e4-b948-f78d5580c55b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8181 | 2024.09.06 06:39:13.562463 [ 3 ] {} <Debug> HTTP-Session: d3302214-7b2e-49b8-b3e5-b4ddf9679eec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8182 | 2024.09.06 06:39:13.562651 [ 190 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
8183 | 2024.09.06 06:39:13.562770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8184 | 2024.09.06 06:39:13.562882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8185 | 2024.09.06 06:39:13.562934 [ 3 ] {} <Debug> HTTP-Session: 2425bf5c-1a91-4f76-8620-f79511d38752 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8186 | 2024.09.06 06:39:13.562990 [ 190 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8187 | 2024.09.06 06:39:13.562990 [ 3 ] {} <Debug> HTTP-Session: 2425bf5c-1a91-4f76-8620-f79511d38752 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8188 | 2024.09.06 06:39:13.563053 [ 3 ] {} <Debug> HTTP-Session: 2425bf5c-1a91-4f76-8620-f79511d38752 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8189 | 2024.09.06 06:39:13.563066 [ 190 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
8190 | 2024.09.06 06:39:13.563123 [ 3 ] {} <Trace> HTTP-Session: 2425bf5c-1a91-4f76-8620-f79511d38752 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8191 | 2024.09.06 06:39:13.563348 [ 190 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
8192 | 2024.09.06 06:39:13.563511 [ 3 ] {09bd3924-1713-458e-81e0-5db1e4d0d3aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8193 | 2024.09.06 06:39:13.563693 [ 3 ] {09bd3924-1713-458e-81e0-5db1e4d0d3aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8194 | 2024.09.06 06:39:13.563704 [ 190 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part | ||
8195 | 2024.09.06 06:39:13.564096 [ 190 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
8196 | 2024.09.06 06:39:13.564371 [ 190 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::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 | ||
8197 | 2024.09.06 06:39:13.564770 [ 190 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::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 | ||
8198 | 2024.09.06 06:39:13.565428 [ 3 ] {09bd3924-1713-458e-81e0-5db1e4d0d3aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8199 | 2024.09.06 06:39:13.566446 [ 3 ] {09bd3924-1713-458e-81e0-5db1e4d0d3aa} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8200 | 2024.09.06 06:39:13.566524 [ 3 ] {09bd3924-1713-458e-81e0-5db1e4d0d3aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8201 | 2024.09.06 06:39:13.567625 [ 190 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.005355333 sec., 6722.271052052225 rows/sec., 574.41 KiB/sec. | ||
8202 | 2024.09.06 06:39:13.567672 [ 3 ] {09bd3924-1713-458e-81e0-5db1e4d0d3aa} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8203 | 2024.09.06 06:39:13.567820 [ 190 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
8204 | 2024.09.06 06:39:13.568618 [ 3 ] {09bd3924-1713-458e-81e0-5db1e4d0d3aa} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8205 | 2024.09.06 06:39:13.568830 [ 190 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_14_3} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8206 | 2024.09.06 06:39:13.568903 [ 3 ] {09bd3924-1713-458e-81e0-5db1e4d0d3aa} <Debug> executeQuery: Read 119 rows, 10.29 KiB in 0.00558 sec., 21326.16487455197 rows/sec., 1.80 MiB/sec. | ||
8207 | 2024.09.06 06:39:13.569050 [ 190 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_14_3} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
8208 | 2024.09.06 06:39:13.569234 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8209 | 2024.09.06 06:39:13.569308 [ 3 ] {09bd3924-1713-458e-81e0-5db1e4d0d3aa} <Debug> DynamicQueryHandler: Done processing query | ||
8210 | 2024.09.06 06:39:13.569337 [ 3 ] {09bd3924-1713-458e-81e0-5db1e4d0d3aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8211 | 2024.09.06 06:39:13.569355 [ 3 ] {} <Debug> HTTP-Session: 2425bf5c-1a91-4f76-8620-f79511d38752 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8212 | 2024.09.06 06:39:13.569506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8213 | 2024.09.06 06:39:13.569555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8214 | 2024.09.06 06:39:13.569578 [ 3 ] {} <Debug> HTTP-Session: f4ad4053-2e2c-4dbe-814e-e8d1bd9e4e33 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8215 | 2024.09.06 06:39:13.569597 [ 3 ] {} <Debug> HTTP-Session: f4ad4053-2e2c-4dbe-814e-e8d1bd9e4e33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8216 | 2024.09.06 06:39:13.569612 [ 3 ] {} <Debug> HTTP-Session: f4ad4053-2e2c-4dbe-814e-e8d1bd9e4e33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8217 | 2024.09.06 06:39:13.569665 [ 3 ] {} <Trace> HTTP-Session: f4ad4053-2e2c-4dbe-814e-e8d1bd9e4e33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8218 | 2024.09.06 06:39:13.569790 [ 3 ] {f651675d-2e1a-4c64-82ca-d532fa9e479d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8219 | 2024.09.06 06:39:13.569835 [ 3 ] {f651675d-2e1a-4c64-82ca-d532fa9e479d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8220 | 2024.09.06 06:39:13.570089 [ 3 ] {f651675d-2e1a-4c64-82ca-d532fa9e479d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8221 | 2024.09.06 06:39:13.570509 [ 3 ] {f651675d-2e1a-4c64-82ca-d532fa9e479d} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8222 | 2024.09.06 06:39:13.570559 [ 3 ] {f651675d-2e1a-4c64-82ca-d532fa9e479d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8223 | 2024.09.06 06:39:13.571011 [ 3 ] {f651675d-2e1a-4c64-82ca-d532fa9e479d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8224 | 2024.09.06 06:39:13.571428 [ 3 ] {f651675d-2e1a-4c64-82ca-d532fa9e479d} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8225 | 2024.09.06 06:39:13.571575 [ 3 ] {f651675d-2e1a-4c64-82ca-d532fa9e479d} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001822 sec., 18111.964873765093 rows/sec., 1.32 MiB/sec. | ||
8226 | 2024.09.06 06:39:13.571763 [ 3 ] {f651675d-2e1a-4c64-82ca-d532fa9e479d} <Debug> DynamicQueryHandler: Done processing query | ||
8227 | 2024.09.06 06:39:13.571787 [ 3 ] {f651675d-2e1a-4c64-82ca-d532fa9e479d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8228 | 2024.09.06 06:39:13.571803 [ 3 ] {} <Debug> HTTP-Session: f4ad4053-2e2c-4dbe-814e-e8d1bd9e4e33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8229 | 2024.09.06 06:39:13.571958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8230 | 2024.09.06 06:39:13.572008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8231 | 2024.09.06 06:39:13.572028 [ 3 ] {} <Debug> HTTP-Session: 8a8f4079-74f3-44a2-a7b0-ab24ef24005e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8232 | 2024.09.06 06:39:13.572045 [ 3 ] {} <Debug> HTTP-Session: 8a8f4079-74f3-44a2-a7b0-ab24ef24005e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8233 | 2024.09.06 06:39:13.572059 [ 3 ] {} <Debug> HTTP-Session: 8a8f4079-74f3-44a2-a7b0-ab24ef24005e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8234 | 2024.09.06 06:39:13.572090 [ 3 ] {} <Trace> HTTP-Session: 8a8f4079-74f3-44a2-a7b0-ab24ef24005e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8235 | 2024.09.06 06:39:13.572225 [ 3 ] {30390a05-2d3c-4166-9bef-cd170511df0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8236 | 2024.09.06 06:39:13.572267 [ 3 ] {30390a05-2d3c-4166-9bef-cd170511df0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8237 | 2024.09.06 06:39:13.572499 [ 3 ] {30390a05-2d3c-4166-9bef-cd170511df0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8238 | 2024.09.06 06:39:13.572919 [ 3 ] {30390a05-2d3c-4166-9bef-cd170511df0e} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8239 | 2024.09.06 06:39:13.572956 [ 3 ] {30390a05-2d3c-4166-9bef-cd170511df0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8240 | 2024.09.06 06:39:13.573315 [ 3 ] {30390a05-2d3c-4166-9bef-cd170511df0e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8241 | 2024.09.06 06:39:13.573673 [ 3 ] {30390a05-2d3c-4166-9bef-cd170511df0e} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8242 | 2024.09.06 06:39:13.573833 [ 3 ] {30390a05-2d3c-4166-9bef-cd170511df0e} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00165 sec., 58787.87878787879 rows/sec., 4.59 MiB/sec. | ||
8243 | 2024.09.06 06:39:13.574009 [ 3 ] {30390a05-2d3c-4166-9bef-cd170511df0e} <Debug> DynamicQueryHandler: Done processing query | ||
8244 | 2024.09.06 06:39:13.574033 [ 3 ] {30390a05-2d3c-4166-9bef-cd170511df0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8245 | 2024.09.06 06:39:13.574049 [ 3 ] {} <Debug> HTTP-Session: 8a8f4079-74f3-44a2-a7b0-ab24ef24005e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8246 | 2024.09.06 06:39:13.574238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8247 | 2024.09.06 06:39:13.574285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8248 | 2024.09.06 06:39:13.574305 [ 3 ] {} <Debug> HTTP-Session: ac1f0989-a3f9-4b68-ac7d-fc66e8867b8f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8249 | 2024.09.06 06:39:13.574322 [ 3 ] {} <Debug> HTTP-Session: ac1f0989-a3f9-4b68-ac7d-fc66e8867b8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8250 | 2024.09.06 06:39:13.574335 [ 3 ] {} <Debug> HTTP-Session: ac1f0989-a3f9-4b68-ac7d-fc66e8867b8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8251 | 2024.09.06 06:39:13.574366 [ 3 ] {} <Trace> HTTP-Session: ac1f0989-a3f9-4b68-ac7d-fc66e8867b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8252 | 2024.09.06 06:39:13.574509 [ 3 ] {02073aa5-1ed9-447f-841c-9cebe45fc8bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8253 | 2024.09.06 06:39:13.574556 [ 3 ] {02073aa5-1ed9-447f-841c-9cebe45fc8bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8254 | 2024.09.06 06:39:13.574705 [ 3 ] {02073aa5-1ed9-447f-841c-9cebe45fc8bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8255 | 2024.09.06 06:39:13.575298 [ 3 ] {02073aa5-1ed9-447f-841c-9cebe45fc8bc} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8256 | 2024.09.06 06:39:13.575335 [ 3 ] {02073aa5-1ed9-447f-841c-9cebe45fc8bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8257 | 2024.09.06 06:39:13.575726 [ 3 ] {02073aa5-1ed9-447f-841c-9cebe45fc8bc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8258 | 2024.09.06 06:39:13.576061 [ 3 ] {02073aa5-1ed9-447f-841c-9cebe45fc8bc} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8259 | 2024.09.06 06:39:13.576223 [ 3 ] {02073aa5-1ed9-447f-841c-9cebe45fc8bc} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001771 sec., 90909.09090909091 rows/sec., 6.33 MiB/sec. | ||
8260 | 2024.09.06 06:39:13.576497 [ 3 ] {02073aa5-1ed9-447f-841c-9cebe45fc8bc} <Debug> DynamicQueryHandler: Done processing query | ||
8261 | 2024.09.06 06:39:13.576539 [ 3 ] {02073aa5-1ed9-447f-841c-9cebe45fc8bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8262 | 2024.09.06 06:39:13.576574 [ 3 ] {} <Debug> HTTP-Session: ac1f0989-a3f9-4b68-ac7d-fc66e8867b8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8263 | 2024.09.06 06:39:13.576766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8264 | 2024.09.06 06:39:13.576815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8265 | 2024.09.06 06:39:13.576834 [ 3 ] {} <Debug> HTTP-Session: 586aa95e-80eb-4458-87d5-e98773cfb15d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8266 | 2024.09.06 06:39:13.576851 [ 3 ] {} <Debug> HTTP-Session: 586aa95e-80eb-4458-87d5-e98773cfb15d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8267 | 2024.09.06 06:39:13.576866 [ 3 ] {} <Debug> HTTP-Session: 586aa95e-80eb-4458-87d5-e98773cfb15d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8268 | 2024.09.06 06:39:13.576897 [ 3 ] {} <Trace> HTTP-Session: 586aa95e-80eb-4458-87d5-e98773cfb15d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8269 | 2024.09.06 06:39:13.577210 [ 3 ] {eb5acfc4-ea74-4838-b5dd-7b0d41342f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8270 | 2024.09.06 06:39:13.577279 [ 3 ] {eb5acfc4-ea74-4838-b5dd-7b0d41342f95} <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_histogramu64 | ||
8271 | 2024.09.06 06:39:13.577725 [ 3 ] {eb5acfc4-ea74-4838-b5dd-7b0d41342f95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8272 | 2024.09.06 06:39:13.578437 [ 3 ] {eb5acfc4-ea74-4838-b5dd-7b0d41342f95} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8273 | 2024.09.06 06:39:13.578472 [ 3 ] {eb5acfc4-ea74-4838-b5dd-7b0d41342f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8274 | 2024.09.06 06:39:13.579122 [ 3 ] {eb5acfc4-ea74-4838-b5dd-7b0d41342f95} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8275 | 2024.09.06 06:39:13.579539 [ 3 ] {eb5acfc4-ea74-4838-b5dd-7b0d41342f95} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8276 | 2024.09.06 06:39:13.579720 [ 3 ] {eb5acfc4-ea74-4838-b5dd-7b0d41342f95} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002728 sec., 11363.636363636364 rows/sec., 20.36 MiB/sec. | ||
8277 | 2024.09.06 06:39:13.579939 [ 3 ] {eb5acfc4-ea74-4838-b5dd-7b0d41342f95} <Debug> DynamicQueryHandler: Done processing query | ||
8278 | 2024.09.06 06:39:13.579963 [ 3 ] {eb5acfc4-ea74-4838-b5dd-7b0d41342f95} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8279 | 2024.09.06 06:39:13.579979 [ 3 ] {} <Debug> HTTP-Session: 586aa95e-80eb-4458-87d5-e98773cfb15d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8280 | 2024.09.06 06:39:13.580110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8281 | 2024.09.06 06:39:13.580158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8282 | 2024.09.06 06:39:13.580178 [ 3 ] {} <Debug> HTTP-Session: 807638ec-75a7-450b-b186-bd0f673efd8f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8283 | 2024.09.06 06:39:13.580194 [ 3 ] {} <Debug> HTTP-Session: 807638ec-75a7-450b-b186-bd0f673efd8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8284 | 2024.09.06 06:39:13.580208 [ 3 ] {} <Debug> HTTP-Session: 807638ec-75a7-450b-b186-bd0f673efd8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8285 | 2024.09.06 06:39:13.580239 [ 3 ] {} <Trace> HTTP-Session: 807638ec-75a7-450b-b186-bd0f673efd8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8286 | 2024.09.06 06:39:13.580352 [ 3 ] {ff8e3302-7f41-4042-a423-38e56ab2ec40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8287 | 2024.09.06 06:39:13.580396 [ 3 ] {ff8e3302-7f41-4042-a423-38e56ab2ec40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8288 | 2024.09.06 06:39:13.580525 [ 3 ] {ff8e3302-7f41-4042-a423-38e56ab2ec40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8289 | 2024.09.06 06:39:13.580813 [ 3 ] {ff8e3302-7f41-4042-a423-38e56ab2ec40} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8290 | 2024.09.06 06:39:13.580849 [ 3 ] {ff8e3302-7f41-4042-a423-38e56ab2ec40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8291 | 2024.09.06 06:39:13.581201 [ 3 ] {ff8e3302-7f41-4042-a423-38e56ab2ec40} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8292 | 2024.09.06 06:39:13.581528 [ 3 ] {ff8e3302-7f41-4042-a423-38e56ab2ec40} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8293 | 2024.09.06 06:39:13.581690 [ 3 ] {ff8e3302-7f41-4042-a423-38e56ab2ec40} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
8294 | 2024.09.06 06:39:13.581975 [ 3 ] {ff8e3302-7f41-4042-a423-38e56ab2ec40} <Debug> DynamicQueryHandler: Done processing query | ||
8295 | 2024.09.06 06:39:13.582016 [ 3 ] {ff8e3302-7f41-4042-a423-38e56ab2ec40} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8296 | 2024.09.06 06:39:13.582038 [ 3 ] {} <Debug> HTTP-Session: 807638ec-75a7-450b-b186-bd0f673efd8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8297 | 2024.09.06 06:39:15.502899 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8298 | 2024.09.06 06:39:15.502949 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8299 | 2024.09.06 06:39:18.563075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8300 | 2024.09.06 06:39:18.563219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8301 | 2024.09.06 06:39:18.563245 [ 3 ] {} <Debug> HTTP-Session: b1b14b2a-2955-4a18-8d9c-7614074ed86e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8302 | 2024.09.06 06:39:18.563270 [ 3 ] {} <Debug> HTTP-Session: b1b14b2a-2955-4a18-8d9c-7614074ed86e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8303 | 2024.09.06 06:39:18.563293 [ 3 ] {} <Debug> HTTP-Session: b1b14b2a-2955-4a18-8d9c-7614074ed86e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8304 | 2024.09.06 06:39:18.563359 [ 3 ] {} <Trace> HTTP-Session: b1b14b2a-2955-4a18-8d9c-7614074ed86e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8305 | 2024.09.06 06:39:18.563687 [ 3 ] {a80f021f-fa5b-49be-851b-16da42e77714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8306 | 2024.09.06 06:39:18.563777 [ 3 ] {a80f021f-fa5b-49be-851b-16da42e77714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8307 | 2024.09.06 06:39:18.564187 [ 3 ] {a80f021f-fa5b-49be-851b-16da42e77714} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8308 | 2024.09.06 06:39:18.564767 [ 3 ] {a80f021f-fa5b-49be-851b-16da42e77714} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8309 | 2024.09.06 06:39:18.564810 [ 3 ] {a80f021f-fa5b-49be-851b-16da42e77714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8310 | 2024.09.06 06:39:18.565240 [ 3 ] {a80f021f-fa5b-49be-851b-16da42e77714} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8311 | 2024.09.06 06:39:18.565645 [ 3 ] {a80f021f-fa5b-49be-851b-16da42e77714} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8312 | 2024.09.06 06:39:18.565806 [ 3 ] {a80f021f-fa5b-49be-851b-16da42e77714} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002267 sec., 90427.87825319807 rows/sec., 7.96 MiB/sec. | ||
8313 | 2024.09.06 06:39:18.566038 [ 3 ] {a80f021f-fa5b-49be-851b-16da42e77714} <Debug> DynamicQueryHandler: Done processing query | ||
8314 | 2024.09.06 06:39:18.566064 [ 3 ] {a80f021f-fa5b-49be-851b-16da42e77714} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8315 | 2024.09.06 06:39:18.566080 [ 3 ] {} <Debug> HTTP-Session: b1b14b2a-2955-4a18-8d9c-7614074ed86e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8316 | 2024.09.06 06:39:18.566250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8317 | 2024.09.06 06:39:18.566301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8318 | 2024.09.06 06:39:18.566320 [ 3 ] {} <Debug> HTTP-Session: 1457b03e-5596-4a9f-b463-1185de2594e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8319 | 2024.09.06 06:39:18.566337 [ 3 ] {} <Debug> HTTP-Session: 1457b03e-5596-4a9f-b463-1185de2594e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8320 | 2024.09.06 06:39:18.566351 [ 3 ] {} <Debug> HTTP-Session: 1457b03e-5596-4a9f-b463-1185de2594e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8321 | 2024.09.06 06:39:18.566384 [ 3 ] {} <Trace> HTTP-Session: 1457b03e-5596-4a9f-b463-1185de2594e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8322 | 2024.09.06 06:39:18.566484 [ 3 ] {d084bea9-bb24-4c60-ad54-03df5b5bb891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8323 | 2024.09.06 06:39:18.566528 [ 3 ] {d084bea9-bb24-4c60-ad54-03df5b5bb891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8324 | 2024.09.06 06:39:18.566760 [ 3 ] {d084bea9-bb24-4c60-ad54-03df5b5bb891} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8325 | 2024.09.06 06:39:18.567074 [ 3 ] {d084bea9-bb24-4c60-ad54-03df5b5bb891} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8326 | 2024.09.06 06:39:18.567111 [ 3 ] {d084bea9-bb24-4c60-ad54-03df5b5bb891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8327 | 2024.09.06 06:39:18.567471 [ 3 ] {d084bea9-bb24-4c60-ad54-03df5b5bb891} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8328 | 2024.09.06 06:39:18.567829 [ 3 ] {d084bea9-bb24-4c60-ad54-03df5b5bb891} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8329 | 2024.09.06 06:39:18.567999 [ 3 ] {d084bea9-bb24-4c60-ad54-03df5b5bb891} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001532 sec., 5221.9321148825065 rows/sec., 392.66 KiB/sec. | ||
8330 | 2024.09.06 06:39:18.568293 [ 3 ] {d084bea9-bb24-4c60-ad54-03df5b5bb891} <Debug> DynamicQueryHandler: Done processing query | ||
8331 | 2024.09.06 06:39:18.568352 [ 3 ] {d084bea9-bb24-4c60-ad54-03df5b5bb891} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8332 | 2024.09.06 06:39:18.568388 [ 3 ] {} <Debug> HTTP-Session: 1457b03e-5596-4a9f-b463-1185de2594e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8333 | 2024.09.06 06:39:18.568526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8334 | 2024.09.06 06:39:18.568577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8335 | 2024.09.06 06:39:18.568597 [ 3 ] {} <Debug> HTTP-Session: d35605c2-dc4c-4caa-8956-80f50f15f870 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8336 | 2024.09.06 06:39:18.568614 [ 3 ] {} <Debug> HTTP-Session: d35605c2-dc4c-4caa-8956-80f50f15f870 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8337 | 2024.09.06 06:39:18.568628 [ 3 ] {} <Debug> HTTP-Session: d35605c2-dc4c-4caa-8956-80f50f15f870 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8338 | 2024.09.06 06:39:18.568659 [ 3 ] {} <Trace> HTTP-Session: d35605c2-dc4c-4caa-8956-80f50f15f870 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8339 | 2024.09.06 06:39:18.568762 [ 3 ] {ae541803-3353-4602-9b04-a48f481b850a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8340 | 2024.09.06 06:39:18.568808 [ 3 ] {ae541803-3353-4602-9b04-a48f481b850a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8341 | 2024.09.06 06:39:18.569055 [ 3 ] {ae541803-3353-4602-9b04-a48f481b850a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8342 | 2024.09.06 06:39:18.569371 [ 3 ] {ae541803-3353-4602-9b04-a48f481b850a} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8343 | 2024.09.06 06:39:18.569406 [ 3 ] {ae541803-3353-4602-9b04-a48f481b850a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8344 | 2024.09.06 06:39:18.569765 [ 3 ] {ae541803-3353-4602-9b04-a48f481b850a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8345 | 2024.09.06 06:39:18.570125 [ 3 ] {ae541803-3353-4602-9b04-a48f481b850a} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8346 | 2024.09.06 06:39:18.570258 [ 3 ] {ae541803-3353-4602-9b04-a48f481b850a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001524 sec., 9186.351706036745 rows/sec., 643.35 KiB/sec. | ||
8347 | 2024.09.06 06:39:18.570534 [ 3 ] {ae541803-3353-4602-9b04-a48f481b850a} <Debug> DynamicQueryHandler: Done processing query | ||
8348 | 2024.09.06 06:39:18.570576 [ 3 ] {ae541803-3353-4602-9b04-a48f481b850a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8349 | 2024.09.06 06:39:18.570594 [ 3 ] {} <Debug> HTTP-Session: d35605c2-dc4c-4caa-8956-80f50f15f870 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8350 | 2024.09.06 06:39:18.570716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8351 | 2024.09.06 06:39:18.570766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8352 | 2024.09.06 06:39:18.570785 [ 3 ] {} <Debug> HTTP-Session: d2dee569-cd0c-450f-b088-978a6a39ef44 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8353 | 2024.09.06 06:39:18.570801 [ 3 ] {} <Debug> HTTP-Session: d2dee569-cd0c-450f-b088-978a6a39ef44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8354 | 2024.09.06 06:39:18.570816 [ 3 ] {} <Debug> HTTP-Session: d2dee569-cd0c-450f-b088-978a6a39ef44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8355 | 2024.09.06 06:39:18.570846 [ 3 ] {} <Trace> HTTP-Session: d2dee569-cd0c-450f-b088-978a6a39ef44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8356 | 2024.09.06 06:39:18.570945 [ 3 ] {b44a41af-280f-4623-9cc2-c52994fa26b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8357 | 2024.09.06 06:39:18.570989 [ 3 ] {b44a41af-280f-4623-9cc2-c52994fa26b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8358 | 2024.09.06 06:39:18.571232 [ 3 ] {b44a41af-280f-4623-9cc2-c52994fa26b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8359 | 2024.09.06 06:39:18.571535 [ 3 ] {b44a41af-280f-4623-9cc2-c52994fa26b6} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8360 | 2024.09.06 06:39:18.571571 [ 3 ] {b44a41af-280f-4623-9cc2-c52994fa26b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8361 | 2024.09.06 06:39:18.571920 [ 3 ] {b44a41af-280f-4623-9cc2-c52994fa26b6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8362 | 2024.09.06 06:39:18.572265 [ 3 ] {b44a41af-280f-4623-9cc2-c52994fa26b6} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8363 | 2024.09.06 06:39:18.572407 [ 3 ] {b44a41af-280f-4623-9cc2-c52994fa26b6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 239.04 KiB/sec. | ||
8364 | 2024.09.06 06:39:18.572433 [ 48 ] {} <Debug> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
8365 | 2024.09.06 06:39:18.572542 [ 48 ] {} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8366 | 2024.09.06 06:39:18.572577 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8367 | 2024.09.06 06:39:18.572646 [ 3 ] {b44a41af-280f-4623-9cc2-c52994fa26b6} <Debug> DynamicQueryHandler: Done processing query | ||
8368 | 2024.09.06 06:39:18.572707 [ 3 ] {b44a41af-280f-4623-9cc2-c52994fa26b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8369 | 2024.09.06 06:39:18.572759 [ 3 ] {} <Debug> HTTP-Session: d2dee569-cd0c-450f-b088-978a6a39ef44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8370 | 2024.09.06 06:39:18.572822 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
8371 | 2024.09.06 06:39:18.573025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8372 | 2024.09.06 06:39:18.573071 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8373 | 2024.09.06 06:39:18.573139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8374 | 2024.09.06 06:39:18.573152 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part | ||
8375 | 2024.09.06 06:39:18.573181 [ 3 ] {} <Debug> HTTP-Session: 6480601a-6948-420a-81ec-9443a803c152 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8376 | 2024.09.06 06:39:18.573225 [ 3 ] {} <Debug> HTTP-Session: 6480601a-6948-420a-81ec-9443a803c152 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8377 | 2024.09.06 06:39:18.573270 [ 3 ] {} <Debug> HTTP-Session: 6480601a-6948-420a-81ec-9443a803c152 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8378 | 2024.09.06 06:39:18.573427 [ 3 ] {} <Trace> HTTP-Session: 6480601a-6948-420a-81ec-9443a803c152 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8379 | 2024.09.06 06:39:18.573438 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
8380 | 2024.09.06 06:39:18.573734 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
8381 | 2024.09.06 06:39:18.573949 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
8382 | 2024.09.06 06:39:18.573955 [ 3 ] {7a248bdb-5b1c-49b2-a5c4-5ee5bcec5ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8383 | 2024.09.06 06:39:18.574170 [ 3 ] {7a248bdb-5b1c-49b2-a5c4-5ee5bcec5ea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8384 | 2024.09.06 06:39:18.574240 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
8385 | 2024.09.06 06:39:18.575183 [ 3 ] {7a248bdb-5b1c-49b2-a5c4-5ee5bcec5ea4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8386 | 2024.09.06 06:39:18.576436 [ 3 ] {7a248bdb-5b1c-49b2-a5c4-5ee5bcec5ea4} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8387 | 2024.09.06 06:39:18.576500 [ 3 ] {7a248bdb-5b1c-49b2-a5c4-5ee5bcec5ea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8388 | 2024.09.06 06:39:18.576912 [ 187 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004228852 sec., 7094.123889887846 rows/sec., 450.31 KiB/sec. | ||
8389 | 2024.09.06 06:39:18.577179 [ 187 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
8390 | 2024.09.06 06:39:18.577330 [ 3 ] {7a248bdb-5b1c-49b2-a5c4-5ee5bcec5ea4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8391 | 2024.09.06 06:39:18.578459 [ 187 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_17_4} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8392 | 2024.09.06 06:39:18.578513 [ 3 ] {7a248bdb-5b1c-49b2-a5c4-5ee5bcec5ea4} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8393 | 2024.09.06 06:39:18.578654 [ 187 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_17_4} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
8394 | 2024.09.06 06:39:18.578828 [ 3 ] {7a248bdb-5b1c-49b2-a5c4-5ee5bcec5ea4} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005132 sec., 75993.7646141855 rows/sec., 5.39 MiB/sec. | ||
8395 | 2024.09.06 06:39:18.578890 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8396 | 2024.09.06 06:39:18.579137 [ 3 ] {7a248bdb-5b1c-49b2-a5c4-5ee5bcec5ea4} <Debug> DynamicQueryHandler: Done processing query | ||
8397 | 2024.09.06 06:39:18.579165 [ 3 ] {7a248bdb-5b1c-49b2-a5c4-5ee5bcec5ea4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8398 | 2024.09.06 06:39:18.579182 [ 3 ] {} <Debug> HTTP-Session: 6480601a-6948-420a-81ec-9443a803c152 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8399 | 2024.09.06 06:39:18.579313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8400 | 2024.09.06 06:39:18.579362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8401 | 2024.09.06 06:39:18.579382 [ 3 ] {} <Debug> HTTP-Session: e950f6d1-187b-458e-97b5-35cb8ff75e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8402 | 2024.09.06 06:39:18.579398 [ 3 ] {} <Debug> HTTP-Session: e950f6d1-187b-458e-97b5-35cb8ff75e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8403 | 2024.09.06 06:39:18.579412 [ 3 ] {} <Debug> HTTP-Session: e950f6d1-187b-458e-97b5-35cb8ff75e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8404 | 2024.09.06 06:39:18.579447 [ 3 ] {} <Trace> HTTP-Session: e950f6d1-187b-458e-97b5-35cb8ff75e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8405 | 2024.09.06 06:39:18.579544 [ 3 ] {9c217263-6b1a-43bd-a8e5-3ebd537922b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8406 | 2024.09.06 06:39:18.579589 [ 3 ] {9c217263-6b1a-43bd-a8e5-3ebd537922b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8407 | 2024.09.06 06:39:18.579738 [ 3 ] {9c217263-6b1a-43bd-a8e5-3ebd537922b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8408 | 2024.09.06 06:39:18.580003 [ 3 ] {9c217263-6b1a-43bd-a8e5-3ebd537922b1} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8409 | 2024.09.06 06:39:18.580041 [ 3 ] {9c217263-6b1a-43bd-a8e5-3ebd537922b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8410 | 2024.09.06 06:39:18.580408 [ 3 ] {9c217263-6b1a-43bd-a8e5-3ebd537922b1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8411 | 2024.09.06 06:39:18.580737 [ 3 ] {9c217263-6b1a-43bd-a8e5-3ebd537922b1} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8412 | 2024.09.06 06:39:18.580880 [ 3 ] {9c217263-6b1a-43bd-a8e5-3ebd537922b1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 230.84 KiB/sec. | ||
8413 | 2024.09.06 06:39:18.581046 [ 3 ] {9c217263-6b1a-43bd-a8e5-3ebd537922b1} <Debug> DynamicQueryHandler: Done processing query | ||
8414 | 2024.09.06 06:39:18.581070 [ 3 ] {9c217263-6b1a-43bd-a8e5-3ebd537922b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8415 | 2024.09.06 06:39:18.581086 [ 3 ] {} <Debug> HTTP-Session: e950f6d1-187b-458e-97b5-35cb8ff75e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8416 | 2024.09.06 06:39:18.581235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8417 | 2024.09.06 06:39:18.581282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8418 | 2024.09.06 06:39:18.581302 [ 3 ] {} <Debug> HTTP-Session: ea5b6f18-5dc6-4c3b-9ba2-e64e2d78b6cc Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8419 | 2024.09.06 06:39:18.581318 [ 3 ] {} <Debug> HTTP-Session: ea5b6f18-5dc6-4c3b-9ba2-e64e2d78b6cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8420 | 2024.09.06 06:39:18.581332 [ 3 ] {} <Debug> HTTP-Session: ea5b6f18-5dc6-4c3b-9ba2-e64e2d78b6cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8421 | 2024.09.06 06:39:18.581362 [ 3 ] {} <Trace> HTTP-Session: ea5b6f18-5dc6-4c3b-9ba2-e64e2d78b6cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8422 | 2024.09.06 06:39:18.581553 [ 3 ] {4b45fc2f-98c2-4eb0-a148-b6fef7226e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8423 | 2024.09.06 06:39:18.581599 [ 3 ] {4b45fc2f-98c2-4eb0-a148-b6fef7226e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8424 | 2024.09.06 06:39:18.581744 [ 3 ] {4b45fc2f-98c2-4eb0-a148-b6fef7226e74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8425 | 2024.09.06 06:39:18.582165 [ 3 ] {4b45fc2f-98c2-4eb0-a148-b6fef7226e74} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8426 | 2024.09.06 06:39:18.582201 [ 3 ] {4b45fc2f-98c2-4eb0-a148-b6fef7226e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8427 | 2024.09.06 06:39:18.582585 [ 3 ] {4b45fc2f-98c2-4eb0-a148-b6fef7226e74} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8428 | 2024.09.06 06:39:18.582927 [ 3 ] {4b45fc2f-98c2-4eb0-a148-b6fef7226e74} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8429 | 2024.09.06 06:39:18.583085 [ 3 ] {4b45fc2f-98c2-4eb0-a148-b6fef7226e74} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001626 sec., 145756.45756457563 rows/sec., 9.77 MiB/sec. | ||
8430 | 2024.09.06 06:39:18.583373 [ 3 ] {4b45fc2f-98c2-4eb0-a148-b6fef7226e74} <Debug> DynamicQueryHandler: Done processing query | ||
8431 | 2024.09.06 06:39:18.583419 [ 3 ] {4b45fc2f-98c2-4eb0-a148-b6fef7226e74} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8432 | 2024.09.06 06:39:18.583449 [ 3 ] {} <Debug> HTTP-Session: ea5b6f18-5dc6-4c3b-9ba2-e64e2d78b6cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8433 | 2024.09.06 06:39:18.583586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8434 | 2024.09.06 06:39:18.583635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8435 | 2024.09.06 06:39:18.583655 [ 3 ] {} <Debug> HTTP-Session: 85b1310d-ddc9-4f6a-ab74-40aa545c7cb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8436 | 2024.09.06 06:39:18.583671 [ 3 ] {} <Debug> HTTP-Session: 85b1310d-ddc9-4f6a-ab74-40aa545c7cb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8437 | 2024.09.06 06:39:18.583685 [ 3 ] {} <Debug> HTTP-Session: 85b1310d-ddc9-4f6a-ab74-40aa545c7cb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8438 | 2024.09.06 06:39:18.583716 [ 3 ] {} <Trace> HTTP-Session: 85b1310d-ddc9-4f6a-ab74-40aa545c7cb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8439 | 2024.09.06 06:39:18.583811 [ 3 ] {60eb5cf3-519a-4ebf-a39a-237b410359db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8440 | 2024.09.06 06:39:18.583857 [ 3 ] {60eb5cf3-519a-4ebf-a39a-237b410359db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8441 | 2024.09.06 06:39:18.584007 [ 3 ] {60eb5cf3-519a-4ebf-a39a-237b410359db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8442 | 2024.09.06 06:39:18.584255 [ 3 ] {60eb5cf3-519a-4ebf-a39a-237b410359db} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8443 | 2024.09.06 06:39:18.584290 [ 3 ] {60eb5cf3-519a-4ebf-a39a-237b410359db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8444 | 2024.09.06 06:39:18.584629 [ 3 ] {60eb5cf3-519a-4ebf-a39a-237b410359db} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8445 | 2024.09.06 06:39:18.584945 [ 3 ] {60eb5cf3-519a-4ebf-a39a-237b410359db} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8446 | 2024.09.06 06:39:18.585099 [ 3 ] {60eb5cf3-519a-4ebf-a39a-237b410359db} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001308 sec., 764.5259938837921 rows/sec., 51.52 KiB/sec. | ||
8447 | 2024.09.06 06:39:18.585263 [ 3 ] {60eb5cf3-519a-4ebf-a39a-237b410359db} <Debug> DynamicQueryHandler: Done processing query | ||
8448 | 2024.09.06 06:39:18.585286 [ 3 ] {60eb5cf3-519a-4ebf-a39a-237b410359db} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8449 | 2024.09.06 06:39:18.585302 [ 3 ] {} <Debug> HTTP-Session: 85b1310d-ddc9-4f6a-ab74-40aa545c7cb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8450 | 2024.09.06 06:39:18.585435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8451 | 2024.09.06 06:39:18.585483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8452 | 2024.09.06 06:39:18.585503 [ 3 ] {} <Debug> HTTP-Session: 9b050799-eabe-4e2b-b5d1-0d20eb44d461 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8453 | 2024.09.06 06:39:18.585520 [ 3 ] {} <Debug> HTTP-Session: 9b050799-eabe-4e2b-b5d1-0d20eb44d461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8454 | 2024.09.06 06:39:18.585534 [ 3 ] {} <Debug> HTTP-Session: 9b050799-eabe-4e2b-b5d1-0d20eb44d461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8455 | 2024.09.06 06:39:18.585565 [ 3 ] {} <Trace> HTTP-Session: 9b050799-eabe-4e2b-b5d1-0d20eb44d461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8456 | 2024.09.06 06:39:18.585794 [ 3 ] {c5dec4ad-def2-455e-8046-ed66b9f3df98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8457 | 2024.09.06 06:39:18.585891 [ 3 ] {c5dec4ad-def2-455e-8046-ed66b9f3df98} <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_histogramu64 | ||
8458 | 2024.09.06 06:39:18.586359 [ 3 ] {c5dec4ad-def2-455e-8046-ed66b9f3df98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8459 | 2024.09.06 06:39:18.586860 [ 3 ] {c5dec4ad-def2-455e-8046-ed66b9f3df98} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8460 | 2024.09.06 06:39:18.586896 [ 3 ] {c5dec4ad-def2-455e-8046-ed66b9f3df98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8461 | 2024.09.06 06:39:18.587524 [ 3 ] {c5dec4ad-def2-455e-8046-ed66b9f3df98} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8462 | 2024.09.06 06:39:18.587959 [ 3 ] {c5dec4ad-def2-455e-8046-ed66b9f3df98} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8463 | 2024.09.06 06:39:18.588152 [ 3 ] {c5dec4ad-def2-455e-8046-ed66b9f3df98} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002504 sec., 3194.8881789137376 rows/sec., 5.73 MiB/sec. | ||
8464 | 2024.09.06 06:39:18.588376 [ 3 ] {c5dec4ad-def2-455e-8046-ed66b9f3df98} <Debug> DynamicQueryHandler: Done processing query | ||
8465 | 2024.09.06 06:39:18.588400 [ 3 ] {c5dec4ad-def2-455e-8046-ed66b9f3df98} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8466 | 2024.09.06 06:39:18.588416 [ 3 ] {} <Debug> HTTP-Session: 9b050799-eabe-4e2b-b5d1-0d20eb44d461 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8467 | 2024.09.06 06:39:18.588549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8468 | 2024.09.06 06:39:18.588599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8469 | 2024.09.06 06:39:18.588620 [ 3 ] {} <Debug> HTTP-Session: f03ce0bf-e0f7-472a-b89d-5978ec551904 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8470 | 2024.09.06 06:39:18.588637 [ 3 ] {} <Debug> HTTP-Session: f03ce0bf-e0f7-472a-b89d-5978ec551904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8471 | 2024.09.06 06:39:18.588651 [ 3 ] {} <Debug> HTTP-Session: f03ce0bf-e0f7-472a-b89d-5978ec551904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8472 | 2024.09.06 06:39:18.588683 [ 3 ] {} <Trace> HTTP-Session: f03ce0bf-e0f7-472a-b89d-5978ec551904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8473 | 2024.09.06 06:39:18.588803 [ 3 ] {ecf671a1-f3bd-4a07-a70f-19471e890ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8474 | 2024.09.06 06:39:18.588848 [ 3 ] {ecf671a1-f3bd-4a07-a70f-19471e890ef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8475 | 2024.09.06 06:39:18.588978 [ 3 ] {ecf671a1-f3bd-4a07-a70f-19471e890ef7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8476 | 2024.09.06 06:39:18.589268 [ 3 ] {ecf671a1-f3bd-4a07-a70f-19471e890ef7} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8477 | 2024.09.06 06:39:18.589304 [ 3 ] {ecf671a1-f3bd-4a07-a70f-19471e890ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
8478 | 2024.09.06 06:39:18.589656 [ 3 ] {ecf671a1-f3bd-4a07-a70f-19471e890ef7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8479 | 2024.09.06 06:39:18.589976 [ 3 ] {ecf671a1-f3bd-4a07-a70f-19471e890ef7} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8480 | 2024.09.06 06:39:18.590123 [ 3 ] {ecf671a1-f3bd-4a07-a70f-19471e890ef7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001366 sec., 60029.28257686676 rows/sec., 3.81 MiB/sec. | ||
8481 | 2024.09.06 06:39:18.590288 [ 3 ] {ecf671a1-f3bd-4a07-a70f-19471e890ef7} <Debug> DynamicQueryHandler: Done processing query | ||
8482 | 2024.09.06 06:39:18.590313 [ 3 ] {ecf671a1-f3bd-4a07-a70f-19471e890ef7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8483 | 2024.09.06 06:39:18.590329 [ 3 ] {} <Debug> HTTP-Session: f03ce0bf-e0f7-472a-b89d-5978ec551904 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8484 | 2024.09.06 06:39:23.590473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 182827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8485 | 2024.09.06 06:39:23.590597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8486 | 2024.09.06 06:39:23.590623 [ 3 ] {} <Debug> HTTP-Session: 6a35a05c-56d6-432f-8e45-eddc95c1e691 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8487 | 2024.09.06 06:39:23.590648 [ 3 ] {} <Debug> HTTP-Session: 6a35a05c-56d6-432f-8e45-eddc95c1e691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8488 | 2024.09.06 06:39:23.590664 [ 3 ] {} <Debug> HTTP-Session: 6a35a05c-56d6-432f-8e45-eddc95c1e691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8489 | 2024.09.06 06:39:23.590714 [ 3 ] {} <Trace> HTTP-Session: 6a35a05c-56d6-432f-8e45-eddc95c1e691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8490 | 2024.09.06 06:39:23.591283 [ 3 ] {1d84491b-36fd-4482-a908-37b7ac3c3a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8491 | 2024.09.06 06:39:23.591354 [ 3 ] {1d84491b-36fd-4482-a908-37b7ac3c3a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8492 | 2024.09.06 06:39:23.591688 [ 3 ] {1d84491b-36fd-4482-a908-37b7ac3c3a2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8493 | 2024.09.06 06:39:23.592995 [ 3 ] {1d84491b-36fd-4482-a908-37b7ac3c3a2e} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8494 | 2024.09.06 06:39:23.593035 [ 3 ] {1d84491b-36fd-4482-a908-37b7ac3c3a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8495 | 2024.09.06 06:39:23.593540 [ 3 ] {1d84491b-36fd-4482-a908-37b7ac3c3a2e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8496 | 2024.09.06 06:39:23.593921 [ 3 ] {1d84491b-36fd-4482-a908-37b7ac3c3a2e} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8497 | 2024.09.06 06:39:23.594065 [ 3 ] {1d84491b-36fd-4482-a908-37b7ac3c3a2e} <Debug> executeQuery: Read 1258 rows, 106.78 KiB in 0.003149 sec., 399491.90219117183 rows/sec., 33.11 MiB/sec. | ||
8498 | 2024.09.06 06:39:23.594390 [ 3 ] {1d84491b-36fd-4482-a908-37b7ac3c3a2e} <Debug> DynamicQueryHandler: Done processing query | ||
8499 | 2024.09.06 06:39:23.594421 [ 3 ] {1d84491b-36fd-4482-a908-37b7ac3c3a2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
8500 | 2024.09.06 06:39:23.594438 [ 3 ] {} <Debug> HTTP-Session: 6a35a05c-56d6-432f-8e45-eddc95c1e691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8501 | 2024.09.06 06:39:23.594674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8502 | 2024.09.06 06:39:23.594731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8503 | 2024.09.06 06:39:23.594751 [ 3 ] {} <Debug> HTTP-Session: 77cbcd88-5fd5-4c7c-ab90-2151b164f2c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8504 | 2024.09.06 06:39:23.594769 [ 3 ] {} <Debug> HTTP-Session: 77cbcd88-5fd5-4c7c-ab90-2151b164f2c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8505 | 2024.09.06 06:39:23.594784 [ 3 ] {} <Debug> HTTP-Session: 77cbcd88-5fd5-4c7c-ab90-2151b164f2c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8506 | 2024.09.06 06:39:23.594820 [ 3 ] {} <Trace> HTTP-Session: 77cbcd88-5fd5-4c7c-ab90-2151b164f2c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8507 | 2024.09.06 06:39:23.594938 [ 3 ] {63b707ec-fcea-4a00-aaa9-d0fa6e4df31b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8508 | 2024.09.06 06:39:23.594987 [ 3 ] {63b707ec-fcea-4a00-aaa9-d0fa6e4df31b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8509 | 2024.09.06 06:39:23.595247 [ 3 ] {63b707ec-fcea-4a00-aaa9-d0fa6e4df31b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8510 | 2024.09.06 06:39:23.595580 [ 3 ] {63b707ec-fcea-4a00-aaa9-d0fa6e4df31b} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8511 | 2024.09.06 06:39:23.595615 [ 3 ] {63b707ec-fcea-4a00-aaa9-d0fa6e4df31b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8512 | 2024.09.06 06:39:23.595961 [ 3 ] {63b707ec-fcea-4a00-aaa9-d0fa6e4df31b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8513 | 2024.09.06 06:39:23.596333 [ 3 ] {63b707ec-fcea-4a00-aaa9-d0fa6e4df31b} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8514 | 2024.09.06 06:39:23.596462 [ 3 ] {63b707ec-fcea-4a00-aaa9-d0fa6e4df31b} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001561 sec., 19859.06470211403 rows/sec., 1.46 MiB/sec. | ||
8515 | 2024.09.06 06:39:23.596627 [ 3 ] {63b707ec-fcea-4a00-aaa9-d0fa6e4df31b} <Debug> DynamicQueryHandler: Done processing query | ||
8516 | 2024.09.06 06:39:23.596652 [ 3 ] {63b707ec-fcea-4a00-aaa9-d0fa6e4df31b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8517 | 2024.09.06 06:39:23.596669 [ 3 ] {} <Debug> HTTP-Session: 77cbcd88-5fd5-4c7c-ab90-2151b164f2c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8518 | 2024.09.06 06:39:23.596837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8519 | 2024.09.06 06:39:23.596885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8520 | 2024.09.06 06:39:23.596904 [ 3 ] {} <Debug> HTTP-Session: 7222b042-c74f-49d0-bb8a-cfd9d3ee25dd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8521 | 2024.09.06 06:39:23.596920 [ 3 ] {} <Debug> HTTP-Session: 7222b042-c74f-49d0-bb8a-cfd9d3ee25dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8522 | 2024.09.06 06:39:23.596934 [ 3 ] {} <Debug> HTTP-Session: 7222b042-c74f-49d0-bb8a-cfd9d3ee25dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8523 | 2024.09.06 06:39:23.596966 [ 3 ] {} <Trace> HTTP-Session: 7222b042-c74f-49d0-bb8a-cfd9d3ee25dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8524 | 2024.09.06 06:39:23.597111 [ 3 ] {40d97cf5-1fb6-499b-9d77-5e48d2832201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8525 | 2024.09.06 06:39:23.597154 [ 3 ] {40d97cf5-1fb6-499b-9d77-5e48d2832201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8526 | 2024.09.06 06:39:23.597378 [ 3 ] {40d97cf5-1fb6-499b-9d77-5e48d2832201} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8527 | 2024.09.06 06:39:23.597886 [ 3 ] {40d97cf5-1fb6-499b-9d77-5e48d2832201} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8528 | 2024.09.06 06:39:23.597921 [ 3 ] {40d97cf5-1fb6-499b-9d77-5e48d2832201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8529 | 2024.09.06 06:39:23.598278 [ 3 ] {40d97cf5-1fb6-499b-9d77-5e48d2832201} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8530 | 2024.09.06 06:39:23.598630 [ 3 ] {40d97cf5-1fb6-499b-9d77-5e48d2832201} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8531 | 2024.09.06 06:39:23.598761 [ 3 ] {40d97cf5-1fb6-499b-9d77-5e48d2832201} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001715 sec., 132944.60641399416 rows/sec., 9.00 MiB/sec. | ||
8532 | 2024.09.06 06:39:23.599054 [ 3 ] {40d97cf5-1fb6-499b-9d77-5e48d2832201} <Debug> DynamicQueryHandler: Done processing query | ||
8533 | 2024.09.06 06:39:23.599093 [ 3 ] {40d97cf5-1fb6-499b-9d77-5e48d2832201} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8534 | 2024.09.06 06:39:23.599109 [ 3 ] {} <Debug> HTTP-Session: 7222b042-c74f-49d0-bb8a-cfd9d3ee25dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8535 | 2024.09.06 06:39:23.599351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 91087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8536 | 2024.09.06 06:39:23.599398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8537 | 2024.09.06 06:39:23.599418 [ 3 ] {} <Debug> HTTP-Session: 3fe5ed80-53f8-4073-90b7-a47647c17ffa Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8538 | 2024.09.06 06:39:23.599435 [ 3 ] {} <Debug> HTTP-Session: 3fe5ed80-53f8-4073-90b7-a47647c17ffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8539 | 2024.09.06 06:39:23.599449 [ 3 ] {} <Debug> HTTP-Session: 3fe5ed80-53f8-4073-90b7-a47647c17ffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8540 | 2024.09.06 06:39:23.599481 [ 3 ] {} <Trace> HTTP-Session: 3fe5ed80-53f8-4073-90b7-a47647c17ffa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8541 | 2024.09.06 06:39:23.599860 [ 3 ] {774051b2-18e2-4815-be5e-525c7e6e53cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8542 | 2024.09.06 06:39:23.599905 [ 3 ] {774051b2-18e2-4815-be5e-525c7e6e53cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8543 | 2024.09.06 06:39:23.600148 [ 3 ] {774051b2-18e2-4815-be5e-525c7e6e53cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8544 | 2024.09.06 06:39:23.600866 [ 3 ] {774051b2-18e2-4815-be5e-525c7e6e53cd} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8545 | 2024.09.06 06:39:23.600901 [ 3 ] {774051b2-18e2-4815-be5e-525c7e6e53cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8546 | 2024.09.06 06:39:23.601277 [ 3 ] {774051b2-18e2-4815-be5e-525c7e6e53cd} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8547 | 2024.09.06 06:39:23.601628 [ 3 ] {774051b2-18e2-4815-be5e-525c7e6e53cd} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8548 | 2024.09.06 06:39:23.601788 [ 3 ] {774051b2-18e2-4815-be5e-525c7e6e53cd} <Debug> executeQuery: Read 551 rows, 41.89 KiB in 0.002199 sec., 250568.44020009096 rows/sec., 18.60 MiB/sec. | ||
8549 | 2024.09.06 06:39:23.602137 [ 3 ] {774051b2-18e2-4815-be5e-525c7e6e53cd} <Debug> DynamicQueryHandler: Done processing query | ||
8550 | 2024.09.06 06:39:23.602168 [ 3 ] {774051b2-18e2-4815-be5e-525c7e6e53cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
8551 | 2024.09.06 06:39:23.602185 [ 3 ] {} <Debug> HTTP-Session: 3fe5ed80-53f8-4073-90b7-a47647c17ffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8552 | 2024.09.06 06:39:23.602431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 160278, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8553 | 2024.09.06 06:39:23.602479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8554 | 2024.09.06 06:39:23.602498 [ 3 ] {} <Debug> HTTP-Session: 7eb55870-4d7b-4f1d-9833-17162b88dcf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8555 | 2024.09.06 06:39:23.602514 [ 3 ] {} <Debug> HTTP-Session: 7eb55870-4d7b-4f1d-9833-17162b88dcf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8556 | 2024.09.06 06:39:23.602529 [ 3 ] {} <Debug> HTTP-Session: 7eb55870-4d7b-4f1d-9833-17162b88dcf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8557 | 2024.09.06 06:39:23.602559 [ 3 ] {} <Trace> HTTP-Session: 7eb55870-4d7b-4f1d-9833-17162b88dcf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8558 | 2024.09.06 06:39:23.602978 [ 3 ] {a2c05de8-7d07-4320-bf12-94fa2f790aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8559 | 2024.09.06 06:39:23.603027 [ 3 ] {a2c05de8-7d07-4320-bf12-94fa2f790aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8560 | 2024.09.06 06:39:23.603208 [ 3 ] {a2c05de8-7d07-4320-bf12-94fa2f790aec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8561 | 2024.09.06 06:39:23.604167 [ 3 ] {a2c05de8-7d07-4320-bf12-94fa2f790aec} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8562 | 2024.09.06 06:39:23.604206 [ 3 ] {a2c05de8-7d07-4320-bf12-94fa2f790aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8563 | 2024.09.06 06:39:23.604646 [ 3 ] {a2c05de8-7d07-4320-bf12-94fa2f790aec} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8564 | 2024.09.06 06:39:23.604988 [ 3 ] {a2c05de8-7d07-4320-bf12-94fa2f790aec} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8565 | 2024.09.06 06:39:23.605144 [ 3 ] {a2c05de8-7d07-4320-bf12-94fa2f790aec} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002412 sec., 349917.08126036485 rows/sec., 23.55 MiB/sec. | ||
8566 | 2024.09.06 06:39:23.605494 [ 3 ] {a2c05de8-7d07-4320-bf12-94fa2f790aec} <Debug> DynamicQueryHandler: Done processing query | ||
8567 | 2024.09.06 06:39:23.605528 [ 3 ] {a2c05de8-7d07-4320-bf12-94fa2f790aec} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
8568 | 2024.09.06 06:39:23.605544 [ 3 ] {} <Debug> HTTP-Session: 7eb55870-4d7b-4f1d-9833-17162b88dcf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8569 | 2024.09.06 06:39:23.605839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8570 | 2024.09.06 06:39:23.605890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8571 | 2024.09.06 06:39:23.605908 [ 3 ] {} <Debug> HTTP-Session: 97303bf4-4bef-43e8-8343-cfd6f0306eb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8572 | 2024.09.06 06:39:23.605925 [ 3 ] {} <Debug> HTTP-Session: 97303bf4-4bef-43e8-8343-cfd6f0306eb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8573 | 2024.09.06 06:39:23.605940 [ 3 ] {} <Debug> HTTP-Session: 97303bf4-4bef-43e8-8343-cfd6f0306eb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8574 | 2024.09.06 06:39:23.605970 [ 3 ] {} <Trace> HTTP-Session: 97303bf4-4bef-43e8-8343-cfd6f0306eb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8575 | 2024.09.06 06:39:23.606374 [ 3 ] {6f03d53b-0aee-42d1-bd5a-4a04b2aebb17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8576 | 2024.09.06 06:39:23.606448 [ 3 ] {6f03d53b-0aee-42d1-bd5a-4a04b2aebb17} <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_histogramu64 | ||
8577 | 2024.09.06 06:39:23.606880 [ 3 ] {6f03d53b-0aee-42d1-bd5a-4a04b2aebb17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8578 | 2024.09.06 06:39:23.607586 [ 3 ] {6f03d53b-0aee-42d1-bd5a-4a04b2aebb17} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8579 | 2024.09.06 06:39:23.607622 [ 3 ] {6f03d53b-0aee-42d1-bd5a-4a04b2aebb17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8580 | 2024.09.06 06:39:23.608251 [ 3 ] {6f03d53b-0aee-42d1-bd5a-4a04b2aebb17} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8581 | 2024.09.06 06:39:23.608658 [ 3 ] {6f03d53b-0aee-42d1-bd5a-4a04b2aebb17} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8582 | 2024.09.06 06:39:23.608848 [ 3 ] {6f03d53b-0aee-42d1-bd5a-4a04b2aebb17} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002792 sec., 11103.151862464183 rows/sec., 19.90 MiB/sec. | ||
8583 | 2024.09.06 06:39:23.609067 [ 3 ] {6f03d53b-0aee-42d1-bd5a-4a04b2aebb17} <Debug> DynamicQueryHandler: Done processing query | ||
8584 | 2024.09.06 06:39:23.609091 [ 3 ] {6f03d53b-0aee-42d1-bd5a-4a04b2aebb17} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8585 | 2024.09.06 06:39:23.609107 [ 3 ] {} <Debug> HTTP-Session: 97303bf4-4bef-43e8-8343-cfd6f0306eb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8586 | 2024.09.06 06:39:23.609237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8587 | 2024.09.06 06:39:23.609285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8588 | 2024.09.06 06:39:23.609304 [ 3 ] {} <Debug> HTTP-Session: a36ed8f7-b8fa-47c5-892b-ef01786ab5c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8589 | 2024.09.06 06:39:23.609321 [ 3 ] {} <Debug> HTTP-Session: a36ed8f7-b8fa-47c5-892b-ef01786ab5c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8590 | 2024.09.06 06:39:23.609334 [ 3 ] {} <Debug> HTTP-Session: a36ed8f7-b8fa-47c5-892b-ef01786ab5c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8591 | 2024.09.06 06:39:23.609365 [ 3 ] {} <Trace> HTTP-Session: a36ed8f7-b8fa-47c5-892b-ef01786ab5c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8592 | 2024.09.06 06:39:23.609485 [ 3 ] {789501e6-e861-4a92-a3d4-aaeffc281f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8593 | 2024.09.06 06:39:23.609529 [ 3 ] {789501e6-e861-4a92-a3d4-aaeffc281f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8594 | 2024.09.06 06:39:23.609659 [ 3 ] {789501e6-e861-4a92-a3d4-aaeffc281f63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8595 | 2024.09.06 06:39:23.609963 [ 3 ] {789501e6-e861-4a92-a3d4-aaeffc281f63} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8596 | 2024.09.06 06:39:23.609998 [ 3 ] {789501e6-e861-4a92-a3d4-aaeffc281f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8597 | 2024.09.06 06:39:23.610358 [ 3 ] {789501e6-e861-4a92-a3d4-aaeffc281f63} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8598 | 2024.09.06 06:39:23.610690 [ 3 ] {789501e6-e861-4a92-a3d4-aaeffc281f63} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8599 | 2024.09.06 06:39:23.610845 [ 3 ] {789501e6-e861-4a92-a3d4-aaeffc281f63} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
8600 | 2024.09.06 06:39:23.611188 [ 3 ] {789501e6-e861-4a92-a3d4-aaeffc281f63} <Debug> DynamicQueryHandler: Done processing query | ||
8601 | 2024.09.06 06:39:23.611225 [ 3 ] {789501e6-e861-4a92-a3d4-aaeffc281f63} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8602 | 2024.09.06 06:39:23.611243 [ 3 ] {} <Debug> HTTP-Session: a36ed8f7-b8fa-47c5-892b-ef01786ab5c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8603 | 2024.09.06 06:39:28.563076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8604 | 2024.09.06 06:39:28.563213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8605 | 2024.09.06 06:39:28.563239 [ 3 ] {} <Debug> HTTP-Session: 03e9ae9e-2f46-474c-a7b1-0e9ae707fd63 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8606 | 2024.09.06 06:39:28.563264 [ 3 ] {} <Debug> HTTP-Session: 03e9ae9e-2f46-474c-a7b1-0e9ae707fd63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8607 | 2024.09.06 06:39:28.563279 [ 3 ] {} <Debug> HTTP-Session: 03e9ae9e-2f46-474c-a7b1-0e9ae707fd63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8608 | 2024.09.06 06:39:28.563329 [ 3 ] {} <Trace> HTTP-Session: 03e9ae9e-2f46-474c-a7b1-0e9ae707fd63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8609 | 2024.09.06 06:39:28.563517 [ 3 ] {36a24e21-b542-4fed-a0e0-1432cf09588c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8610 | 2024.09.06 06:39:28.563589 [ 3 ] {36a24e21-b542-4fed-a0e0-1432cf09588c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8611 | 2024.09.06 06:39:28.563940 [ 3 ] {36a24e21-b542-4fed-a0e0-1432cf09588c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8612 | 2024.09.06 06:39:28.564391 [ 3 ] {36a24e21-b542-4fed-a0e0-1432cf09588c} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8613 | 2024.09.06 06:39:28.564439 [ 3 ] {36a24e21-b542-4fed-a0e0-1432cf09588c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8614 | 2024.09.06 06:39:28.564859 [ 3 ] {36a24e21-b542-4fed-a0e0-1432cf09588c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8615 | 2024.09.06 06:39:28.565253 [ 3 ] {36a24e21-b542-4fed-a0e0-1432cf09588c} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8616 | 2024.09.06 06:39:28.565434 [ 3 ] {36a24e21-b542-4fed-a0e0-1432cf09588c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001961 sec., 1019.8878123406425 rows/sec., 83.16 KiB/sec. | ||
8617 | 2024.09.06 06:39:28.565657 [ 3 ] {36a24e21-b542-4fed-a0e0-1432cf09588c} <Debug> DynamicQueryHandler: Done processing query | ||
8618 | 2024.09.06 06:39:28.565684 [ 3 ] {36a24e21-b542-4fed-a0e0-1432cf09588c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8619 | 2024.09.06 06:39:28.565703 [ 3 ] {} <Debug> HTTP-Session: 03e9ae9e-2f46-474c-a7b1-0e9ae707fd63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8620 | 2024.09.06 06:39:28.565931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8621 | 2024.09.06 06:39:28.565991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8622 | 2024.09.06 06:39:28.566011 [ 3 ] {} <Debug> HTTP-Session: 1b182328-c3f4-461e-9238-c17830f46501 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8623 | 2024.09.06 06:39:28.566029 [ 3 ] {} <Debug> HTTP-Session: 1b182328-c3f4-461e-9238-c17830f46501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8624 | 2024.09.06 06:39:28.566044 [ 3 ] {} <Debug> HTTP-Session: 1b182328-c3f4-461e-9238-c17830f46501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8625 | 2024.09.06 06:39:28.566079 [ 3 ] {} <Trace> HTTP-Session: 1b182328-c3f4-461e-9238-c17830f46501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8626 | 2024.09.06 06:39:28.566240 [ 3 ] {70bb22db-e0bb-4f87-94d9-e65c2bf64f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8627 | 2024.09.06 06:39:28.566287 [ 3 ] {70bb22db-e0bb-4f87-94d9-e65c2bf64f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8628 | 2024.09.06 06:39:28.566527 [ 3 ] {70bb22db-e0bb-4f87-94d9-e65c2bf64f1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8629 | 2024.09.06 06:39:28.567020 [ 3 ] {70bb22db-e0bb-4f87-94d9-e65c2bf64f1b} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8630 | 2024.09.06 06:39:28.567059 [ 3 ] {70bb22db-e0bb-4f87-94d9-e65c2bf64f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8631 | 2024.09.06 06:39:28.567431 [ 3 ] {70bb22db-e0bb-4f87-94d9-e65c2bf64f1b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8632 | 2024.09.06 06:39:28.567790 [ 3 ] {70bb22db-e0bb-4f87-94d9-e65c2bf64f1b} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8633 | 2024.09.06 06:39:28.567960 [ 3 ] {70bb22db-e0bb-4f87-94d9-e65c2bf64f1b} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001793 sec., 114891.24372559955 rows/sec., 10.11 MiB/sec. | ||
8634 | 2024.09.06 06:39:28.568147 [ 3 ] {70bb22db-e0bb-4f87-94d9-e65c2bf64f1b} <Debug> DynamicQueryHandler: Done processing query | ||
8635 | 2024.09.06 06:39:28.568172 [ 3 ] {70bb22db-e0bb-4f87-94d9-e65c2bf64f1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8636 | 2024.09.06 06:39:28.568188 [ 3 ] {} <Debug> HTTP-Session: 1b182328-c3f4-461e-9238-c17830f46501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8637 | 2024.09.06 06:39:28.568320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8638 | 2024.09.06 06:39:28.568373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8639 | 2024.09.06 06:39:28.568393 [ 3 ] {} <Debug> HTTP-Session: 35c22579-69cc-4c4b-bf4a-2835fe351bf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8640 | 2024.09.06 06:39:28.568410 [ 3 ] {} <Debug> HTTP-Session: 35c22579-69cc-4c4b-bf4a-2835fe351bf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8641 | 2024.09.06 06:39:28.568424 [ 3 ] {} <Debug> HTTP-Session: 35c22579-69cc-4c4b-bf4a-2835fe351bf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8642 | 2024.09.06 06:39:28.568457 [ 3 ] {} <Trace> HTTP-Session: 35c22579-69cc-4c4b-bf4a-2835fe351bf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8643 | 2024.09.06 06:39:28.568560 [ 3 ] {3869db9a-f60c-45aa-9de8-77a847e56a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8644 | 2024.09.06 06:39:28.568606 [ 3 ] {3869db9a-f60c-45aa-9de8-77a847e56a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8645 | 2024.09.06 06:39:28.568843 [ 3 ] {3869db9a-f60c-45aa-9de8-77a847e56a87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8646 | 2024.09.06 06:39:28.569200 [ 3 ] {3869db9a-f60c-45aa-9de8-77a847e56a87} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8647 | 2024.09.06 06:39:28.569239 [ 3 ] {3869db9a-f60c-45aa-9de8-77a847e56a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8648 | 2024.09.06 06:39:28.569591 [ 3 ] {3869db9a-f60c-45aa-9de8-77a847e56a87} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8649 | 2024.09.06 06:39:28.569951 [ 3 ] {3869db9a-f60c-45aa-9de8-77a847e56a87} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8650 | 2024.09.06 06:39:28.570118 [ 3 ] {3869db9a-f60c-45aa-9de8-77a847e56a87} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001579 sec., 6333.122229259025 rows/sec., 469.42 KiB/sec. | ||
8651 | 2024.09.06 06:39:28.570409 [ 3 ] {3869db9a-f60c-45aa-9de8-77a847e56a87} <Debug> DynamicQueryHandler: Done processing query | ||
8652 | 2024.09.06 06:39:28.570466 [ 3 ] {3869db9a-f60c-45aa-9de8-77a847e56a87} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8653 | 2024.09.06 06:39:28.570500 [ 3 ] {} <Debug> HTTP-Session: 35c22579-69cc-4c4b-bf4a-2835fe351bf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8654 | 2024.09.06 06:39:28.570635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8655 | 2024.09.06 06:39:28.570685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8656 | 2024.09.06 06:39:28.570707 [ 3 ] {} <Debug> HTTP-Session: 9e8ad3ab-ac6f-49f6-b6ed-d7f0313c5649 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8657 | 2024.09.06 06:39:28.570724 [ 3 ] {} <Debug> HTTP-Session: 9e8ad3ab-ac6f-49f6-b6ed-d7f0313c5649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8658 | 2024.09.06 06:39:28.570738 [ 3 ] {} <Debug> HTTP-Session: 9e8ad3ab-ac6f-49f6-b6ed-d7f0313c5649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8659 | 2024.09.06 06:39:28.570770 [ 3 ] {} <Trace> HTTP-Session: 9e8ad3ab-ac6f-49f6-b6ed-d7f0313c5649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8660 | 2024.09.06 06:39:28.570874 [ 3 ] {d40b8471-fe0e-4b0c-8073-fb696ed0b5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8661 | 2024.09.06 06:39:28.570919 [ 3 ] {d40b8471-fe0e-4b0c-8073-fb696ed0b5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8662 | 2024.09.06 06:39:28.571164 [ 3 ] {d40b8471-fe0e-4b0c-8073-fb696ed0b5cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8663 | 2024.09.06 06:39:28.571488 [ 3 ] {d40b8471-fe0e-4b0c-8073-fb696ed0b5cb} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8664 | 2024.09.06 06:39:28.571525 [ 3 ] {d40b8471-fe0e-4b0c-8073-fb696ed0b5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8665 | 2024.09.06 06:39:28.571865 [ 3 ] {d40b8471-fe0e-4b0c-8073-fb696ed0b5cb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8666 | 2024.09.06 06:39:28.572196 [ 3 ] {d40b8471-fe0e-4b0c-8073-fb696ed0b5cb} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8667 | 2024.09.06 06:39:28.572334 [ 3 ] {d40b8471-fe0e-4b0c-8073-fb696ed0b5cb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001528 sec., 9162.303664921466 rows/sec., 641.67 KiB/sec. | ||
8668 | 2024.09.06 06:39:28.572505 [ 3 ] {d40b8471-fe0e-4b0c-8073-fb696ed0b5cb} <Debug> DynamicQueryHandler: Done processing query | ||
8669 | 2024.09.06 06:39:28.572528 [ 3 ] {d40b8471-fe0e-4b0c-8073-fb696ed0b5cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8670 | 2024.09.06 06:39:28.572544 [ 3 ] {} <Debug> HTTP-Session: 9e8ad3ab-ac6f-49f6-b6ed-d7f0313c5649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8671 | 2024.09.06 06:39:28.572703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8672 | 2024.09.06 06:39:28.572753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8673 | 2024.09.06 06:39:28.572773 [ 3 ] {} <Debug> HTTP-Session: 37c1084d-2406-4935-93f3-d41133dad9c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8674 | 2024.09.06 06:39:28.572790 [ 3 ] {} <Debug> HTTP-Session: 37c1084d-2406-4935-93f3-d41133dad9c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8675 | 2024.09.06 06:39:28.572804 [ 3 ] {} <Debug> HTTP-Session: 37c1084d-2406-4935-93f3-d41133dad9c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8676 | 2024.09.06 06:39:28.572836 [ 3 ] {} <Trace> HTTP-Session: 37c1084d-2406-4935-93f3-d41133dad9c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8677 | 2024.09.06 06:39:28.572931 [ 3 ] {0429999c-22ac-45ca-b5a5-4f238dbe28d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8678 | 2024.09.06 06:39:28.572975 [ 3 ] {0429999c-22ac-45ca-b5a5-4f238dbe28d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8679 | 2024.09.06 06:39:28.573201 [ 3 ] {0429999c-22ac-45ca-b5a5-4f238dbe28d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8680 | 2024.09.06 06:39:28.573508 [ 3 ] {0429999c-22ac-45ca-b5a5-4f238dbe28d9} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8681 | 2024.09.06 06:39:28.573545 [ 3 ] {0429999c-22ac-45ca-b5a5-4f238dbe28d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8682 | 2024.09.06 06:39:28.573890 [ 3 ] {0429999c-22ac-45ca-b5a5-4f238dbe28d9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8683 | 2024.09.06 06:39:28.574257 [ 3 ] {0429999c-22ac-45ca-b5a5-4f238dbe28d9} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8684 | 2024.09.06 06:39:28.574412 [ 3 ] {0429999c-22ac-45ca-b5a5-4f238dbe28d9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001499 sec., 4002.6684456304206 rows/sec., 236.49 KiB/sec. | ||
8685 | 2024.09.06 06:39:28.574585 [ 3 ] {0429999c-22ac-45ca-b5a5-4f238dbe28d9} <Debug> DynamicQueryHandler: Done processing query | ||
8686 | 2024.09.06 06:39:28.574610 [ 3 ] {0429999c-22ac-45ca-b5a5-4f238dbe28d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8687 | 2024.09.06 06:39:28.574626 [ 3 ] {} <Debug> HTTP-Session: 37c1084d-2406-4935-93f3-d41133dad9c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8688 | 2024.09.06 06:39:28.574813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8689 | 2024.09.06 06:39:28.574862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8690 | 2024.09.06 06:39:28.574882 [ 3 ] {} <Debug> HTTP-Session: de309c02-bd23-4b41-afd2-67c90f9e4ad1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8691 | 2024.09.06 06:39:28.574899 [ 3 ] {} <Debug> HTTP-Session: de309c02-bd23-4b41-afd2-67c90f9e4ad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8692 | 2024.09.06 06:39:28.574913 [ 3 ] {} <Debug> HTTP-Session: de309c02-bd23-4b41-afd2-67c90f9e4ad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8693 | 2024.09.06 06:39:28.574944 [ 3 ] {} <Trace> HTTP-Session: de309c02-bd23-4b41-afd2-67c90f9e4ad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8694 | 2024.09.06 06:39:28.575146 [ 3 ] {dd39aed1-a5c0-4da2-a204-6014e9162e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8695 | 2024.09.06 06:39:28.575189 [ 3 ] {dd39aed1-a5c0-4da2-a204-6014e9162e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8696 | 2024.09.06 06:39:28.575416 [ 3 ] {dd39aed1-a5c0-4da2-a204-6014e9162e55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8697 | 2024.09.06 06:39:28.575976 [ 3 ] {dd39aed1-a5c0-4da2-a204-6014e9162e55} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8698 | 2024.09.06 06:39:28.576013 [ 3 ] {dd39aed1-a5c0-4da2-a204-6014e9162e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8699 | 2024.09.06 06:39:28.576394 [ 3 ] {dd39aed1-a5c0-4da2-a204-6014e9162e55} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8700 | 2024.09.06 06:39:28.576751 [ 3 ] {dd39aed1-a5c0-4da2-a204-6014e9162e55} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8701 | 2024.09.06 06:39:28.576907 [ 3 ] {dd39aed1-a5c0-4da2-a204-6014e9162e55} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.00187 sec., 209625.66844919787 rows/sec., 14.88 MiB/sec. | ||
8702 | 2024.09.06 06:39:28.577091 [ 3 ] {dd39aed1-a5c0-4da2-a204-6014e9162e55} <Debug> DynamicQueryHandler: Done processing query | ||
8703 | 2024.09.06 06:39:28.577115 [ 3 ] {dd39aed1-a5c0-4da2-a204-6014e9162e55} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8704 | 2024.09.06 06:39:28.577131 [ 3 ] {} <Debug> HTTP-Session: de309c02-bd23-4b41-afd2-67c90f9e4ad1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8705 | 2024.09.06 06:39:28.577254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8706 | 2024.09.06 06:39:28.577304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8707 | 2024.09.06 06:39:28.577323 [ 3 ] {} <Debug> HTTP-Session: 0fa46d09-71a7-4b3c-a8c1-f738f2ea1621 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8708 | 2024.09.06 06:39:28.577341 [ 3 ] {} <Debug> HTTP-Session: 0fa46d09-71a7-4b3c-a8c1-f738f2ea1621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8709 | 2024.09.06 06:39:28.577355 [ 3 ] {} <Debug> HTTP-Session: 0fa46d09-71a7-4b3c-a8c1-f738f2ea1621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8710 | 2024.09.06 06:39:28.577386 [ 3 ] {} <Trace> HTTP-Session: 0fa46d09-71a7-4b3c-a8c1-f738f2ea1621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8711 | 2024.09.06 06:39:28.577482 [ 3 ] {861f9a3b-88f6-476a-950f-6f95e8ee1b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8712 | 2024.09.06 06:39:28.577527 [ 3 ] {861f9a3b-88f6-476a-950f-6f95e8ee1b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8713 | 2024.09.06 06:39:28.577659 [ 3 ] {861f9a3b-88f6-476a-950f-6f95e8ee1b71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8714 | 2024.09.06 06:39:28.577933 [ 3 ] {861f9a3b-88f6-476a-950f-6f95e8ee1b71} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8715 | 2024.09.06 06:39:28.577969 [ 3 ] {861f9a3b-88f6-476a-950f-6f95e8ee1b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8716 | 2024.09.06 06:39:28.578327 [ 3 ] {861f9a3b-88f6-476a-950f-6f95e8ee1b71} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8717 | 2024.09.06 06:39:28.578646 [ 3 ] {861f9a3b-88f6-476a-950f-6f95e8ee1b71} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8718 | 2024.09.06 06:39:28.578811 [ 3 ] {861f9a3b-88f6-476a-950f-6f95e8ee1b71} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001353 sec., 4434.589800443458 rows/sec., 231.69 KiB/sec. | ||
8719 | 2024.09.06 06:39:28.578981 [ 3 ] {861f9a3b-88f6-476a-950f-6f95e8ee1b71} <Debug> DynamicQueryHandler: Done processing query | ||
8720 | 2024.09.06 06:39:28.579005 [ 3 ] {861f9a3b-88f6-476a-950f-6f95e8ee1b71} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8721 | 2024.09.06 06:39:28.579021 [ 3 ] {} <Debug> HTTP-Session: 0fa46d09-71a7-4b3c-a8c1-f738f2ea1621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8722 | 2024.09.06 06:39:28.579198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8723 | 2024.09.06 06:39:28.579247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8724 | 2024.09.06 06:39:28.579268 [ 3 ] {} <Debug> HTTP-Session: 2bd50759-1dee-487b-ba07-c3dc83ad4102 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8725 | 2024.09.06 06:39:28.579285 [ 3 ] {} <Debug> HTTP-Session: 2bd50759-1dee-487b-ba07-c3dc83ad4102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8726 | 2024.09.06 06:39:28.579299 [ 3 ] {} <Debug> HTTP-Session: 2bd50759-1dee-487b-ba07-c3dc83ad4102 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8727 | 2024.09.06 06:39:28.579330 [ 3 ] {} <Trace> HTTP-Session: 2bd50759-1dee-487b-ba07-c3dc83ad4102 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8728 | 2024.09.06 06:39:28.579544 [ 3 ] {786f8ffa-6792-4db8-b21c-db4f664fdec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8729 | 2024.09.06 06:39:28.579591 [ 3 ] {786f8ffa-6792-4db8-b21c-db4f664fdec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8730 | 2024.09.06 06:39:28.579740 [ 3 ] {786f8ffa-6792-4db8-b21c-db4f664fdec7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8731 | 2024.09.06 06:39:28.580170 [ 3 ] {786f8ffa-6792-4db8-b21c-db4f664fdec7} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8732 | 2024.09.06 06:39:28.580208 [ 3 ] {786f8ffa-6792-4db8-b21c-db4f664fdec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8733 | 2024.09.06 06:39:28.580591 [ 3 ] {786f8ffa-6792-4db8-b21c-db4f664fdec7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8734 | 2024.09.06 06:39:28.580951 [ 3 ] {786f8ffa-6792-4db8-b21c-db4f664fdec7} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8735 | 2024.09.06 06:39:28.581111 [ 3 ] {786f8ffa-6792-4db8-b21c-db4f664fdec7} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001694 sec., 140495.86776859505 rows/sec., 9.42 MiB/sec. | ||
8736 | 2024.09.06 06:39:28.581289 [ 3 ] {786f8ffa-6792-4db8-b21c-db4f664fdec7} <Debug> DynamicQueryHandler: Done processing query | ||
8737 | 2024.09.06 06:39:28.581314 [ 3 ] {786f8ffa-6792-4db8-b21c-db4f664fdec7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8738 | 2024.09.06 06:39:28.581330 [ 3 ] {} <Debug> HTTP-Session: 2bd50759-1dee-487b-ba07-c3dc83ad4102 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8739 | 2024.09.06 06:39:28.581448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8740 | 2024.09.06 06:39:28.581497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8741 | 2024.09.06 06:39:28.581517 [ 3 ] {} <Debug> HTTP-Session: 820f8934-936c-4adc-8599-f8c4f4fbf63f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8742 | 2024.09.06 06:39:28.581534 [ 3 ] {} <Debug> HTTP-Session: 820f8934-936c-4adc-8599-f8c4f4fbf63f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8743 | 2024.09.06 06:39:28.581548 [ 3 ] {} <Debug> HTTP-Session: 820f8934-936c-4adc-8599-f8c4f4fbf63f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8744 | 2024.09.06 06:39:28.581578 [ 3 ] {} <Trace> HTTP-Session: 820f8934-936c-4adc-8599-f8c4f4fbf63f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8745 | 2024.09.06 06:39:28.581671 [ 3 ] {3e372cc4-b2d6-4cff-9c32-4a80fa6f5b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8746 | 2024.09.06 06:39:28.581718 [ 3 ] {3e372cc4-b2d6-4cff-9c32-4a80fa6f5b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8747 | 2024.09.06 06:39:28.581850 [ 3 ] {3e372cc4-b2d6-4cff-9c32-4a80fa6f5b11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8748 | 2024.09.06 06:39:28.582112 [ 3 ] {3e372cc4-b2d6-4cff-9c32-4a80fa6f5b11} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8749 | 2024.09.06 06:39:28.582148 [ 3 ] {3e372cc4-b2d6-4cff-9c32-4a80fa6f5b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8750 | 2024.09.06 06:39:28.582493 [ 3 ] {3e372cc4-b2d6-4cff-9c32-4a80fa6f5b11} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8751 | 2024.09.06 06:39:28.582810 [ 3 ] {3e372cc4-b2d6-4cff-9c32-4a80fa6f5b11} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8752 | 2024.09.06 06:39:28.582971 [ 3 ] {3e372cc4-b2d6-4cff-9c32-4a80fa6f5b11} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001317 sec., 759.301442672741 rows/sec., 51.16 KiB/sec. | ||
8753 | 2024.09.06 06:39:28.583279 [ 3 ] {3e372cc4-b2d6-4cff-9c32-4a80fa6f5b11} <Debug> DynamicQueryHandler: Done processing query | ||
8754 | 2024.09.06 06:39:28.583305 [ 3 ] {3e372cc4-b2d6-4cff-9c32-4a80fa6f5b11} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8755 | 2024.09.06 06:39:28.583321 [ 3 ] {} <Debug> HTTP-Session: 820f8934-936c-4adc-8599-f8c4f4fbf63f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8756 | 2024.09.06 06:39:28.583456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8757 | 2024.09.06 06:39:28.583506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8758 | 2024.09.06 06:39:28.583526 [ 3 ] {} <Debug> HTTP-Session: e791ef21-ea08-44ea-a159-f8f7e8d17340 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8759 | 2024.09.06 06:39:28.583542 [ 3 ] {} <Debug> HTTP-Session: e791ef21-ea08-44ea-a159-f8f7e8d17340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8760 | 2024.09.06 06:39:28.583556 [ 3 ] {} <Debug> HTTP-Session: e791ef21-ea08-44ea-a159-f8f7e8d17340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8761 | 2024.09.06 06:39:28.583587 [ 3 ] {} <Trace> HTTP-Session: e791ef21-ea08-44ea-a159-f8f7e8d17340 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8762 | 2024.09.06 06:39:28.583776 [ 3 ] {8a43a969-5e7c-4a06-a002-1726e29dad73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8763 | 2024.09.06 06:39:28.583849 [ 3 ] {8a43a969-5e7c-4a06-a002-1726e29dad73} <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_histogramu64 | ||
8764 | 2024.09.06 06:39:28.584307 [ 3 ] {8a43a969-5e7c-4a06-a002-1726e29dad73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8765 | 2024.09.06 06:39:28.584813 [ 3 ] {8a43a969-5e7c-4a06-a002-1726e29dad73} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8766 | 2024.09.06 06:39:28.584850 [ 3 ] {8a43a969-5e7c-4a06-a002-1726e29dad73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8767 | 2024.09.06 06:39:28.585443 [ 3 ] {8a43a969-5e7c-4a06-a002-1726e29dad73} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8768 | 2024.09.06 06:39:28.585855 [ 3 ] {8a43a969-5e7c-4a06-a002-1726e29dad73} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8769 | 2024.09.06 06:39:28.586038 [ 3 ] {8a43a969-5e7c-4a06-a002-1726e29dad73} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002368 sec., 3378.3783783783783 rows/sec., 6.05 MiB/sec. | ||
8770 | 2024.09.06 06:39:28.586274 [ 3 ] {8a43a969-5e7c-4a06-a002-1726e29dad73} <Debug> DynamicQueryHandler: Done processing query | ||
8771 | 2024.09.06 06:39:28.586298 [ 3 ] {8a43a969-5e7c-4a06-a002-1726e29dad73} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8772 | 2024.09.06 06:39:28.586315 [ 3 ] {} <Debug> HTTP-Session: e791ef21-ea08-44ea-a159-f8f7e8d17340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8773 | 2024.09.06 06:39:28.586467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8774 | 2024.09.06 06:39:28.586517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8775 | 2024.09.06 06:39:28.586536 [ 3 ] {} <Debug> HTTP-Session: 6588da9d-6c59-4da5-8a07-0c81d316db47 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8776 | 2024.09.06 06:39:28.586553 [ 3 ] {} <Debug> HTTP-Session: 6588da9d-6c59-4da5-8a07-0c81d316db47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8777 | 2024.09.06 06:39:28.586567 [ 3 ] {} <Debug> HTTP-Session: 6588da9d-6c59-4da5-8a07-0c81d316db47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8778 | 2024.09.06 06:39:28.586597 [ 3 ] {} <Trace> HTTP-Session: 6588da9d-6c59-4da5-8a07-0c81d316db47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8779 | 2024.09.06 06:39:28.586727 [ 3 ] {fa240216-26b5-4c22-948c-47e84d264107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8780 | 2024.09.06 06:39:28.586772 [ 3 ] {fa240216-26b5-4c22-948c-47e84d264107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8781 | 2024.09.06 06:39:28.586903 [ 3 ] {fa240216-26b5-4c22-948c-47e84d264107} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8782 | 2024.09.06 06:39:28.587207 [ 3 ] {fa240216-26b5-4c22-948c-47e84d264107} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8783 | 2024.09.06 06:39:28.587244 [ 3 ] {fa240216-26b5-4c22-948c-47e84d264107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8784 | 2024.09.06 06:39:28.587627 [ 3 ] {fa240216-26b5-4c22-948c-47e84d264107} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8785 | 2024.09.06 06:39:28.587954 [ 3 ] {fa240216-26b5-4c22-948c-47e84d264107} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8786 | 2024.09.06 06:39:28.588112 [ 3 ] {fa240216-26b5-4c22-948c-47e84d264107} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001434 sec., 57182.705718270576 rows/sec., 3.63 MiB/sec. | ||
8787 | 2024.09.06 06:39:28.588396 [ 3 ] {fa240216-26b5-4c22-948c-47e84d264107} <Debug> DynamicQueryHandler: Done processing query | ||
8788 | 2024.09.06 06:39:28.588467 [ 3 ] {fa240216-26b5-4c22-948c-47e84d264107} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8789 | 2024.09.06 06:39:28.588529 [ 3 ] {} <Debug> HTTP-Session: 6588da9d-6c59-4da5-8a07-0c81d316db47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8790 | 2024.09.06 06:39:30.502992 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8791 | 2024.09.06 06:39:30.503039 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8792 | 2024.09.06 06:39:31.002182 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001829036 sec. | ||
8793 | 2024.09.06 06:39:33.559893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8794 | 2024.09.06 06:39:33.560055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8795 | 2024.09.06 06:39:33.560100 [ 3 ] {} <Debug> HTTP-Session: e9ba9f74-800b-4f5e-8b18-2a551067d721 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8796 | 2024.09.06 06:39:33.560142 [ 3 ] {} <Debug> HTTP-Session: e9ba9f74-800b-4f5e-8b18-2a551067d721 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8797 | 2024.09.06 06:39:33.560171 [ 3 ] {} <Debug> HTTP-Session: e9ba9f74-800b-4f5e-8b18-2a551067d721 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8798 | 2024.09.06 06:39:33.560252 [ 3 ] {} <Trace> HTTP-Session: e9ba9f74-800b-4f5e-8b18-2a551067d721 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8799 | 2024.09.06 06:39:33.560595 [ 3 ] {8d9a11d9-e429-43ff-a3df-40aa7ff4875a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8800 | 2024.09.06 06:39:33.560705 [ 3 ] {8d9a11d9-e429-43ff-a3df-40aa7ff4875a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8801 | 2024.09.06 06:39:33.561169 [ 3 ] {8d9a11d9-e429-43ff-a3df-40aa7ff4875a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8802 | 2024.09.06 06:39:33.561739 [ 3 ] {8d9a11d9-e429-43ff-a3df-40aa7ff4875a} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8803 | 2024.09.06 06:39:33.561782 [ 3 ] {8d9a11d9-e429-43ff-a3df-40aa7ff4875a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8804 | 2024.09.06 06:39:33.562200 [ 3 ] {8d9a11d9-e429-43ff-a3df-40aa7ff4875a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8805 | 2024.09.06 06:39:33.562581 [ 3 ] {8d9a11d9-e429-43ff-a3df-40aa7ff4875a} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8806 | 2024.09.06 06:39:33.562766 [ 3 ] {8d9a11d9-e429-43ff-a3df-40aa7ff4875a} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002297 sec., 51371.35393992164 rows/sec., 4.34 MiB/sec. | ||
8807 | 2024.09.06 06:39:33.562788 [ 33 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8808 | 2024.09.06 06:39:33.562933 [ 33 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8809 | 2024.09.06 06:39:33.562997 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8810 | 2024.09.06 06:39:33.563057 [ 3 ] {8d9a11d9-e429-43ff-a3df-40aa7ff4875a} <Debug> DynamicQueryHandler: Done processing query | ||
8811 | 2024.09.06 06:39:33.563117 [ 3 ] {8d9a11d9-e429-43ff-a3df-40aa7ff4875a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8812 | 2024.09.06 06:39:33.563173 [ 3 ] {} <Debug> HTTP-Session: e9ba9f74-800b-4f5e-8b18-2a551067d721 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8813 | 2024.09.06 06:39:33.563280 [ 189 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
8814 | 2024.09.06 06:39:33.563435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8815 | 2024.09.06 06:39:33.563547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8816 | 2024.09.06 06:39:33.563608 [ 3 ] {} <Debug> HTTP-Session: c87d93e3-7b50-4b22-bc48-3e4670244815 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8817 | 2024.09.06 06:39:33.563618 [ 189 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8818 | 2024.09.06 06:39:33.563636 [ 3 ] {} <Debug> HTTP-Session: c87d93e3-7b50-4b22-bc48-3e4670244815 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8819 | 2024.09.06 06:39:33.563680 [ 3 ] {} <Debug> HTTP-Session: c87d93e3-7b50-4b22-bc48-3e4670244815 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8820 | 2024.09.06 06:39:33.563697 [ 189 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1416 rows starting from the beginning of the part | ||
8821 | 2024.09.06 06:39:33.563743 [ 3 ] {} <Trace> HTTP-Session: c87d93e3-7b50-4b22-bc48-3e4670244815 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8822 | 2024.09.06 06:39:33.563985 [ 189 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 119 rows starting from the beginning of the part | ||
8823 | 2024.09.06 06:39:33.564048 [ 3 ] {ba7b023a-0517-4406-a504-3cfaa7a5d813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8824 | 2024.09.06 06:39:33.564233 [ 3 ] {ba7b023a-0517-4406-a504-3cfaa7a5d813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8825 | 2024.09.06 06:39:33.564270 [ 189 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 205 rows starting from the beginning of the part | ||
8826 | 2024.09.06 06:39:33.564642 [ 189 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1258 rows starting from the beginning of the part | ||
8827 | 2024.09.06 06:39:33.564957 [ 189 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 206 rows starting from the beginning of the part | ||
8828 | 2024.09.06 06:39:33.565263 [ 189 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 118 rows starting from the beginning of the part | ||
8829 | 2024.09.06 06:39:33.566028 [ 3 ] {ba7b023a-0517-4406-a504-3cfaa7a5d813} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8830 | 2024.09.06 06:39:33.566702 [ 3 ] {ba7b023a-0517-4406-a504-3cfaa7a5d813} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8831 | 2024.09.06 06:39:33.566780 [ 3 ] {ba7b023a-0517-4406-a504-3cfaa7a5d813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8832 | 2024.09.06 06:39:33.567819 [ 3 ] {ba7b023a-0517-4406-a504-3cfaa7a5d813} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8833 | 2024.09.06 06:39:33.568311 [ 3 ] {ba7b023a-0517-4406-a504-3cfaa7a5d813} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8834 | 2024.09.06 06:39:33.568567 [ 33 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8835 | 2024.09.06 06:39:33.568590 [ 3 ] {ba7b023a-0517-4406-a504-3cfaa7a5d813} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004651 sec., 6665.233283164911 rows/sec., 501.19 KiB/sec. | ||
8836 | 2024.09.06 06:39:33.568648 [ 33 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8837 | 2024.09.06 06:39:33.568925 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8838 | 2024.09.06 06:39:33.569277 [ 3 ] {ba7b023a-0517-4406-a504-3cfaa7a5d813} <Debug> DynamicQueryHandler: Done processing query | ||
8839 | 2024.09.06 06:39:33.569352 [ 3 ] {ba7b023a-0517-4406-a504-3cfaa7a5d813} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8840 | 2024.09.06 06:39:33.569411 [ 3 ] {} <Debug> HTTP-Session: c87d93e3-7b50-4b22-bc48-3e4670244815 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8841 | 2024.09.06 06:39:33.569451 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
8842 | 2024.09.06 06:39:33.569468 [ 189 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.006348723 sec., 523254.8340823816 rows/sec., 45.97 MiB/sec. | ||
8843 | 2024.09.06 06:39:33.569647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8844 | 2024.09.06 06:39:33.569781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8845 | 2024.09.06 06:39:33.569857 [ 3 ] {} <Debug> HTTP-Session: 82e69758-61f9-405f-ad6f-a41345b0d5f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8846 | 2024.09.06 06:39:33.569872 [ 189 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8847 | 2024.09.06 06:39:33.569923 [ 3 ] {} <Debug> HTTP-Session: 82e69758-61f9-405f-ad6f-a41345b0d5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8848 | 2024.09.06 06:39:33.569922 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8849 | 2024.09.06 06:39:33.569977 [ 3 ] {} <Debug> HTTP-Session: 82e69758-61f9-405f-ad6f-a41345b0d5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8850 | 2024.09.06 06:39:33.570064 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 57 rows starting from the beginning of the part | ||
8851 | 2024.09.06 06:39:33.570103 [ 3 ] {} <Trace> HTTP-Session: 82e69758-61f9-405f-ad6f-a41345b0d5f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8852 | 2024.09.06 06:39:33.570489 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 33 rows starting from the beginning of the part | ||
8853 | 2024.09.06 06:39:33.570491 [ 3 ] {3d822099-0f89-41d4-86cd-9a119a7cd455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8854 | 2024.09.06 06:39:33.570655 [ 3 ] {3d822099-0f89-41d4-86cd-9a119a7cd455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8855 | 2024.09.06 06:39:33.570908 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
8856 | 2024.09.06 06:39:33.571295 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 31 rows starting from the beginning of the part | ||
8857 | 2024.09.06 06:39:33.571781 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 10 rows starting from the beginning of the part | ||
8858 | 2024.09.06 06:39:33.572176 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part | ||
8859 | 2024.09.06 06:39:33.572728 [ 3 ] {3d822099-0f89-41d4-86cd-9a119a7cd455} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8860 | 2024.09.06 06:39:33.573754 [ 189 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_46_9} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8861 | 2024.09.06 06:39:33.574248 [ 189 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_46_9} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8862 | 2024.09.06 06:39:33.574298 [ 3 ] {3d822099-0f89-41d4-86cd-9a119a7cd455} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8863 | 2024.09.06 06:39:33.574397 [ 3 ] {3d822099-0f89-41d4-86cd-9a119a7cd455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8864 | 2024.09.06 06:39:33.574590 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
8865 | 2024.09.06 06:39:33.575609 [ 3 ] {3d822099-0f89-41d4-86cd-9a119a7cd455} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8866 | 2024.09.06 06:39:33.575860 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.00670589 sec., 25350.848284120377 rows/sec., 1.94 MiB/sec. | ||
8867 | 2024.09.06 06:39:33.576093 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8868 | 2024.09.06 06:39:33.576451 [ 3 ] {3d822099-0f89-41d4-86cd-9a119a7cd455} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8869 | 2024.09.06 06:39:33.576684 [ 31 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8870 | 2024.09.06 06:39:33.576706 [ 3 ] {3d822099-0f89-41d4-86cd-9a119a7cd455} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.006405 sec., 14832.162373145979 rows/sec., 1.16 MiB/sec. | ||
8871 | 2024.09.06 06:39:33.576749 [ 31 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8872 | 2024.09.06 06:39:33.576821 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8873 | 2024.09.06 06:39:33.577155 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_41_8} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8874 | 2024.09.06 06:39:33.577355 [ 3 ] {3d822099-0f89-41d4-86cd-9a119a7cd455} <Debug> DynamicQueryHandler: Done processing query | ||
8875 | 2024.09.06 06:39:33.577441 [ 3 ] {3d822099-0f89-41d4-86cd-9a119a7cd455} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8876 | 2024.09.06 06:39:33.577497 [ 3 ] {} <Debug> HTTP-Session: 82e69758-61f9-405f-ad6f-a41345b0d5f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8877 | 2024.09.06 06:39:33.577556 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_41_8} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8878 | 2024.09.06 06:39:33.577859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8879 | 2024.09.06 06:39:33.577896 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
8880 | 2024.09.06 06:39:33.578064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8881 | 2024.09.06 06:39:33.578089 [ 197 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
8882 | 2024.09.06 06:39:33.578135 [ 3 ] {} <Debug> HTTP-Session: 32c8e4ec-1bcf-43d2-bc3b-b98ed9e57dcb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8883 | 2024.09.06 06:39:33.578200 [ 3 ] {} <Debug> HTTP-Session: 32c8e4ec-1bcf-43d2-bc3b-b98ed9e57dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8884 | 2024.09.06 06:39:33.578228 [ 3 ] {} <Debug> HTTP-Session: 32c8e4ec-1bcf-43d2-bc3b-b98ed9e57dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8885 | 2024.09.06 06:39:33.578318 [ 3 ] {} <Trace> HTTP-Session: 32c8e4ec-1bcf-43d2-bc3b-b98ed9e57dcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8886 | 2024.09.06 06:39:33.578460 [ 197 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8887 | 2024.09.06 06:39:33.578534 [ 197 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
8888 | 2024.09.06 06:39:33.578705 [ 3 ] {b64a515f-3fef-41d9-aa25-d510d83c3539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8889 | 2024.09.06 06:39:33.578818 [ 197 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 97 rows starting from the beginning of the part | ||
8890 | 2024.09.06 06:39:33.578852 [ 3 ] {b64a515f-3fef-41d9-aa25-d510d83c3539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8891 | 2024.09.06 06:39:33.579149 [ 197 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 390 rows starting from the beginning of the part | ||
8892 | 2024.09.06 06:39:33.579464 [ 197 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 551 rows starting from the beginning of the part | ||
8893 | 2024.09.06 06:39:33.579822 [ 197 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 392 rows starting from the beginning of the part | ||
8894 | 2024.09.06 06:39:33.580181 [ 197 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 95 rows starting from the beginning of the part | ||
8895 | 2024.09.06 06:39:33.580316 [ 3 ] {b64a515f-3fef-41d9-aa25-d510d83c3539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8896 | 2024.09.06 06:39:33.581473 [ 3 ] {b64a515f-3fef-41d9-aa25-d510d83c3539} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8897 | 2024.09.06 06:39:33.581533 [ 3 ] {b64a515f-3fef-41d9-aa25-d510d83c3539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8898 | 2024.09.06 06:39:33.582661 [ 3 ] {b64a515f-3fef-41d9-aa25-d510d83c3539} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8899 | 2024.09.06 06:39:33.583303 [ 3 ] {b64a515f-3fef-41d9-aa25-d510d83c3539} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8900 | 2024.09.06 06:39:33.583548 [ 192 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 5 columns (5 merged, 0 gathered) in 0.006595638 sec., 369638.2366648988 rows/sec., 28.37 MiB/sec. | ||
8901 | 2024.09.06 06:39:33.583621 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8902 | 2024.09.06 06:39:33.583658 [ 3 ] {b64a515f-3fef-41d9-aa25-d510d83c3539} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005162 sec., 30995.738086013174 rows/sec., 2.16 MiB/sec. | ||
8903 | 2024.09.06 06:39:33.583687 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8904 | 2024.09.06 06:39:33.583749 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8905 | 2024.09.06 06:39:33.584003 [ 192 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8906 | 2024.09.06 06:39:33.584332 [ 3 ] {b64a515f-3fef-41d9-aa25-d510d83c3539} <Debug> DynamicQueryHandler: Done processing query | ||
8907 | 2024.09.06 06:39:33.584423 [ 3 ] {b64a515f-3fef-41d9-aa25-d510d83c3539} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8908 | 2024.09.06 06:39:33.584514 [ 3 ] {} <Debug> HTTP-Session: 32c8e4ec-1bcf-43d2-bc3b-b98ed9e57dcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8909 | 2024.09.06 06:39:33.584953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8910 | 2024.09.06 06:39:33.585211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8911 | 2024.09.06 06:39:33.585382 [ 3 ] {} <Debug> HTTP-Session: d4fedfe1-546d-42fa-a3aa-777c66550c2b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8912 | 2024.09.06 06:39:33.585515 [ 3 ] {} <Debug> HTTP-Session: d4fedfe1-546d-42fa-a3aa-777c66550c2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8913 | 2024.09.06 06:39:33.585576 [ 3 ] {} <Debug> HTTP-Session: d4fedfe1-546d-42fa-a3aa-777c66550c2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8914 | 2024.09.06 06:39:33.585727 [ 3 ] {} <Trace> HTTP-Session: d4fedfe1-546d-42fa-a3aa-777c66550c2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8915 | 2024.09.06 06:39:33.585854 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
8916 | 2024.09.06 06:39:33.586338 [ 192 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_46_9} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8917 | 2024.09.06 06:39:33.586633 [ 3 ] {7a4748e0-0104-4057-9590-27c107a2b178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8918 | 2024.09.06 06:39:33.586648 [ 192 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_46_9} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8919 | 2024.09.06 06:39:33.586969 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
8920 | 2024.09.06 06:39:33.586979 [ 3 ] {7a4748e0-0104-4057-9590-27c107a2b178} <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_histogramu64 | ||
8921 | 2024.09.06 06:39:33.587197 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8922 | 2024.09.06 06:39:33.587305 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12635 rows starting from the beginning of the part | ||
8923 | 2024.09.06 06:39:33.587654 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 161 rows starting from the beginning of the part | ||
8924 | 2024.09.06 06:39:33.588044 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
8925 | 2024.09.06 06:39:33.588423 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 844 rows starting from the beginning of the part | ||
8926 | 2024.09.06 06:39:33.588774 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 238 rows starting from the beginning of the part | ||
8927 | 2024.09.06 06:39:33.589144 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
8928 | 2024.09.06 06:39:33.590406 [ 3 ] {7a4748e0-0104-4057-9590-27c107a2b178} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8929 | 2024.09.06 06:39:33.591507 [ 3 ] {7a4748e0-0104-4057-9590-27c107a2b178} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8930 | 2024.09.06 06:39:33.591568 [ 3 ] {7a4748e0-0104-4057-9590-27c107a2b178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8931 | 2024.09.06 06:39:33.593623 [ 3 ] {7a4748e0-0104-4057-9590-27c107a2b178} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8932 | 2024.09.06 06:39:33.594352 [ 3 ] {7a4748e0-0104-4057-9590-27c107a2b178} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8933 | 2024.09.06 06:39:33.594595 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8934 | 2024.09.06 06:39:33.594692 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8935 | 2024.09.06 06:39:33.594731 [ 3 ] {7a4748e0-0104-4057-9590-27c107a2b178} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.008755 sec., 3540.8338092518557 rows/sec., 6.35 MiB/sec. | ||
8936 | 2024.09.06 06:39:33.594734 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8937 | 2024.09.06 06:39:33.595115 [ 193 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
8938 | 2024.09.06 06:39:33.595444 [ 3 ] {7a4748e0-0104-4057-9590-27c107a2b178} <Debug> DynamicQueryHandler: Done processing query | ||
8939 | 2024.09.06 06:39:33.595506 [ 3 ] {7a4748e0-0104-4057-9590-27c107a2b178} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8940 | 2024.09.06 06:39:33.595582 [ 3 ] {} <Debug> HTTP-Session: d4fedfe1-546d-42fa-a3aa-777c66550c2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8941 | 2024.09.06 06:39:33.595936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8942 | 2024.09.06 06:39:33.596054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8943 | 2024.09.06 06:39:33.596187 [ 3 ] {} <Debug> HTTP-Session: 92f75a9d-3626-49a6-95ff-1b5e8da8d36f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8944 | 2024.09.06 06:39:33.596191 [ 193 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8945 | 2024.09.06 06:39:33.596224 [ 3 ] {} <Debug> HTTP-Session: 92f75a9d-3626-49a6-95ff-1b5e8da8d36f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8946 | 2024.09.06 06:39:33.596285 [ 3 ] {} <Debug> HTTP-Session: 92f75a9d-3626-49a6-95ff-1b5e8da8d36f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8947 | 2024.09.06 06:39:33.596366 [ 193 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 635 rows starting from the beginning of the part | ||
8948 | 2024.09.06 06:39:33.596378 [ 3 ] {} <Trace> HTTP-Session: 92f75a9d-3626-49a6-95ff-1b5e8da8d36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8949 | 2024.09.06 06:39:33.596930 [ 3 ] {0159bbb6-7e49-4625-8c58-e6606be4b28c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8950 | 2024.09.06 06:39:33.597222 [ 3 ] {0159bbb6-7e49-4625-8c58-e6606be4b28c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8951 | 2024.09.06 06:39:33.597745 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14275 rows, containing 5 columns (5 merged, 0 gathered) in 0.013789968 sec., 1035172.815484416 rows/sec., 70.04 MiB/sec. | ||
8952 | 2024.09.06 06:39:33.597997 [ 193 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part | ||
8953 | 2024.09.06 06:39:33.598286 [ 3 ] {0159bbb6-7e49-4625-8c58-e6606be4b28c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8954 | 2024.09.06 06:39:33.598458 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8955 | 2024.09.06 06:39:33.599087 [ 193 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
8956 | 2024.09.06 06:39:33.599860 [ 3 ] {0159bbb6-7e49-4625-8c58-e6606be4b28c} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8957 | 2024.09.06 06:39:33.599966 [ 3 ] {0159bbb6-7e49-4625-8c58-e6606be4b28c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8958 | 2024.09.06 06:39:33.600575 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8959 | 2024.09.06 06:39:33.600871 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8960 | 2024.09.06 06:39:33.600892 [ 193 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 31 rows starting from the beginning of the part | ||
8961 | 2024.09.06 06:39:33.601140 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB. | ||
8962 | 2024.09.06 06:39:33.601788 [ 193 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
8963 | 2024.09.06 06:39:33.601831 [ 3 ] {0159bbb6-7e49-4625-8c58-e6606be4b28c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8964 | 2024.09.06 06:39:33.602357 [ 193 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part | ||
8965 | 2024.09.06 06:39:33.603102 [ 3 ] {0159bbb6-7e49-4625-8c58-e6606be4b28c} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8966 | 2024.09.06 06:39:33.603475 [ 31 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8967 | 2024.09.06 06:39:33.603511 [ 3 ] {0159bbb6-7e49-4625-8c58-e6606be4b28c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006886 sec., 8713.331397037467 rows/sec., 601.31 KiB/sec. | ||
8968 | 2024.09.06 06:39:33.603522 [ 31 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8969 | 2024.09.06 06:39:33.603606 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
8970 | 2024.09.06 06:39:33.604229 [ 3 ] {0159bbb6-7e49-4625-8c58-e6606be4b28c} <Debug> DynamicQueryHandler: Done processing query | ||
8971 | 2024.09.06 06:39:33.604272 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
8972 | 2024.09.06 06:39:33.604333 [ 3 ] {0159bbb6-7e49-4625-8c58-e6606be4b28c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8973 | 2024.09.06 06:39:33.604454 [ 3 ] {} <Debug> HTTP-Session: 92f75a9d-3626-49a6-95ff-1b5e8da8d36f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8974 | 2024.09.06 06:39:33.605115 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8975 | 2024.09.06 06:39:33.605240 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2656 rows starting from the beginning of the part | ||
8976 | 2024.09.06 06:39:33.605606 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
8977 | 2024.09.06 06:39:33.605905 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
8978 | 2024.09.06 06:39:33.605981 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
8979 | 2024.09.06 06:39:33.606099 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
8980 | 2024.09.06 06:39:33.606238 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
8981 | 2024.09.06 06:39:33.610027 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3000 rows, containing 4 columns (4 merged, 0 gathered) in 0.006285341 sec., 477301.0724477797 rows/sec., 31.25 MiB/sec. | ||
8982 | 2024.09.06 06:39:33.610431 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8983 | 2024.09.06 06:39:33.610981 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_46_9} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8984 | 2024.09.06 06:39:33.611058 [ 195 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_46_9} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8985 | 2024.09.06 06:39:33.611137 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
8986 | 2024.09.06 06:39:33.611785 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 744 rows, containing 19 columns (19 merged, 0 gathered) in 0.016916159 sec., 43981.61544828232 rows/sec., 78.81 MiB/sec. | ||
8987 | 2024.09.06 06:39:33.612604 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8988 | 2024.09.06 06:39:33.613252 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8989 | 2024.09.06 06:39:33.613342 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8990 | 2024.09.06 06:39:33.613490 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. | ||
8991 | 2024.09.06 06:39:34.000157 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.19 MiB, peak 205.84 MiB, free memory in arenas 0.00 B, will set to 196.89 MiB (RSS), difference: 1.70 MiB | ||
8992 | 2024.09.06 06:39:38.564092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8993 | 2024.09.06 06:39:38.564292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8994 | 2024.09.06 06:39:38.564338 [ 3 ] {} <Debug> HTTP-Session: 62b1de3f-21b5-4540-9797-d2cdebc91c47 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
8995 | 2024.09.06 06:39:38.564381 [ 3 ] {} <Debug> HTTP-Session: 62b1de3f-21b5-4540-9797-d2cdebc91c47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8996 | 2024.09.06 06:39:38.564410 [ 3 ] {} <Debug> HTTP-Session: 62b1de3f-21b5-4540-9797-d2cdebc91c47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8997 | 2024.09.06 06:39:38.564492 [ 3 ] {} <Trace> HTTP-Session: 62b1de3f-21b5-4540-9797-d2cdebc91c47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8998 | 2024.09.06 06:39:38.564899 [ 3 ] {ec83af42-8a82-4365-ae3f-4eadcfd96c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8999 | 2024.09.06 06:39:38.565011 [ 3 ] {ec83af42-8a82-4365-ae3f-4eadcfd96c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9000 | 2024.09.06 06:39:38.565427 [ 3 ] {ec83af42-8a82-4365-ae3f-4eadcfd96c61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9001 | 2024.09.06 06:39:38.566189 [ 3 ] {ec83af42-8a82-4365-ae3f-4eadcfd96c61} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9002 | 2024.09.06 06:39:38.566245 [ 3 ] {ec83af42-8a82-4365-ae3f-4eadcfd96c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9003 | 2024.09.06 06:39:38.566768 [ 3 ] {ec83af42-8a82-4365-ae3f-4eadcfd96c61} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9004 | 2024.09.06 06:39:38.567232 [ 3 ] {ec83af42-8a82-4365-ae3f-4eadcfd96c61} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9005 | 2024.09.06 06:39:38.567409 [ 3 ] {ec83af42-8a82-4365-ae3f-4eadcfd96c61} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.0027 sec., 75925.92592592593 rows/sec., 6.69 MiB/sec. | ||
9006 | 2024.09.06 06:39:38.567803 [ 3 ] {ec83af42-8a82-4365-ae3f-4eadcfd96c61} <Debug> DynamicQueryHandler: Done processing query | ||
9007 | 2024.09.06 06:39:38.567841 [ 3 ] {ec83af42-8a82-4365-ae3f-4eadcfd96c61} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9008 | 2024.09.06 06:39:38.567860 [ 3 ] {} <Debug> HTTP-Session: 62b1de3f-21b5-4540-9797-d2cdebc91c47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9009 | 2024.09.06 06:39:38.568041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9010 | 2024.09.06 06:39:38.568099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9011 | 2024.09.06 06:39:38.568120 [ 3 ] {} <Debug> HTTP-Session: 4c43dbc8-40c6-4be4-a8d8-9025b4079501 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9012 | 2024.09.06 06:39:38.568137 [ 3 ] {} <Debug> HTTP-Session: 4c43dbc8-40c6-4be4-a8d8-9025b4079501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9013 | 2024.09.06 06:39:38.568151 [ 3 ] {} <Debug> HTTP-Session: 4c43dbc8-40c6-4be4-a8d8-9025b4079501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9014 | 2024.09.06 06:39:38.568183 [ 3 ] {} <Trace> HTTP-Session: 4c43dbc8-40c6-4be4-a8d8-9025b4079501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9015 | 2024.09.06 06:39:38.568298 [ 3 ] {ec88942b-1ba0-4ad6-8f44-49feb4039a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9016 | 2024.09.06 06:39:38.568347 [ 3 ] {ec88942b-1ba0-4ad6-8f44-49feb4039a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9017 | 2024.09.06 06:39:38.568603 [ 3 ] {ec88942b-1ba0-4ad6-8f44-49feb4039a0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9018 | 2024.09.06 06:39:38.568946 [ 3 ] {ec88942b-1ba0-4ad6-8f44-49feb4039a0c} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9019 | 2024.09.06 06:39:38.568985 [ 3 ] {ec88942b-1ba0-4ad6-8f44-49feb4039a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9020 | 2024.09.06 06:39:38.569346 [ 3 ] {ec88942b-1ba0-4ad6-8f44-49feb4039a0c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9021 | 2024.09.06 06:39:38.569720 [ 3 ] {ec88942b-1ba0-4ad6-8f44-49feb4039a0c} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9022 | 2024.09.06 06:39:38.569881 [ 3 ] {ec88942b-1ba0-4ad6-8f44-49feb4039a0c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001606 sec., 4981.3200498132 rows/sec., 374.57 KiB/sec. | ||
9023 | 2024.09.06 06:39:38.570150 [ 3 ] {ec88942b-1ba0-4ad6-8f44-49feb4039a0c} <Debug> DynamicQueryHandler: Done processing query | ||
9024 | 2024.09.06 06:39:38.570203 [ 3 ] {ec88942b-1ba0-4ad6-8f44-49feb4039a0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9025 | 2024.09.06 06:39:38.570232 [ 3 ] {} <Debug> HTTP-Session: 4c43dbc8-40c6-4be4-a8d8-9025b4079501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9026 | 2024.09.06 06:39:38.570370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9027 | 2024.09.06 06:39:38.570421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9028 | 2024.09.06 06:39:38.570441 [ 3 ] {} <Debug> HTTP-Session: 9e45374b-6e7c-496a-8a29-1d91b121b5e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9029 | 2024.09.06 06:39:38.570457 [ 3 ] {} <Debug> HTTP-Session: 9e45374b-6e7c-496a-8a29-1d91b121b5e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9030 | 2024.09.06 06:39:38.570471 [ 3 ] {} <Debug> HTTP-Session: 9e45374b-6e7c-496a-8a29-1d91b121b5e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9031 | 2024.09.06 06:39:38.570503 [ 3 ] {} <Trace> HTTP-Session: 9e45374b-6e7c-496a-8a29-1d91b121b5e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9032 | 2024.09.06 06:39:38.570606 [ 3 ] {d24a46a2-f053-42b3-910f-2ce1cd7ca4cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9033 | 2024.09.06 06:39:38.570653 [ 3 ] {d24a46a2-f053-42b3-910f-2ce1cd7ca4cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9034 | 2024.09.06 06:39:38.570900 [ 3 ] {d24a46a2-f053-42b3-910f-2ce1cd7ca4cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9035 | 2024.09.06 06:39:38.571238 [ 3 ] {d24a46a2-f053-42b3-910f-2ce1cd7ca4cb} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9036 | 2024.09.06 06:39:38.571277 [ 3 ] {d24a46a2-f053-42b3-910f-2ce1cd7ca4cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9037 | 2024.09.06 06:39:38.571635 [ 3 ] {d24a46a2-f053-42b3-910f-2ce1cd7ca4cb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9038 | 2024.09.06 06:39:38.571999 [ 3 ] {d24a46a2-f053-42b3-910f-2ce1cd7ca4cb} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9039 | 2024.09.06 06:39:38.572163 [ 26 ] {} <Debug> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9040 | 2024.09.06 06:39:38.572173 [ 3 ] {d24a46a2-f053-42b3-910f-2ce1cd7ca4cb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001584 sec., 8838.38383838384 rows/sec., 618.98 KiB/sec. | ||
9041 | 2024.09.06 06:39:38.572249 [ 26 ] {} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9042 | 2024.09.06 06:39:38.572316 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9043 | 2024.09.06 06:39:38.572550 [ 190 ] {5f691591-518a-4472-9850-9bd51d87b65e::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 | ||
9044 | 2024.09.06 06:39:38.572563 [ 3 ] {d24a46a2-f053-42b3-910f-2ce1cd7ca4cb} <Debug> DynamicQueryHandler: Done processing query | ||
9045 | 2024.09.06 06:39:38.572646 [ 3 ] {d24a46a2-f053-42b3-910f-2ce1cd7ca4cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9046 | 2024.09.06 06:39:38.572671 [ 3 ] {} <Debug> HTTP-Session: 9e45374b-6e7c-496a-8a29-1d91b121b5e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9047 | 2024.09.06 06:39:38.572830 [ 190 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9048 | 2024.09.06 06:39:38.572853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9049 | 2024.09.06 06:39:38.572900 [ 190 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 242 rows starting from the beginning of the part | ||
9050 | 2024.09.06 06:39:38.572958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9051 | 2024.09.06 06:39:38.573021 [ 3 ] {} <Debug> HTTP-Session: a8d39fbb-6668-4fb8-837a-3ffef86d65a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9052 | 2024.09.06 06:39:38.573111 [ 3 ] {} <Debug> HTTP-Session: a8d39fbb-6668-4fb8-837a-3ffef86d65a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9053 | 2024.09.06 06:39:38.573187 [ 3 ] {} <Debug> HTTP-Session: a8d39fbb-6668-4fb8-837a-3ffef86d65a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9054 | 2024.09.06 06:39:38.573211 [ 190 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
9055 | 2024.09.06 06:39:38.573296 [ 3 ] {} <Trace> HTTP-Session: a8d39fbb-6668-4fb8-837a-3ffef86d65a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9056 | 2024.09.06 06:39:38.573483 [ 190 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
9057 | 2024.09.06 06:39:38.573651 [ 3 ] {10e46e5a-87ca-42f1-8346-068cc5753add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9058 | 2024.09.06 06:39:38.573812 [ 190 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part | ||
9059 | 2024.09.06 06:39:38.573830 [ 3 ] {10e46e5a-87ca-42f1-8346-068cc5753add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9060 | 2024.09.06 06:39:38.574133 [ 190 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
9061 | 2024.09.06 06:39:38.574456 [ 190 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
9062 | 2024.09.06 06:39:38.575240 [ 3 ] {10e46e5a-87ca-42f1-8346-068cc5753add} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9063 | 2024.09.06 06:39:38.576212 [ 3 ] {10e46e5a-87ca-42f1-8346-068cc5753add} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9064 | 2024.09.06 06:39:38.576279 [ 3 ] {10e46e5a-87ca-42f1-8346-068cc5753add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9065 | 2024.09.06 06:39:38.577278 [ 3 ] {10e46e5a-87ca-42f1-8346-068cc5753add} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9066 | 2024.09.06 06:39:38.577478 [ 190 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005041307 sec., 104338.02186615494 rows/sec., 7.09 MiB/sec. | ||
9067 | 2024.09.06 06:39:38.577779 [ 190 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9068 | 2024.09.06 06:39:38.578240 [ 3 ] {10e46e5a-87ca-42f1-8346-068cc5753add} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9069 | 2024.09.06 06:39:38.578695 [ 3 ] {10e46e5a-87ca-42f1-8346-068cc5753add} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00516 sec., 1162.7906976744187 rows/sec., 68.70 KiB/sec. | ||
9070 | 2024.09.06 06:39:38.578979 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_26_5} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9071 | 2024.09.06 06:39:38.579324 [ 3 ] {10e46e5a-87ca-42f1-8346-068cc5753add} <Debug> DynamicQueryHandler: Done processing query | ||
9072 | 2024.09.06 06:39:38.579373 [ 3 ] {10e46e5a-87ca-42f1-8346-068cc5753add} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9073 | 2024.09.06 06:39:38.579382 [ 187 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_26_5} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9074 | 2024.09.06 06:39:38.579403 [ 3 ] {} <Debug> HTTP-Session: a8d39fbb-6668-4fb8-837a-3ffef86d65a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9075 | 2024.09.06 06:39:38.579517 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
9076 | 2024.09.06 06:39:38.579652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9077 | 2024.09.06 06:39:38.579712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9078 | 2024.09.06 06:39:38.579733 [ 3 ] {} <Debug> HTTP-Session: b428b011-b7f2-4b92-934c-97cbbfcca6d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9079 | 2024.09.06 06:39:38.579751 [ 3 ] {} <Debug> HTTP-Session: b428b011-b7f2-4b92-934c-97cbbfcca6d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9080 | 2024.09.06 06:39:38.579765 [ 3 ] {} <Debug> HTTP-Session: b428b011-b7f2-4b92-934c-97cbbfcca6d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9081 | 2024.09.06 06:39:38.579798 [ 3 ] {} <Trace> HTTP-Session: b428b011-b7f2-4b92-934c-97cbbfcca6d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9082 | 2024.09.06 06:39:38.580017 [ 3 ] {88a13c68-f00b-4e7b-af23-69337e44c1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9083 | 2024.09.06 06:39:38.580065 [ 3 ] {88a13c68-f00b-4e7b-af23-69337e44c1c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9084 | 2024.09.06 06:39:38.580325 [ 3 ] {88a13c68-f00b-4e7b-af23-69337e44c1c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9085 | 2024.09.06 06:39:38.580915 [ 3 ] {88a13c68-f00b-4e7b-af23-69337e44c1c4} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9086 | 2024.09.06 06:39:38.580953 [ 3 ] {88a13c68-f00b-4e7b-af23-69337e44c1c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9087 | 2024.09.06 06:39:38.581330 [ 3 ] {88a13c68-f00b-4e7b-af23-69337e44c1c4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9088 | 2024.09.06 06:39:38.581709 [ 3 ] {88a13c68-f00b-4e7b-af23-69337e44c1c4} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9089 | 2024.09.06 06:39:38.581874 [ 3 ] {88a13c68-f00b-4e7b-af23-69337e44c1c4} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001978 sec., 197168.85743174923 rows/sec., 13.98 MiB/sec. | ||
9090 | 2024.09.06 06:39:38.582054 [ 3 ] {88a13c68-f00b-4e7b-af23-69337e44c1c4} <Debug> DynamicQueryHandler: Done processing query | ||
9091 | 2024.09.06 06:39:38.582079 [ 3 ] {88a13c68-f00b-4e7b-af23-69337e44c1c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9092 | 2024.09.06 06:39:38.582095 [ 3 ] {} <Debug> HTTP-Session: b428b011-b7f2-4b92-934c-97cbbfcca6d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9093 | 2024.09.06 06:39:38.582270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9094 | 2024.09.06 06:39:38.582320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9095 | 2024.09.06 06:39:38.582340 [ 3 ] {} <Debug> HTTP-Session: 1facc99b-82c3-4408-a9ba-934c9ffa4cac Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9096 | 2024.09.06 06:39:38.582358 [ 3 ] {} <Debug> HTTP-Session: 1facc99b-82c3-4408-a9ba-934c9ffa4cac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9097 | 2024.09.06 06:39:38.582371 [ 3 ] {} <Debug> HTTP-Session: 1facc99b-82c3-4408-a9ba-934c9ffa4cac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9098 | 2024.09.06 06:39:38.582402 [ 3 ] {} <Trace> HTTP-Session: 1facc99b-82c3-4408-a9ba-934c9ffa4cac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9099 | 2024.09.06 06:39:38.582500 [ 3 ] {f4b690bd-8e3f-4b39-be27-1097a94ffffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9100 | 2024.09.06 06:39:38.582547 [ 3 ] {f4b690bd-8e3f-4b39-be27-1097a94ffffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9101 | 2024.09.06 06:39:38.582683 [ 3 ] {f4b690bd-8e3f-4b39-be27-1097a94ffffc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9102 | 2024.09.06 06:39:38.582954 [ 3 ] {f4b690bd-8e3f-4b39-be27-1097a94ffffc} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9103 | 2024.09.06 06:39:38.582993 [ 3 ] {f4b690bd-8e3f-4b39-be27-1097a94ffffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9104 | 2024.09.06 06:39:38.583356 [ 3 ] {f4b690bd-8e3f-4b39-be27-1097a94ffffc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9105 | 2024.09.06 06:39:38.583695 [ 3 ] {f4b690bd-8e3f-4b39-be27-1097a94ffffc} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9106 | 2024.09.06 06:39:38.583858 [ 3 ] {f4b690bd-8e3f-4b39-be27-1097a94ffffc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001383 sec., 4338.394793926248 rows/sec., 226.66 KiB/sec. | ||
9107 | 2024.09.06 06:39:38.584028 [ 3 ] {f4b690bd-8e3f-4b39-be27-1097a94ffffc} <Debug> DynamicQueryHandler: Done processing query | ||
9108 | 2024.09.06 06:39:38.584053 [ 3 ] {f4b690bd-8e3f-4b39-be27-1097a94ffffc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9109 | 2024.09.06 06:39:38.584069 [ 3 ] {} <Debug> HTTP-Session: 1facc99b-82c3-4408-a9ba-934c9ffa4cac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9110 | 2024.09.06 06:39:38.584245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9111 | 2024.09.06 06:39:38.584294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9112 | 2024.09.06 06:39:38.584315 [ 3 ] {} <Debug> HTTP-Session: aad94e9c-8529-416f-95a5-5fa6c2d92ecd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9113 | 2024.09.06 06:39:38.584331 [ 3 ] {} <Debug> HTTP-Session: aad94e9c-8529-416f-95a5-5fa6c2d92ecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9114 | 2024.09.06 06:39:38.584345 [ 3 ] {} <Debug> HTTP-Session: aad94e9c-8529-416f-95a5-5fa6c2d92ecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9115 | 2024.09.06 06:39:38.584376 [ 3 ] {} <Trace> HTTP-Session: aad94e9c-8529-416f-95a5-5fa6c2d92ecd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9116 | 2024.09.06 06:39:38.584580 [ 3 ] {f6386318-74f4-4e3d-9f54-0d92a78cfbba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9117 | 2024.09.06 06:39:38.584628 [ 3 ] {f6386318-74f4-4e3d-9f54-0d92a78cfbba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9118 | 2024.09.06 06:39:38.584777 [ 3 ] {f6386318-74f4-4e3d-9f54-0d92a78cfbba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9119 | 2024.09.06 06:39:38.585202 [ 3 ] {f6386318-74f4-4e3d-9f54-0d92a78cfbba} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9120 | 2024.09.06 06:39:38.585239 [ 3 ] {f6386318-74f4-4e3d-9f54-0d92a78cfbba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9121 | 2024.09.06 06:39:38.585628 [ 3 ] {f6386318-74f4-4e3d-9f54-0d92a78cfbba} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9122 | 2024.09.06 06:39:38.585970 [ 3 ] {f6386318-74f4-4e3d-9f54-0d92a78cfbba} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9123 | 2024.09.06 06:39:38.586122 [ 3 ] {f6386318-74f4-4e3d-9f54-0d92a78cfbba} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001652 sec., 143462.46973365618 rows/sec., 9.62 MiB/sec. | ||
9124 | 2024.09.06 06:39:38.586296 [ 3 ] {f6386318-74f4-4e3d-9f54-0d92a78cfbba} <Debug> DynamicQueryHandler: Done processing query | ||
9125 | 2024.09.06 06:39:38.586320 [ 3 ] {f6386318-74f4-4e3d-9f54-0d92a78cfbba} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9126 | 2024.09.06 06:39:38.586336 [ 3 ] {} <Debug> HTTP-Session: aad94e9c-8529-416f-95a5-5fa6c2d92ecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9127 | 2024.09.06 06:39:38.586510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9128 | 2024.09.06 06:39:38.586560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9129 | 2024.09.06 06:39:38.586580 [ 3 ] {} <Debug> HTTP-Session: 9ba724de-e832-4ed6-aad6-8f2a5f29cb65 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9130 | 2024.09.06 06:39:38.586596 [ 3 ] {} <Debug> HTTP-Session: 9ba724de-e832-4ed6-aad6-8f2a5f29cb65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9131 | 2024.09.06 06:39:38.586610 [ 3 ] {} <Debug> HTTP-Session: 9ba724de-e832-4ed6-aad6-8f2a5f29cb65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9132 | 2024.09.06 06:39:38.586641 [ 3 ] {} <Trace> HTTP-Session: 9ba724de-e832-4ed6-aad6-8f2a5f29cb65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9133 | 2024.09.06 06:39:38.586736 [ 3 ] {ee7a7f5c-f0e0-4ca8-92b0-3de078921af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9134 | 2024.09.06 06:39:38.586783 [ 3 ] {ee7a7f5c-f0e0-4ca8-92b0-3de078921af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9135 | 2024.09.06 06:39:38.586916 [ 3 ] {ee7a7f5c-f0e0-4ca8-92b0-3de078921af5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9136 | 2024.09.06 06:39:38.587169 [ 3 ] {ee7a7f5c-f0e0-4ca8-92b0-3de078921af5} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9137 | 2024.09.06 06:39:38.587205 [ 3 ] {ee7a7f5c-f0e0-4ca8-92b0-3de078921af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9138 | 2024.09.06 06:39:38.587554 [ 3 ] {ee7a7f5c-f0e0-4ca8-92b0-3de078921af5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9139 | 2024.09.06 06:39:38.587886 [ 3 ] {ee7a7f5c-f0e0-4ca8-92b0-3de078921af5} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9140 | 2024.09.06 06:39:38.588049 [ 3 ] {ee7a7f5c-f0e0-4ca8-92b0-3de078921af5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec. | ||
9141 | 2024.09.06 06:39:38.588357 [ 3 ] {ee7a7f5c-f0e0-4ca8-92b0-3de078921af5} <Debug> DynamicQueryHandler: Done processing query | ||
9142 | 2024.09.06 06:39:38.588383 [ 3 ] {ee7a7f5c-f0e0-4ca8-92b0-3de078921af5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9143 | 2024.09.06 06:39:38.588400 [ 3 ] {} <Debug> HTTP-Session: 9ba724de-e832-4ed6-aad6-8f2a5f29cb65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9144 | 2024.09.06 06:39:38.588553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9145 | 2024.09.06 06:39:38.588605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9146 | 2024.09.06 06:39:38.588625 [ 3 ] {} <Debug> HTTP-Session: 003dafe7-8f3e-47f4-9de2-17fe0af761f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9147 | 2024.09.06 06:39:38.588643 [ 3 ] {} <Debug> HTTP-Session: 003dafe7-8f3e-47f4-9de2-17fe0af761f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9148 | 2024.09.06 06:39:38.588656 [ 3 ] {} <Debug> HTTP-Session: 003dafe7-8f3e-47f4-9de2-17fe0af761f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9149 | 2024.09.06 06:39:38.588687 [ 3 ] {} <Trace> HTTP-Session: 003dafe7-8f3e-47f4-9de2-17fe0af761f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9150 | 2024.09.06 06:39:38.588861 [ 3 ] {d1428039-10c0-428b-8e57-996e8e1c4524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9151 | 2024.09.06 06:39:38.588936 [ 3 ] {d1428039-10c0-428b-8e57-996e8e1c4524} <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_histogramu64 | ||
9152 | 2024.09.06 06:39:38.589371 [ 3 ] {d1428039-10c0-428b-8e57-996e8e1c4524} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9153 | 2024.09.06 06:39:38.589905 [ 3 ] {d1428039-10c0-428b-8e57-996e8e1c4524} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9154 | 2024.09.06 06:39:38.589943 [ 3 ] {d1428039-10c0-428b-8e57-996e8e1c4524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9155 | 2024.09.06 06:39:38.590568 [ 3 ] {d1428039-10c0-428b-8e57-996e8e1c4524} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9156 | 2024.09.06 06:39:38.590989 [ 3 ] {d1428039-10c0-428b-8e57-996e8e1c4524} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9157 | 2024.09.06 06:39:38.591178 [ 3 ] {d1428039-10c0-428b-8e57-996e8e1c4524} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002414 sec., 3314.001657000829 rows/sec., 5.94 MiB/sec. | ||
9158 | 2024.09.06 06:39:38.591404 [ 3 ] {d1428039-10c0-428b-8e57-996e8e1c4524} <Debug> DynamicQueryHandler: Done processing query | ||
9159 | 2024.09.06 06:39:38.591429 [ 3 ] {d1428039-10c0-428b-8e57-996e8e1c4524} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9160 | 2024.09.06 06:39:38.591445 [ 3 ] {} <Debug> HTTP-Session: 003dafe7-8f3e-47f4-9de2-17fe0af761f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9161 | 2024.09.06 06:39:38.591572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9162 | 2024.09.06 06:39:38.591624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9163 | 2024.09.06 06:39:38.591644 [ 3 ] {} <Debug> HTTP-Session: 6217f50f-a6ef-4f65-a20e-cb987e4db794 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9164 | 2024.09.06 06:39:38.591660 [ 3 ] {} <Debug> HTTP-Session: 6217f50f-a6ef-4f65-a20e-cb987e4db794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9165 | 2024.09.06 06:39:38.591674 [ 3 ] {} <Debug> HTTP-Session: 6217f50f-a6ef-4f65-a20e-cb987e4db794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9166 | 2024.09.06 06:39:38.591705 [ 3 ] {} <Trace> HTTP-Session: 6217f50f-a6ef-4f65-a20e-cb987e4db794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9167 | 2024.09.06 06:39:38.591830 [ 3 ] {26102094-b4b9-40c9-8f2b-ef38486a98db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9168 | 2024.09.06 06:39:38.591875 [ 3 ] {26102094-b4b9-40c9-8f2b-ef38486a98db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9169 | 2024.09.06 06:39:38.592009 [ 3 ] {26102094-b4b9-40c9-8f2b-ef38486a98db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9170 | 2024.09.06 06:39:38.592311 [ 3 ] {26102094-b4b9-40c9-8f2b-ef38486a98db} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9171 | 2024.09.06 06:39:38.592347 [ 3 ] {26102094-b4b9-40c9-8f2b-ef38486a98db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9172 | 2024.09.06 06:39:38.592711 [ 3 ] {26102094-b4b9-40c9-8f2b-ef38486a98db} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9173 | 2024.09.06 06:39:38.593050 [ 3 ] {26102094-b4b9-40c9-8f2b-ef38486a98db} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9174 | 2024.09.06 06:39:38.593208 [ 3 ] {26102094-b4b9-40c9-8f2b-ef38486a98db} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001418 sec., 57827.92665726375 rows/sec., 3.67 MiB/sec. | ||
9175 | 2024.09.06 06:39:38.593544 [ 3 ] {26102094-b4b9-40c9-8f2b-ef38486a98db} <Debug> DynamicQueryHandler: Done processing query | ||
9176 | 2024.09.06 06:39:38.593591 [ 3 ] {26102094-b4b9-40c9-8f2b-ef38486a98db} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9177 | 2024.09.06 06:39:38.593621 [ 3 ] {} <Debug> HTTP-Session: 6217f50f-a6ef-4f65-a20e-cb987e4db794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9178 | 2024.09.06 06:39:43.560825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9179 | 2024.09.06 06:39:43.561032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9180 | 2024.09.06 06:39:43.561080 [ 3 ] {} <Debug> HTTP-Session: 0d7418c2-0c72-4101-b87b-b280c24ee19c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9181 | 2024.09.06 06:39:43.561122 [ 3 ] {} <Debug> HTTP-Session: 0d7418c2-0c72-4101-b87b-b280c24ee19c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9182 | 2024.09.06 06:39:43.561152 [ 3 ] {} <Debug> HTTP-Session: 0d7418c2-0c72-4101-b87b-b280c24ee19c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9183 | 2024.09.06 06:39:43.561233 [ 3 ] {} <Trace> HTTP-Session: 0d7418c2-0c72-4101-b87b-b280c24ee19c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9184 | 2024.09.06 06:39:43.561514 [ 3 ] {92a0597d-78c4-4855-8514-4cc8c184d66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9185 | 2024.09.06 06:39:43.561584 [ 3 ] {92a0597d-78c4-4855-8514-4cc8c184d66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9186 | 2024.09.06 06:39:43.561927 [ 3 ] {92a0597d-78c4-4855-8514-4cc8c184d66b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9187 | 2024.09.06 06:39:43.562562 [ 3 ] {92a0597d-78c4-4855-8514-4cc8c184d66b} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9188 | 2024.09.06 06:39:43.562606 [ 3 ] {92a0597d-78c4-4855-8514-4cc8c184d66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9189 | 2024.09.06 06:39:43.563034 [ 3 ] {92a0597d-78c4-4855-8514-4cc8c184d66b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9190 | 2024.09.06 06:39:43.563419 [ 3 ] {92a0597d-78c4-4855-8514-4cc8c184d66b} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9191 | 2024.09.06 06:39:43.563601 [ 3 ] {92a0597d-78c4-4855-8514-4cc8c184d66b} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002161 sec., 54604.34983803794 rows/sec., 4.62 MiB/sec. | ||
9192 | 2024.09.06 06:39:43.563815 [ 3 ] {92a0597d-78c4-4855-8514-4cc8c184d66b} <Debug> DynamicQueryHandler: Done processing query | ||
9193 | 2024.09.06 06:39:43.563842 [ 3 ] {92a0597d-78c4-4855-8514-4cc8c184d66b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9194 | 2024.09.06 06:39:43.563857 [ 3 ] {} <Debug> HTTP-Session: 0d7418c2-0c72-4101-b87b-b280c24ee19c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9195 | 2024.09.06 06:39:43.564026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9196 | 2024.09.06 06:39:43.564079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9197 | 2024.09.06 06:39:43.564100 [ 3 ] {} <Debug> HTTP-Session: ab39423a-b92e-49be-a6fa-391a609f02e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9198 | 2024.09.06 06:39:43.564117 [ 3 ] {} <Debug> HTTP-Session: ab39423a-b92e-49be-a6fa-391a609f02e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9199 | 2024.09.06 06:39:43.564131 [ 3 ] {} <Debug> HTTP-Session: ab39423a-b92e-49be-a6fa-391a609f02e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9200 | 2024.09.06 06:39:43.564162 [ 3 ] {} <Trace> HTTP-Session: ab39423a-b92e-49be-a6fa-391a609f02e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9201 | 2024.09.06 06:39:43.564281 [ 3 ] {b83c9521-51ed-4c4f-b29e-a4fde39ee7ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9202 | 2024.09.06 06:39:43.564326 [ 3 ] {b83c9521-51ed-4c4f-b29e-a4fde39ee7ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9203 | 2024.09.06 06:39:43.564554 [ 3 ] {b83c9521-51ed-4c4f-b29e-a4fde39ee7ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9204 | 2024.09.06 06:39:43.564923 [ 3 ] {b83c9521-51ed-4c4f-b29e-a4fde39ee7ef} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9205 | 2024.09.06 06:39:43.564963 [ 3 ] {b83c9521-51ed-4c4f-b29e-a4fde39ee7ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9206 | 2024.09.06 06:39:43.565313 [ 3 ] {b83c9521-51ed-4c4f-b29e-a4fde39ee7ef} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9207 | 2024.09.06 06:39:43.565670 [ 3 ] {b83c9521-51ed-4c4f-b29e-a4fde39ee7ef} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9208 | 2024.09.06 06:39:43.565806 [ 3 ] {b83c9521-51ed-4c4f-b29e-a4fde39ee7ef} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001554 sec., 19948.51994851995 rows/sec., 1.46 MiB/sec. | ||
9209 | 2024.09.06 06:39:43.565992 [ 3 ] {b83c9521-51ed-4c4f-b29e-a4fde39ee7ef} <Debug> DynamicQueryHandler: Done processing query | ||
9210 | 2024.09.06 06:39:43.566017 [ 3 ] {b83c9521-51ed-4c4f-b29e-a4fde39ee7ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9211 | 2024.09.06 06:39:43.566032 [ 3 ] {} <Debug> HTTP-Session: ab39423a-b92e-49be-a6fa-391a609f02e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9212 | 2024.09.06 06:39:43.566180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9213 | 2024.09.06 06:39:43.566231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9214 | 2024.09.06 06:39:43.566251 [ 3 ] {} <Debug> HTTP-Session: 9204415d-e071-4b22-8159-291c87a60339 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9215 | 2024.09.06 06:39:43.566267 [ 3 ] {} <Debug> HTTP-Session: 9204415d-e071-4b22-8159-291c87a60339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9216 | 2024.09.06 06:39:43.566281 [ 3 ] {} <Debug> HTTP-Session: 9204415d-e071-4b22-8159-291c87a60339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9217 | 2024.09.06 06:39:43.566312 [ 3 ] {} <Trace> HTTP-Session: 9204415d-e071-4b22-8159-291c87a60339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9218 | 2024.09.06 06:39:43.566429 [ 3 ] {419ba6bf-97c6-460f-b49f-dd13f968ed70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9219 | 2024.09.06 06:39:43.566474 [ 3 ] {419ba6bf-97c6-460f-b49f-dd13f968ed70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9220 | 2024.09.06 06:39:43.566698 [ 3 ] {419ba6bf-97c6-460f-b49f-dd13f968ed70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9221 | 2024.09.06 06:39:43.567079 [ 3 ] {419ba6bf-97c6-460f-b49f-dd13f968ed70} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9222 | 2024.09.06 06:39:43.567116 [ 3 ] {419ba6bf-97c6-460f-b49f-dd13f968ed70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9223 | 2024.09.06 06:39:43.567462 [ 3 ] {419ba6bf-97c6-460f-b49f-dd13f968ed70} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9224 | 2024.09.06 06:39:43.567812 [ 3 ] {419ba6bf-97c6-460f-b49f-dd13f968ed70} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9225 | 2024.09.06 06:39:43.567976 [ 3 ] {419ba6bf-97c6-460f-b49f-dd13f968ed70} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001586 sec., 59899.11727616646 rows/sec., 4.68 MiB/sec. | ||
9226 | 2024.09.06 06:39:43.568267 [ 3 ] {419ba6bf-97c6-460f-b49f-dd13f968ed70} <Debug> DynamicQueryHandler: Done processing query | ||
9227 | 2024.09.06 06:39:43.568309 [ 3 ] {419ba6bf-97c6-460f-b49f-dd13f968ed70} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9228 | 2024.09.06 06:39:43.568341 [ 3 ] {} <Debug> HTTP-Session: 9204415d-e071-4b22-8159-291c87a60339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9229 | 2024.09.06 06:39:43.568539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9230 | 2024.09.06 06:39:43.568590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9231 | 2024.09.06 06:39:43.568609 [ 3 ] {} <Debug> HTTP-Session: 5478b156-b127-4103-9d14-59a65702bc74 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9232 | 2024.09.06 06:39:43.568626 [ 3 ] {} <Debug> HTTP-Session: 5478b156-b127-4103-9d14-59a65702bc74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9233 | 2024.09.06 06:39:43.568639 [ 3 ] {} <Debug> HTTP-Session: 5478b156-b127-4103-9d14-59a65702bc74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9234 | 2024.09.06 06:39:43.568671 [ 3 ] {} <Trace> HTTP-Session: 5478b156-b127-4103-9d14-59a65702bc74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9235 | 2024.09.06 06:39:43.568821 [ 3 ] {c0040d6c-5062-499c-9d54-598289d628ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9236 | 2024.09.06 06:39:43.568871 [ 3 ] {c0040d6c-5062-499c-9d54-598289d628ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9237 | 2024.09.06 06:39:43.569040 [ 3 ] {c0040d6c-5062-499c-9d54-598289d628ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9238 | 2024.09.06 06:39:43.569427 [ 3 ] {c0040d6c-5062-499c-9d54-598289d628ee} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9239 | 2024.09.06 06:39:43.569465 [ 3 ] {c0040d6c-5062-499c-9d54-598289d628ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9240 | 2024.09.06 06:39:43.569847 [ 3 ] {c0040d6c-5062-499c-9d54-598289d628ee} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9241 | 2024.09.06 06:39:43.570199 [ 3 ] {c0040d6c-5062-499c-9d54-598289d628ee} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9242 | 2024.09.06 06:39:43.570358 [ 3 ] {c0040d6c-5062-499c-9d54-598289d628ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
9243 | 2024.09.06 06:39:43.570662 [ 3 ] {c0040d6c-5062-499c-9d54-598289d628ee} <Debug> DynamicQueryHandler: Done processing query | ||
9244 | 2024.09.06 06:39:43.570711 [ 3 ] {c0040d6c-5062-499c-9d54-598289d628ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9245 | 2024.09.06 06:39:43.570756 [ 3 ] {} <Debug> HTTP-Session: 5478b156-b127-4103-9d14-59a65702bc74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9246 | 2024.09.06 06:39:43.570928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9247 | 2024.09.06 06:39:43.570979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9248 | 2024.09.06 06:39:43.570999 [ 3 ] {} <Debug> HTTP-Session: 6d55423a-1dbc-4390-933e-8a5c488fcb2e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9249 | 2024.09.06 06:39:43.571016 [ 3 ] {} <Debug> HTTP-Session: 6d55423a-1dbc-4390-933e-8a5c488fcb2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9250 | 2024.09.06 06:39:43.571031 [ 3 ] {} <Debug> HTTP-Session: 6d55423a-1dbc-4390-933e-8a5c488fcb2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9251 | 2024.09.06 06:39:43.571061 [ 3 ] {} <Trace> HTTP-Session: 6d55423a-1dbc-4390-933e-8a5c488fcb2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9252 | 2024.09.06 06:39:43.571369 [ 3 ] {21ed960e-3388-4b49-ac78-85e1c994f961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9253 | 2024.09.06 06:39:43.571439 [ 3 ] {21ed960e-3388-4b49-ac78-85e1c994f961} <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_histogramu64 | ||
9254 | 2024.09.06 06:39:43.571878 [ 3 ] {21ed960e-3388-4b49-ac78-85e1c994f961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9255 | 2024.09.06 06:39:43.572671 [ 3 ] {21ed960e-3388-4b49-ac78-85e1c994f961} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9256 | 2024.09.06 06:39:43.572708 [ 3 ] {21ed960e-3388-4b49-ac78-85e1c994f961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9257 | 2024.09.06 06:39:43.573359 [ 3 ] {21ed960e-3388-4b49-ac78-85e1c994f961} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9258 | 2024.09.06 06:39:43.573770 [ 3 ] {21ed960e-3388-4b49-ac78-85e1c994f961} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9259 | 2024.09.06 06:39:43.573964 [ 3 ] {21ed960e-3388-4b49-ac78-85e1c994f961} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002819 sec., 10996.807378503016 rows/sec., 19.71 MiB/sec. | ||
9260 | 2024.09.06 06:39:43.574190 [ 3 ] {21ed960e-3388-4b49-ac78-85e1c994f961} <Debug> DynamicQueryHandler: Done processing query | ||
9261 | 2024.09.06 06:39:43.574215 [ 3 ] {21ed960e-3388-4b49-ac78-85e1c994f961} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9262 | 2024.09.06 06:39:43.574232 [ 3 ] {} <Debug> HTTP-Session: 6d55423a-1dbc-4390-933e-8a5c488fcb2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9263 | 2024.09.06 06:39:43.574360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9264 | 2024.09.06 06:39:43.574411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9265 | 2024.09.06 06:39:43.574431 [ 3 ] {} <Debug> HTTP-Session: b93480fe-9ab6-4b0f-86ce-cfd64630a59c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9266 | 2024.09.06 06:39:43.574447 [ 3 ] {} <Debug> HTTP-Session: b93480fe-9ab6-4b0f-86ce-cfd64630a59c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9267 | 2024.09.06 06:39:43.574460 [ 3 ] {} <Debug> HTTP-Session: b93480fe-9ab6-4b0f-86ce-cfd64630a59c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9268 | 2024.09.06 06:39:43.574492 [ 3 ] {} <Trace> HTTP-Session: b93480fe-9ab6-4b0f-86ce-cfd64630a59c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9269 | 2024.09.06 06:39:43.574616 [ 3 ] {88e81142-18b6-429e-aa24-76fa990fc221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9270 | 2024.09.06 06:39:43.574661 [ 3 ] {88e81142-18b6-429e-aa24-76fa990fc221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9271 | 2024.09.06 06:39:43.574793 [ 3 ] {88e81142-18b6-429e-aa24-76fa990fc221} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9272 | 2024.09.06 06:39:43.575096 [ 3 ] {88e81142-18b6-429e-aa24-76fa990fc221} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9273 | 2024.09.06 06:39:43.575133 [ 3 ] {88e81142-18b6-429e-aa24-76fa990fc221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9274 | 2024.09.06 06:39:43.575495 [ 3 ] {88e81142-18b6-429e-aa24-76fa990fc221} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9275 | 2024.09.06 06:39:43.575810 [ 3 ] {88e81142-18b6-429e-aa24-76fa990fc221} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9276 | 2024.09.06 06:39:43.575971 [ 3 ] {88e81142-18b6-429e-aa24-76fa990fc221} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. | ||
9277 | 2024.09.06 06:39:43.576134 [ 3 ] {88e81142-18b6-429e-aa24-76fa990fc221} <Debug> DynamicQueryHandler: Done processing query | ||
9278 | 2024.09.06 06:39:43.576159 [ 3 ] {88e81142-18b6-429e-aa24-76fa990fc221} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9279 | 2024.09.06 06:39:43.576175 [ 3 ] {} <Debug> HTTP-Session: b93480fe-9ab6-4b0f-86ce-cfd64630a59c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9280 | 2024.09.06 06:39:45.503083 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9281 | 2024.09.06 06:39:45.503137 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9282 | 2024.09.06 06:39:48.563500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9283 | 2024.09.06 06:39:48.563654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9284 | 2024.09.06 06:39:48.563684 [ 3 ] {} <Debug> HTTP-Session: ff21d46c-82b0-41b1-8020-5204d9153164 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9285 | 2024.09.06 06:39:48.563713 [ 3 ] {} <Debug> HTTP-Session: ff21d46c-82b0-41b1-8020-5204d9153164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9286 | 2024.09.06 06:39:48.563731 [ 3 ] {} <Debug> HTTP-Session: ff21d46c-82b0-41b1-8020-5204d9153164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9287 | 2024.09.06 06:39:48.563788 [ 3 ] {} <Trace> HTTP-Session: ff21d46c-82b0-41b1-8020-5204d9153164 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9288 | 2024.09.06 06:39:48.564063 [ 3 ] {e82622f4-19d5-4f26-82ab-db2b02ab735f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9289 | 2024.09.06 06:39:48.564142 [ 3 ] {e82622f4-19d5-4f26-82ab-db2b02ab735f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9290 | 2024.09.06 06:39:48.564524 [ 3 ] {e82622f4-19d5-4f26-82ab-db2b02ab735f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9291 | 2024.09.06 06:39:48.565143 [ 3 ] {e82622f4-19d5-4f26-82ab-db2b02ab735f} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9292 | 2024.09.06 06:39:48.565188 [ 3 ] {e82622f4-19d5-4f26-82ab-db2b02ab735f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9293 | 2024.09.06 06:39:48.565646 [ 3 ] {e82622f4-19d5-4f26-82ab-db2b02ab735f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9294 | 2024.09.06 06:39:48.566048 [ 3 ] {e82622f4-19d5-4f26-82ab-db2b02ab735f} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9295 | 2024.09.06 06:39:48.566218 [ 3 ] {e82622f4-19d5-4f26-82ab-db2b02ab735f} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002268 sec., 90388.00705467373 rows/sec., 7.96 MiB/sec. | ||
9296 | 2024.09.06 06:39:48.566439 [ 3 ] {e82622f4-19d5-4f26-82ab-db2b02ab735f} <Debug> DynamicQueryHandler: Done processing query | ||
9297 | 2024.09.06 06:39:48.566466 [ 3 ] {e82622f4-19d5-4f26-82ab-db2b02ab735f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9298 | 2024.09.06 06:39:48.566483 [ 3 ] {} <Debug> HTTP-Session: ff21d46c-82b0-41b1-8020-5204d9153164 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9299 | 2024.09.06 06:39:48.566683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9300 | 2024.09.06 06:39:48.566736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9301 | 2024.09.06 06:39:48.566757 [ 3 ] {} <Debug> HTTP-Session: 7c4f864e-2bb0-4886-8f41-27c087e60edf Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9302 | 2024.09.06 06:39:48.566774 [ 3 ] {} <Debug> HTTP-Session: 7c4f864e-2bb0-4886-8f41-27c087e60edf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9303 | 2024.09.06 06:39:48.566788 [ 3 ] {} <Debug> HTTP-Session: 7c4f864e-2bb0-4886-8f41-27c087e60edf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9304 | 2024.09.06 06:39:48.566820 [ 3 ] {} <Trace> HTTP-Session: 7c4f864e-2bb0-4886-8f41-27c087e60edf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9305 | 2024.09.06 06:39:48.566922 [ 3 ] {ef4947a3-69ac-4d12-ba54-de42d338138d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9306 | 2024.09.06 06:39:48.566969 [ 3 ] {ef4947a3-69ac-4d12-ba54-de42d338138d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9307 | 2024.09.06 06:39:48.567201 [ 3 ] {ef4947a3-69ac-4d12-ba54-de42d338138d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9308 | 2024.09.06 06:39:48.567548 [ 3 ] {ef4947a3-69ac-4d12-ba54-de42d338138d} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9309 | 2024.09.06 06:39:48.567585 [ 3 ] {ef4947a3-69ac-4d12-ba54-de42d338138d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9310 | 2024.09.06 06:39:48.567934 [ 3 ] {ef4947a3-69ac-4d12-ba54-de42d338138d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9311 | 2024.09.06 06:39:48.568291 [ 3 ] {ef4947a3-69ac-4d12-ba54-de42d338138d} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9312 | 2024.09.06 06:39:48.568452 [ 3 ] {ef4947a3-69ac-4d12-ba54-de42d338138d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001549 sec., 5164.622336991607 rows/sec., 388.36 KiB/sec. | ||
9313 | 2024.09.06 06:39:48.568742 [ 3 ] {ef4947a3-69ac-4d12-ba54-de42d338138d} <Debug> DynamicQueryHandler: Done processing query | ||
9314 | 2024.09.06 06:39:48.568796 [ 3 ] {ef4947a3-69ac-4d12-ba54-de42d338138d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9315 | 2024.09.06 06:39:48.568847 [ 3 ] {} <Debug> HTTP-Session: 7c4f864e-2bb0-4886-8f41-27c087e60edf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9316 | 2024.09.06 06:39:48.568990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9317 | 2024.09.06 06:39:48.569046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9318 | 2024.09.06 06:39:48.569066 [ 3 ] {} <Debug> HTTP-Session: 8e945385-8080-457d-92f4-eea8d49d8a32 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9319 | 2024.09.06 06:39:48.569083 [ 3 ] {} <Debug> HTTP-Session: 8e945385-8080-457d-92f4-eea8d49d8a32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9320 | 2024.09.06 06:39:48.569097 [ 3 ] {} <Debug> HTTP-Session: 8e945385-8080-457d-92f4-eea8d49d8a32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9321 | 2024.09.06 06:39:48.569129 [ 3 ] {} <Trace> HTTP-Session: 8e945385-8080-457d-92f4-eea8d49d8a32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9322 | 2024.09.06 06:39:48.569238 [ 3 ] {ebe4272a-38ba-4bef-9e8e-5ee63f28e525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9323 | 2024.09.06 06:39:48.569286 [ 3 ] {ebe4272a-38ba-4bef-9e8e-5ee63f28e525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9324 | 2024.09.06 06:39:48.569536 [ 3 ] {ebe4272a-38ba-4bef-9e8e-5ee63f28e525} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9325 | 2024.09.06 06:39:48.569887 [ 3 ] {ebe4272a-38ba-4bef-9e8e-5ee63f28e525} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9326 | 2024.09.06 06:39:48.569925 [ 3 ] {ebe4272a-38ba-4bef-9e8e-5ee63f28e525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9327 | 2024.09.06 06:39:48.570280 [ 3 ] {ebe4272a-38ba-4bef-9e8e-5ee63f28e525} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9328 | 2024.09.06 06:39:48.570645 [ 3 ] {ebe4272a-38ba-4bef-9e8e-5ee63f28e525} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9329 | 2024.09.06 06:39:48.570796 [ 3 ] {ebe4272a-38ba-4bef-9e8e-5ee63f28e525} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001584 sec., 8838.38383838384 rows/sec., 618.98 KiB/sec. | ||
9330 | 2024.09.06 06:39:48.570974 [ 3 ] {ebe4272a-38ba-4bef-9e8e-5ee63f28e525} <Debug> DynamicQueryHandler: Done processing query | ||
9331 | 2024.09.06 06:39:48.570999 [ 3 ] {ebe4272a-38ba-4bef-9e8e-5ee63f28e525} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9332 | 2024.09.06 06:39:48.571015 [ 3 ] {} <Debug> HTTP-Session: 8e945385-8080-457d-92f4-eea8d49d8a32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9333 | 2024.09.06 06:39:48.571128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9334 | 2024.09.06 06:39:48.571178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9335 | 2024.09.06 06:39:48.571199 [ 3 ] {} <Debug> HTTP-Session: cfaf810b-1e4c-469a-bfce-02e96d51b0b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9336 | 2024.09.06 06:39:48.571216 [ 3 ] {} <Debug> HTTP-Session: cfaf810b-1e4c-469a-bfce-02e96d51b0b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9337 | 2024.09.06 06:39:48.571231 [ 3 ] {} <Debug> HTTP-Session: cfaf810b-1e4c-469a-bfce-02e96d51b0b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9338 | 2024.09.06 06:39:48.571262 [ 3 ] {} <Trace> HTTP-Session: cfaf810b-1e4c-469a-bfce-02e96d51b0b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9339 | 2024.09.06 06:39:48.571366 [ 3 ] {a524f1f6-620c-4716-985f-b15a22053c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9340 | 2024.09.06 06:39:48.571409 [ 3 ] {a524f1f6-620c-4716-985f-b15a22053c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9341 | 2024.09.06 06:39:48.571638 [ 3 ] {a524f1f6-620c-4716-985f-b15a22053c1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9342 | 2024.09.06 06:39:48.571943 [ 3 ] {a524f1f6-620c-4716-985f-b15a22053c1e} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9343 | 2024.09.06 06:39:48.571981 [ 3 ] {a524f1f6-620c-4716-985f-b15a22053c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9344 | 2024.09.06 06:39:48.572322 [ 3 ] {a524f1f6-620c-4716-985f-b15a22053c1e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9345 | 2024.09.06 06:39:48.572686 [ 3 ] {a524f1f6-620c-4716-985f-b15a22053c1e} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9346 | 2024.09.06 06:39:48.572851 [ 3 ] {a524f1f6-620c-4716-985f-b15a22053c1e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 236.01 KiB/sec. | ||
9347 | 2024.09.06 06:39:48.573024 [ 3 ] {a524f1f6-620c-4716-985f-b15a22053c1e} <Debug> DynamicQueryHandler: Done processing query | ||
9348 | 2024.09.06 06:39:48.573049 [ 3 ] {a524f1f6-620c-4716-985f-b15a22053c1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9349 | 2024.09.06 06:39:48.573065 [ 3 ] {} <Debug> HTTP-Session: cfaf810b-1e4c-469a-bfce-02e96d51b0b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9350 | 2024.09.06 06:39:48.573263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9351 | 2024.09.06 06:39:48.573314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9352 | 2024.09.06 06:39:48.573334 [ 3 ] {} <Debug> HTTP-Session: d18b9427-e111-440e-a88f-1290bfb9aa03 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9353 | 2024.09.06 06:39:48.573351 [ 3 ] {} <Debug> HTTP-Session: d18b9427-e111-440e-a88f-1290bfb9aa03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9354 | 2024.09.06 06:39:48.573366 [ 3 ] {} <Debug> HTTP-Session: d18b9427-e111-440e-a88f-1290bfb9aa03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9355 | 2024.09.06 06:39:48.573397 [ 3 ] {} <Trace> HTTP-Session: d18b9427-e111-440e-a88f-1290bfb9aa03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9356 | 2024.09.06 06:39:48.573596 [ 3 ] {adba1781-12e6-4e8d-b93a-ddee0c6fc2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9357 | 2024.09.06 06:39:48.573639 [ 3 ] {adba1781-12e6-4e8d-b93a-ddee0c6fc2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9358 | 2024.09.06 06:39:48.573864 [ 3 ] {adba1781-12e6-4e8d-b93a-ddee0c6fc2ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9359 | 2024.09.06 06:39:48.574436 [ 3 ] {adba1781-12e6-4e8d-b93a-ddee0c6fc2ca} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9360 | 2024.09.06 06:39:48.574474 [ 3 ] {adba1781-12e6-4e8d-b93a-ddee0c6fc2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9361 | 2024.09.06 06:39:48.574856 [ 3 ] {adba1781-12e6-4e8d-b93a-ddee0c6fc2ca} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9362 | 2024.09.06 06:39:48.575211 [ 3 ] {adba1781-12e6-4e8d-b93a-ddee0c6fc2ca} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9363 | 2024.09.06 06:39:48.575369 [ 3 ] {adba1781-12e6-4e8d-b93a-ddee0c6fc2ca} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001872 sec., 208333.33333333334 rows/sec., 14.77 MiB/sec. | ||
9364 | 2024.09.06 06:39:48.575548 [ 3 ] {adba1781-12e6-4e8d-b93a-ddee0c6fc2ca} <Debug> DynamicQueryHandler: Done processing query | ||
9365 | 2024.09.06 06:39:48.575574 [ 3 ] {adba1781-12e6-4e8d-b93a-ddee0c6fc2ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9366 | 2024.09.06 06:39:48.575590 [ 3 ] {} <Debug> HTTP-Session: d18b9427-e111-440e-a88f-1290bfb9aa03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9367 | 2024.09.06 06:39:48.575780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9368 | 2024.09.06 06:39:48.575830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9369 | 2024.09.06 06:39:48.575851 [ 3 ] {} <Debug> HTTP-Session: d8bbbd4c-f6ab-429c-9eac-35aad77c0658 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9370 | 2024.09.06 06:39:48.575867 [ 3 ] {} <Debug> HTTP-Session: d8bbbd4c-f6ab-429c-9eac-35aad77c0658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9371 | 2024.09.06 06:39:48.575881 [ 3 ] {} <Debug> HTTP-Session: d8bbbd4c-f6ab-429c-9eac-35aad77c0658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9372 | 2024.09.06 06:39:48.575912 [ 3 ] {} <Trace> HTTP-Session: d8bbbd4c-f6ab-429c-9eac-35aad77c0658 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9373 | 2024.09.06 06:39:48.576008 [ 3 ] {933f9e65-f378-4d40-9635-e2e2770a794d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9374 | 2024.09.06 06:39:48.576055 [ 3 ] {933f9e65-f378-4d40-9635-e2e2770a794d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9375 | 2024.09.06 06:39:48.576187 [ 3 ] {933f9e65-f378-4d40-9635-e2e2770a794d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9376 | 2024.09.06 06:39:48.576444 [ 3 ] {933f9e65-f378-4d40-9635-e2e2770a794d} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9377 | 2024.09.06 06:39:48.576481 [ 3 ] {933f9e65-f378-4d40-9635-e2e2770a794d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9378 | 2024.09.06 06:39:48.576842 [ 3 ] {933f9e65-f378-4d40-9635-e2e2770a794d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9379 | 2024.09.06 06:39:48.577180 [ 3 ] {933f9e65-f378-4d40-9635-e2e2770a794d} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9380 | 2024.09.06 06:39:48.577344 [ 3 ] {933f9e65-f378-4d40-9635-e2e2770a794d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 232.20 KiB/sec. | ||
9381 | 2024.09.06 06:39:48.577623 [ 3 ] {933f9e65-f378-4d40-9635-e2e2770a794d} <Debug> DynamicQueryHandler: Done processing query | ||
9382 | 2024.09.06 06:39:48.577661 [ 3 ] {933f9e65-f378-4d40-9635-e2e2770a794d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9383 | 2024.09.06 06:39:48.577677 [ 3 ] {} <Debug> HTTP-Session: d8bbbd4c-f6ab-429c-9eac-35aad77c0658 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9384 | 2024.09.06 06:39:48.577837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9385 | 2024.09.06 06:39:48.577894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9386 | 2024.09.06 06:39:48.577921 [ 3 ] {} <Debug> HTTP-Session: 98df40c2-c8b2-4945-b640-fb33ffd031e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9387 | 2024.09.06 06:39:48.577938 [ 3 ] {} <Debug> HTTP-Session: 98df40c2-c8b2-4945-b640-fb33ffd031e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9388 | 2024.09.06 06:39:48.577952 [ 3 ] {} <Debug> HTTP-Session: 98df40c2-c8b2-4945-b640-fb33ffd031e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9389 | 2024.09.06 06:39:48.577982 [ 3 ] {} <Trace> HTTP-Session: 98df40c2-c8b2-4945-b640-fb33ffd031e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9390 | 2024.09.06 06:39:48.578161 [ 3 ] {ef3a9611-755f-4d1e-87d4-e445feef4443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9391 | 2024.09.06 06:39:48.578209 [ 3 ] {ef3a9611-755f-4d1e-87d4-e445feef4443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9392 | 2024.09.06 06:39:48.578377 [ 3 ] {ef3a9611-755f-4d1e-87d4-e445feef4443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9393 | 2024.09.06 06:39:48.578802 [ 3 ] {ef3a9611-755f-4d1e-87d4-e445feef4443} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9394 | 2024.09.06 06:39:48.578839 [ 3 ] {ef3a9611-755f-4d1e-87d4-e445feef4443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9395 | 2024.09.06 06:39:48.579222 [ 3 ] {ef3a9611-755f-4d1e-87d4-e445feef4443} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9396 | 2024.09.06 06:39:48.579559 [ 3 ] {ef3a9611-755f-4d1e-87d4-e445feef4443} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9397 | 2024.09.06 06:39:48.579720 [ 3 ] {ef3a9611-755f-4d1e-87d4-e445feef4443} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001636 sec., 144865.52567237164 rows/sec., 9.71 MiB/sec. | ||
9398 | 2024.09.06 06:39:48.579895 [ 3 ] {ef3a9611-755f-4d1e-87d4-e445feef4443} <Debug> DynamicQueryHandler: Done processing query | ||
9399 | 2024.09.06 06:39:48.579919 [ 3 ] {ef3a9611-755f-4d1e-87d4-e445feef4443} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9400 | 2024.09.06 06:39:48.579934 [ 3 ] {} <Debug> HTTP-Session: 98df40c2-c8b2-4945-b640-fb33ffd031e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9401 | 2024.09.06 06:39:48.580098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9402 | 2024.09.06 06:39:48.580148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9403 | 2024.09.06 06:39:48.580169 [ 3 ] {} <Debug> HTTP-Session: 06b324ab-4874-46e7-b6e2-9cbe939d075e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9404 | 2024.09.06 06:39:48.580185 [ 3 ] {} <Debug> HTTP-Session: 06b324ab-4874-46e7-b6e2-9cbe939d075e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9405 | 2024.09.06 06:39:48.580199 [ 3 ] {} <Debug> HTTP-Session: 06b324ab-4874-46e7-b6e2-9cbe939d075e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9406 | 2024.09.06 06:39:48.580231 [ 3 ] {} <Trace> HTTP-Session: 06b324ab-4874-46e7-b6e2-9cbe939d075e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9407 | 2024.09.06 06:39:48.580325 [ 3 ] {de5c93a6-236a-47db-b250-ce1857594cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9408 | 2024.09.06 06:39:48.580372 [ 3 ] {de5c93a6-236a-47db-b250-ce1857594cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9409 | 2024.09.06 06:39:48.580501 [ 3 ] {de5c93a6-236a-47db-b250-ce1857594cff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9410 | 2024.09.06 06:39:48.580818 [ 3 ] {de5c93a6-236a-47db-b250-ce1857594cff} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9411 | 2024.09.06 06:39:48.580855 [ 3 ] {de5c93a6-236a-47db-b250-ce1857594cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9412 | 2024.09.06 06:39:48.581200 [ 3 ] {de5c93a6-236a-47db-b250-ce1857594cff} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9413 | 2024.09.06 06:39:48.581526 [ 3 ] {de5c93a6-236a-47db-b250-ce1857594cff} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9414 | 2024.09.06 06:39:48.581682 [ 152 ] {} <Debug> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
9415 | 2024.09.06 06:39:48.581689 [ 3 ] {de5c93a6-236a-47db-b250-ce1857594cff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001376 sec., 726.7441860465116 rows/sec., 48.97 KiB/sec. | ||
9416 | 2024.09.06 06:39:48.581774 [ 152 ] {} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9417 | 2024.09.06 06:39:48.581837 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9418 | 2024.09.06 06:39:48.582092 [ 201 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
9419 | 2024.09.06 06:39:48.582171 [ 3 ] {de5c93a6-236a-47db-b250-ce1857594cff} <Debug> DynamicQueryHandler: Done processing query | ||
9420 | 2024.09.06 06:39:48.582252 [ 3 ] {de5c93a6-236a-47db-b250-ce1857594cff} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9421 | 2024.09.06 06:39:48.582317 [ 3 ] {} <Debug> HTTP-Session: 06b324ab-4874-46e7-b6e2-9cbe939d075e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9422 | 2024.09.06 06:39:48.582413 [ 201 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9423 | 2024.09.06 06:39:48.582457 [ 201 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
9424 | 2024.09.06 06:39:48.582496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9425 | 2024.09.06 06:39:48.582624 [ 201 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
9426 | 2024.09.06 06:39:48.582653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9427 | 2024.09.06 06:39:48.582741 [ 3 ] {} <Debug> HTTP-Session: b3362886-5e27-4cd7-84a7-b29e67592533 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9428 | 2024.09.06 06:39:48.582861 [ 3 ] {} <Debug> HTTP-Session: b3362886-5e27-4cd7-84a7-b29e67592533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9429 | 2024.09.06 06:39:48.583012 [ 3 ] {} <Debug> HTTP-Session: b3362886-5e27-4cd7-84a7-b29e67592533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9430 | 2024.09.06 06:39:48.583018 [ 201 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
9431 | 2024.09.06 06:39:48.583129 [ 3 ] {} <Trace> HTTP-Session: b3362886-5e27-4cd7-84a7-b29e67592533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9432 | 2024.09.06 06:39:48.583324 [ 201 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
9433 | 2024.09.06 06:39:48.583543 [ 201 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
9434 | 2024.09.06 06:39:48.583592 [ 3 ] {7845c474-6d9e-470c-b715-13a7271b091c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9435 | 2024.09.06 06:39:48.583853 [ 201 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
9436 | 2024.09.06 06:39:48.584065 [ 3 ] {7845c474-6d9e-470c-b715-13a7271b091c} <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_histogramu64 | ||
9437 | 2024.09.06 06:39:48.586315 [ 3 ] {7845c474-6d9e-470c-b715-13a7271b091c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9438 | 2024.09.06 06:39:48.587241 [ 201 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.005306653 sec., 3768.853927324813 rows/sec., 253.96 KiB/sec. | ||
9439 | 2024.09.06 06:39:48.587474 [ 201 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
9440 | 2024.09.06 06:39:48.587817 [ 3 ] {7845c474-6d9e-470c-b715-13a7271b091c} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9441 | 2024.09.06 06:39:48.587872 [ 3 ] {7845c474-6d9e-470c-b715-13a7271b091c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9442 | 2024.09.06 06:39:48.588477 [ 201 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_20_4} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9443 | 2024.09.06 06:39:48.588670 [ 201 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_20_4} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
9444 | 2024.09.06 06:39:48.588818 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9445 | 2024.09.06 06:39:48.589139 [ 3 ] {7845c474-6d9e-470c-b715-13a7271b091c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9446 | 2024.09.06 06:39:48.589567 [ 3 ] {7845c474-6d9e-470c-b715-13a7271b091c} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9447 | 2024.09.06 06:39:48.589760 [ 3 ] {7845c474-6d9e-470c-b715-13a7271b091c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006397 sec., 1250.5862122870096 rows/sec., 2.24 MiB/sec. | ||
9448 | 2024.09.06 06:39:48.590013 [ 3 ] {7845c474-6d9e-470c-b715-13a7271b091c} <Debug> DynamicQueryHandler: Done processing query | ||
9449 | 2024.09.06 06:39:48.590038 [ 3 ] {7845c474-6d9e-470c-b715-13a7271b091c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9450 | 2024.09.06 06:39:48.590055 [ 3 ] {} <Debug> HTTP-Session: b3362886-5e27-4cd7-84a7-b29e67592533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9451 | 2024.09.06 06:39:48.590176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9452 | 2024.09.06 06:39:48.590227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9453 | 2024.09.06 06:39:48.590247 [ 3 ] {} <Debug> HTTP-Session: 4691c8ae-d187-4cc0-94f6-0aa50a7625df Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9454 | 2024.09.06 06:39:48.590264 [ 3 ] {} <Debug> HTTP-Session: 4691c8ae-d187-4cc0-94f6-0aa50a7625df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9455 | 2024.09.06 06:39:48.590277 [ 3 ] {} <Debug> HTTP-Session: 4691c8ae-d187-4cc0-94f6-0aa50a7625df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9456 | 2024.09.06 06:39:48.590316 [ 3 ] {} <Trace> HTTP-Session: 4691c8ae-d187-4cc0-94f6-0aa50a7625df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9457 | 2024.09.06 06:39:48.590450 [ 3 ] {ebb442f7-6c66-40e9-86d2-81dec3bf1196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9458 | 2024.09.06 06:39:48.590495 [ 3 ] {ebb442f7-6c66-40e9-86d2-81dec3bf1196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9459 | 2024.09.06 06:39:48.590628 [ 3 ] {ebb442f7-6c66-40e9-86d2-81dec3bf1196} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9460 | 2024.09.06 06:39:48.590953 [ 3 ] {ebb442f7-6c66-40e9-86d2-81dec3bf1196} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9461 | 2024.09.06 06:39:48.590989 [ 3 ] {ebb442f7-6c66-40e9-86d2-81dec3bf1196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
9462 | 2024.09.06 06:39:48.591347 [ 3 ] {ebb442f7-6c66-40e9-86d2-81dec3bf1196} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9463 | 2024.09.06 06:39:48.591675 [ 3 ] {ebb442f7-6c66-40e9-86d2-81dec3bf1196} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9464 | 2024.09.06 06:39:48.591826 [ 3 ] {ebb442f7-6c66-40e9-86d2-81dec3bf1196} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001425 sec., 57543.8596491228 rows/sec., 3.65 MiB/sec. | ||
9465 | 2024.09.06 06:39:48.591996 [ 3 ] {ebb442f7-6c66-40e9-86d2-81dec3bf1196} <Debug> DynamicQueryHandler: Done processing query | ||
9466 | 2024.09.06 06:39:48.592021 [ 3 ] {ebb442f7-6c66-40e9-86d2-81dec3bf1196} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9467 | 2024.09.06 06:39:48.592037 [ 3 ] {} <Debug> HTTP-Session: 4691c8ae-d187-4cc0-94f6-0aa50a7625df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9468 | 2024.09.06 06:39:53.588798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9469 | 2024.09.06 06:39:53.588949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9470 | 2024.09.06 06:39:53.588983 [ 3 ] {} <Debug> HTTP-Session: ea62a86e-1417-4923-9f5b-1f4e431898a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9471 | 2024.09.06 06:39:53.589011 [ 3 ] {} <Debug> HTTP-Session: ea62a86e-1417-4923-9f5b-1f4e431898a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9472 | 2024.09.06 06:39:53.589029 [ 3 ] {} <Debug> HTTP-Session: ea62a86e-1417-4923-9f5b-1f4e431898a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9473 | 2024.09.06 06:39:53.589086 [ 3 ] {} <Trace> HTTP-Session: ea62a86e-1417-4923-9f5b-1f4e431898a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9474 | 2024.09.06 06:39:53.589326 [ 3 ] {59bfa442-93f2-44f3-8f74-932f7f2a8b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9475 | 2024.09.06 06:39:53.589403 [ 3 ] {59bfa442-93f2-44f3-8f74-932f7f2a8b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9476 | 2024.09.06 06:39:53.589783 [ 3 ] {59bfa442-93f2-44f3-8f74-932f7f2a8b41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9477 | 2024.09.06 06:39:53.590250 [ 3 ] {59bfa442-93f2-44f3-8f74-932f7f2a8b41} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9478 | 2024.09.06 06:39:53.590298 [ 3 ] {59bfa442-93f2-44f3-8f74-932f7f2a8b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9479 | 2024.09.06 06:39:53.590718 [ 3 ] {59bfa442-93f2-44f3-8f74-932f7f2a8b41} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9480 | 2024.09.06 06:39:53.591112 [ 3 ] {59bfa442-93f2-44f3-8f74-932f7f2a8b41} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9481 | 2024.09.06 06:39:53.591287 [ 3 ] {59bfa442-93f2-44f3-8f74-932f7f2a8b41} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002021 sec., 4948.045522018803 rows/sec., 403.48 KiB/sec. | ||
9482 | 2024.09.06 06:39:53.591628 [ 3 ] {59bfa442-93f2-44f3-8f74-932f7f2a8b41} <Debug> DynamicQueryHandler: Done processing query | ||
9483 | 2024.09.06 06:39:53.591683 [ 3 ] {59bfa442-93f2-44f3-8f74-932f7f2a8b41} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9484 | 2024.09.06 06:39:53.591701 [ 3 ] {} <Debug> HTTP-Session: ea62a86e-1417-4923-9f5b-1f4e431898a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9485 | 2024.09.06 06:39:53.591961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 183492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9486 | 2024.09.06 06:39:53.592023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9487 | 2024.09.06 06:39:53.592044 [ 3 ] {} <Debug> HTTP-Session: c868e044-f0d0-4603-8e5b-158c4827dc7c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9488 | 2024.09.06 06:39:53.592062 [ 3 ] {} <Debug> HTTP-Session: c868e044-f0d0-4603-8e5b-158c4827dc7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9489 | 2024.09.06 06:39:53.592076 [ 3 ] {} <Debug> HTTP-Session: c868e044-f0d0-4603-8e5b-158c4827dc7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9490 | 2024.09.06 06:39:53.592111 [ 3 ] {} <Trace> HTTP-Session: c868e044-f0d0-4603-8e5b-158c4827dc7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9491 | 2024.09.06 06:39:53.592602 [ 3 ] {ef587cff-4d7e-4445-8d8c-bd928ed8f29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9492 | 2024.09.06 06:39:53.592654 [ 3 ] {ef587cff-4d7e-4445-8d8c-bd928ed8f29f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9493 | 2024.09.06 06:39:53.592928 [ 3 ] {ef587cff-4d7e-4445-8d8c-bd928ed8f29f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9494 | 2024.09.06 06:39:53.594206 [ 3 ] {ef587cff-4d7e-4445-8d8c-bd928ed8f29f} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9495 | 2024.09.06 06:39:53.594245 [ 3 ] {ef587cff-4d7e-4445-8d8c-bd928ed8f29f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9496 | 2024.09.06 06:39:53.594696 [ 3 ] {ef587cff-4d7e-4445-8d8c-bd928ed8f29f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9497 | 2024.09.06 06:39:53.595063 [ 3 ] {ef587cff-4d7e-4445-8d8c-bd928ed8f29f} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9498 | 2024.09.06 06:39:53.595235 [ 3 ] {ef587cff-4d7e-4445-8d8c-bd928ed8f29f} <Debug> executeQuery: Read 1263 rows, 107.15 KiB in 0.002958 sec., 426977.68762677483 rows/sec., 35.37 MiB/sec. | ||
9499 | 2024.09.06 06:39:53.595428 [ 3 ] {ef587cff-4d7e-4445-8d8c-bd928ed8f29f} <Debug> DynamicQueryHandler: Done processing query | ||
9500 | 2024.09.06 06:39:53.595453 [ 3 ] {ef587cff-4d7e-4445-8d8c-bd928ed8f29f} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
9501 | 2024.09.06 06:39:53.595470 [ 3 ] {} <Debug> HTTP-Session: c868e044-f0d0-4603-8e5b-158c4827dc7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9502 | 2024.09.06 06:39:53.595733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 5891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9503 | 2024.09.06 06:39:53.595789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9504 | 2024.09.06 06:39:53.595810 [ 3 ] {} <Debug> HTTP-Session: d098f5d8-9ecc-4544-a5bb-eac2fcd01d46 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9505 | 2024.09.06 06:39:53.595827 [ 3 ] {} <Debug> HTTP-Session: d098f5d8-9ecc-4544-a5bb-eac2fcd01d46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9506 | 2024.09.06 06:39:53.595841 [ 3 ] {} <Debug> HTTP-Session: d098f5d8-9ecc-4544-a5bb-eac2fcd01d46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9507 | 2024.09.06 06:39:53.595875 [ 3 ] {} <Trace> HTTP-Session: d098f5d8-9ecc-4544-a5bb-eac2fcd01d46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9508 | 2024.09.06 06:39:53.595985 [ 3 ] {7ae00560-6b78-4b6a-8888-d09e4224e7eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9509 | 2024.09.06 06:39:53.596032 [ 3 ] {7ae00560-6b78-4b6a-8888-d09e4224e7eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9510 | 2024.09.06 06:39:53.596266 [ 3 ] {7ae00560-6b78-4b6a-8888-d09e4224e7eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9511 | 2024.09.06 06:39:53.596601 [ 3 ] {7ae00560-6b78-4b6a-8888-d09e4224e7eb} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9512 | 2024.09.06 06:39:53.596640 [ 3 ] {7ae00560-6b78-4b6a-8888-d09e4224e7eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9513 | 2024.09.06 06:39:53.596995 [ 3 ] {7ae00560-6b78-4b6a-8888-d09e4224e7eb} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9514 | 2024.09.06 06:39:53.597351 [ 3 ] {7ae00560-6b78-4b6a-8888-d09e4224e7eb} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9515 | 2024.09.06 06:39:53.597513 [ 3 ] {7ae00560-6b78-4b6a-8888-d09e4224e7eb} <Debug> executeQuery: Read 41 rows, 3.03 KiB in 0.001556 sec., 26349.61439588689 rows/sec., 1.90 MiB/sec. | ||
9516 | 2024.09.06 06:39:53.597804 [ 3 ] {7ae00560-6b78-4b6a-8888-d09e4224e7eb} <Debug> DynamicQueryHandler: Done processing query | ||
9517 | 2024.09.06 06:39:53.597869 [ 3 ] {7ae00560-6b78-4b6a-8888-d09e4224e7eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9518 | 2024.09.06 06:39:53.597925 [ 3 ] {} <Debug> HTTP-Session: d098f5d8-9ecc-4544-a5bb-eac2fcd01d46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9519 | 2024.09.06 06:39:53.598109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9520 | 2024.09.06 06:39:53.598164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9521 | 2024.09.06 06:39:53.598184 [ 3 ] {} <Debug> HTTP-Session: 05c91ca5-7f8f-48dc-b5c2-2e7e0426fde5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9522 | 2024.09.06 06:39:53.598201 [ 3 ] {} <Debug> HTTP-Session: 05c91ca5-7f8f-48dc-b5c2-2e7e0426fde5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9523 | 2024.09.06 06:39:53.598214 [ 3 ] {} <Debug> HTTP-Session: 05c91ca5-7f8f-48dc-b5c2-2e7e0426fde5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9524 | 2024.09.06 06:39:53.598246 [ 3 ] {} <Trace> HTTP-Session: 05c91ca5-7f8f-48dc-b5c2-2e7e0426fde5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9525 | 2024.09.06 06:39:53.598403 [ 3 ] {c5abd333-2cf0-49c5-9c33-b61e03789de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9526 | 2024.09.06 06:39:53.598451 [ 3 ] {c5abd333-2cf0-49c5-9c33-b61e03789de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9527 | 2024.09.06 06:39:53.598703 [ 3 ] {c5abd333-2cf0-49c5-9c33-b61e03789de2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9528 | 2024.09.06 06:39:53.599155 [ 3 ] {c5abd333-2cf0-49c5-9c33-b61e03789de2} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9529 | 2024.09.06 06:39:53.599192 [ 3 ] {c5abd333-2cf0-49c5-9c33-b61e03789de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9530 | 2024.09.06 06:39:53.599557 [ 3 ] {c5abd333-2cf0-49c5-9c33-b61e03789de2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9531 | 2024.09.06 06:39:53.599928 [ 3 ] {c5abd333-2cf0-49c5-9c33-b61e03789de2} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9532 | 2024.09.06 06:39:53.600091 [ 3 ] {c5abd333-2cf0-49c5-9c33-b61e03789de2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001755 sec., 129914.5299145299 rows/sec., 8.80 MiB/sec. | ||
9533 | 2024.09.06 06:39:53.600279 [ 3 ] {c5abd333-2cf0-49c5-9c33-b61e03789de2} <Debug> DynamicQueryHandler: Done processing query | ||
9534 | 2024.09.06 06:39:53.600304 [ 3 ] {c5abd333-2cf0-49c5-9c33-b61e03789de2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9535 | 2024.09.06 06:39:53.600319 [ 3 ] {} <Debug> HTTP-Session: 05c91ca5-7f8f-48dc-b5c2-2e7e0426fde5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9536 | 2024.09.06 06:39:53.600609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 92792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9537 | 2024.09.06 06:39:53.600661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9538 | 2024.09.06 06:39:53.600681 [ 3 ] {} <Debug> HTTP-Session: c6c7013d-cdca-4a3f-8d5c-050418474c3b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9539 | 2024.09.06 06:39:53.600698 [ 3 ] {} <Debug> HTTP-Session: c6c7013d-cdca-4a3f-8d5c-050418474c3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9540 | 2024.09.06 06:39:53.600711 [ 3 ] {} <Debug> HTTP-Session: c6c7013d-cdca-4a3f-8d5c-050418474c3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9541 | 2024.09.06 06:39:53.600742 [ 3 ] {} <Trace> HTTP-Session: c6c7013d-cdca-4a3f-8d5c-050418474c3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9542 | 2024.09.06 06:39:53.601165 [ 3 ] {6b50a5e3-47f1-4ff1-b560-e1ed8695a0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9543 | 2024.09.06 06:39:53.601210 [ 3 ] {6b50a5e3-47f1-4ff1-b560-e1ed8695a0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9544 | 2024.09.06 06:39:53.601439 [ 3 ] {6b50a5e3-47f1-4ff1-b560-e1ed8695a0d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9545 | 2024.09.06 06:39:53.602145 [ 3 ] {6b50a5e3-47f1-4ff1-b560-e1ed8695a0d5} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9546 | 2024.09.06 06:39:53.602184 [ 3 ] {6b50a5e3-47f1-4ff1-b560-e1ed8695a0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9547 | 2024.09.06 06:39:53.602566 [ 3 ] {6b50a5e3-47f1-4ff1-b560-e1ed8695a0d5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9548 | 2024.09.06 06:39:53.602924 [ 3 ] {6b50a5e3-47f1-4ff1-b560-e1ed8695a0d5} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9549 | 2024.09.06 06:39:53.603084 [ 3 ] {6b50a5e3-47f1-4ff1-b560-e1ed8695a0d5} <Debug> executeQuery: Read 561 rows, 42.70 KiB in 0.00221 sec., 253846.15384615381 rows/sec., 18.87 MiB/sec. | ||
9550 | 2024.09.06 06:39:53.603258 [ 3 ] {6b50a5e3-47f1-4ff1-b560-e1ed8695a0d5} <Debug> DynamicQueryHandler: Done processing query | ||
9551 | 2024.09.06 06:39:53.603283 [ 3 ] {6b50a5e3-47f1-4ff1-b560-e1ed8695a0d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
9552 | 2024.09.06 06:39:53.603298 [ 3 ] {} <Debug> HTTP-Session: c6c7013d-cdca-4a3f-8d5c-050418474c3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9553 | 2024.09.06 06:39:53.603547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 161241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9554 | 2024.09.06 06:39:53.603596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9555 | 2024.09.06 06:39:53.603616 [ 3 ] {} <Debug> HTTP-Session: d13006a6-6a0f-43e8-abf5-61aeaaa5e091 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9556 | 2024.09.06 06:39:53.603632 [ 3 ] {} <Debug> HTTP-Session: d13006a6-6a0f-43e8-abf5-61aeaaa5e091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9557 | 2024.09.06 06:39:53.603647 [ 3 ] {} <Debug> HTTP-Session: d13006a6-6a0f-43e8-abf5-61aeaaa5e091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9558 | 2024.09.06 06:39:53.603679 [ 3 ] {} <Trace> HTTP-Session: d13006a6-6a0f-43e8-abf5-61aeaaa5e091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9559 | 2024.09.06 06:39:53.604077 [ 3 ] {8341cc04-a6a1-402c-8b30-a814dd53616f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9560 | 2024.09.06 06:39:53.604126 [ 3 ] {8341cc04-a6a1-402c-8b30-a814dd53616f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9561 | 2024.09.06 06:39:53.604271 [ 3 ] {8341cc04-a6a1-402c-8b30-a814dd53616f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9562 | 2024.09.06 06:39:53.605136 [ 3 ] {8341cc04-a6a1-402c-8b30-a814dd53616f} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9563 | 2024.09.06 06:39:53.605173 [ 3 ] {8341cc04-a6a1-402c-8b30-a814dd53616f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9564 | 2024.09.06 06:39:53.605607 [ 3 ] {8341cc04-a6a1-402c-8b30-a814dd53616f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9565 | 2024.09.06 06:39:53.605949 [ 3 ] {8341cc04-a6a1-402c-8b30-a814dd53616f} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9566 | 2024.09.06 06:39:53.606103 [ 3 ] {8341cc04-a6a1-402c-8b30-a814dd53616f} <Debug> executeQuery: Read 849 rows, 58.52 KiB in 0.002291 sec., 370580.5325185508 rows/sec., 24.94 MiB/sec. | ||
9567 | 2024.09.06 06:39:53.606279 [ 3 ] {8341cc04-a6a1-402c-8b30-a814dd53616f} <Debug> DynamicQueryHandler: Done processing query | ||
9568 | 2024.09.06 06:39:53.606304 [ 3 ] {8341cc04-a6a1-402c-8b30-a814dd53616f} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
9569 | 2024.09.06 06:39:53.606320 [ 3 ] {} <Debug> HTTP-Session: d13006a6-6a0f-43e8-abf5-61aeaaa5e091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9570 | 2024.09.06 06:39:53.606698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51086, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9571 | 2024.09.06 06:39:53.606749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9572 | 2024.09.06 06:39:53.606770 [ 3 ] {} <Debug> HTTP-Session: b92efdbb-f3ac-4ac0-be4e-2d5fc599b7b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9573 | 2024.09.06 06:39:53.606786 [ 3 ] {} <Debug> HTTP-Session: b92efdbb-f3ac-4ac0-be4e-2d5fc599b7b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9574 | 2024.09.06 06:39:53.606801 [ 3 ] {} <Debug> HTTP-Session: b92efdbb-f3ac-4ac0-be4e-2d5fc599b7b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9575 | 2024.09.06 06:39:53.606832 [ 3 ] {} <Trace> HTTP-Session: b92efdbb-f3ac-4ac0-be4e-2d5fc599b7b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9576 | 2024.09.06 06:39:53.607248 [ 3 ] {6dc2f55c-9bd5-4b3f-b90e-7b040fee9ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9577 | 2024.09.06 06:39:53.607312 [ 3 ] {6dc2f55c-9bd5-4b3f-b90e-7b040fee9ee1} <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_histogramu64 | ||
9578 | 2024.09.06 06:39:53.607739 [ 3 ] {6dc2f55c-9bd5-4b3f-b90e-7b040fee9ee1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9579 | 2024.09.06 06:39:53.608553 [ 3 ] {6dc2f55c-9bd5-4b3f-b90e-7b040fee9ee1} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9580 | 2024.09.06 06:39:53.608590 [ 3 ] {6dc2f55c-9bd5-4b3f-b90e-7b040fee9ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9581 | 2024.09.06 06:39:53.609200 [ 3 ] {6dc2f55c-9bd5-4b3f-b90e-7b040fee9ee1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9582 | 2024.09.06 06:39:53.609578 [ 3 ] {6dc2f55c-9bd5-4b3f-b90e-7b040fee9ee1} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9583 | 2024.09.06 06:39:53.609828 [ 3 ] {6dc2f55c-9bd5-4b3f-b90e-7b040fee9ee1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002909 sec., 10656.583018219319 rows/sec., 19.10 MiB/sec. | ||
9584 | 2024.09.06 06:39:53.610057 [ 3 ] {6dc2f55c-9bd5-4b3f-b90e-7b040fee9ee1} <Debug> DynamicQueryHandler: Done processing query | ||
9585 | 2024.09.06 06:39:53.610083 [ 3 ] {6dc2f55c-9bd5-4b3f-b90e-7b040fee9ee1} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9586 | 2024.09.06 06:39:53.610099 [ 3 ] {} <Debug> HTTP-Session: b92efdbb-f3ac-4ac0-be4e-2d5fc599b7b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9587 | 2024.09.06 06:39:53.610237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9588 | 2024.09.06 06:39:53.610287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9589 | 2024.09.06 06:39:53.610307 [ 3 ] {} <Debug> HTTP-Session: 4a0e6a16-25e5-4fbb-b378-fd9683e99934 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9590 | 2024.09.06 06:39:53.610323 [ 3 ] {} <Debug> HTTP-Session: 4a0e6a16-25e5-4fbb-b378-fd9683e99934 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9591 | 2024.09.06 06:39:53.610336 [ 3 ] {} <Debug> HTTP-Session: 4a0e6a16-25e5-4fbb-b378-fd9683e99934 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9592 | 2024.09.06 06:39:53.610367 [ 3 ] {} <Trace> HTTP-Session: 4a0e6a16-25e5-4fbb-b378-fd9683e99934 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9593 | 2024.09.06 06:39:53.610480 [ 3 ] {ac97a7eb-d4de-4f88-895c-9d935083a3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9594 | 2024.09.06 06:39:53.610527 [ 3 ] {ac97a7eb-d4de-4f88-895c-9d935083a3a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9595 | 2024.09.06 06:39:53.610658 [ 3 ] {ac97a7eb-d4de-4f88-895c-9d935083a3a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9596 | 2024.09.06 06:39:53.610976 [ 3 ] {ac97a7eb-d4de-4f88-895c-9d935083a3a4} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9597 | 2024.09.06 06:39:53.611014 [ 3 ] {ac97a7eb-d4de-4f88-895c-9d935083a3a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9598 | 2024.09.06 06:39:53.611377 [ 3 ] {ac97a7eb-d4de-4f88-895c-9d935083a3a4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9599 | 2024.09.06 06:39:53.611705 [ 3 ] {ac97a7eb-d4de-4f88-895c-9d935083a3a4} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9600 | 2024.09.06 06:39:53.611866 [ 3 ] {ac97a7eb-d4de-4f88-895c-9d935083a3a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
9601 | 2024.09.06 06:39:53.612133 [ 3 ] {ac97a7eb-d4de-4f88-895c-9d935083a3a4} <Debug> DynamicQueryHandler: Done processing query | ||
9602 | 2024.09.06 06:39:53.612188 [ 3 ] {ac97a7eb-d4de-4f88-895c-9d935083a3a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9603 | 2024.09.06 06:39:53.612247 [ 3 ] {} <Debug> HTTP-Session: 4a0e6a16-25e5-4fbb-b378-fd9683e99934 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9604 | 2024.09.06 06:39:58.563596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9605 | 2024.09.06 06:39:58.563747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9606 | 2024.09.06 06:39:58.563776 [ 3 ] {} <Debug> HTTP-Session: 10ee710f-7364-4902-85b9-a1eca7afec65 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9607 | 2024.09.06 06:39:58.563804 [ 3 ] {} <Debug> HTTP-Session: 10ee710f-7364-4902-85b9-a1eca7afec65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9608 | 2024.09.06 06:39:58.563821 [ 3 ] {} <Debug> HTTP-Session: 10ee710f-7364-4902-85b9-a1eca7afec65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9609 | 2024.09.06 06:39:58.563882 [ 3 ] {} <Trace> HTTP-Session: 10ee710f-7364-4902-85b9-a1eca7afec65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9610 | 2024.09.06 06:39:58.564063 [ 3 ] {448375c6-1a60-4ea9-a1bc-e51fbc85056c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9611 | 2024.09.06 06:39:58.564131 [ 3 ] {448375c6-1a60-4ea9-a1bc-e51fbc85056c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9612 | 2024.09.06 06:39:58.564467 [ 3 ] {448375c6-1a60-4ea9-a1bc-e51fbc85056c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9613 | 2024.09.06 06:39:58.564934 [ 3 ] {448375c6-1a60-4ea9-a1bc-e51fbc85056c} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9614 | 2024.09.06 06:39:58.564979 [ 3 ] {448375c6-1a60-4ea9-a1bc-e51fbc85056c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9615 | 2024.09.06 06:39:58.565400 [ 3 ] {448375c6-1a60-4ea9-a1bc-e51fbc85056c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9616 | 2024.09.06 06:39:58.565787 [ 3 ] {448375c6-1a60-4ea9-a1bc-e51fbc85056c} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9617 | 2024.09.06 06:39:58.565935 [ 3 ] {448375c6-1a60-4ea9-a1bc-e51fbc85056c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001923 sec., 1040.0416016640665 rows/sec., 84.81 KiB/sec. | ||
9618 | 2024.09.06 06:39:58.566195 [ 3 ] {448375c6-1a60-4ea9-a1bc-e51fbc85056c} <Debug> DynamicQueryHandler: Done processing query | ||
9619 | 2024.09.06 06:39:58.566225 [ 3 ] {448375c6-1a60-4ea9-a1bc-e51fbc85056c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9620 | 2024.09.06 06:39:58.566241 [ 3 ] {} <Debug> HTTP-Session: 10ee710f-7364-4902-85b9-a1eca7afec65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9621 | 2024.09.06 06:39:58.566486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9622 | 2024.09.06 06:39:58.566563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9623 | 2024.09.06 06:39:58.566587 [ 3 ] {} <Debug> HTTP-Session: 6d9a8a67-7b2c-4bbc-82db-3010c4fa7427 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9624 | 2024.09.06 06:39:58.566612 [ 3 ] {} <Debug> HTTP-Session: 6d9a8a67-7b2c-4bbc-82db-3010c4fa7427 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9625 | 2024.09.06 06:39:58.566630 [ 3 ] {} <Debug> HTTP-Session: 6d9a8a67-7b2c-4bbc-82db-3010c4fa7427 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9626 | 2024.09.06 06:39:58.566673 [ 3 ] {} <Trace> HTTP-Session: 6d9a8a67-7b2c-4bbc-82db-3010c4fa7427 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9627 | 2024.09.06 06:39:58.566871 [ 3 ] {8950a94c-d034-442b-b239-293696ded2bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9628 | 2024.09.06 06:39:58.566919 [ 3 ] {8950a94c-d034-442b-b239-293696ded2bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9629 | 2024.09.06 06:39:58.567157 [ 3 ] {8950a94c-d034-442b-b239-293696ded2bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9630 | 2024.09.06 06:39:58.567634 [ 3 ] {8950a94c-d034-442b-b239-293696ded2bc} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9631 | 2024.09.06 06:39:58.567671 [ 3 ] {8950a94c-d034-442b-b239-293696ded2bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9632 | 2024.09.06 06:39:58.568051 [ 3 ] {8950a94c-d034-442b-b239-293696ded2bc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9633 | 2024.09.06 06:39:58.568415 [ 3 ] {8950a94c-d034-442b-b239-293696ded2bc} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9634 | 2024.09.06 06:39:58.568550 [ 3 ] {8950a94c-d034-442b-b239-293696ded2bc} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001772 sec., 116252.8216704289 rows/sec., 10.23 MiB/sec. | ||
9635 | 2024.09.06 06:39:58.568559 [ 86 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9636 | 2024.09.06 06:39:58.568628 [ 86 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9637 | 2024.09.06 06:39:58.568668 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9638 | 2024.09.06 06:39:58.568772 [ 3 ] {8950a94c-d034-442b-b239-293696ded2bc} <Debug> DynamicQueryHandler: Done processing query | ||
9639 | 2024.09.06 06:39:58.568830 [ 3 ] {8950a94c-d034-442b-b239-293696ded2bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9640 | 2024.09.06 06:39:58.568905 [ 3 ] {} <Debug> HTTP-Session: 6d9a8a67-7b2c-4bbc-82db-3010c4fa7427 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9641 | 2024.09.06 06:39:58.569188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9642 | 2024.09.06 06:39:58.569247 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
9643 | 2024.09.06 06:39:58.569351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9644 | 2024.09.06 06:39:58.569453 [ 3 ] {} <Debug> HTTP-Session: 21285ebe-7819-4eff-87ef-efb846586224 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9645 | 2024.09.06 06:39:58.569535 [ 3 ] {} <Debug> HTTP-Session: 21285ebe-7819-4eff-87ef-efb846586224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9646 | 2024.09.06 06:39:58.569599 [ 3 ] {} <Debug> HTTP-Session: 21285ebe-7819-4eff-87ef-efb846586224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9647 | 2024.09.06 06:39:58.569746 [ 3 ] {} <Trace> HTTP-Session: 21285ebe-7819-4eff-87ef-efb846586224 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9648 | 2024.09.06 06:39:58.570101 [ 3 ] {79e0e69d-1c01-422e-b4a9-6a62316a10ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9649 | 2024.09.06 06:39:58.570104 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9650 | 2024.09.06 06:39:58.570189 [ 3 ] {79e0e69d-1c01-422e-b4a9-6a62316a10ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9651 | 2024.09.06 06:39:58.570199 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1416 rows starting from the beginning of the part | ||
9652 | 2024.09.06 06:39:58.570583 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 205 rows starting from the beginning of the part | ||
9653 | 2024.09.06 06:39:58.570879 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 118 rows starting from the beginning of the part | ||
9654 | 2024.09.06 06:39:58.571312 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 205 rows starting from the beginning of the part | ||
9655 | 2024.09.06 06:39:58.571680 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1263 rows starting from the beginning of the part | ||
9656 | 2024.09.06 06:39:58.571969 [ 3 ] {79e0e69d-1c01-422e-b4a9-6a62316a10ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9657 | 2024.09.06 06:39:58.572027 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 206 rows starting from the beginning of the part | ||
9658 | 2024.09.06 06:39:58.572966 [ 3 ] {79e0e69d-1c01-422e-b4a9-6a62316a10ad} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9659 | 2024.09.06 06:39:58.573046 [ 3 ] {79e0e69d-1c01-422e-b4a9-6a62316a10ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9660 | 2024.09.06 06:39:58.573975 [ 3 ] {79e0e69d-1c01-422e-b4a9-6a62316a10ad} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9661 | 2024.09.06 06:39:58.575115 [ 3 ] {79e0e69d-1c01-422e-b4a9-6a62316a10ad} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9662 | 2024.09.06 06:39:58.575292 [ 86 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9663 | 2024.09.06 06:39:58.575306 [ 3 ] {79e0e69d-1c01-422e-b4a9-6a62316a10ad} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.005355 sec., 1867.4136321195144 rows/sec., 138.41 KiB/sec. | ||
9664 | 2024.09.06 06:39:58.575356 [ 86 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9665 | 2024.09.06 06:39:58.575490 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9666 | 2024.09.06 06:39:58.575888 [ 200 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
9667 | 2024.09.06 06:39:58.576021 [ 3 ] {79e0e69d-1c01-422e-b4a9-6a62316a10ad} <Debug> DynamicQueryHandler: Done processing query | ||
9668 | 2024.09.06 06:39:58.576117 [ 3 ] {79e0e69d-1c01-422e-b4a9-6a62316a10ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9669 | 2024.09.06 06:39:58.576195 [ 3 ] {} <Debug> HTTP-Session: 21285ebe-7819-4eff-87ef-efb846586224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9670 | 2024.09.06 06:39:58.576362 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3413 rows, containing 5 columns (5 merged, 0 gathered) in 0.007556387 sec., 451670.88451134117 rows/sec., 39.77 MiB/sec. | ||
9671 | 2024.09.06 06:39:58.576452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9672 | 2024.09.06 06:39:58.576510 [ 200 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9673 | 2024.09.06 06:39:58.576570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9674 | 2024.09.06 06:39:58.576590 [ 200 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 57 rows starting from the beginning of the part | ||
9675 | 2024.09.06 06:39:58.576613 [ 3 ] {} <Debug> HTTP-Session: 8fbddd90-37e2-476f-a668-d2aaa3e9cae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9676 | 2024.09.06 06:39:58.576677 [ 3 ] {} <Debug> HTTP-Session: 8fbddd90-37e2-476f-a668-d2aaa3e9cae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9677 | 2024.09.06 06:39:58.576738 [ 3 ] {} <Debug> HTTP-Session: 8fbddd90-37e2-476f-a668-d2aaa3e9cae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9678 | 2024.09.06 06:39:58.576858 [ 191 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9679 | 2024.09.06 06:39:58.576924 [ 3 ] {} <Trace> HTTP-Session: 8fbddd90-37e2-476f-a668-d2aaa3e9cae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9680 | 2024.09.06 06:39:58.576981 [ 200 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
9681 | 2024.09.06 06:39:58.577430 [ 3 ] {d757f9c2-d089-4d56-b5dc-f44d1a060fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9682 | 2024.09.06 06:39:58.577554 [ 200 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part | ||
9683 | 2024.09.06 06:39:58.577669 [ 3 ] {d757f9c2-d089-4d56-b5dc-f44d1a060fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9684 | 2024.09.06 06:39:58.578140 [ 200 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
9685 | 2024.09.06 06:39:58.578723 [ 200 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part | ||
9686 | 2024.09.06 06:39:58.579363 [ 200 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 10 rows starting from the beginning of the part | ||
9687 | 2024.09.06 06:39:58.580475 [ 191 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_51_10} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9688 | 2024.09.06 06:39:58.580833 [ 3 ] {d757f9c2-d089-4d56-b5dc-f44d1a060fcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9689 | 2024.09.06 06:39:58.580871 [ 191 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_51_10} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9690 | 2024.09.06 06:39:58.581124 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
9691 | 2024.09.06 06:39:58.581901 [ 3 ] {d757f9c2-d089-4d56-b5dc-f44d1a060fcc} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9692 | 2024.09.06 06:39:58.581955 [ 3 ] {d757f9c2-d089-4d56-b5dc-f44d1a060fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9693 | 2024.09.06 06:39:58.583053 [ 3 ] {d757f9c2-d089-4d56-b5dc-f44d1a060fcc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
9694 | 2024.09.06 06:39:58.583101 [ 196 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 5 columns (5 merged, 0 gathered) in 0.007424375 sec., 20877.178213654348 rows/sec., 1.59 MiB/sec. | ||
9695 | 2024.09.06 06:39:58.583343 [ 196 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9696 | 2024.09.06 06:39:58.583851 [ 3 ] {d757f9c2-d089-4d56-b5dc-f44d1a060fcc} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9697 | 2024.09.06 06:39:58.584255 [ 3 ] {d757f9c2-d089-4d56-b5dc-f44d1a060fcc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007092 sec., 1974.0552735476592 rows/sec., 138.25 KiB/sec. | ||
9698 | 2024.09.06 06:39:58.584518 [ 196 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_46_9} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9699 | 2024.09.06 06:39:58.584599 [ 3 ] {d757f9c2-d089-4d56-b5dc-f44d1a060fcc} <Debug> DynamicQueryHandler: Done processing query | ||
9700 | 2024.09.06 06:39:58.584648 [ 3 ] {d757f9c2-d089-4d56-b5dc-f44d1a060fcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9701 | 2024.09.06 06:39:58.584665 [ 196 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_46_9} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9702 | 2024.09.06 06:39:58.584675 [ 3 ] {} <Debug> HTTP-Session: 8fbddd90-37e2-476f-a668-d2aaa3e9cae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9703 | 2024.09.06 06:39:58.584781 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
9704 | 2024.09.06 06:39:58.584835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9705 | 2024.09.06 06:39:58.584892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9706 | 2024.09.06 06:39:58.584912 [ 3 ] {} <Debug> HTTP-Session: 414f51d8-b404-4b19-a9d4-ab2cabdcd95a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9707 | 2024.09.06 06:39:58.584930 [ 3 ] {} <Debug> HTTP-Session: 414f51d8-b404-4b19-a9d4-ab2cabdcd95a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9708 | 2024.09.06 06:39:58.584944 [ 3 ] {} <Debug> HTTP-Session: 414f51d8-b404-4b19-a9d4-ab2cabdcd95a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9709 | 2024.09.06 06:39:58.584978 [ 3 ] {} <Trace> HTTP-Session: 414f51d8-b404-4b19-a9d4-ab2cabdcd95a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9710 | 2024.09.06 06:39:58.585084 [ 3 ] {f37e8ce1-1caf-4827-a70b-fa8476727b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9711 | 2024.09.06 06:39:58.585129 [ 3 ] {f37e8ce1-1caf-4827-a70b-fa8476727b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9712 | 2024.09.06 06:39:58.585380 [ 3 ] {f37e8ce1-1caf-4827-a70b-fa8476727b75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9713 | 2024.09.06 06:39:58.585706 [ 3 ] {f37e8ce1-1caf-4827-a70b-fa8476727b75} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9714 | 2024.09.06 06:39:58.585743 [ 3 ] {f37e8ce1-1caf-4827-a70b-fa8476727b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9715 | 2024.09.06 06:39:58.586106 [ 3 ] {f37e8ce1-1caf-4827-a70b-fa8476727b75} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9716 | 2024.09.06 06:39:58.586472 [ 3 ] {f37e8ce1-1caf-4827-a70b-fa8476727b75} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9717 | 2024.09.06 06:39:58.586598 [ 86 ] {} <Debug> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
9718 | 2024.09.06 06:39:58.586603 [ 3 ] {f37e8ce1-1caf-4827-a70b-fa8476727b75} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 229.30 KiB/sec. | ||
9719 | 2024.09.06 06:39:58.586637 [ 86 ] {} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9720 | 2024.09.06 06:39:58.586677 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9721 | 2024.09.06 06:39:58.586855 [ 3 ] {f37e8ce1-1caf-4827-a70b-fa8476727b75} <Debug> DynamicQueryHandler: Done processing query | ||
9722 | 2024.09.06 06:39:58.586864 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
9723 | 2024.09.06 06:39:58.586897 [ 3 ] {f37e8ce1-1caf-4827-a70b-fa8476727b75} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9724 | 2024.09.06 06:39:58.586980 [ 3 ] {} <Debug> HTTP-Session: 414f51d8-b404-4b19-a9d4-ab2cabdcd95a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9725 | 2024.09.06 06:39:58.587337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9726 | 2024.09.06 06:39:58.587486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9727 | 2024.09.06 06:39:58.587500 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9728 | 2024.09.06 06:39:58.587516 [ 3 ] {} <Debug> HTTP-Session: 9bf762e5-b418-4312-8072-ca73cd811353 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9729 | 2024.09.06 06:39:58.587544 [ 3 ] {} <Debug> HTTP-Session: 9bf762e5-b418-4312-8072-ca73cd811353 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9730 | 2024.09.06 06:39:58.587550 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part | ||
9731 | 2024.09.06 06:39:58.587560 [ 3 ] {} <Debug> HTTP-Session: 9bf762e5-b418-4312-8072-ca73cd811353 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9732 | 2024.09.06 06:39:58.587600 [ 3 ] {} <Trace> HTTP-Session: 9bf762e5-b418-4312-8072-ca73cd811353 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9733 | 2024.09.06 06:39:58.587712 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
9734 | 2024.09.06 06:39:58.587827 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
9735 | 2024.09.06 06:39:58.587926 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
9736 | 2024.09.06 06:39:58.587992 [ 191 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
9737 | 2024.09.06 06:39:58.588031 [ 3 ] {b27ef613-9669-498f-8811-2cbcf9cbf19f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9738 | 2024.09.06 06:39:58.588246 [ 3 ] {b27ef613-9669-498f-8811-2cbcf9cbf19f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9739 | 2024.09.06 06:39:58.588860 [ 3 ] {b27ef613-9669-498f-8811-2cbcf9cbf19f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9740 | 2024.09.06 06:39:58.589768 [ 3 ] {b27ef613-9669-498f-8811-2cbcf9cbf19f} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9741 | 2024.09.06 06:39:58.589792 [ 198 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003043269 sec., 9857.820652725737 rows/sec., 625.74 KiB/sec. | ||
9742 | 2024.09.06 06:39:58.589828 [ 3 ] {b27ef613-9669-498f-8811-2cbcf9cbf19f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9743 | 2024.09.06 06:39:58.590075 [ 198 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
9744 | 2024.09.06 06:39:58.590605 [ 3 ] {b27ef613-9669-498f-8811-2cbcf9cbf19f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9745 | 2024.09.06 06:39:58.591138 [ 198 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_21_5} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9746 | 2024.09.06 06:39:58.591261 [ 198 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_21_5} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
9747 | 2024.09.06 06:39:58.591429 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
9748 | 2024.09.06 06:39:58.591461 [ 3 ] {b27ef613-9669-498f-8811-2cbcf9cbf19f} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9749 | 2024.09.06 06:39:58.591618 [ 3 ] {b27ef613-9669-498f-8811-2cbcf9cbf19f} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.003861 sec., 101528.10152810153 rows/sec., 7.20 MiB/sec. | ||
9750 | 2024.09.06 06:39:58.591618 [ 86 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9751 | 2024.09.06 06:39:58.591684 [ 86 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9752 | 2024.09.06 06:39:58.591724 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9753 | 2024.09.06 06:39:58.591820 [ 191 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
9754 | 2024.09.06 06:39:58.591831 [ 3 ] {b27ef613-9669-498f-8811-2cbcf9cbf19f} <Debug> DynamicQueryHandler: Done processing query | ||
9755 | 2024.09.06 06:39:58.591871 [ 3 ] {b27ef613-9669-498f-8811-2cbcf9cbf19f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9756 | 2024.09.06 06:39:58.591894 [ 3 ] {} <Debug> HTTP-Session: 9bf762e5-b418-4312-8072-ca73cd811353 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9757 | 2024.09.06 06:39:58.591966 [ 191 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9758 | 2024.09.06 06:39:58.591995 [ 191 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
9759 | 2024.09.06 06:39:58.592050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9760 | 2024.09.06 06:39:58.592106 [ 191 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 390 rows starting from the beginning of the part | ||
9761 | 2024.09.06 06:39:58.592162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9762 | 2024.09.06 06:39:58.592226 [ 3 ] {} <Debug> HTTP-Session: 7d788492-bd19-4dce-bd02-7da29e6ef439 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9763 | 2024.09.06 06:39:58.592284 [ 3 ] {} <Debug> HTTP-Session: 7d788492-bd19-4dce-bd02-7da29e6ef439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9764 | 2024.09.06 06:39:58.592297 [ 191 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 95 rows starting from the beginning of the part | ||
9765 | 2024.09.06 06:39:58.592322 [ 3 ] {} <Debug> HTTP-Session: 7d788492-bd19-4dce-bd02-7da29e6ef439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9766 | 2024.09.06 06:39:58.592436 [ 3 ] {} <Trace> HTTP-Session: 7d788492-bd19-4dce-bd02-7da29e6ef439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9767 | 2024.09.06 06:39:58.592485 [ 191 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 390 rows starting from the beginning of the part | ||
9768 | 2024.09.06 06:39:58.592633 [ 191 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 561 rows starting from the beginning of the part | ||
9769 | 2024.09.06 06:39:58.592666 [ 3 ] {9697a07c-1809-42e1-ba7d-f69bf44cdf0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9770 | 2024.09.06 06:39:58.592798 [ 3 ] {9697a07c-1809-42e1-ba7d-f69bf44cdf0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9771 | 2024.09.06 06:39:58.592816 [ 191 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 392 rows starting from the beginning of the part | ||
9772 | 2024.09.06 06:39:58.593242 [ 3 ] {9697a07c-1809-42e1-ba7d-f69bf44cdf0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9773 | 2024.09.06 06:39:58.593658 [ 3 ] {9697a07c-1809-42e1-ba7d-f69bf44cdf0a} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9774 | 2024.09.06 06:39:58.593700 [ 3 ] {9697a07c-1809-42e1-ba7d-f69bf44cdf0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9775 | 2024.09.06 06:39:58.594261 [ 3 ] {9697a07c-1809-42e1-ba7d-f69bf44cdf0a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9776 | 2024.09.06 06:39:58.594602 [ 3 ] {9697a07c-1809-42e1-ba7d-f69bf44cdf0a} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9777 | 2024.09.06 06:39:58.594789 [ 86 ] {} <Debug> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9778 | 2024.09.06 06:39:58.594867 [ 86 ] {} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9779 | 2024.09.06 06:39:58.594897 [ 3 ] {9697a07c-1809-42e1-ba7d-f69bf44cdf0a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002291 sec., 2618.9436927106067 rows/sec., 136.83 KiB/sec. | ||
9780 | 2024.09.06 06:39:58.594921 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9781 | 2024.09.06 06:39:58.595049 [ 192 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2741 rows, containing 5 columns (5 merged, 0 gathered) in 0.003263783 sec., 839822.9906828977 rows/sec., 64.07 MiB/sec. | ||
9782 | 2024.09.06 06:39:58.595245 [ 199 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::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 | ||
9783 | 2024.09.06 06:39:58.595350 [ 3 ] {9697a07c-1809-42e1-ba7d-f69bf44cdf0a} <Debug> DynamicQueryHandler: Done processing query | ||
9784 | 2024.09.06 06:39:58.595391 [ 3 ] {9697a07c-1809-42e1-ba7d-f69bf44cdf0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9785 | 2024.09.06 06:39:58.595443 [ 3 ] {} <Debug> HTTP-Session: 7d788492-bd19-4dce-bd02-7da29e6ef439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9786 | 2024.09.06 06:39:58.595480 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9787 | 2024.09.06 06:39:58.595532 [ 199 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9788 | 2024.09.06 06:39:58.595621 [ 199 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
9789 | 2024.09.06 06:39:58.595750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9790 | 2024.09.06 06:39:58.595843 [ 199 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
9791 | 2024.09.06 06:39:58.595988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9792 | 2024.09.06 06:39:58.596160 [ 3 ] {} <Debug> HTTP-Session: f07587ce-ef82-4e88-8593-38f1ace13674 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9793 | 2024.09.06 06:39:58.596336 [ 3 ] {} <Debug> HTTP-Session: f07587ce-ef82-4e88-8593-38f1ace13674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9794 | 2024.09.06 06:39:58.596455 [ 3 ] {} <Debug> HTTP-Session: f07587ce-ef82-4e88-8593-38f1ace13674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9795 | 2024.09.06 06:39:58.596539 [ 199 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
9796 | 2024.09.06 06:39:58.596668 [ 3 ] {} <Trace> HTTP-Session: f07587ce-ef82-4e88-8593-38f1ace13674 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9797 | 2024.09.06 06:39:58.597043 [ 199 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
9798 | 2024.09.06 06:39:58.597249 [ 3 ] {d30da3f2-a9d9-4100-aff4-5e0515f27908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9799 | 2024.09.06 06:39:58.597362 [ 199 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
9800 | 2024.09.06 06:39:58.597464 [ 3 ] {d30da3f2-a9d9-4100-aff4-5e0515f27908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9801 | 2024.09.06 06:39:58.597794 [ 199 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
9802 | 2024.09.06 06:39:58.597870 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_51_10} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9803 | 2024.09.06 06:39:58.598433 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_51_10} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9804 | 2024.09.06 06:39:58.598743 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
9805 | 2024.09.06 06:39:58.598901 [ 3 ] {d30da3f2-a9d9-4100-aff4-5e0515f27908} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9806 | 2024.09.06 06:39:58.599601 [ 3 ] {d30da3f2-a9d9-4100-aff4-5e0515f27908} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9807 | 2024.09.06 06:39:58.599648 [ 3 ] {d30da3f2-a9d9-4100-aff4-5e0515f27908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9808 | 2024.09.06 06:39:58.599984 [ 199 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004927885 sec., 25568.778492192898 rows/sec., 1.30 MiB/sec. | ||
9809 | 2024.09.06 06:39:58.600103 [ 199 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9810 | 2024.09.06 06:39:58.600238 [ 3 ] {d30da3f2-a9d9-4100-aff4-5e0515f27908} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9811 | 2024.09.06 06:39:58.600567 [ 199 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_21_4} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9812 | 2024.09.06 06:39:58.600661 [ 199 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_21_4} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9813 | 2024.09.06 06:39:58.600690 [ 3 ] {d30da3f2-a9d9-4100-aff4-5e0515f27908} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9814 | 2024.09.06 06:39:58.600745 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9815 | 2024.09.06 06:39:58.600850 [ 3 ] {d30da3f2-a9d9-4100-aff4-5e0515f27908} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.003894 sec., 61119.67128916282 rows/sec., 4.10 MiB/sec. | ||
9816 | 2024.09.06 06:39:58.600855 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9817 | 2024.09.06 06:39:58.600926 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9818 | 2024.09.06 06:39:58.600966 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9819 | 2024.09.06 06:39:58.601100 [ 3 ] {d30da3f2-a9d9-4100-aff4-5e0515f27908} <Debug> DynamicQueryHandler: Done processing query | ||
9820 | 2024.09.06 06:39:58.601152 [ 3 ] {d30da3f2-a9d9-4100-aff4-5e0515f27908} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9821 | 2024.09.06 06:39:58.601165 [ 189 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
9822 | 2024.09.06 06:39:58.601181 [ 3 ] {} <Debug> HTTP-Session: f07587ce-ef82-4e88-8593-38f1ace13674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9823 | 2024.09.06 06:39:58.601397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9824 | 2024.09.06 06:39:58.601413 [ 189 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9825 | 2024.09.06 06:39:58.601501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9826 | 2024.09.06 06:39:58.601506 [ 189 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14275 rows starting from the beginning of the part | ||
9827 | 2024.09.06 06:39:58.601537 [ 3 ] {} <Debug> HTTP-Session: 16959d7c-36f8-447c-a05b-bbcfa42e9bbb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9828 | 2024.09.06 06:39:58.601586 [ 3 ] {} <Debug> HTTP-Session: 16959d7c-36f8-447c-a05b-bbcfa42e9bbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9829 | 2024.09.06 06:39:58.601626 [ 3 ] {} <Debug> HTTP-Session: 16959d7c-36f8-447c-a05b-bbcfa42e9bbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9830 | 2024.09.06 06:39:58.601771 [ 3 ] {} <Trace> HTTP-Session: 16959d7c-36f8-447c-a05b-bbcfa42e9bbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9831 | 2024.09.06 06:39:58.601871 [ 189 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
9832 | 2024.09.06 06:39:58.602099 [ 3 ] {196d767c-2993-4a53-bab3-2ca214c2b002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9833 | 2024.09.06 06:39:58.602141 [ 189 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
9834 | 2024.09.06 06:39:58.602243 [ 3 ] {196d767c-2993-4a53-bab3-2ca214c2b002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9835 | 2024.09.06 06:39:58.602494 [ 189 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part | ||
9836 | 2024.09.06 06:39:58.602889 [ 189 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 849 rows starting from the beginning of the part | ||
9837 | 2024.09.06 06:39:58.603237 [ 189 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 238 rows starting from the beginning of the part | ||
9838 | 2024.09.06 06:39:58.603453 [ 3 ] {196d767c-2993-4a53-bab3-2ca214c2b002} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9839 | 2024.09.06 06:39:58.604324 [ 3 ] {196d767c-2993-4a53-bab3-2ca214c2b002} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9840 | 2024.09.06 06:39:58.604394 [ 3 ] {196d767c-2993-4a53-bab3-2ca214c2b002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9841 | 2024.09.06 06:39:58.604831 [ 3 ] {196d767c-2993-4a53-bab3-2ca214c2b002} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9842 | 2024.09.06 06:39:58.605332 [ 3 ] {196d767c-2993-4a53-bab3-2ca214c2b002} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9843 | 2024.09.06 06:39:58.605701 [ 3 ] {196d767c-2993-4a53-bab3-2ca214c2b002} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003748 sec., 266.8089647812167 rows/sec., 17.98 KiB/sec. | ||
9844 | 2024.09.06 06:39:58.606044 [ 3 ] {196d767c-2993-4a53-bab3-2ca214c2b002} <Debug> DynamicQueryHandler: Done processing query | ||
9845 | 2024.09.06 06:39:58.606086 [ 3 ] {196d767c-2993-4a53-bab3-2ca214c2b002} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9846 | 2024.09.06 06:39:58.606112 [ 3 ] {} <Debug> HTTP-Session: 16959d7c-36f8-447c-a05b-bbcfa42e9bbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9847 | 2024.09.06 06:39:58.606283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9848 | 2024.09.06 06:39:58.606364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9849 | 2024.09.06 06:39:58.606393 [ 3 ] {} <Debug> HTTP-Session: f4a3b0bc-ad88-478d-af55-ec3cb0fdcb7f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9850 | 2024.09.06 06:39:58.606411 [ 3 ] {} <Debug> HTTP-Session: f4a3b0bc-ad88-478d-af55-ec3cb0fdcb7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9851 | 2024.09.06 06:39:58.606436 [ 3 ] {} <Debug> HTTP-Session: f4a3b0bc-ad88-478d-af55-ec3cb0fdcb7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9852 | 2024.09.06 06:39:58.606470 [ 3 ] {} <Trace> HTTP-Session: f4a3b0bc-ad88-478d-af55-ec3cb0fdcb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9853 | 2024.09.06 06:39:58.606665 [ 3 ] {b90a9d27-c30a-4ec0-8936-8144cbd2cb48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9854 | 2024.09.06 06:39:58.606755 [ 3 ] {b90a9d27-c30a-4ec0-8936-8144cbd2cb48} <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_histogramu64 | ||
9855 | 2024.09.06 06:39:58.607492 [ 3 ] {b90a9d27-c30a-4ec0-8936-8144cbd2cb48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9856 | 2024.09.06 06:39:58.608155 [ 3 ] {b90a9d27-c30a-4ec0-8936-8144cbd2cb48} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9857 | 2024.09.06 06:39:58.608192 [ 3 ] {b90a9d27-c30a-4ec0-8936-8144cbd2cb48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9858 | 2024.09.06 06:39:58.609215 [ 189 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15996 rows, containing 5 columns (5 merged, 0 gathered) in 0.008152958 sec., 1961987.2934461334 rows/sec., 132.70 MiB/sec. | ||
9859 | 2024.09.06 06:39:58.609439 [ 3 ] {b90a9d27-c30a-4ec0-8936-8144cbd2cb48} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9860 | 2024.09.06 06:39:58.609741 [ 189 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9861 | 2024.09.06 06:39:58.610491 [ 3 ] {b90a9d27-c30a-4ec0-8936-8144cbd2cb48} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9862 | 2024.09.06 06:39:58.610759 [ 86 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9863 | 2024.09.06 06:39:58.610875 [ 86 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9864 | 2024.09.06 06:39:58.610894 [ 193 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9865 | 2024.09.06 06:39:58.610947 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9866 | 2024.09.06 06:39:58.610956 [ 3 ] {b90a9d27-c30a-4ec0-8936-8144cbd2cb48} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004386 sec., 1823.985408116735 rows/sec., 3.27 MiB/sec. | ||
9867 | 2024.09.06 06:39:58.611415 [ 193 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9868 | 2024.09.06 06:39:58.611550 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
9869 | 2024.09.06 06:39:58.611815 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. | ||
9870 | 2024.09.06 06:39:58.612075 [ 3 ] {b90a9d27-c30a-4ec0-8936-8144cbd2cb48} <Debug> DynamicQueryHandler: Done processing query | ||
9871 | 2024.09.06 06:39:58.612115 [ 3 ] {b90a9d27-c30a-4ec0-8936-8144cbd2cb48} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9872 | 2024.09.06 06:39:58.612145 [ 3 ] {} <Debug> HTTP-Session: f4a3b0bc-ad88-478d-af55-ec3cb0fdcb7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9873 | 2024.09.06 06:39:58.612229 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9874 | 2024.09.06 06:39:58.612297 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 744 rows starting from the beginning of the part | ||
9875 | 2024.09.06 06:39:58.612297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9876 | 2024.09.06 06:39:58.612365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9877 | 2024.09.06 06:39:58.612409 [ 3 ] {} <Debug> HTTP-Session: 17228455-9ea1-49d4-b040-81e7b598197c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9878 | 2024.09.06 06:39:58.612501 [ 3 ] {} <Debug> HTTP-Session: 17228455-9ea1-49d4-b040-81e7b598197c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9879 | 2024.09.06 06:39:58.612555 [ 3 ] {} <Debug> HTTP-Session: 17228455-9ea1-49d4-b040-81e7b598197c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9880 | 2024.09.06 06:39:58.612701 [ 3 ] {} <Trace> HTTP-Session: 17228455-9ea1-49d4-b040-81e7b598197c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9881 | 2024.09.06 06:39:58.612787 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
9882 | 2024.09.06 06:39:58.612997 [ 3 ] {5d342c33-a66d-4b1b-b808-81fd89e32dcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9883 | 2024.09.06 06:39:58.613159 [ 3 ] {5d342c33-a66d-4b1b-b808-81fd89e32dcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9884 | 2024.09.06 06:39:58.613262 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part | ||
9885 | 2024.09.06 06:39:58.613787 [ 3 ] {5d342c33-a66d-4b1b-b808-81fd89e32dcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9886 | 2024.09.06 06:39:58.613881 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
9887 | 2024.09.06 06:39:58.614360 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 31 rows starting from the beginning of the part | ||
9888 | 2024.09.06 06:39:58.614539 [ 3 ] {5d342c33-a66d-4b1b-b808-81fd89e32dcb} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9889 | 2024.09.06 06:39:58.614637 [ 3 ] {5d342c33-a66d-4b1b-b808-81fd89e32dcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9890 | 2024.09.06 06:39:58.614905 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part | ||
9891 | 2024.09.06 06:39:58.615630 [ 3 ] {5d342c33-a66d-4b1b-b808-81fd89e32dcb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9892 | 2024.09.06 06:39:58.616113 [ 3 ] {5d342c33-a66d-4b1b-b808-81fd89e32dcb} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9893 | 2024.09.06 06:39:58.616258 [ 86 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9894 | 2024.09.06 06:39:58.616261 [ 3 ] {5d342c33-a66d-4b1b-b808-81fd89e32dcb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003438 sec., 23851.07620709715 rows/sec., 1.51 MiB/sec. | ||
9895 | 2024.09.06 06:39:58.616292 [ 86 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9896 | 2024.09.06 06:39:58.616339 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9897 | 2024.09.06 06:39:58.616671 [ 3 ] {5d342c33-a66d-4b1b-b808-81fd89e32dcb} <Debug> DynamicQueryHandler: Done processing query | ||
9898 | 2024.09.06 06:39:58.616817 [ 3 ] {5d342c33-a66d-4b1b-b808-81fd89e32dcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9899 | 2024.09.06 06:39:58.616829 [ 190 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
9900 | 2024.09.06 06:39:58.616875 [ 3 ] {} <Debug> HTTP-Session: 17228455-9ea1-49d4-b040-81e7b598197c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9901 | 2024.09.06 06:39:58.617740 [ 190 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9902 | 2024.09.06 06:39:58.617913 [ 190 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3000 rows starting from the beginning of the part | ||
9903 | 2024.09.06 06:39:58.618230 [ 190 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
9904 | 2024.09.06 06:39:58.618592 [ 190 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
9905 | 2024.09.06 06:39:58.618902 [ 190 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
9906 | 2024.09.06 06:39:58.619226 [ 190 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
9907 | 2024.09.06 06:39:58.619607 [ 190 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
9908 | 2024.09.06 06:39:58.623065 [ 194 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3366 rows, containing 4 columns (4 merged, 0 gathered) in 0.006618568 sec., 508569.22524630703 rows/sec., 33.26 MiB/sec. | ||
9909 | 2024.09.06 06:39:58.623609 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9910 | 2024.09.06 06:39:58.624175 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_51_10} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9911 | 2024.09.06 06:39:58.624270 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_51_10} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9912 | 2024.09.06 06:39:58.624357 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
9913 | 2024.09.06 06:39:58.627588 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 830 rows, containing 19 columns (19 merged, 0 gathered) in 0.0164612 sec., 50421.597453405586 rows/sec., 90.35 MiB/sec. | ||
9914 | 2024.09.06 06:39:58.628915 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9915 | 2024.09.06 06:39:58.629512 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9916 | 2024.09.06 06:39:58.629601 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9917 | 2024.09.06 06:39:58.629748 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
9918 | 2024.09.06 06:40:00.503182 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9919 | 2024.09.06 06:40:00.503227 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9920 | 2024.09.06 06:40:03.559975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9921 | 2024.09.06 06:40:03.560111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9922 | 2024.09.06 06:40:03.560141 [ 3 ] {} <Debug> HTTP-Session: 442028e9-6fac-48e7-aff7-5246675d4fbf Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9923 | 2024.09.06 06:40:03.560169 [ 3 ] {} <Debug> HTTP-Session: 442028e9-6fac-48e7-aff7-5246675d4fbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9924 | 2024.09.06 06:40:03.560188 [ 3 ] {} <Debug> HTTP-Session: 442028e9-6fac-48e7-aff7-5246675d4fbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9925 | 2024.09.06 06:40:03.560244 [ 3 ] {} <Trace> HTTP-Session: 442028e9-6fac-48e7-aff7-5246675d4fbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9926 | 2024.09.06 06:40:03.560442 [ 3 ] {b94ea9b6-da24-482c-bc67-c95995524131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9927 | 2024.09.06 06:40:03.560516 [ 3 ] {b94ea9b6-da24-482c-bc67-c95995524131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9928 | 2024.09.06 06:40:03.560902 [ 3 ] {b94ea9b6-da24-482c-bc67-c95995524131} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9929 | 2024.09.06 06:40:03.561419 [ 3 ] {b94ea9b6-da24-482c-bc67-c95995524131} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9930 | 2024.09.06 06:40:03.561461 [ 3 ] {b94ea9b6-da24-482c-bc67-c95995524131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9931 | 2024.09.06 06:40:03.561872 [ 3 ] {b94ea9b6-da24-482c-bc67-c95995524131} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9932 | 2024.09.06 06:40:03.562264 [ 3 ] {b94ea9b6-da24-482c-bc67-c95995524131} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9933 | 2024.09.06 06:40:03.562412 [ 3 ] {b94ea9b6-da24-482c-bc67-c95995524131} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002028 sec., 986.1932938856016 rows/sec., 80.42 KiB/sec. | ||
9934 | 2024.09.06 06:40:03.562614 [ 3 ] {b94ea9b6-da24-482c-bc67-c95995524131} <Debug> DynamicQueryHandler: Done processing query | ||
9935 | 2024.09.06 06:40:03.562640 [ 3 ] {b94ea9b6-da24-482c-bc67-c95995524131} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9936 | 2024.09.06 06:40:03.562656 [ 3 ] {} <Debug> HTTP-Session: 442028e9-6fac-48e7-aff7-5246675d4fbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9937 | 2024.09.06 06:40:03.562818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9938 | 2024.09.06 06:40:03.562867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9939 | 2024.09.06 06:40:03.562887 [ 3 ] {} <Debug> HTTP-Session: 2e6371b9-c87b-4832-86e4-46066c1a676d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9940 | 2024.09.06 06:40:03.562905 [ 3 ] {} <Debug> HTTP-Session: 2e6371b9-c87b-4832-86e4-46066c1a676d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9941 | 2024.09.06 06:40:03.562919 [ 3 ] {} <Debug> HTTP-Session: 2e6371b9-c87b-4832-86e4-46066c1a676d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9942 | 2024.09.06 06:40:03.562951 [ 3 ] {} <Trace> HTTP-Session: 2e6371b9-c87b-4832-86e4-46066c1a676d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9943 | 2024.09.06 06:40:03.563080 [ 3 ] {49d7e065-5c45-4f34-89c4-b240c178972e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9944 | 2024.09.06 06:40:03.563123 [ 3 ] {49d7e065-5c45-4f34-89c4-b240c178972e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9945 | 2024.09.06 06:40:03.563349 [ 3 ] {49d7e065-5c45-4f34-89c4-b240c178972e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9946 | 2024.09.06 06:40:03.563788 [ 3 ] {49d7e065-5c45-4f34-89c4-b240c178972e} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9947 | 2024.09.06 06:40:03.563824 [ 3 ] {49d7e065-5c45-4f34-89c4-b240c178972e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9948 | 2024.09.06 06:40:03.564182 [ 3 ] {49d7e065-5c45-4f34-89c4-b240c178972e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9949 | 2024.09.06 06:40:03.564533 [ 3 ] {49d7e065-5c45-4f34-89c4-b240c178972e} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9950 | 2024.09.06 06:40:03.564663 [ 3 ] {49d7e065-5c45-4f34-89c4-b240c178972e} <Debug> executeQuery: Read 119 rows, 10.29 KiB in 0.001634 sec., 72827.41738066095 rows/sec., 6.15 MiB/sec. | ||
9951 | 2024.09.06 06:40:03.564865 [ 3 ] {49d7e065-5c45-4f34-89c4-b240c178972e} <Debug> DynamicQueryHandler: Done processing query | ||
9952 | 2024.09.06 06:40:03.564901 [ 3 ] {49d7e065-5c45-4f34-89c4-b240c178972e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9953 | 2024.09.06 06:40:03.564925 [ 3 ] {} <Debug> HTTP-Session: 2e6371b9-c87b-4832-86e4-46066c1a676d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9954 | 2024.09.06 06:40:03.565099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9955 | 2024.09.06 06:40:03.565149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9956 | 2024.09.06 06:40:03.565169 [ 3 ] {} <Debug> HTTP-Session: 126c2031-e284-4a5e-a0d5-6bf7ae10edcb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9957 | 2024.09.06 06:40:03.565186 [ 3 ] {} <Debug> HTTP-Session: 126c2031-e284-4a5e-a0d5-6bf7ae10edcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9958 | 2024.09.06 06:40:03.565200 [ 3 ] {} <Debug> HTTP-Session: 126c2031-e284-4a5e-a0d5-6bf7ae10edcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9959 | 2024.09.06 06:40:03.565230 [ 3 ] {} <Trace> HTTP-Session: 126c2031-e284-4a5e-a0d5-6bf7ae10edcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9960 | 2024.09.06 06:40:03.565336 [ 3 ] {0006b337-6466-41eb-a7a9-835e02995065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9961 | 2024.09.06 06:40:03.565379 [ 3 ] {0006b337-6466-41eb-a7a9-835e02995065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9962 | 2024.09.06 06:40:03.565605 [ 3 ] {0006b337-6466-41eb-a7a9-835e02995065} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9963 | 2024.09.06 06:40:03.565936 [ 3 ] {0006b337-6466-41eb-a7a9-835e02995065} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9964 | 2024.09.06 06:40:03.565973 [ 3 ] {0006b337-6466-41eb-a7a9-835e02995065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9965 | 2024.09.06 06:40:03.566319 [ 3 ] {0006b337-6466-41eb-a7a9-835e02995065} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9966 | 2024.09.06 06:40:03.566682 [ 3 ] {0006b337-6466-41eb-a7a9-835e02995065} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9967 | 2024.09.06 06:40:03.566808 [ 3 ] {0006b337-6466-41eb-a7a9-835e02995065} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001506 sec., 21912.350597609562 rows/sec., 1.60 MiB/sec. | ||
9968 | 2024.09.06 06:40:03.566975 [ 3 ] {0006b337-6466-41eb-a7a9-835e02995065} <Debug> DynamicQueryHandler: Done processing query | ||
9969 | 2024.09.06 06:40:03.567001 [ 3 ] {0006b337-6466-41eb-a7a9-835e02995065} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9970 | 2024.09.06 06:40:03.567018 [ 3 ] {} <Debug> HTTP-Session: 126c2031-e284-4a5e-a0d5-6bf7ae10edcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9971 | 2024.09.06 06:40:03.567167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9972 | 2024.09.06 06:40:03.567214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9973 | 2024.09.06 06:40:03.567234 [ 3 ] {} <Debug> HTTP-Session: 1a20a163-8e67-4d0a-b14c-c9681bdc95fe Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9974 | 2024.09.06 06:40:03.567251 [ 3 ] {} <Debug> HTTP-Session: 1a20a163-8e67-4d0a-b14c-c9681bdc95fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9975 | 2024.09.06 06:40:03.567265 [ 3 ] {} <Debug> HTTP-Session: 1a20a163-8e67-4d0a-b14c-c9681bdc95fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9976 | 2024.09.06 06:40:03.567296 [ 3 ] {} <Trace> HTTP-Session: 1a20a163-8e67-4d0a-b14c-c9681bdc95fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9977 | 2024.09.06 06:40:03.567414 [ 3 ] {990193ae-8afe-42e3-809d-6f575d19fecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9978 | 2024.09.06 06:40:03.567456 [ 3 ] {990193ae-8afe-42e3-809d-6f575d19fecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9979 | 2024.09.06 06:40:03.567679 [ 3 ] {990193ae-8afe-42e3-809d-6f575d19fecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9980 | 2024.09.06 06:40:03.568048 [ 3 ] {990193ae-8afe-42e3-809d-6f575d19fecd} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9981 | 2024.09.06 06:40:03.568083 [ 3 ] {990193ae-8afe-42e3-809d-6f575d19fecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9982 | 2024.09.06 06:40:03.568435 [ 3 ] {990193ae-8afe-42e3-809d-6f575d19fecd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9983 | 2024.09.06 06:40:03.568784 [ 3 ] {990193ae-8afe-42e3-809d-6f575d19fecd} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9984 | 2024.09.06 06:40:03.568909 [ 3 ] {990193ae-8afe-42e3-809d-6f575d19fecd} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001535 sec., 63192.182410423455 rows/sec., 4.94 MiB/sec. | ||
9985 | 2024.09.06 06:40:03.569077 [ 3 ] {990193ae-8afe-42e3-809d-6f575d19fecd} <Debug> DynamicQueryHandler: Done processing query | ||
9986 | 2024.09.06 06:40:03.569101 [ 3 ] {990193ae-8afe-42e3-809d-6f575d19fecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9987 | 2024.09.06 06:40:03.569117 [ 3 ] {} <Debug> HTTP-Session: 1a20a163-8e67-4d0a-b14c-c9681bdc95fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9988 | 2024.09.06 06:40:03.569309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9989 | 2024.09.06 06:40:03.569356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9990 | 2024.09.06 06:40:03.569376 [ 3 ] {} <Debug> HTTP-Session: e492bf32-d140-43c0-931a-e11d46006062 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
9991 | 2024.09.06 06:40:03.569393 [ 3 ] {} <Debug> HTTP-Session: e492bf32-d140-43c0-931a-e11d46006062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9992 | 2024.09.06 06:40:03.569407 [ 3 ] {} <Debug> HTTP-Session: e492bf32-d140-43c0-931a-e11d46006062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9993 | 2024.09.06 06:40:03.569438 [ 3 ] {} <Trace> HTTP-Session: e492bf32-d140-43c0-931a-e11d46006062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9994 | 2024.09.06 06:40:03.569588 [ 3 ] {2510982c-d7f7-421a-a474-bf424be6afb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9995 | 2024.09.06 06:40:03.569634 [ 3 ] {2510982c-d7f7-421a-a474-bf424be6afb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9996 | 2024.09.06 06:40:03.569779 [ 3 ] {2510982c-d7f7-421a-a474-bf424be6afb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9997 | 2024.09.06 06:40:03.570262 [ 3 ] {2510982c-d7f7-421a-a474-bf424be6afb3} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9998 | 2024.09.06 06:40:03.570299 [ 3 ] {2510982c-d7f7-421a-a474-bf424be6afb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
9999 | 2024.09.06 06:40:03.570684 [ 3 ] {2510982c-d7f7-421a-a474-bf424be6afb3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10000 | 2024.09.06 06:40:03.571018 [ 3 ] {2510982c-d7f7-421a-a474-bf424be6afb3} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10001 | 2024.09.06 06:40:03.571144 [ 3 ] {2510982c-d7f7-421a-a474-bf424be6afb3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001628 sec., 98894.34889434889 rows/sec., 6.89 MiB/sec. | ||
10002 | 2024.09.06 06:40:03.571308 [ 3 ] {2510982c-d7f7-421a-a474-bf424be6afb3} <Debug> DynamicQueryHandler: Done processing query | ||
10003 | 2024.09.06 06:40:03.571332 [ 3 ] {2510982c-d7f7-421a-a474-bf424be6afb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10004 | 2024.09.06 06:40:03.571349 [ 3 ] {} <Debug> HTTP-Session: e492bf32-d140-43c0-931a-e11d46006062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10005 | 2024.09.06 06:40:03.571519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10006 | 2024.09.06 06:40:03.571567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10007 | 2024.09.06 06:40:03.571586 [ 3 ] {} <Debug> HTTP-Session: 9e37a2d5-5875-45da-ae8c-08b66a378999 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10008 | 2024.09.06 06:40:03.571603 [ 3 ] {} <Debug> HTTP-Session: 9e37a2d5-5875-45da-ae8c-08b66a378999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10009 | 2024.09.06 06:40:03.571617 [ 3 ] {} <Debug> HTTP-Session: 9e37a2d5-5875-45da-ae8c-08b66a378999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10010 | 2024.09.06 06:40:03.571648 [ 3 ] {} <Trace> HTTP-Session: 9e37a2d5-5875-45da-ae8c-08b66a378999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10011 | 2024.09.06 06:40:03.571955 [ 3 ] {768eceb3-35b9-4eb3-a3ef-a634761a4d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10012 | 2024.09.06 06:40:03.572019 [ 3 ] {768eceb3-35b9-4eb3-a3ef-a634761a4d6d} <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_histogramu64 | ||
10013 | 2024.09.06 06:40:03.572420 [ 3 ] {768eceb3-35b9-4eb3-a3ef-a634761a4d6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10014 | 2024.09.06 06:40:03.573198 [ 3 ] {768eceb3-35b9-4eb3-a3ef-a634761a4d6d} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10015 | 2024.09.06 06:40:03.573234 [ 3 ] {768eceb3-35b9-4eb3-a3ef-a634761a4d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10016 | 2024.09.06 06:40:03.573871 [ 3 ] {768eceb3-35b9-4eb3-a3ef-a634761a4d6d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10017 | 2024.09.06 06:40:03.574290 [ 3 ] {768eceb3-35b9-4eb3-a3ef-a634761a4d6d} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10018 | 2024.09.06 06:40:03.574436 [ 3 ] {768eceb3-35b9-4eb3-a3ef-a634761a4d6d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002694 sec., 11507.052709725314 rows/sec., 20.62 MiB/sec. | ||
10019 | 2024.09.06 06:40:03.574651 [ 3 ] {768eceb3-35b9-4eb3-a3ef-a634761a4d6d} <Debug> DynamicQueryHandler: Done processing query | ||
10020 | 2024.09.06 06:40:03.574676 [ 3 ] {768eceb3-35b9-4eb3-a3ef-a634761a4d6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10021 | 2024.09.06 06:40:03.574693 [ 3 ] {} <Debug> HTTP-Session: 9e37a2d5-5875-45da-ae8c-08b66a378999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10022 | 2024.09.06 06:40:03.574824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10023 | 2024.09.06 06:40:03.574872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10024 | 2024.09.06 06:40:03.574891 [ 3 ] {} <Debug> HTTP-Session: d0d87ec9-9a37-4092-9462-14945f3085a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10025 | 2024.09.06 06:40:03.574909 [ 3 ] {} <Debug> HTTP-Session: d0d87ec9-9a37-4092-9462-14945f3085a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10026 | 2024.09.06 06:40:03.574923 [ 3 ] {} <Debug> HTTP-Session: d0d87ec9-9a37-4092-9462-14945f3085a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10027 | 2024.09.06 06:40:03.574954 [ 3 ] {} <Trace> HTTP-Session: d0d87ec9-9a37-4092-9462-14945f3085a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10028 | 2024.09.06 06:40:03.575070 [ 3 ] {b496068b-f77c-40e8-b738-7671fb3c0cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10029 | 2024.09.06 06:40:03.575114 [ 3 ] {b496068b-f77c-40e8-b738-7671fb3c0cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10030 | 2024.09.06 06:40:03.575242 [ 3 ] {b496068b-f77c-40e8-b738-7671fb3c0cc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10031 | 2024.09.06 06:40:03.575573 [ 3 ] {b496068b-f77c-40e8-b738-7671fb3c0cc1} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10032 | 2024.09.06 06:40:03.575608 [ 3 ] {b496068b-f77c-40e8-b738-7671fb3c0cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10033 | 2024.09.06 06:40:03.575964 [ 3 ] {b496068b-f77c-40e8-b738-7671fb3c0cc1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10034 | 2024.09.06 06:40:03.576283 [ 3 ] {b496068b-f77c-40e8-b738-7671fb3c0cc1} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10035 | 2024.09.06 06:40:03.576408 [ 3 ] {b496068b-f77c-40e8-b738-7671fb3c0cc1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
10036 | 2024.09.06 06:40:03.576682 [ 3 ] {b496068b-f77c-40e8-b738-7671fb3c0cc1} <Debug> DynamicQueryHandler: Done processing query | ||
10037 | 2024.09.06 06:40:03.576738 [ 3 ] {b496068b-f77c-40e8-b738-7671fb3c0cc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10038 | 2024.09.06 06:40:03.576792 [ 3 ] {} <Debug> HTTP-Session: d0d87ec9-9a37-4092-9462-14945f3085a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10039 | 2024.09.06 06:40:08.562965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10040 | 2024.09.06 06:40:08.563095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10041 | 2024.09.06 06:40:08.563119 [ 3 ] {} <Debug> HTTP-Session: 1ad9e0fe-3165-49ef-a232-d2c13f007f5d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10042 | 2024.09.06 06:40:08.563144 [ 3 ] {} <Debug> HTTP-Session: 1ad9e0fe-3165-49ef-a232-d2c13f007f5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10043 | 2024.09.06 06:40:08.563159 [ 3 ] {} <Debug> HTTP-Session: 1ad9e0fe-3165-49ef-a232-d2c13f007f5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10044 | 2024.09.06 06:40:08.563207 [ 3 ] {} <Trace> HTTP-Session: 1ad9e0fe-3165-49ef-a232-d2c13f007f5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10045 | 2024.09.06 06:40:08.563437 [ 3 ] {fb95a49f-8cc0-4d59-968e-eabb167b59f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10046 | 2024.09.06 06:40:08.563503 [ 3 ] {fb95a49f-8cc0-4d59-968e-eabb167b59f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10047 | 2024.09.06 06:40:08.563831 [ 3 ] {fb95a49f-8cc0-4d59-968e-eabb167b59f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10048 | 2024.09.06 06:40:08.564413 [ 3 ] {fb95a49f-8cc0-4d59-968e-eabb167b59f1} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10049 | 2024.09.06 06:40:08.564454 [ 3 ] {fb95a49f-8cc0-4d59-968e-eabb167b59f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10050 | 2024.09.06 06:40:08.564881 [ 3 ] {fb95a49f-8cc0-4d59-968e-eabb167b59f1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10051 | 2024.09.06 06:40:08.565267 [ 3 ] {fb95a49f-8cc0-4d59-968e-eabb167b59f1} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10052 | 2024.09.06 06:40:08.565417 [ 3 ] {fb95a49f-8cc0-4d59-968e-eabb167b59f1} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.00208 sec., 98557.69230769231 rows/sec., 8.68 MiB/sec. | ||
10053 | 2024.09.06 06:40:08.565621 [ 3 ] {fb95a49f-8cc0-4d59-968e-eabb167b59f1} <Debug> DynamicQueryHandler: Done processing query | ||
10054 | 2024.09.06 06:40:08.565647 [ 3 ] {fb95a49f-8cc0-4d59-968e-eabb167b59f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10055 | 2024.09.06 06:40:08.565663 [ 3 ] {} <Debug> HTTP-Session: 1ad9e0fe-3165-49ef-a232-d2c13f007f5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10056 | 2024.09.06 06:40:08.565828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10057 | 2024.09.06 06:40:08.565881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10058 | 2024.09.06 06:40:08.565901 [ 3 ] {} <Debug> HTTP-Session: cb205432-5e73-47af-a688-a13add21d7ce Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10059 | 2024.09.06 06:40:08.565919 [ 3 ] {} <Debug> HTTP-Session: cb205432-5e73-47af-a688-a13add21d7ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10060 | 2024.09.06 06:40:08.565933 [ 3 ] {} <Debug> HTTP-Session: cb205432-5e73-47af-a688-a13add21d7ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10061 | 2024.09.06 06:40:08.565972 [ 3 ] {} <Trace> HTTP-Session: cb205432-5e73-47af-a688-a13add21d7ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10062 | 2024.09.06 06:40:08.566067 [ 3 ] {9262a579-620b-4a3a-86d3-25066679f200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10063 | 2024.09.06 06:40:08.566108 [ 3 ] {9262a579-620b-4a3a-86d3-25066679f200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10064 | 2024.09.06 06:40:08.566322 [ 3 ] {9262a579-620b-4a3a-86d3-25066679f200} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10065 | 2024.09.06 06:40:08.566612 [ 3 ] {9262a579-620b-4a3a-86d3-25066679f200} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10066 | 2024.09.06 06:40:08.566646 [ 3 ] {9262a579-620b-4a3a-86d3-25066679f200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10067 | 2024.09.06 06:40:08.567056 [ 3 ] {9262a579-620b-4a3a-86d3-25066679f200} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10068 | 2024.09.06 06:40:08.567412 [ 3 ] {9262a579-620b-4a3a-86d3-25066679f200} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10069 | 2024.09.06 06:40:08.567541 [ 3 ] {9262a579-620b-4a3a-86d3-25066679f200} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001492 sec., 5361.930294906166 rows/sec., 403.19 KiB/sec. | ||
10070 | 2024.09.06 06:40:08.567710 [ 3 ] {9262a579-620b-4a3a-86d3-25066679f200} <Debug> DynamicQueryHandler: Done processing query | ||
10071 | 2024.09.06 06:40:08.567734 [ 3 ] {9262a579-620b-4a3a-86d3-25066679f200} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10072 | 2024.09.06 06:40:08.567752 [ 3 ] {} <Debug> HTTP-Session: cb205432-5e73-47af-a688-a13add21d7ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10073 | 2024.09.06 06:40:08.567876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10074 | 2024.09.06 06:40:08.567925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10075 | 2024.09.06 06:40:08.567945 [ 3 ] {} <Debug> HTTP-Session: 00b42b8c-7f27-4fbc-8310-eec4a2dc3eed Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10076 | 2024.09.06 06:40:08.567962 [ 3 ] {} <Debug> HTTP-Session: 00b42b8c-7f27-4fbc-8310-eec4a2dc3eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10077 | 2024.09.06 06:40:08.567976 [ 3 ] {} <Debug> HTTP-Session: 00b42b8c-7f27-4fbc-8310-eec4a2dc3eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10078 | 2024.09.06 06:40:08.568007 [ 3 ] {} <Trace> HTTP-Session: 00b42b8c-7f27-4fbc-8310-eec4a2dc3eed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10079 | 2024.09.06 06:40:08.568107 [ 3 ] {6b838b92-9866-431d-84bc-199be8854c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10080 | 2024.09.06 06:40:08.568151 [ 3 ] {6b838b92-9866-431d-84bc-199be8854c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10081 | 2024.09.06 06:40:08.568375 [ 3 ] {6b838b92-9866-431d-84bc-199be8854c8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10082 | 2024.09.06 06:40:08.568681 [ 3 ] {6b838b92-9866-431d-84bc-199be8854c8d} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10083 | 2024.09.06 06:40:08.568716 [ 3 ] {6b838b92-9866-431d-84bc-199be8854c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10084 | 2024.09.06 06:40:08.569077 [ 3 ] {6b838b92-9866-431d-84bc-199be8854c8d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10085 | 2024.09.06 06:40:08.569432 [ 3 ] {6b838b92-9866-431d-84bc-199be8854c8d} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10086 | 2024.09.06 06:40:08.569560 [ 3 ] {6b838b92-9866-431d-84bc-199be8854c8d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001479 sec., 9465.855307640297 rows/sec., 662.93 KiB/sec. | ||
10087 | 2024.09.06 06:40:08.569846 [ 3 ] {6b838b92-9866-431d-84bc-199be8854c8d} <Debug> DynamicQueryHandler: Done processing query | ||
10088 | 2024.09.06 06:40:08.569888 [ 3 ] {6b838b92-9866-431d-84bc-199be8854c8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10089 | 2024.09.06 06:40:08.569912 [ 3 ] {} <Debug> HTTP-Session: 00b42b8c-7f27-4fbc-8310-eec4a2dc3eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10090 | 2024.09.06 06:40:08.570037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10091 | 2024.09.06 06:40:08.570087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10092 | 2024.09.06 06:40:08.570106 [ 3 ] {} <Debug> HTTP-Session: 26a18a2d-43f2-4dfd-b774-041d0f466779 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10093 | 2024.09.06 06:40:08.570124 [ 3 ] {} <Debug> HTTP-Session: 26a18a2d-43f2-4dfd-b774-041d0f466779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10094 | 2024.09.06 06:40:08.570138 [ 3 ] {} <Debug> HTTP-Session: 26a18a2d-43f2-4dfd-b774-041d0f466779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10095 | 2024.09.06 06:40:08.570170 [ 3 ] {} <Trace> HTTP-Session: 26a18a2d-43f2-4dfd-b774-041d0f466779 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10096 | 2024.09.06 06:40:08.570270 [ 3 ] {bd90a5e0-1308-4810-97f4-1c0c9b4e41a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10097 | 2024.09.06 06:40:08.570314 [ 3 ] {bd90a5e0-1308-4810-97f4-1c0c9b4e41a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10098 | 2024.09.06 06:40:08.570557 [ 3 ] {bd90a5e0-1308-4810-97f4-1c0c9b4e41a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10099 | 2024.09.06 06:40:08.570852 [ 3 ] {bd90a5e0-1308-4810-97f4-1c0c9b4e41a2} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10100 | 2024.09.06 06:40:08.570888 [ 3 ] {bd90a5e0-1308-4810-97f4-1c0c9b4e41a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10101 | 2024.09.06 06:40:08.571242 [ 3 ] {bd90a5e0-1308-4810-97f4-1c0c9b4e41a2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10102 | 2024.09.06 06:40:08.571621 [ 3 ] {bd90a5e0-1308-4810-97f4-1c0c9b4e41a2} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10103 | 2024.09.06 06:40:08.571752 [ 3 ] {bd90a5e0-1308-4810-97f4-1c0c9b4e41a2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 235.07 KiB/sec. | ||
10104 | 2024.09.06 06:40:08.571917 [ 3 ] {bd90a5e0-1308-4810-97f4-1c0c9b4e41a2} <Debug> DynamicQueryHandler: Done processing query | ||
10105 | 2024.09.06 06:40:08.571941 [ 3 ] {bd90a5e0-1308-4810-97f4-1c0c9b4e41a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10106 | 2024.09.06 06:40:08.571959 [ 3 ] {} <Debug> HTTP-Session: 26a18a2d-43f2-4dfd-b774-041d0f466779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10107 | 2024.09.06 06:40:08.572119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10108 | 2024.09.06 06:40:08.572168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10109 | 2024.09.06 06:40:08.572186 [ 3 ] {} <Debug> HTTP-Session: fc3ae579-72b7-4669-b505-ef8a17047ca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10110 | 2024.09.06 06:40:08.572203 [ 3 ] {} <Debug> HTTP-Session: fc3ae579-72b7-4669-b505-ef8a17047ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10111 | 2024.09.06 06:40:08.572219 [ 3 ] {} <Debug> HTTP-Session: fc3ae579-72b7-4669-b505-ef8a17047ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10112 | 2024.09.06 06:40:08.572250 [ 3 ] {} <Trace> HTTP-Session: fc3ae579-72b7-4669-b505-ef8a17047ca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10113 | 2024.09.06 06:40:08.572449 [ 3 ] {9ddfb8f8-f8ee-445d-b08e-6c0629a1e553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10114 | 2024.09.06 06:40:08.572492 [ 3 ] {9ddfb8f8-f8ee-445d-b08e-6c0629a1e553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10115 | 2024.09.06 06:40:08.572715 [ 3 ] {9ddfb8f8-f8ee-445d-b08e-6c0629a1e553} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10116 | 2024.09.06 06:40:08.573280 [ 3 ] {9ddfb8f8-f8ee-445d-b08e-6c0629a1e553} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10117 | 2024.09.06 06:40:08.573317 [ 3 ] {9ddfb8f8-f8ee-445d-b08e-6c0629a1e553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10118 | 2024.09.06 06:40:08.573705 [ 3 ] {9ddfb8f8-f8ee-445d-b08e-6c0629a1e553} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10119 | 2024.09.06 06:40:08.574061 [ 3 ] {9ddfb8f8-f8ee-445d-b08e-6c0629a1e553} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10120 | 2024.09.06 06:40:08.574204 [ 3 ] {9ddfb8f8-f8ee-445d-b08e-6c0629a1e553} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.00186 sec., 209677.4193548387 rows/sec., 14.87 MiB/sec. | ||
10121 | 2024.09.06 06:40:08.574494 [ 3 ] {9ddfb8f8-f8ee-445d-b08e-6c0629a1e553} <Debug> DynamicQueryHandler: Done processing query | ||
10122 | 2024.09.06 06:40:08.574556 [ 3 ] {9ddfb8f8-f8ee-445d-b08e-6c0629a1e553} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10123 | 2024.09.06 06:40:08.574614 [ 3 ] {} <Debug> HTTP-Session: fc3ae579-72b7-4669-b505-ef8a17047ca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10124 | 2024.09.06 06:40:08.574786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10125 | 2024.09.06 06:40:08.574837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10126 | 2024.09.06 06:40:08.574857 [ 3 ] {} <Debug> HTTP-Session: f8b09b93-d5d8-4fda-8ae4-70892541f5ce Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10127 | 2024.09.06 06:40:08.574875 [ 3 ] {} <Debug> HTTP-Session: f8b09b93-d5d8-4fda-8ae4-70892541f5ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10128 | 2024.09.06 06:40:08.574889 [ 3 ] {} <Debug> HTTP-Session: f8b09b93-d5d8-4fda-8ae4-70892541f5ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10129 | 2024.09.06 06:40:08.574922 [ 3 ] {} <Trace> HTTP-Session: f8b09b93-d5d8-4fda-8ae4-70892541f5ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10130 | 2024.09.06 06:40:08.575025 [ 3 ] {4575eec0-8e77-42aa-8c9f-87c031888b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10131 | 2024.09.06 06:40:08.575073 [ 3 ] {4575eec0-8e77-42aa-8c9f-87c031888b53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10132 | 2024.09.06 06:40:08.575225 [ 3 ] {4575eec0-8e77-42aa-8c9f-87c031888b53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10133 | 2024.09.06 06:40:08.575489 [ 3 ] {4575eec0-8e77-42aa-8c9f-87c031888b53} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10134 | 2024.09.06 06:40:08.575526 [ 3 ] {4575eec0-8e77-42aa-8c9f-87c031888b53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10135 | 2024.09.06 06:40:08.575887 [ 3 ] {4575eec0-8e77-42aa-8c9f-87c031888b53} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10136 | 2024.09.06 06:40:08.576230 [ 3 ] {4575eec0-8e77-42aa-8c9f-87c031888b53} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10137 | 2024.09.06 06:40:08.576379 [ 3 ] {4575eec0-8e77-42aa-8c9f-87c031888b53} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 228.32 KiB/sec. | ||
10138 | 2024.09.06 06:40:08.576547 [ 3 ] {4575eec0-8e77-42aa-8c9f-87c031888b53} <Debug> DynamicQueryHandler: Done processing query | ||
10139 | 2024.09.06 06:40:08.576572 [ 3 ] {4575eec0-8e77-42aa-8c9f-87c031888b53} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10140 | 2024.09.06 06:40:08.576589 [ 3 ] {} <Debug> HTTP-Session: f8b09b93-d5d8-4fda-8ae4-70892541f5ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10141 | 2024.09.06 06:40:08.576739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10142 | 2024.09.06 06:40:08.576788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10143 | 2024.09.06 06:40:08.576807 [ 3 ] {} <Debug> HTTP-Session: ae085853-901c-42e5-811d-902c54416d03 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10144 | 2024.09.06 06:40:08.576824 [ 3 ] {} <Debug> HTTP-Session: ae085853-901c-42e5-811d-902c54416d03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10145 | 2024.09.06 06:40:08.576839 [ 3 ] {} <Debug> HTTP-Session: ae085853-901c-42e5-811d-902c54416d03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10146 | 2024.09.06 06:40:08.576870 [ 3 ] {} <Trace> HTTP-Session: ae085853-901c-42e5-811d-902c54416d03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10147 | 2024.09.06 06:40:08.577061 [ 3 ] {7cf0de1a-369d-4413-82dc-8f23e09dec45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10148 | 2024.09.06 06:40:08.577109 [ 3 ] {7cf0de1a-369d-4413-82dc-8f23e09dec45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10149 | 2024.09.06 06:40:08.577252 [ 3 ] {7cf0de1a-369d-4413-82dc-8f23e09dec45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10150 | 2024.09.06 06:40:08.577789 [ 3 ] {7cf0de1a-369d-4413-82dc-8f23e09dec45} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10151 | 2024.09.06 06:40:08.577830 [ 3 ] {7cf0de1a-369d-4413-82dc-8f23e09dec45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10152 | 2024.09.06 06:40:08.578236 [ 3 ] {7cf0de1a-369d-4413-82dc-8f23e09dec45} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10153 | 2024.09.06 06:40:08.578617 [ 3 ] {7cf0de1a-369d-4413-82dc-8f23e09dec45} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10154 | 2024.09.06 06:40:08.578774 [ 3 ] {7cf0de1a-369d-4413-82dc-8f23e09dec45} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001801 sec., 131593.55913381453 rows/sec., 8.82 MiB/sec. | ||
10155 | 2024.09.06 06:40:08.578965 [ 3 ] {7cf0de1a-369d-4413-82dc-8f23e09dec45} <Debug> DynamicQueryHandler: Done processing query | ||
10156 | 2024.09.06 06:40:08.578991 [ 3 ] {7cf0de1a-369d-4413-82dc-8f23e09dec45} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10157 | 2024.09.06 06:40:08.579008 [ 3 ] {} <Debug> HTTP-Session: ae085853-901c-42e5-811d-902c54416d03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10158 | 2024.09.06 06:40:08.579145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10159 | 2024.09.06 06:40:08.579194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10160 | 2024.09.06 06:40:08.579214 [ 3 ] {} <Debug> HTTP-Session: c35c234a-84fb-49cb-80c7-fa1e8cd9070b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10161 | 2024.09.06 06:40:08.579230 [ 3 ] {} <Debug> HTTP-Session: c35c234a-84fb-49cb-80c7-fa1e8cd9070b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10162 | 2024.09.06 06:40:08.579244 [ 3 ] {} <Debug> HTTP-Session: c35c234a-84fb-49cb-80c7-fa1e8cd9070b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10163 | 2024.09.06 06:40:08.579276 [ 3 ] {} <Trace> HTTP-Session: c35c234a-84fb-49cb-80c7-fa1e8cd9070b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10164 | 2024.09.06 06:40:08.579370 [ 3 ] {d79f1739-f30e-49ea-9879-c6f82a028105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10165 | 2024.09.06 06:40:08.579417 [ 3 ] {d79f1739-f30e-49ea-9879-c6f82a028105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10166 | 2024.09.06 06:40:08.579547 [ 3 ] {d79f1739-f30e-49ea-9879-c6f82a028105} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10167 | 2024.09.06 06:40:08.579848 [ 3 ] {d79f1739-f30e-49ea-9879-c6f82a028105} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10168 | 2024.09.06 06:40:08.579885 [ 3 ] {d79f1739-f30e-49ea-9879-c6f82a028105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10169 | 2024.09.06 06:40:08.580245 [ 3 ] {d79f1739-f30e-49ea-9879-c6f82a028105} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10170 | 2024.09.06 06:40:08.580567 [ 3 ] {d79f1739-f30e-49ea-9879-c6f82a028105} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10171 | 2024.09.06 06:40:08.580726 [ 3 ] {d79f1739-f30e-49ea-9879-c6f82a028105} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001366 sec., 732.0644216691069 rows/sec., 49.33 KiB/sec. | ||
10172 | 2024.09.06 06:40:08.580903 [ 3 ] {d79f1739-f30e-49ea-9879-c6f82a028105} <Debug> DynamicQueryHandler: Done processing query | ||
10173 | 2024.09.06 06:40:08.580929 [ 3 ] {d79f1739-f30e-49ea-9879-c6f82a028105} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10174 | 2024.09.06 06:40:08.580946 [ 3 ] {} <Debug> HTTP-Session: c35c234a-84fb-49cb-80c7-fa1e8cd9070b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10175 | 2024.09.06 06:40:08.581088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10176 | 2024.09.06 06:40:08.581136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10177 | 2024.09.06 06:40:08.581156 [ 3 ] {} <Debug> HTTP-Session: 281d0d28-aac0-4fc2-9aaa-e5da5d3edd11 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10178 | 2024.09.06 06:40:08.581172 [ 3 ] {} <Debug> HTTP-Session: 281d0d28-aac0-4fc2-9aaa-e5da5d3edd11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10179 | 2024.09.06 06:40:08.581186 [ 3 ] {} <Debug> HTTP-Session: 281d0d28-aac0-4fc2-9aaa-e5da5d3edd11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10180 | 2024.09.06 06:40:08.581217 [ 3 ] {} <Trace> HTTP-Session: 281d0d28-aac0-4fc2-9aaa-e5da5d3edd11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10181 | 2024.09.06 06:40:08.581398 [ 3 ] {f74afcab-d715-475b-b5c8-71c0802fba31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10182 | 2024.09.06 06:40:08.581463 [ 3 ] {f74afcab-d715-475b-b5c8-71c0802fba31} <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_histogramu64 | ||
10183 | 2024.09.06 06:40:08.581908 [ 3 ] {f74afcab-d715-475b-b5c8-71c0802fba31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10184 | 2024.09.06 06:40:08.582531 [ 3 ] {f74afcab-d715-475b-b5c8-71c0802fba31} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10185 | 2024.09.06 06:40:08.582567 [ 3 ] {f74afcab-d715-475b-b5c8-71c0802fba31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10186 | 2024.09.06 06:40:08.583193 [ 3 ] {f74afcab-d715-475b-b5c8-71c0802fba31} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10187 | 2024.09.06 06:40:08.583620 [ 3 ] {f74afcab-d715-475b-b5c8-71c0802fba31} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10188 | 2024.09.06 06:40:08.583809 [ 3 ] {f74afcab-d715-475b-b5c8-71c0802fba31} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002517 sec., 3178.3869686134285 rows/sec., 5.70 MiB/sec. | ||
10189 | 2024.09.06 06:40:08.584036 [ 3 ] {f74afcab-d715-475b-b5c8-71c0802fba31} <Debug> DynamicQueryHandler: Done processing query | ||
10190 | 2024.09.06 06:40:08.584061 [ 3 ] {f74afcab-d715-475b-b5c8-71c0802fba31} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10191 | 2024.09.06 06:40:08.584078 [ 3 ] {} <Debug> HTTP-Session: 281d0d28-aac0-4fc2-9aaa-e5da5d3edd11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10192 | 2024.09.06 06:40:08.584217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10193 | 2024.09.06 06:40:08.584290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10194 | 2024.09.06 06:40:08.584311 [ 3 ] {} <Debug> HTTP-Session: 3c8e8fe3-5e9a-4b2a-8c07-a018f288a6d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10195 | 2024.09.06 06:40:08.584328 [ 3 ] {} <Debug> HTTP-Session: 3c8e8fe3-5e9a-4b2a-8c07-a018f288a6d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10196 | 2024.09.06 06:40:08.584342 [ 3 ] {} <Debug> HTTP-Session: 3c8e8fe3-5e9a-4b2a-8c07-a018f288a6d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10197 | 2024.09.06 06:40:08.584373 [ 3 ] {} <Trace> HTTP-Session: 3c8e8fe3-5e9a-4b2a-8c07-a018f288a6d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10198 | 2024.09.06 06:40:08.584492 [ 3 ] {b2732a33-e2f0-49e8-8d71-c01be99d1d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10199 | 2024.09.06 06:40:08.584537 [ 3 ] {b2732a33-e2f0-49e8-8d71-c01be99d1d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10200 | 2024.09.06 06:40:08.584666 [ 3 ] {b2732a33-e2f0-49e8-8d71-c01be99d1d19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10201 | 2024.09.06 06:40:08.585004 [ 3 ] {b2732a33-e2f0-49e8-8d71-c01be99d1d19} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10202 | 2024.09.06 06:40:08.585040 [ 3 ] {b2732a33-e2f0-49e8-8d71-c01be99d1d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
10203 | 2024.09.06 06:40:08.585485 [ 3 ] {b2732a33-e2f0-49e8-8d71-c01be99d1d19} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10204 | 2024.09.06 06:40:08.585850 [ 3 ] {b2732a33-e2f0-49e8-8d71-c01be99d1d19} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10205 | 2024.09.06 06:40:08.586009 [ 3 ] {b2732a33-e2f0-49e8-8d71-c01be99d1d19} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001555 sec., 52733.11897106109 rows/sec., 3.35 MiB/sec. | ||
10206 | 2024.09.06 06:40:08.586293 [ 3 ] {b2732a33-e2f0-49e8-8d71-c01be99d1d19} <Debug> DynamicQueryHandler: Done processing query | ||
10207 | 2024.09.06 06:40:08.586345 [ 3 ] {b2732a33-e2f0-49e8-8d71-c01be99d1d19} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10208 | 2024.09.06 06:40:08.586384 [ 3 ] {} <Debug> HTTP-Session: 3c8e8fe3-5e9a-4b2a-8c07-a018f288a6d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10209 | 2024.09.06 06:40:13.560583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10210 | 2024.09.06 06:40:13.560714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10211 | 2024.09.06 06:40:13.560739 [ 3 ] {} <Debug> HTTP-Session: ed092bc8-0078-46b7-b55d-696380c9a841 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10212 | 2024.09.06 06:40:13.560764 [ 3 ] {} <Debug> HTTP-Session: ed092bc8-0078-46b7-b55d-696380c9a841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10213 | 2024.09.06 06:40:13.560780 [ 3 ] {} <Debug> HTTP-Session: ed092bc8-0078-46b7-b55d-696380c9a841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10214 | 2024.09.06 06:40:13.560829 [ 3 ] {} <Trace> HTTP-Session: ed092bc8-0078-46b7-b55d-696380c9a841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10215 | 2024.09.06 06:40:13.561006 [ 3 ] {5a025bfd-46c2-45bf-abd5-2c8eadbc95ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10216 | 2024.09.06 06:40:13.561071 [ 3 ] {5a025bfd-46c2-45bf-abd5-2c8eadbc95ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10217 | 2024.09.06 06:40:13.561407 [ 3 ] {5a025bfd-46c2-45bf-abd5-2c8eadbc95ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10218 | 2024.09.06 06:40:13.561862 [ 3 ] {5a025bfd-46c2-45bf-abd5-2c8eadbc95ef} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10219 | 2024.09.06 06:40:13.561900 [ 3 ] {5a025bfd-46c2-45bf-abd5-2c8eadbc95ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10220 | 2024.09.06 06:40:13.562304 [ 3 ] {5a025bfd-46c2-45bf-abd5-2c8eadbc95ef} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10221 | 2024.09.06 06:40:13.562690 [ 3 ] {5a025bfd-46c2-45bf-abd5-2c8eadbc95ef} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10222 | 2024.09.06 06:40:13.562845 [ 3 ] {5a025bfd-46c2-45bf-abd5-2c8eadbc95ef} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00189 sec., 1058.2010582010582 rows/sec., 86.29 KiB/sec. | ||
10223 | 2024.09.06 06:40:13.562893 [ 137 ] {} <Debug> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
10224 | 2024.09.06 06:40:13.563011 [ 137 ] {} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10225 | 2024.09.06 06:40:13.563049 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10226 | 2024.09.06 06:40:13.563146 [ 3 ] {5a025bfd-46c2-45bf-abd5-2c8eadbc95ef} <Debug> DynamicQueryHandler: Done processing query | ||
10227 | 2024.09.06 06:40:13.563220 [ 3 ] {5a025bfd-46c2-45bf-abd5-2c8eadbc95ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10228 | 2024.09.06 06:40:13.563291 [ 3 ] {} <Debug> HTTP-Session: ed092bc8-0078-46b7-b55d-696380c9a841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10229 | 2024.09.06 06:40:13.563597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10230 | 2024.09.06 06:40:13.563602 [ 201 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
10231 | 2024.09.06 06:40:13.563711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10232 | 2024.09.06 06:40:13.563746 [ 3 ] {} <Debug> HTTP-Session: 56c80961-4e3e-4398-bfcf-286a05d433d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10233 | 2024.09.06 06:40:13.563793 [ 3 ] {} <Debug> HTTP-Session: 56c80961-4e3e-4398-bfcf-286a05d433d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10234 | 2024.09.06 06:40:13.563843 [ 3 ] {} <Debug> HTTP-Session: 56c80961-4e3e-4398-bfcf-286a05d433d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10235 | 2024.09.06 06:40:13.563934 [ 3 ] {} <Trace> HTTP-Session: 56c80961-4e3e-4398-bfcf-286a05d433d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10236 | 2024.09.06 06:40:13.564010 [ 201 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10237 | 2024.09.06 06:40:13.564106 [ 201 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 18 rows starting from the beginning of the part | ||
10238 | 2024.09.06 06:40:13.564230 [ 3 ] {0eb67579-941c-45ae-8397-da505c349134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10239 | 2024.09.06 06:40:13.564387 [ 3 ] {0eb67579-941c-45ae-8397-da505c349134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10240 | 2024.09.06 06:40:13.564372 [ 201 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
10241 | 2024.09.06 06:40:13.564839 [ 201 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part | ||
10242 | 2024.09.06 06:40:13.565117 [ 201 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
10243 | 2024.09.06 06:40:13.565472 [ 201 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
10244 | 2024.09.06 06:40:13.565880 [ 201 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
10245 | 2024.09.06 06:40:13.566436 [ 3 ] {0eb67579-941c-45ae-8397-da505c349134} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10246 | 2024.09.06 06:40:13.567416 [ 3 ] {0eb67579-941c-45ae-8397-da505c349134} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10247 | 2024.09.06 06:40:13.567487 [ 3 ] {0eb67579-941c-45ae-8397-da505c349134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10248 | 2024.09.06 06:40:13.568639 [ 3 ] {0eb67579-941c-45ae-8397-da505c349134} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10249 | 2024.09.06 06:40:13.568763 [ 194 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.005586338 sec., 6444.293202452125 rows/sec., 550.66 KiB/sec. | ||
10250 | 2024.09.06 06:40:13.569085 [ 194 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
10251 | 2024.09.06 06:40:13.569498 [ 3 ] {0eb67579-941c-45ae-8397-da505c349134} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10252 | 2024.09.06 06:40:13.570004 [ 3 ] {0eb67579-941c-45ae-8397-da505c349134} <Debug> executeQuery: Read 119 rows, 10.29 KiB in 0.005923 sec., 20091.170015195003 rows/sec., 1.70 MiB/sec. | ||
10253 | 2024.09.06 06:40:13.570269 [ 194 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_19_4} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10254 | 2024.09.06 06:40:13.570380 [ 3 ] {0eb67579-941c-45ae-8397-da505c349134} <Debug> DynamicQueryHandler: Done processing query | ||
10255 | 2024.09.06 06:40:13.570392 [ 194 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_19_4} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
10256 | 2024.09.06 06:40:13.570417 [ 3 ] {0eb67579-941c-45ae-8397-da505c349134} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10257 | 2024.09.06 06:40:13.570441 [ 3 ] {} <Debug> HTTP-Session: 56c80961-4e3e-4398-bfcf-286a05d433d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10258 | 2024.09.06 06:40:13.570568 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10259 | 2024.09.06 06:40:13.570646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10260 | 2024.09.06 06:40:13.570703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10261 | 2024.09.06 06:40:13.570722 [ 3 ] {} <Debug> HTTP-Session: c021e91e-c69a-468a-82ee-239d87d49129 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10262 | 2024.09.06 06:40:13.570739 [ 3 ] {} <Debug> HTTP-Session: c021e91e-c69a-468a-82ee-239d87d49129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10263 | 2024.09.06 06:40:13.570753 [ 3 ] {} <Debug> HTTP-Session: c021e91e-c69a-468a-82ee-239d87d49129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10264 | 2024.09.06 06:40:13.570783 [ 3 ] {} <Trace> HTTP-Session: c021e91e-c69a-468a-82ee-239d87d49129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10265 | 2024.09.06 06:40:13.570904 [ 3 ] {e01254ee-c1a5-4700-8976-ef9dc22c0d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10266 | 2024.09.06 06:40:13.570949 [ 3 ] {e01254ee-c1a5-4700-8976-ef9dc22c0d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10267 | 2024.09.06 06:40:13.571199 [ 3 ] {e01254ee-c1a5-4700-8976-ef9dc22c0d97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10268 | 2024.09.06 06:40:13.571540 [ 3 ] {e01254ee-c1a5-4700-8976-ef9dc22c0d97} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10269 | 2024.09.06 06:40:13.571576 [ 3 ] {e01254ee-c1a5-4700-8976-ef9dc22c0d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10270 | 2024.09.06 06:40:13.571924 [ 3 ] {e01254ee-c1a5-4700-8976-ef9dc22c0d97} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10271 | 2024.09.06 06:40:13.572280 [ 3 ] {e01254ee-c1a5-4700-8976-ef9dc22c0d97} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10272 | 2024.09.06 06:40:13.572428 [ 3 ] {e01254ee-c1a5-4700-8976-ef9dc22c0d97} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001564 sec., 21099.744245524296 rows/sec., 1.54 MiB/sec. | ||
10273 | 2024.09.06 06:40:13.572703 [ 3 ] {e01254ee-c1a5-4700-8976-ef9dc22c0d97} <Debug> DynamicQueryHandler: Done processing query | ||
10274 | 2024.09.06 06:40:13.572764 [ 3 ] {e01254ee-c1a5-4700-8976-ef9dc22c0d97} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10275 | 2024.09.06 06:40:13.572826 [ 3 ] {} <Debug> HTTP-Session: c021e91e-c69a-468a-82ee-239d87d49129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10276 | 2024.09.06 06:40:13.572997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10277 | 2024.09.06 06:40:13.573049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10278 | 2024.09.06 06:40:13.573068 [ 3 ] {} <Debug> HTTP-Session: 4cd02d6c-1a1a-4752-b503-2114654a0779 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10279 | 2024.09.06 06:40:13.573085 [ 3 ] {} <Debug> HTTP-Session: 4cd02d6c-1a1a-4752-b503-2114654a0779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10280 | 2024.09.06 06:40:13.573099 [ 3 ] {} <Debug> HTTP-Session: 4cd02d6c-1a1a-4752-b503-2114654a0779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10281 | 2024.09.06 06:40:13.573130 [ 3 ] {} <Trace> HTTP-Session: 4cd02d6c-1a1a-4752-b503-2114654a0779 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10282 | 2024.09.06 06:40:13.573261 [ 3 ] {af310f08-56b2-45f9-99d4-83bd9db76af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10283 | 2024.09.06 06:40:13.573305 [ 3 ] {af310f08-56b2-45f9-99d4-83bd9db76af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10284 | 2024.09.06 06:40:13.573545 [ 3 ] {af310f08-56b2-45f9-99d4-83bd9db76af5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10285 | 2024.09.06 06:40:13.573920 [ 3 ] {af310f08-56b2-45f9-99d4-83bd9db76af5} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10286 | 2024.09.06 06:40:13.573955 [ 3 ] {af310f08-56b2-45f9-99d4-83bd9db76af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10287 | 2024.09.06 06:40:13.574300 [ 3 ] {af310f08-56b2-45f9-99d4-83bd9db76af5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10288 | 2024.09.06 06:40:13.574647 [ 3 ] {af310f08-56b2-45f9-99d4-83bd9db76af5} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10289 | 2024.09.06 06:40:13.574800 [ 3 ] {af310f08-56b2-45f9-99d4-83bd9db76af5} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001581 sec., 61353.57368753954 rows/sec., 4.79 MiB/sec. | ||
10290 | 2024.09.06 06:40:13.575056 [ 3 ] {af310f08-56b2-45f9-99d4-83bd9db76af5} <Debug> DynamicQueryHandler: Done processing query | ||
10291 | 2024.09.06 06:40:13.575114 [ 3 ] {af310f08-56b2-45f9-99d4-83bd9db76af5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10292 | 2024.09.06 06:40:13.575156 [ 3 ] {} <Debug> HTTP-Session: 4cd02d6c-1a1a-4752-b503-2114654a0779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10293 | 2024.09.06 06:40:13.575353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10294 | 2024.09.06 06:40:13.575403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10295 | 2024.09.06 06:40:13.575422 [ 3 ] {} <Debug> HTTP-Session: d74575a3-2c70-40ae-9617-38e191494d48 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10296 | 2024.09.06 06:40:13.575438 [ 3 ] {} <Debug> HTTP-Session: d74575a3-2c70-40ae-9617-38e191494d48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10297 | 2024.09.06 06:40:13.575452 [ 3 ] {} <Debug> HTTP-Session: d74575a3-2c70-40ae-9617-38e191494d48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10298 | 2024.09.06 06:40:13.575485 [ 3 ] {} <Trace> HTTP-Session: d74575a3-2c70-40ae-9617-38e191494d48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10299 | 2024.09.06 06:40:13.575634 [ 3 ] {78cedc1e-aef3-445a-aedc-2d601188cae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10300 | 2024.09.06 06:40:13.575681 [ 3 ] {78cedc1e-aef3-445a-aedc-2d601188cae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10301 | 2024.09.06 06:40:13.575837 [ 3 ] {78cedc1e-aef3-445a-aedc-2d601188cae9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10302 | 2024.09.06 06:40:13.576305 [ 3 ] {78cedc1e-aef3-445a-aedc-2d601188cae9} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10303 | 2024.09.06 06:40:13.576341 [ 3 ] {78cedc1e-aef3-445a-aedc-2d601188cae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10304 | 2024.09.06 06:40:13.576712 [ 3 ] {78cedc1e-aef3-445a-aedc-2d601188cae9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10305 | 2024.09.06 06:40:13.577055 [ 3 ] {78cedc1e-aef3-445a-aedc-2d601188cae9} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10306 | 2024.09.06 06:40:13.577205 [ 3 ] {78cedc1e-aef3-445a-aedc-2d601188cae9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001637 sec., 98350.64141722664 rows/sec., 6.85 MiB/sec. | ||
10307 | 2024.09.06 06:40:13.577542 [ 3 ] {78cedc1e-aef3-445a-aedc-2d601188cae9} <Debug> DynamicQueryHandler: Done processing query | ||
10308 | 2024.09.06 06:40:13.577590 [ 3 ] {78cedc1e-aef3-445a-aedc-2d601188cae9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10309 | 2024.09.06 06:40:13.577620 [ 3 ] {} <Debug> HTTP-Session: d74575a3-2c70-40ae-9617-38e191494d48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10310 | 2024.09.06 06:40:13.577785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10311 | 2024.09.06 06:40:13.577833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10312 | 2024.09.06 06:40:13.577852 [ 3 ] {} <Debug> HTTP-Session: 2c5ac33a-059d-41cd-b510-7846ed313469 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10313 | 2024.09.06 06:40:13.577868 [ 3 ] {} <Debug> HTTP-Session: 2c5ac33a-059d-41cd-b510-7846ed313469 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10314 | 2024.09.06 06:40:13.577882 [ 3 ] {} <Debug> HTTP-Session: 2c5ac33a-059d-41cd-b510-7846ed313469 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10315 | 2024.09.06 06:40:13.577911 [ 3 ] {} <Trace> HTTP-Session: 2c5ac33a-059d-41cd-b510-7846ed313469 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10316 | 2024.09.06 06:40:13.578227 [ 3 ] {5d4acf78-fb53-41c0-9c68-c2b099f51453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10317 | 2024.09.06 06:40:13.578296 [ 3 ] {5d4acf78-fb53-41c0-9c68-c2b099f51453} <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_histogramu64 | ||
10318 | 2024.09.06 06:40:13.578736 [ 3 ] {5d4acf78-fb53-41c0-9c68-c2b099f51453} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10319 | 2024.09.06 06:40:13.579458 [ 3 ] {5d4acf78-fb53-41c0-9c68-c2b099f51453} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10320 | 2024.09.06 06:40:13.579494 [ 3 ] {5d4acf78-fb53-41c0-9c68-c2b099f51453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10321 | 2024.09.06 06:40:13.580123 [ 3 ] {5d4acf78-fb53-41c0-9c68-c2b099f51453} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10322 | 2024.09.06 06:40:13.580527 [ 3 ] {5d4acf78-fb53-41c0-9c68-c2b099f51453} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10323 | 2024.09.06 06:40:13.580706 [ 3 ] {5d4acf78-fb53-41c0-9c68-c2b099f51453} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002707 sec., 11451.791651274472 rows/sec., 20.52 MiB/sec. | ||
10324 | 2024.09.06 06:40:13.580928 [ 3 ] {5d4acf78-fb53-41c0-9c68-c2b099f51453} <Debug> DynamicQueryHandler: Done processing query | ||
10325 | 2024.09.06 06:40:13.580950 [ 3 ] {5d4acf78-fb53-41c0-9c68-c2b099f51453} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10326 | 2024.09.06 06:40:13.580966 [ 3 ] {} <Debug> HTTP-Session: 2c5ac33a-059d-41cd-b510-7846ed313469 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10327 | 2024.09.06 06:40:13.581098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10328 | 2024.09.06 06:40:13.581147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10329 | 2024.09.06 06:40:13.581166 [ 3 ] {} <Debug> HTTP-Session: 970e6c35-92f0-4742-b390-bbff2dbdbcd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10330 | 2024.09.06 06:40:13.581182 [ 3 ] {} <Debug> HTTP-Session: 970e6c35-92f0-4742-b390-bbff2dbdbcd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10331 | 2024.09.06 06:40:13.581196 [ 3 ] {} <Debug> HTTP-Session: 970e6c35-92f0-4742-b390-bbff2dbdbcd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10332 | 2024.09.06 06:40:13.581226 [ 3 ] {} <Trace> HTTP-Session: 970e6c35-92f0-4742-b390-bbff2dbdbcd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10333 | 2024.09.06 06:40:13.581341 [ 3 ] {8cdf6830-08ab-4ef6-98ca-574b0ab7d562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10334 | 2024.09.06 06:40:13.581385 [ 3 ] {8cdf6830-08ab-4ef6-98ca-574b0ab7d562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10335 | 2024.09.06 06:40:13.581511 [ 3 ] {8cdf6830-08ab-4ef6-98ca-574b0ab7d562} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10336 | 2024.09.06 06:40:13.581837 [ 3 ] {8cdf6830-08ab-4ef6-98ca-574b0ab7d562} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10337 | 2024.09.06 06:40:13.581871 [ 3 ] {8cdf6830-08ab-4ef6-98ca-574b0ab7d562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10338 | 2024.09.06 06:40:13.582221 [ 3 ] {8cdf6830-08ab-4ef6-98ca-574b0ab7d562} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10339 | 2024.09.06 06:40:13.582533 [ 3 ] {8cdf6830-08ab-4ef6-98ca-574b0ab7d562} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10340 | 2024.09.06 06:40:13.582682 [ 3 ] {8cdf6830-08ab-4ef6-98ca-574b0ab7d562} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
10341 | 2024.09.06 06:40:13.582846 [ 3 ] {8cdf6830-08ab-4ef6-98ca-574b0ab7d562} <Debug> DynamicQueryHandler: Done processing query | ||
10342 | 2024.09.06 06:40:13.582870 [ 3 ] {8cdf6830-08ab-4ef6-98ca-574b0ab7d562} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10343 | 2024.09.06 06:40:13.582886 [ 3 ] {} <Debug> HTTP-Session: 970e6c35-92f0-4742-b390-bbff2dbdbcd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10344 | 2024.09.06 06:40:15.503270 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10345 | 2024.09.06 06:40:15.503315 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10346 | 2024.09.06 06:40:18.563184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10347 | 2024.09.06 06:40:18.563337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10348 | 2024.09.06 06:40:18.563368 [ 3 ] {} <Debug> HTTP-Session: 50877feb-d1c0-4e0f-bf09-9bbd9ee868a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10349 | 2024.09.06 06:40:18.563395 [ 3 ] {} <Debug> HTTP-Session: 50877feb-d1c0-4e0f-bf09-9bbd9ee868a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10350 | 2024.09.06 06:40:18.563413 [ 3 ] {} <Debug> HTTP-Session: 50877feb-d1c0-4e0f-bf09-9bbd9ee868a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10351 | 2024.09.06 06:40:18.563471 [ 3 ] {} <Trace> HTTP-Session: 50877feb-d1c0-4e0f-bf09-9bbd9ee868a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10352 | 2024.09.06 06:40:18.563743 [ 3 ] {f2eed43f-21a6-4381-9faa-146b69896f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10353 | 2024.09.06 06:40:18.563812 [ 3 ] {f2eed43f-21a6-4381-9faa-146b69896f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10354 | 2024.09.06 06:40:18.564147 [ 3 ] {f2eed43f-21a6-4381-9faa-146b69896f60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10355 | 2024.09.06 06:40:18.564770 [ 3 ] {f2eed43f-21a6-4381-9faa-146b69896f60} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10356 | 2024.09.06 06:40:18.564817 [ 3 ] {f2eed43f-21a6-4381-9faa-146b69896f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10357 | 2024.09.06 06:40:18.565266 [ 3 ] {f2eed43f-21a6-4381-9faa-146b69896f60} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10358 | 2024.09.06 06:40:18.565668 [ 3 ] {f2eed43f-21a6-4381-9faa-146b69896f60} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10359 | 2024.09.06 06:40:18.565860 [ 3 ] {f2eed43f-21a6-4381-9faa-146b69896f60} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002217 sec., 92467.29815065405 rows/sec., 8.14 MiB/sec. | ||
10360 | 2024.09.06 06:40:18.566169 [ 3 ] {f2eed43f-21a6-4381-9faa-146b69896f60} <Debug> DynamicQueryHandler: Done processing query | ||
10361 | 2024.09.06 06:40:18.566220 [ 3 ] {f2eed43f-21a6-4381-9faa-146b69896f60} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10362 | 2024.09.06 06:40:18.566239 [ 3 ] {} <Debug> HTTP-Session: 50877feb-d1c0-4e0f-bf09-9bbd9ee868a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10363 | 2024.09.06 06:40:18.566420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10364 | 2024.09.06 06:40:18.566480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10365 | 2024.09.06 06:40:18.566501 [ 3 ] {} <Debug> HTTP-Session: 2147e5c5-8ca0-499a-ba9c-156adc5a7dfb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10366 | 2024.09.06 06:40:18.566520 [ 3 ] {} <Debug> HTTP-Session: 2147e5c5-8ca0-499a-ba9c-156adc5a7dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10367 | 2024.09.06 06:40:18.566535 [ 3 ] {} <Debug> HTTP-Session: 2147e5c5-8ca0-499a-ba9c-156adc5a7dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10368 | 2024.09.06 06:40:18.566571 [ 3 ] {} <Trace> HTTP-Session: 2147e5c5-8ca0-499a-ba9c-156adc5a7dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10369 | 2024.09.06 06:40:18.566687 [ 3 ] {deb15560-ae75-4cd3-a7a3-291d98f0096d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10370 | 2024.09.06 06:40:18.566738 [ 3 ] {deb15560-ae75-4cd3-a7a3-291d98f0096d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10371 | 2024.09.06 06:40:18.566993 [ 3 ] {deb15560-ae75-4cd3-a7a3-291d98f0096d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10372 | 2024.09.06 06:40:18.567337 [ 3 ] {deb15560-ae75-4cd3-a7a3-291d98f0096d} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10373 | 2024.09.06 06:40:18.567376 [ 3 ] {deb15560-ae75-4cd3-a7a3-291d98f0096d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10374 | 2024.09.06 06:40:18.567744 [ 3 ] {deb15560-ae75-4cd3-a7a3-291d98f0096d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10375 | 2024.09.06 06:40:18.568127 [ 3 ] {deb15560-ae75-4cd3-a7a3-291d98f0096d} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10376 | 2024.09.06 06:40:18.568301 [ 3 ] {deb15560-ae75-4cd3-a7a3-291d98f0096d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00164 sec., 4878.048780487805 rows/sec., 366.81 KiB/sec. | ||
10377 | 2024.09.06 06:40:18.568481 [ 3 ] {deb15560-ae75-4cd3-a7a3-291d98f0096d} <Debug> DynamicQueryHandler: Done processing query | ||
10378 | 2024.09.06 06:40:18.568505 [ 3 ] {deb15560-ae75-4cd3-a7a3-291d98f0096d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10379 | 2024.09.06 06:40:18.568523 [ 3 ] {} <Debug> HTTP-Session: 2147e5c5-8ca0-499a-ba9c-156adc5a7dfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10380 | 2024.09.06 06:40:18.568648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10381 | 2024.09.06 06:40:18.568700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10382 | 2024.09.06 06:40:18.568720 [ 3 ] {} <Debug> HTTP-Session: 487453f1-a74d-4998-bc2f-e85ef40bb5fc Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10383 | 2024.09.06 06:40:18.568737 [ 3 ] {} <Debug> HTTP-Session: 487453f1-a74d-4998-bc2f-e85ef40bb5fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10384 | 2024.09.06 06:40:18.568751 [ 3 ] {} <Debug> HTTP-Session: 487453f1-a74d-4998-bc2f-e85ef40bb5fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10385 | 2024.09.06 06:40:18.568784 [ 3 ] {} <Trace> HTTP-Session: 487453f1-a74d-4998-bc2f-e85ef40bb5fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10386 | 2024.09.06 06:40:18.568889 [ 3 ] {997551eb-422a-4882-ae2c-b2c259d1efc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10387 | 2024.09.06 06:40:18.568933 [ 3 ] {997551eb-422a-4882-ae2c-b2c259d1efc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10388 | 2024.09.06 06:40:18.569162 [ 3 ] {997551eb-422a-4882-ae2c-b2c259d1efc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10389 | 2024.09.06 06:40:18.569483 [ 3 ] {997551eb-422a-4882-ae2c-b2c259d1efc2} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10390 | 2024.09.06 06:40:18.569520 [ 3 ] {997551eb-422a-4882-ae2c-b2c259d1efc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10391 | 2024.09.06 06:40:18.569880 [ 3 ] {997551eb-422a-4882-ae2c-b2c259d1efc2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10392 | 2024.09.06 06:40:18.570253 [ 3 ] {997551eb-422a-4882-ae2c-b2c259d1efc2} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10393 | 2024.09.06 06:40:18.570414 [ 133 ] {} <Debug> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
10394 | 2024.09.06 06:40:18.570423 [ 3 ] {997551eb-422a-4882-ae2c-b2c259d1efc2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001552 sec., 9020.61855670103 rows/sec., 631.75 KiB/sec. | ||
10395 | 2024.09.06 06:40:18.570501 [ 133 ] {} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10396 | 2024.09.06 06:40:18.570572 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10397 | 2024.09.06 06:40:18.570756 [ 3 ] {997551eb-422a-4882-ae2c-b2c259d1efc2} <Debug> DynamicQueryHandler: Done processing query | ||
10398 | 2024.09.06 06:40:18.570771 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::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 | ||
10399 | 2024.09.06 06:40:18.570793 [ 3 ] {997551eb-422a-4882-ae2c-b2c259d1efc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10400 | 2024.09.06 06:40:18.570857 [ 3 ] {} <Debug> HTTP-Session: 487453f1-a74d-4998-bc2f-e85ef40bb5fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10401 | 2024.09.06 06:40:18.571037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10402 | 2024.09.06 06:40:18.571099 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10403 | 2024.09.06 06:40:18.571127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10404 | 2024.09.06 06:40:18.571172 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 242 rows starting from the beginning of the part | ||
10405 | 2024.09.06 06:40:18.571177 [ 3 ] {} <Debug> HTTP-Session: 7bde9477-52f1-4a8c-b4d9-c10109b3f2bf Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10406 | 2024.09.06 06:40:18.571236 [ 3 ] {} <Debug> HTTP-Session: 7bde9477-52f1-4a8c-b4d9-c10109b3f2bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10407 | 2024.09.06 06:40:18.571267 [ 3 ] {} <Debug> HTTP-Session: 7bde9477-52f1-4a8c-b4d9-c10109b3f2bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10408 | 2024.09.06 06:40:18.571393 [ 3 ] {} <Trace> HTTP-Session: 7bde9477-52f1-4a8c-b4d9-c10109b3f2bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10409 | 2024.09.06 06:40:18.571458 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
10410 | 2024.09.06 06:40:18.571738 [ 3 ] {58e5e9cc-160e-4f59-80b9-31d18e32a0cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10411 | 2024.09.06 06:40:18.571757 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part | ||
10412 | 2024.09.06 06:40:18.571873 [ 3 ] {58e5e9cc-160e-4f59-80b9-31d18e32a0cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10413 | 2024.09.06 06:40:18.572064 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
10414 | 2024.09.06 06:40:18.572389 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
10415 | 2024.09.06 06:40:18.572715 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
10416 | 2024.09.06 06:40:18.573447 [ 3 ] {58e5e9cc-160e-4f59-80b9-31d18e32a0cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10417 | 2024.09.06 06:40:18.574246 [ 3 ] {58e5e9cc-160e-4f59-80b9-31d18e32a0cd} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10418 | 2024.09.06 06:40:18.574312 [ 3 ] {58e5e9cc-160e-4f59-80b9-31d18e32a0cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10419 | 2024.09.06 06:40:18.575320 [ 3 ] {58e5e9cc-160e-4f59-80b9-31d18e32a0cd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10420 | 2024.09.06 06:40:18.575954 [ 194 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005264703 sec., 99910.66922483567 rows/sec., 6.79 MiB/sec. | ||
10421 | 2024.09.06 06:40:18.576302 [ 194 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
10422 | 2024.09.06 06:40:18.576442 [ 3 ] {58e5e9cc-160e-4f59-80b9-31d18e32a0cd} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10423 | 2024.09.06 06:40:18.576787 [ 3 ] {58e5e9cc-160e-4f59-80b9-31d18e32a0cd} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005193 sec., 1155.4015020219526 rows/sec., 68.26 KiB/sec. | ||
10424 | 2024.09.06 06:40:18.577520 [ 3 ] {58e5e9cc-160e-4f59-80b9-31d18e32a0cd} <Debug> DynamicQueryHandler: Done processing query | ||
10425 | 2024.09.06 06:40:18.577638 [ 3 ] {58e5e9cc-160e-4f59-80b9-31d18e32a0cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10426 | 2024.09.06 06:40:18.577707 [ 3 ] {} <Debug> HTTP-Session: 7bde9477-52f1-4a8c-b4d9-c10109b3f2bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10427 | 2024.09.06 06:40:18.577975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10428 | 2024.09.06 06:40:18.577988 [ 194 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_31_6} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10429 | 2024.09.06 06:40:18.578090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10430 | 2024.09.06 06:40:18.578145 [ 3 ] {} <Debug> HTTP-Session: 58b936ea-94ca-4fea-8768-624c387ae0ce Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10431 | 2024.09.06 06:40:18.578164 [ 3 ] {} <Debug> HTTP-Session: 58b936ea-94ca-4fea-8768-624c387ae0ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10432 | 2024.09.06 06:40:18.578178 [ 194 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_31_6} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
10433 | 2024.09.06 06:40:18.578189 [ 3 ] {} <Debug> HTTP-Session: 58b936ea-94ca-4fea-8768-624c387ae0ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10434 | 2024.09.06 06:40:18.578250 [ 3 ] {} <Trace> HTTP-Session: 58b936ea-94ca-4fea-8768-624c387ae0ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10435 | 2024.09.06 06:40:18.578345 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
10436 | 2024.09.06 06:40:18.578542 [ 3 ] {785065ce-a5ae-4f18-b3af-9caa5662fea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10437 | 2024.09.06 06:40:18.578592 [ 3 ] {785065ce-a5ae-4f18-b3af-9caa5662fea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10438 | 2024.09.06 06:40:18.578846 [ 3 ] {785065ce-a5ae-4f18-b3af-9caa5662fea2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10439 | 2024.09.06 06:40:18.579460 [ 3 ] {785065ce-a5ae-4f18-b3af-9caa5662fea2} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10440 | 2024.09.06 06:40:18.579498 [ 3 ] {785065ce-a5ae-4f18-b3af-9caa5662fea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10441 | 2024.09.06 06:40:18.579885 [ 3 ] {785065ce-a5ae-4f18-b3af-9caa5662fea2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10442 | 2024.09.06 06:40:18.580256 [ 3 ] {785065ce-a5ae-4f18-b3af-9caa5662fea2} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10443 | 2024.09.06 06:40:18.580423 [ 3 ] {785065ce-a5ae-4f18-b3af-9caa5662fea2} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001993 sec., 195684.89713998997 rows/sec., 13.88 MiB/sec. | ||
10444 | 2024.09.06 06:40:18.580598 [ 3 ] {785065ce-a5ae-4f18-b3af-9caa5662fea2} <Debug> DynamicQueryHandler: Done processing query | ||
10445 | 2024.09.06 06:40:18.580623 [ 3 ] {785065ce-a5ae-4f18-b3af-9caa5662fea2} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10446 | 2024.09.06 06:40:18.580639 [ 3 ] {} <Debug> HTTP-Session: 58b936ea-94ca-4fea-8768-624c387ae0ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10447 | 2024.09.06 06:40:18.580787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10448 | 2024.09.06 06:40:18.580837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10449 | 2024.09.06 06:40:18.580857 [ 3 ] {} <Debug> HTTP-Session: 3bde351a-6f1b-439f-97b7-89f6cec571b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10450 | 2024.09.06 06:40:18.580873 [ 3 ] {} <Debug> HTTP-Session: 3bde351a-6f1b-439f-97b7-89f6cec571b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10451 | 2024.09.06 06:40:18.580887 [ 3 ] {} <Debug> HTTP-Session: 3bde351a-6f1b-439f-97b7-89f6cec571b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10452 | 2024.09.06 06:40:18.580918 [ 3 ] {} <Trace> HTTP-Session: 3bde351a-6f1b-439f-97b7-89f6cec571b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10453 | 2024.09.06 06:40:18.581013 [ 3 ] {be6010d2-d788-42ff-80a4-e6d59d4cc7c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10454 | 2024.09.06 06:40:18.581059 [ 3 ] {be6010d2-d788-42ff-80a4-e6d59d4cc7c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10455 | 2024.09.06 06:40:18.581191 [ 3 ] {be6010d2-d788-42ff-80a4-e6d59d4cc7c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10456 | 2024.09.06 06:40:18.581495 [ 3 ] {be6010d2-d788-42ff-80a4-e6d59d4cc7c8} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10457 | 2024.09.06 06:40:18.581531 [ 3 ] {be6010d2-d788-42ff-80a4-e6d59d4cc7c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10458 | 2024.09.06 06:40:18.581888 [ 3 ] {be6010d2-d788-42ff-80a4-e6d59d4cc7c8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10459 | 2024.09.06 06:40:18.582215 [ 3 ] {be6010d2-d788-42ff-80a4-e6d59d4cc7c8} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10460 | 2024.09.06 06:40:18.582374 [ 3 ] {be6010d2-d788-42ff-80a4-e6d59d4cc7c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. | ||
10461 | 2024.09.06 06:40:18.582701 [ 3 ] {be6010d2-d788-42ff-80a4-e6d59d4cc7c8} <Debug> DynamicQueryHandler: Done processing query | ||
10462 | 2024.09.06 06:40:18.582726 [ 3 ] {be6010d2-d788-42ff-80a4-e6d59d4cc7c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10463 | 2024.09.06 06:40:18.582742 [ 3 ] {} <Debug> HTTP-Session: 3bde351a-6f1b-439f-97b7-89f6cec571b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10464 | 2024.09.06 06:40:18.582889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10465 | 2024.09.06 06:40:18.582940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10466 | 2024.09.06 06:40:18.582960 [ 3 ] {} <Debug> HTTP-Session: 5bc18238-af22-4a12-97fe-ae487c635398 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10467 | 2024.09.06 06:40:18.582977 [ 3 ] {} <Debug> HTTP-Session: 5bc18238-af22-4a12-97fe-ae487c635398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10468 | 2024.09.06 06:40:18.582991 [ 3 ] {} <Debug> HTTP-Session: 5bc18238-af22-4a12-97fe-ae487c635398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10469 | 2024.09.06 06:40:18.583021 [ 3 ] {} <Trace> HTTP-Session: 5bc18238-af22-4a12-97fe-ae487c635398 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10470 | 2024.09.06 06:40:18.583238 [ 3 ] {7e801873-1ce7-47c2-b32b-be7ea52b0d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10471 | 2024.09.06 06:40:18.583287 [ 3 ] {7e801873-1ce7-47c2-b32b-be7ea52b0d67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10472 | 2024.09.06 06:40:18.583457 [ 3 ] {7e801873-1ce7-47c2-b32b-be7ea52b0d67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10473 | 2024.09.06 06:40:18.583903 [ 3 ] {7e801873-1ce7-47c2-b32b-be7ea52b0d67} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10474 | 2024.09.06 06:40:18.583939 [ 3 ] {7e801873-1ce7-47c2-b32b-be7ea52b0d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10475 | 2024.09.06 06:40:18.584332 [ 3 ] {7e801873-1ce7-47c2-b32b-be7ea52b0d67} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10476 | 2024.09.06 06:40:18.584672 [ 3 ] {7e801873-1ce7-47c2-b32b-be7ea52b0d67} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10477 | 2024.09.06 06:40:18.584833 [ 3 ] {7e801873-1ce7-47c2-b32b-be7ea52b0d67} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001707 sec., 138840.07029876977 rows/sec., 9.31 MiB/sec. | ||
10478 | 2024.09.06 06:40:18.585005 [ 3 ] {7e801873-1ce7-47c2-b32b-be7ea52b0d67} <Debug> DynamicQueryHandler: Done processing query | ||
10479 | 2024.09.06 06:40:18.585029 [ 3 ] {7e801873-1ce7-47c2-b32b-be7ea52b0d67} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10480 | 2024.09.06 06:40:18.585045 [ 3 ] {} <Debug> HTTP-Session: 5bc18238-af22-4a12-97fe-ae487c635398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10481 | 2024.09.06 06:40:18.585171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10482 | 2024.09.06 06:40:18.585222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10483 | 2024.09.06 06:40:18.585243 [ 3 ] {} <Debug> HTTP-Session: 282aac05-5849-4e01-bcbb-567552f9a69c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10484 | 2024.09.06 06:40:18.585259 [ 3 ] {} <Debug> HTTP-Session: 282aac05-5849-4e01-bcbb-567552f9a69c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10485 | 2024.09.06 06:40:18.585273 [ 3 ] {} <Debug> HTTP-Session: 282aac05-5849-4e01-bcbb-567552f9a69c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10486 | 2024.09.06 06:40:18.585304 [ 3 ] {} <Trace> HTTP-Session: 282aac05-5849-4e01-bcbb-567552f9a69c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10487 | 2024.09.06 06:40:18.585397 [ 3 ] {212d431f-8e5c-4d72-a1d8-033b3b9c9b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10488 | 2024.09.06 06:40:18.585445 [ 3 ] {212d431f-8e5c-4d72-a1d8-033b3b9c9b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10489 | 2024.09.06 06:40:18.585579 [ 3 ] {212d431f-8e5c-4d72-a1d8-033b3b9c9b66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10490 | 2024.09.06 06:40:18.585855 [ 3 ] {212d431f-8e5c-4d72-a1d8-033b3b9c9b66} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10491 | 2024.09.06 06:40:18.585893 [ 3 ] {212d431f-8e5c-4d72-a1d8-033b3b9c9b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10492 | 2024.09.06 06:40:18.586248 [ 3 ] {212d431f-8e5c-4d72-a1d8-033b3b9c9b66} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10493 | 2024.09.06 06:40:18.586574 [ 3 ] {212d431f-8e5c-4d72-a1d8-033b3b9c9b66} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10494 | 2024.09.06 06:40:18.586731 [ 3 ] {212d431f-8e5c-4d72-a1d8-033b3b9c9b66} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
10495 | 2024.09.06 06:40:18.586899 [ 3 ] {212d431f-8e5c-4d72-a1d8-033b3b9c9b66} <Debug> DynamicQueryHandler: Done processing query | ||
10496 | 2024.09.06 06:40:18.586925 [ 3 ] {212d431f-8e5c-4d72-a1d8-033b3b9c9b66} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10497 | 2024.09.06 06:40:18.586941 [ 3 ] {} <Debug> HTTP-Session: 282aac05-5849-4e01-bcbb-567552f9a69c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10498 | 2024.09.06 06:40:18.587051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10499 | 2024.09.06 06:40:18.587102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10500 | 2024.09.06 06:40:18.587123 [ 3 ] {} <Debug> HTTP-Session: 6932fe1a-15e1-4159-adcf-9ea40001cc90 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10501 | 2024.09.06 06:40:18.587139 [ 3 ] {} <Debug> HTTP-Session: 6932fe1a-15e1-4159-adcf-9ea40001cc90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10502 | 2024.09.06 06:40:18.587154 [ 3 ] {} <Debug> HTTP-Session: 6932fe1a-15e1-4159-adcf-9ea40001cc90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10503 | 2024.09.06 06:40:18.587185 [ 3 ] {} <Trace> HTTP-Session: 6932fe1a-15e1-4159-adcf-9ea40001cc90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10504 | 2024.09.06 06:40:18.587366 [ 3 ] {f0552896-da55-48b2-89d3-d1b29c757cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10505 | 2024.09.06 06:40:18.587433 [ 3 ] {f0552896-da55-48b2-89d3-d1b29c757cc4} <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_histogramu64 | ||
10506 | 2024.09.06 06:40:18.587870 [ 3 ] {f0552896-da55-48b2-89d3-d1b29c757cc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10507 | 2024.09.06 06:40:18.588388 [ 3 ] {f0552896-da55-48b2-89d3-d1b29c757cc4} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10508 | 2024.09.06 06:40:18.588425 [ 3 ] {f0552896-da55-48b2-89d3-d1b29c757cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10509 | 2024.09.06 06:40:18.589036 [ 3 ] {f0552896-da55-48b2-89d3-d1b29c757cc4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10510 | 2024.09.06 06:40:18.589463 [ 3 ] {f0552896-da55-48b2-89d3-d1b29c757cc4} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10511 | 2024.09.06 06:40:18.589665 [ 3 ] {f0552896-da55-48b2-89d3-d1b29c757cc4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002404 sec., 3327.787021630616 rows/sec., 5.96 MiB/sec. | ||
10512 | 2024.09.06 06:40:18.589902 [ 3 ] {f0552896-da55-48b2-89d3-d1b29c757cc4} <Debug> DynamicQueryHandler: Done processing query | ||
10513 | 2024.09.06 06:40:18.589928 [ 3 ] {f0552896-da55-48b2-89d3-d1b29c757cc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10514 | 2024.09.06 06:40:18.589944 [ 3 ] {} <Debug> HTTP-Session: 6932fe1a-15e1-4159-adcf-9ea40001cc90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10515 | 2024.09.06 06:40:18.590076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10516 | 2024.09.06 06:40:18.590127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10517 | 2024.09.06 06:40:18.590146 [ 3 ] {} <Debug> HTTP-Session: 5d83aa92-9e93-436c-8cbb-95de1a4ca840 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10518 | 2024.09.06 06:40:18.590163 [ 3 ] {} <Debug> HTTP-Session: 5d83aa92-9e93-436c-8cbb-95de1a4ca840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10519 | 2024.09.06 06:40:18.590177 [ 3 ] {} <Debug> HTTP-Session: 5d83aa92-9e93-436c-8cbb-95de1a4ca840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10520 | 2024.09.06 06:40:18.590208 [ 3 ] {} <Trace> HTTP-Session: 5d83aa92-9e93-436c-8cbb-95de1a4ca840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10521 | 2024.09.06 06:40:18.590327 [ 3 ] {73d34e70-e184-4933-a3fc-04fea83f154f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10522 | 2024.09.06 06:40:18.590373 [ 3 ] {73d34e70-e184-4933-a3fc-04fea83f154f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10523 | 2024.09.06 06:40:18.590503 [ 3 ] {73d34e70-e184-4933-a3fc-04fea83f154f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10524 | 2024.09.06 06:40:18.590834 [ 3 ] {73d34e70-e184-4933-a3fc-04fea83f154f} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10525 | 2024.09.06 06:40:18.590871 [ 3 ] {73d34e70-e184-4933-a3fc-04fea83f154f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10526 | 2024.09.06 06:40:18.591237 [ 3 ] {73d34e70-e184-4933-a3fc-04fea83f154f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10527 | 2024.09.06 06:40:18.591564 [ 3 ] {73d34e70-e184-4933-a3fc-04fea83f154f} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10528 | 2024.09.06 06:40:18.591727 [ 3 ] {73d34e70-e184-4933-a3fc-04fea83f154f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001431 sec., 57302.5856044724 rows/sec., 3.64 MiB/sec. | ||
10529 | 2024.09.06 06:40:18.591916 [ 3 ] {73d34e70-e184-4933-a3fc-04fea83f154f} <Debug> DynamicQueryHandler: Done processing query | ||
10530 | 2024.09.06 06:40:18.591954 [ 3 ] {73d34e70-e184-4933-a3fc-04fea83f154f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10531 | 2024.09.06 06:40:18.591984 [ 3 ] {} <Debug> HTTP-Session: 5d83aa92-9e93-436c-8cbb-95de1a4ca840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10532 | 2024.09.06 06:40:23.590201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 182827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10533 | 2024.09.06 06:40:23.590336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10534 | 2024.09.06 06:40:23.590365 [ 3 ] {} <Debug> HTTP-Session: d6be398a-fabd-40aa-b4bf-c74a71aa1e1a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10535 | 2024.09.06 06:40:23.590393 [ 3 ] {} <Debug> HTTP-Session: d6be398a-fabd-40aa-b4bf-c74a71aa1e1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10536 | 2024.09.06 06:40:23.590411 [ 3 ] {} <Debug> HTTP-Session: d6be398a-fabd-40aa-b4bf-c74a71aa1e1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10537 | 2024.09.06 06:40:23.590465 [ 3 ] {} <Trace> HTTP-Session: d6be398a-fabd-40aa-b4bf-c74a71aa1e1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10538 | 2024.09.06 06:40:23.591054 [ 3 ] {154fb05a-146e-4979-84e5-ec6c42889261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10539 | 2024.09.06 06:40:23.591124 [ 3 ] {154fb05a-146e-4979-84e5-ec6c42889261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10540 | 2024.09.06 06:40:23.591452 [ 3 ] {154fb05a-146e-4979-84e5-ec6c42889261} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10541 | 2024.09.06 06:40:23.592890 [ 3 ] {154fb05a-146e-4979-84e5-ec6c42889261} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10542 | 2024.09.06 06:40:23.592955 [ 3 ] {154fb05a-146e-4979-84e5-ec6c42889261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10543 | 2024.09.06 06:40:23.593543 [ 3 ] {154fb05a-146e-4979-84e5-ec6c42889261} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10544 | 2024.09.06 06:40:23.593939 [ 3 ] {154fb05a-146e-4979-84e5-ec6c42889261} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10545 | 2024.09.06 06:40:23.594094 [ 130 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10546 | 2024.09.06 06:40:23.594096 [ 3 ] {154fb05a-146e-4979-84e5-ec6c42889261} <Debug> executeQuery: Read 1258 rows, 106.78 KiB in 0.003409 sec., 369023.17395130533 rows/sec., 30.59 MiB/sec. | ||
10547 | 2024.09.06 06:40:23.594137 [ 130 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10548 | 2024.09.06 06:40:23.594175 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10549 | 2024.09.06 06:40:23.594406 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
10550 | 2024.09.06 06:40:23.594459 [ 3 ] {154fb05a-146e-4979-84e5-ec6c42889261} <Debug> DynamicQueryHandler: Done processing query | ||
10551 | 2024.09.06 06:40:23.594505 [ 3 ] {154fb05a-146e-4979-84e5-ec6c42889261} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
10552 | 2024.09.06 06:40:23.594543 [ 3 ] {} <Debug> HTTP-Session: d6be398a-fabd-40aa-b4bf-c74a71aa1e1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10553 | 2024.09.06 06:40:23.594672 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10554 | 2024.09.06 06:40:23.594715 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1416 rows starting from the beginning of the part | ||
10555 | 2024.09.06 06:40:23.594797 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 119 rows starting from the beginning of the part | ||
10556 | 2024.09.06 06:40:23.595031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10557 | 2024.09.06 06:40:23.595152 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 205 rows starting from the beginning of the part | ||
10558 | 2024.09.06 06:40:23.595227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10559 | 2024.09.06 06:40:23.595344 [ 3 ] {} <Debug> HTTP-Session: df8be62b-8a0e-4216-b91c-6f3cea259c65 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10560 | 2024.09.06 06:40:23.595432 [ 3 ] {} <Debug> HTTP-Session: df8be62b-8a0e-4216-b91c-6f3cea259c65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10561 | 2024.09.06 06:40:23.595436 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 119 rows starting from the beginning of the part | ||
10562 | 2024.09.06 06:40:23.595484 [ 3 ] {} <Debug> HTTP-Session: df8be62b-8a0e-4216-b91c-6f3cea259c65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10563 | 2024.09.06 06:40:23.595648 [ 3 ] {} <Trace> HTTP-Session: df8be62b-8a0e-4216-b91c-6f3cea259c65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10564 | 2024.09.06 06:40:23.595748 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 205 rows starting from the beginning of the part | ||
10565 | 2024.09.06 06:40:23.596033 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1258 rows starting from the beginning of the part | ||
10566 | 2024.09.06 06:40:23.596051 [ 3 ] {7b18d3a7-6826-46ae-bf57-19824e193d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10567 | 2024.09.06 06:40:23.596234 [ 3 ] {7b18d3a7-6826-46ae-bf57-19824e193d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10568 | 2024.09.06 06:40:23.597223 [ 3 ] {7b18d3a7-6826-46ae-bf57-19824e193d5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10569 | 2024.09.06 06:40:23.598193 [ 3 ] {7b18d3a7-6826-46ae-bf57-19824e193d5b} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10570 | 2024.09.06 06:40:23.598251 [ 3 ] {7b18d3a7-6826-46ae-bf57-19824e193d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10571 | 2024.09.06 06:40:23.598966 [ 3 ] {7b18d3a7-6826-46ae-bf57-19824e193d5b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10572 | 2024.09.06 06:40:23.599490 [ 3 ] {7b18d3a7-6826-46ae-bf57-19824e193d5b} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10573 | 2024.09.06 06:40:23.599864 [ 130 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10574 | 2024.09.06 06:40:23.599942 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.00565249 sec., 587705.5952332512 rows/sec., 51.63 MiB/sec. | ||
10575 | 2024.09.06 06:40:23.599963 [ 3 ] {7b18d3a7-6826-46ae-bf57-19824e193d5b} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004078 sec., 7601.765571358509 rows/sec., 571.62 KiB/sec. | ||
10576 | 2024.09.06 06:40:23.599956 [ 130 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10577 | 2024.09.06 06:40:23.600065 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10578 | 2024.09.06 06:40:23.600476 [ 3 ] {7b18d3a7-6826-46ae-bf57-19824e193d5b} <Debug> DynamicQueryHandler: Done processing query | ||
10579 | 2024.09.06 06:40:23.600506 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
10580 | 2024.09.06 06:40:23.600551 [ 3 ] {7b18d3a7-6826-46ae-bf57-19824e193d5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10581 | 2024.09.06 06:40:23.600646 [ 3 ] {} <Debug> HTTP-Session: df8be62b-8a0e-4216-b91c-6f3cea259c65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10582 | 2024.09.06 06:40:23.600904 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10583 | 2024.09.06 06:40:23.600959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10584 | 2024.09.06 06:40:23.601153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10585 | 2024.09.06 06:40:23.601186 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10586 | 2024.09.06 06:40:23.601239 [ 3 ] {} <Debug> HTTP-Session: 53c6aaa6-5a5b-45d8-8594-185d3debc0e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10587 | 2024.09.06 06:40:23.601320 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 57 rows starting from the beginning of the part | ||
10588 | 2024.09.06 06:40:23.601322 [ 3 ] {} <Debug> HTTP-Session: 53c6aaa6-5a5b-45d8-8594-185d3debc0e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10589 | 2024.09.06 06:40:23.601402 [ 3 ] {} <Debug> HTTP-Session: 53c6aaa6-5a5b-45d8-8594-185d3debc0e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10590 | 2024.09.06 06:40:23.601579 [ 3 ] {} <Trace> HTTP-Session: 53c6aaa6-5a5b-45d8-8594-185d3debc0e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10591 | 2024.09.06 06:40:23.601861 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 33 rows starting from the beginning of the part | ||
10592 | 2024.09.06 06:40:23.602102 [ 3 ] {015d2579-07a4-4b85-b613-1e7a41d969b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10593 | 2024.09.06 06:40:23.602286 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part | ||
10594 | 2024.09.06 06:40:23.602316 [ 3 ] {015d2579-07a4-4b85-b613-1e7a41d969b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10595 | 2024.09.06 06:40:23.602737 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 33 rows starting from the beginning of the part | ||
10596 | 2024.09.06 06:40:23.603188 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part | ||
10597 | 2024.09.06 06:40:23.603631 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 31 rows starting from the beginning of the part | ||
10598 | 2024.09.06 06:40:23.604524 [ 3 ] {015d2579-07a4-4b85-b613-1e7a41d969b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10599 | 2024.09.06 06:40:23.605899 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_56_11} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10600 | 2024.09.06 06:40:23.606302 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_56_11} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10601 | 2024.09.06 06:40:23.606470 [ 3 ] {015d2579-07a4-4b85-b613-1e7a41d969b1} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10602 | 2024.09.06 06:40:23.606567 [ 3 ] {015d2579-07a4-4b85-b613-1e7a41d969b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10603 | 2024.09.06 06:40:23.606652 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
10604 | 2024.09.06 06:40:23.607789 [ 3 ] {015d2579-07a4-4b85-b613-1e7a41d969b1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
10605 | 2024.09.06 06:40:23.607803 [ 190 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.007608268 sec., 22344.113009688936 rows/sec., 1.71 MiB/sec. | ||
10606 | 2024.09.06 06:40:23.608051 [ 190 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10607 | 2024.09.06 06:40:23.608716 [ 3 ] {015d2579-07a4-4b85-b613-1e7a41d969b1} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10608 | 2024.09.06 06:40:23.609112 [ 3 ] {015d2579-07a4-4b85-b613-1e7a41d969b1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.007287 sec., 31288.596130094687 rows/sec., 2.12 MiB/sec. | ||
10609 | 2024.09.06 06:40:23.609345 [ 190 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_51_10} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10610 | 2024.09.06 06:40:23.609505 [ 3 ] {015d2579-07a4-4b85-b613-1e7a41d969b1} <Debug> DynamicQueryHandler: Done processing query | ||
10611 | 2024.09.06 06:40:23.609512 [ 190 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_51_10} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10612 | 2024.09.06 06:40:23.609548 [ 3 ] {015d2579-07a4-4b85-b613-1e7a41d969b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10613 | 2024.09.06 06:40:23.609576 [ 3 ] {} <Debug> HTTP-Session: 53c6aaa6-5a5b-45d8-8594-185d3debc0e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10614 | 2024.09.06 06:40:23.609703 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
10615 | 2024.09.06 06:40:23.609951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 91087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10616 | 2024.09.06 06:40:23.610008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10617 | 2024.09.06 06:40:23.610027 [ 3 ] {} <Debug> HTTP-Session: b8feed2a-5780-43aa-ad59-42c671969adc Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10618 | 2024.09.06 06:40:23.610044 [ 3 ] {} <Debug> HTTP-Session: b8feed2a-5780-43aa-ad59-42c671969adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10619 | 2024.09.06 06:40:23.610059 [ 3 ] {} <Debug> HTTP-Session: b8feed2a-5780-43aa-ad59-42c671969adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10620 | 2024.09.06 06:40:23.610091 [ 3 ] {} <Trace> HTTP-Session: b8feed2a-5780-43aa-ad59-42c671969adc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10621 | 2024.09.06 06:40:23.610574 [ 3 ] {de17c884-bc40-46f2-93f2-59a8c4cdf684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10622 | 2024.09.06 06:40:23.610619 [ 3 ] {de17c884-bc40-46f2-93f2-59a8c4cdf684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10623 | 2024.09.06 06:40:23.610872 [ 3 ] {de17c884-bc40-46f2-93f2-59a8c4cdf684} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10624 | 2024.09.06 06:40:23.611579 [ 3 ] {de17c884-bc40-46f2-93f2-59a8c4cdf684} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10625 | 2024.09.06 06:40:23.611616 [ 3 ] {de17c884-bc40-46f2-93f2-59a8c4cdf684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10626 | 2024.09.06 06:40:23.612008 [ 3 ] {de17c884-bc40-46f2-93f2-59a8c4cdf684} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10627 | 2024.09.06 06:40:23.612377 [ 3 ] {de17c884-bc40-46f2-93f2-59a8c4cdf684} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10628 | 2024.09.06 06:40:23.612507 [ 130 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10629 | 2024.09.06 06:40:23.612511 [ 3 ] {de17c884-bc40-46f2-93f2-59a8c4cdf684} <Debug> executeQuery: Read 551 rows, 41.89 KiB in 0.002296 sec., 239982.57839721255 rows/sec., 17.82 MiB/sec. | ||
10630 | 2024.09.06 06:40:23.612546 [ 130 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10631 | 2024.09.06 06:40:23.612589 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10632 | 2024.09.06 06:40:23.612762 [ 3 ] {de17c884-bc40-46f2-93f2-59a8c4cdf684} <Debug> DynamicQueryHandler: Done processing query | ||
10633 | 2024.09.06 06:40:23.612776 [ 189 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
10634 | 2024.09.06 06:40:23.612797 [ 3 ] {de17c884-bc40-46f2-93f2-59a8c4cdf684} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
10635 | 2024.09.06 06:40:23.612850 [ 3 ] {} <Debug> HTTP-Session: b8feed2a-5780-43aa-ad59-42c671969adc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10636 | 2024.09.06 06:40:23.612998 [ 189 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10637 | 2024.09.06 06:40:23.613043 [ 189 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
10638 | 2024.09.06 06:40:23.613223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 160312, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10639 | 2024.09.06 06:40:23.613295 [ 189 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 97 rows starting from the beginning of the part | ||
10640 | 2024.09.06 06:40:23.613376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10641 | 2024.09.06 06:40:23.613454 [ 3 ] {} <Debug> HTTP-Session: f8a55367-22bb-4db7-aefd-510a984a801e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10642 | 2024.09.06 06:40:23.613543 [ 3 ] {} <Debug> HTTP-Session: f8a55367-22bb-4db7-aefd-510a984a801e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10643 | 2024.09.06 06:40:23.613619 [ 189 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 390 rows starting from the beginning of the part | ||
10644 | 2024.09.06 06:40:23.613630 [ 3 ] {} <Debug> HTTP-Session: f8a55367-22bb-4db7-aefd-510a984a801e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10645 | 2024.09.06 06:40:23.613780 [ 3 ] {} <Trace> HTTP-Session: f8a55367-22bb-4db7-aefd-510a984a801e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10646 | 2024.09.06 06:40:23.613909 [ 189 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 97 rows starting from the beginning of the part | ||
10647 | 2024.09.06 06:40:23.614158 [ 189 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 390 rows starting from the beginning of the part | ||
10648 | 2024.09.06 06:40:23.614330 [ 189 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 551 rows starting from the beginning of the part | ||
10649 | 2024.09.06 06:40:23.614641 [ 3 ] {1aa2e91b-ab64-4b2e-9f42-3d7ed696e15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10650 | 2024.09.06 06:40:23.614740 [ 3 ] {1aa2e91b-ab64-4b2e-9f42-3d7ed696e15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10651 | 2024.09.06 06:40:23.615267 [ 3 ] {1aa2e91b-ab64-4b2e-9f42-3d7ed696e15d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10652 | 2024.09.06 06:40:23.616545 [ 3 ] {1aa2e91b-ab64-4b2e-9f42-3d7ed696e15d} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10653 | 2024.09.06 06:40:23.616619 [ 3 ] {1aa2e91b-ab64-4b2e-9f42-3d7ed696e15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10654 | 2024.09.06 06:40:23.616919 [ 189 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 5 columns (5 merged, 0 gathered) in 0.004235743 sec., 575577.8856271497 rows/sec., 44.17 MiB/sec. | ||
10655 | 2024.09.06 06:40:23.617171 [ 189 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10656 | 2024.09.06 06:40:23.617566 [ 3 ] {1aa2e91b-ab64-4b2e-9f42-3d7ed696e15d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10657 | 2024.09.06 06:40:23.618003 [ 189 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_56_11} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10658 | 2024.09.06 06:40:23.618146 [ 189 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_56_11} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10659 | 2024.09.06 06:40:23.618303 [ 3 ] {1aa2e91b-ab64-4b2e-9f42-3d7ed696e15d} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10660 | 2024.09.06 06:40:23.618331 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
10661 | 2024.09.06 06:40:23.618487 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10662 | 2024.09.06 06:40:23.618494 [ 3 ] {1aa2e91b-ab64-4b2e-9f42-3d7ed696e15d} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.00444 sec., 190090.0900900901 rows/sec., 12.79 MiB/sec. | ||
10663 | 2024.09.06 06:40:23.618521 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10664 | 2024.09.06 06:40:23.618560 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10665 | 2024.09.06 06:40:23.618687 [ 199 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
10666 | 2024.09.06 06:40:23.618704 [ 3 ] {1aa2e91b-ab64-4b2e-9f42-3d7ed696e15d} <Debug> DynamicQueryHandler: Done processing query | ||
10667 | 2024.09.06 06:40:23.618731 [ 3 ] {1aa2e91b-ab64-4b2e-9f42-3d7ed696e15d} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
10668 | 2024.09.06 06:40:23.618748 [ 3 ] {} <Debug> HTTP-Session: f8a55367-22bb-4db7-aefd-510a984a801e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10669 | 2024.09.06 06:40:23.618820 [ 199 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10670 | 2024.09.06 06:40:23.618852 [ 199 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15996 rows starting from the beginning of the part | ||
10671 | 2024.09.06 06:40:23.618923 [ 199 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 161 rows starting from the beginning of the part | ||
10672 | 2024.09.06 06:40:23.619007 [ 199 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part | ||
10673 | 2024.09.06 06:40:23.619207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10674 | 2024.09.06 06:40:23.619433 [ 199 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 161 rows starting from the beginning of the part | ||
10675 | 2024.09.06 06:40:23.619443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10676 | 2024.09.06 06:40:23.619495 [ 3 ] {} <Debug> HTTP-Session: 8cca0bf3-bac1-44fb-99de-0897804be3b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10677 | 2024.09.06 06:40:23.619551 [ 3 ] {} <Debug> HTTP-Session: 8cca0bf3-bac1-44fb-99de-0897804be3b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10678 | 2024.09.06 06:40:23.619597 [ 3 ] {} <Debug> HTTP-Session: 8cca0bf3-bac1-44fb-99de-0897804be3b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10679 | 2024.09.06 06:40:23.619597 [ 199 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
10680 | 2024.09.06 06:40:23.619661 [ 3 ] {} <Trace> HTTP-Session: 8cca0bf3-bac1-44fb-99de-0897804be3b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10681 | 2024.09.06 06:40:23.619754 [ 199 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 844 rows starting from the beginning of the part | ||
10682 | 2024.09.06 06:40:23.620153 [ 3 ] {b0ade255-fd70-4ec3-aa3e-6de965e8c8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10683 | 2024.09.06 06:40:23.620240 [ 3 ] {b0ade255-fd70-4ec3-aa3e-6de965e8c8aa} <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_histogramu64 | ||
10684 | 2024.09.06 06:40:23.620727 [ 3 ] {b0ade255-fd70-4ec3-aa3e-6de965e8c8aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10685 | 2024.09.06 06:40:23.621970 [ 3 ] {b0ade255-fd70-4ec3-aa3e-6de965e8c8aa} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10686 | 2024.09.06 06:40:23.622010 [ 3 ] {b0ade255-fd70-4ec3-aa3e-6de965e8c8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10687 | 2024.09.06 06:40:23.622946 [ 3 ] {b0ade255-fd70-4ec3-aa3e-6de965e8c8aa} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10688 | 2024.09.06 06:40:23.623445 [ 3 ] {b0ade255-fd70-4ec3-aa3e-6de965e8c8aa} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10689 | 2024.09.06 06:40:23.623604 [ 130 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10690 | 2024.09.06 06:40:23.623637 [ 3 ] {b0ade255-fd70-4ec3-aa3e-6de965e8c8aa} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003817 sec., 8121.561435682473 rows/sec., 14.55 MiB/sec. | ||
10691 | 2024.09.06 06:40:23.623654 [ 130 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10692 | 2024.09.06 06:40:23.623700 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10693 | 2024.09.06 06:40:23.624051 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
10694 | 2024.09.06 06:40:23.624134 [ 3 ] {b0ade255-fd70-4ec3-aa3e-6de965e8c8aa} <Debug> DynamicQueryHandler: Done processing query | ||
10695 | 2024.09.06 06:40:23.624190 [ 3 ] {b0ade255-fd70-4ec3-aa3e-6de965e8c8aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10696 | 2024.09.06 06:40:23.624218 [ 3 ] {} <Debug> HTTP-Session: 8cca0bf3-bac1-44fb-99de-0897804be3b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10697 | 2024.09.06 06:40:23.624380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10698 | 2024.09.06 06:40:23.624427 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10699 | 2024.09.06 06:40:23.624447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10700 | 2024.09.06 06:40:23.624483 [ 3 ] {} <Debug> HTTP-Session: b03ae023-4d8b-447c-b59a-7effd94074f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10701 | 2024.09.06 06:40:23.624528 [ 3 ] {} <Debug> HTTP-Session: b03ae023-4d8b-447c-b59a-7effd94074f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10702 | 2024.09.06 06:40:23.624531 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 830 rows starting from the beginning of the part | ||
10703 | 2024.09.06 06:40:23.624548 [ 3 ] {} <Debug> HTTP-Session: b03ae023-4d8b-447c-b59a-7effd94074f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10704 | 2024.09.06 06:40:23.624624 [ 3 ] {} <Trace> HTTP-Session: b03ae023-4d8b-447c-b59a-7effd94074f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10705 | 2024.09.06 06:40:23.624907 [ 3 ] {a3302d81-bd90-4de1-a024-5d6d3e9c5f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10706 | 2024.09.06 06:40:23.624954 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 31 rows starting from the beginning of the part | ||
10707 | 2024.09.06 06:40:23.624969 [ 3 ] {a3302d81-bd90-4de1-a024-5d6d3e9c5f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10708 | 2024.09.06 06:40:23.625781 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part | ||
10709 | 2024.09.06 06:40:23.625889 [ 3 ] {a3302d81-bd90-4de1-a024-5d6d3e9c5f60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10710 | 2024.09.06 06:40:23.626155 [ 188 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17636 rows, containing 5 columns (5 merged, 0 gathered) in 0.007501426 sec., 2351019.659462081 rows/sec., 159.02 MiB/sec. | ||
10711 | 2024.09.06 06:40:23.626699 [ 188 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10712 | 2024.09.06 06:40:23.626723 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 31 rows starting from the beginning of the part | ||
10713 | 2024.09.06 06:40:23.627885 [ 3 ] {a3302d81-bd90-4de1-a024-5d6d3e9c5f60} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10714 | 2024.09.06 06:40:23.627994 [ 3 ] {a3302d81-bd90-4de1-a024-5d6d3e9c5f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10715 | 2024.09.06 06:40:23.628279 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part | ||
10716 | 2024.09.06 06:40:23.629053 [ 188 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10717 | 2024.09.06 06:40:23.629297 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 31 rows starting from the beginning of the part | ||
10718 | 2024.09.06 06:40:23.629410 [ 188 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10719 | 2024.09.06 06:40:23.629824 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. | ||
10720 | 2024.09.06 06:40:23.629824 [ 3 ] {a3302d81-bd90-4de1-a024-5d6d3e9c5f60} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10721 | 2024.09.06 06:40:23.630468 [ 3 ] {a3302d81-bd90-4de1-a024-5d6d3e9c5f60} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10722 | 2024.09.06 06:40:23.630650 [ 130 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10723 | 2024.09.06 06:40:23.630712 [ 3 ] {a3302d81-bd90-4de1-a024-5d6d3e9c5f60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005933 sec., 10112.927692566998 rows/sec., 697.90 KiB/sec. | ||
10724 | 2024.09.06 06:40:23.630713 [ 130 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10725 | 2024.09.06 06:40:23.630772 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10726 | 2024.09.06 06:40:23.631196 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
10727 | 2024.09.06 06:40:23.631237 [ 3 ] {a3302d81-bd90-4de1-a024-5d6d3e9c5f60} <Debug> DynamicQueryHandler: Done processing query | ||
10728 | 2024.09.06 06:40:23.631282 [ 3 ] {a3302d81-bd90-4de1-a024-5d6d3e9c5f60} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10729 | 2024.09.06 06:40:23.631341 [ 3 ] {} <Debug> HTTP-Session: b03ae023-4d8b-447c-b59a-7effd94074f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10730 | 2024.09.06 06:40:23.631441 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10731 | 2024.09.06 06:40:23.631470 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3366 rows starting from the beginning of the part | ||
10732 | 2024.09.06 06:40:23.631538 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
10733 | 2024.09.06 06:40:23.631687 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part | ||
10734 | 2024.09.06 06:40:23.631969 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
10735 | 2024.09.06 06:40:23.632207 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
10736 | 2024.09.06 06:40:23.632570 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
10737 | 2024.09.06 06:40:23.636272 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3710 rows, containing 4 columns (4 merged, 0 gathered) in 0.005379944 sec., 689598.2560413268 rows/sec., 45.10 MiB/sec. | ||
10738 | 2024.09.06 06:40:23.636593 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10739 | 2024.09.06 06:40:23.637035 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_56_11} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10740 | 2024.09.06 06:40:23.637107 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_56_11} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10741 | 2024.09.06 06:40:23.637175 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
10742 | 2024.09.06 06:40:23.639371 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 939 rows, containing 19 columns (19 merged, 0 gathered) in 0.015556121 sec., 60362.09155225779 rows/sec., 108.17 MiB/sec. | ||
10743 | 2024.09.06 06:40:23.640557 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10744 | 2024.09.06 06:40:23.641162 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10745 | 2024.09.06 06:40:23.641256 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10746 | 2024.09.06 06:40:23.641408 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.10 MiB. | ||
10747 | 2024.09.06 06:40:28.563823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10748 | 2024.09.06 06:40:28.563990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10749 | 2024.09.06 06:40:28.564021 [ 3 ] {} <Debug> HTTP-Session: 95a82f87-7e65-4d9b-977c-e95bcb8f9deb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10750 | 2024.09.06 06:40:28.564045 [ 3 ] {} <Debug> HTTP-Session: 95a82f87-7e65-4d9b-977c-e95bcb8f9deb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10751 | 2024.09.06 06:40:28.564060 [ 3 ] {} <Debug> HTTP-Session: 95a82f87-7e65-4d9b-977c-e95bcb8f9deb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10752 | 2024.09.06 06:40:28.564115 [ 3 ] {} <Trace> HTTP-Session: 95a82f87-7e65-4d9b-977c-e95bcb8f9deb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10753 | 2024.09.06 06:40:28.564293 [ 3 ] {1f0bd019-7162-4da9-9e38-9df94f4ae92d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10754 | 2024.09.06 06:40:28.564359 [ 3 ] {1f0bd019-7162-4da9-9e38-9df94f4ae92d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10755 | 2024.09.06 06:40:28.564686 [ 3 ] {1f0bd019-7162-4da9-9e38-9df94f4ae92d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10756 | 2024.09.06 06:40:28.565125 [ 3 ] {1f0bd019-7162-4da9-9e38-9df94f4ae92d} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10757 | 2024.09.06 06:40:28.565166 [ 3 ] {1f0bd019-7162-4da9-9e38-9df94f4ae92d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10758 | 2024.09.06 06:40:28.565571 [ 3 ] {1f0bd019-7162-4da9-9e38-9df94f4ae92d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10759 | 2024.09.06 06:40:28.565954 [ 3 ] {1f0bd019-7162-4da9-9e38-9df94f4ae92d} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10760 | 2024.09.06 06:40:28.566126 [ 3 ] {1f0bd019-7162-4da9-9e38-9df94f4ae92d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001884 sec., 1061.5711252653928 rows/sec., 86.56 KiB/sec. | ||
10761 | 2024.09.06 06:40:28.566334 [ 3 ] {1f0bd019-7162-4da9-9e38-9df94f4ae92d} <Debug> DynamicQueryHandler: Done processing query | ||
10762 | 2024.09.06 06:40:28.566360 [ 3 ] {1f0bd019-7162-4da9-9e38-9df94f4ae92d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10763 | 2024.09.06 06:40:28.566376 [ 3 ] {} <Debug> HTTP-Session: 95a82f87-7e65-4d9b-977c-e95bcb8f9deb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10764 | 2024.09.06 06:40:28.566567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10765 | 2024.09.06 06:40:28.566615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10766 | 2024.09.06 06:40:28.566635 [ 3 ] {} <Debug> HTTP-Session: 1da87557-a364-4b39-84e9-dbfa6697bcac Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10767 | 2024.09.06 06:40:28.566651 [ 3 ] {} <Debug> HTTP-Session: 1da87557-a364-4b39-84e9-dbfa6697bcac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10768 | 2024.09.06 06:40:28.566665 [ 3 ] {} <Debug> HTTP-Session: 1da87557-a364-4b39-84e9-dbfa6697bcac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10769 | 2024.09.06 06:40:28.566697 [ 3 ] {} <Trace> HTTP-Session: 1da87557-a364-4b39-84e9-dbfa6697bcac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10770 | 2024.09.06 06:40:28.566845 [ 3 ] {f774dc85-b178-4f12-8254-9b6c3ff6c452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10771 | 2024.09.06 06:40:28.566888 [ 3 ] {f774dc85-b178-4f12-8254-9b6c3ff6c452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10772 | 2024.09.06 06:40:28.567112 [ 3 ] {f774dc85-b178-4f12-8254-9b6c3ff6c452} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10773 | 2024.09.06 06:40:28.567600 [ 3 ] {f774dc85-b178-4f12-8254-9b6c3ff6c452} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10774 | 2024.09.06 06:40:28.567637 [ 3 ] {f774dc85-b178-4f12-8254-9b6c3ff6c452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10775 | 2024.09.06 06:40:28.568002 [ 3 ] {f774dc85-b178-4f12-8254-9b6c3ff6c452} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10776 | 2024.09.06 06:40:28.568354 [ 3 ] {f774dc85-b178-4f12-8254-9b6c3ff6c452} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10777 | 2024.09.06 06:40:28.568504 [ 3 ] {f774dc85-b178-4f12-8254-9b6c3ff6c452} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001727 sec., 119281.99189345686 rows/sec., 10.49 MiB/sec. | ||
10778 | 2024.09.06 06:40:28.568692 [ 3 ] {f774dc85-b178-4f12-8254-9b6c3ff6c452} <Debug> DynamicQueryHandler: Done processing query | ||
10779 | 2024.09.06 06:40:28.568717 [ 3 ] {f774dc85-b178-4f12-8254-9b6c3ff6c452} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10780 | 2024.09.06 06:40:28.568733 [ 3 ] {} <Debug> HTTP-Session: 1da87557-a364-4b39-84e9-dbfa6697bcac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10781 | 2024.09.06 06:40:28.568873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10782 | 2024.09.06 06:40:28.568922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10783 | 2024.09.06 06:40:28.568941 [ 3 ] {} <Debug> HTTP-Session: f22764ea-fbf6-4b7c-84ad-4d6b40fc7733 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10784 | 2024.09.06 06:40:28.568957 [ 3 ] {} <Debug> HTTP-Session: f22764ea-fbf6-4b7c-84ad-4d6b40fc7733 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10785 | 2024.09.06 06:40:28.568971 [ 3 ] {} <Debug> HTTP-Session: f22764ea-fbf6-4b7c-84ad-4d6b40fc7733 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10786 | 2024.09.06 06:40:28.569002 [ 3 ] {} <Trace> HTTP-Session: f22764ea-fbf6-4b7c-84ad-4d6b40fc7733 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10787 | 2024.09.06 06:40:28.569100 [ 3 ] {1a093583-244c-46f0-910d-0f16f888a97f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10788 | 2024.09.06 06:40:28.569143 [ 3 ] {1a093583-244c-46f0-910d-0f16f888a97f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10789 | 2024.09.06 06:40:28.569368 [ 3 ] {1a093583-244c-46f0-910d-0f16f888a97f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10790 | 2024.09.06 06:40:28.569704 [ 3 ] {1a093583-244c-46f0-910d-0f16f888a97f} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10791 | 2024.09.06 06:40:28.569740 [ 3 ] {1a093583-244c-46f0-910d-0f16f888a97f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10792 | 2024.09.06 06:40:28.570081 [ 3 ] {1a093583-244c-46f0-910d-0f16f888a97f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10793 | 2024.09.06 06:40:28.570437 [ 3 ] {1a093583-244c-46f0-910d-0f16f888a97f} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10794 | 2024.09.06 06:40:28.570592 [ 3 ] {1a093583-244c-46f0-910d-0f16f888a97f} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001509 sec., 6626.905235255136 rows/sec., 491.19 KiB/sec. | ||
10795 | 2024.09.06 06:40:28.570877 [ 3 ] {1a093583-244c-46f0-910d-0f16f888a97f} <Debug> DynamicQueryHandler: Done processing query | ||
10796 | 2024.09.06 06:40:28.570942 [ 3 ] {1a093583-244c-46f0-910d-0f16f888a97f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10797 | 2024.09.06 06:40:28.571004 [ 3 ] {} <Debug> HTTP-Session: f22764ea-fbf6-4b7c-84ad-4d6b40fc7733 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10798 | 2024.09.06 06:40:28.571175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10799 | 2024.09.06 06:40:28.571227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10800 | 2024.09.06 06:40:28.571246 [ 3 ] {} <Debug> HTTP-Session: 306baa56-31ca-457d-8289-cb606c7fc9c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10801 | 2024.09.06 06:40:28.571264 [ 3 ] {} <Debug> HTTP-Session: 306baa56-31ca-457d-8289-cb606c7fc9c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10802 | 2024.09.06 06:40:28.571278 [ 3 ] {} <Debug> HTTP-Session: 306baa56-31ca-457d-8289-cb606c7fc9c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10803 | 2024.09.06 06:40:28.571310 [ 3 ] {} <Trace> HTTP-Session: 306baa56-31ca-457d-8289-cb606c7fc9c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10804 | 2024.09.06 06:40:28.571420 [ 3 ] {82aa395c-6eed-4c90-a751-f7d874485129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10805 | 2024.09.06 06:40:28.571465 [ 3 ] {82aa395c-6eed-4c90-a751-f7d874485129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10806 | 2024.09.06 06:40:28.571705 [ 3 ] {82aa395c-6eed-4c90-a751-f7d874485129} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10807 | 2024.09.06 06:40:28.572048 [ 3 ] {82aa395c-6eed-4c90-a751-f7d874485129} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10808 | 2024.09.06 06:40:28.572084 [ 3 ] {82aa395c-6eed-4c90-a751-f7d874485129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10809 | 2024.09.06 06:40:28.572428 [ 3 ] {82aa395c-6eed-4c90-a751-f7d874485129} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
10810 | 2024.09.06 06:40:28.572785 [ 3 ] {82aa395c-6eed-4c90-a751-f7d874485129} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10811 | 2024.09.06 06:40:28.572938 [ 3 ] {82aa395c-6eed-4c90-a751-f7d874485129} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00154 sec., 9090.909090909092 rows/sec., 636.67 KiB/sec. | ||
10812 | 2024.09.06 06:40:28.573109 [ 3 ] {82aa395c-6eed-4c90-a751-f7d874485129} <Debug> DynamicQueryHandler: Done processing query | ||
10813 | 2024.09.06 06:40:28.573133 [ 3 ] {82aa395c-6eed-4c90-a751-f7d874485129} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10814 | 2024.09.06 06:40:28.573149 [ 3 ] {} <Debug> HTTP-Session: 306baa56-31ca-457d-8289-cb606c7fc9c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10815 | 2024.09.06 06:40:28.573270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10816 | 2024.09.06 06:40:28.573317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10817 | 2024.09.06 06:40:28.573336 [ 3 ] {} <Debug> HTTP-Session: 61ffa311-6d65-4adc-9d21-5cb8ec7654e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10818 | 2024.09.06 06:40:28.573353 [ 3 ] {} <Debug> HTTP-Session: 61ffa311-6d65-4adc-9d21-5cb8ec7654e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10819 | 2024.09.06 06:40:28.573367 [ 3 ] {} <Debug> HTTP-Session: 61ffa311-6d65-4adc-9d21-5cb8ec7654e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10820 | 2024.09.06 06:40:28.573397 [ 3 ] {} <Trace> HTTP-Session: 61ffa311-6d65-4adc-9d21-5cb8ec7654e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10821 | 2024.09.06 06:40:28.573491 [ 3 ] {410ebe71-f447-4e76-9fec-aa6db320db97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10822 | 2024.09.06 06:40:28.573533 [ 3 ] {410ebe71-f447-4e76-9fec-aa6db320db97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10823 | 2024.09.06 06:40:28.573754 [ 3 ] {410ebe71-f447-4e76-9fec-aa6db320db97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10824 | 2024.09.06 06:40:28.574084 [ 3 ] {410ebe71-f447-4e76-9fec-aa6db320db97} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10825 | 2024.09.06 06:40:28.574121 [ 3 ] {410ebe71-f447-4e76-9fec-aa6db320db97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10826 | 2024.09.06 06:40:28.574566 [ 3 ] {410ebe71-f447-4e76-9fec-aa6db320db97} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10827 | 2024.09.06 06:40:28.575001 [ 3 ] {410ebe71-f447-4e76-9fec-aa6db320db97} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10828 | 2024.09.06 06:40:28.575172 [ 3 ] {410ebe71-f447-4e76-9fec-aa6db320db97} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001704 sec., 3521.1267605633802 rows/sec., 208.04 KiB/sec. | ||
10829 | 2024.09.06 06:40:28.575403 [ 3 ] {410ebe71-f447-4e76-9fec-aa6db320db97} <Debug> DynamicQueryHandler: Done processing query | ||
10830 | 2024.09.06 06:40:28.575429 [ 3 ] {410ebe71-f447-4e76-9fec-aa6db320db97} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10831 | 2024.09.06 06:40:28.575445 [ 3 ] {} <Debug> HTTP-Session: 61ffa311-6d65-4adc-9d21-5cb8ec7654e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10832 | 2024.09.06 06:40:28.575600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10833 | 2024.09.06 06:40:28.575651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10834 | 2024.09.06 06:40:28.575670 [ 3 ] {} <Debug> HTTP-Session: 8c586e1a-fde5-4f24-92f0-c847dad8481d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10835 | 2024.09.06 06:40:28.575687 [ 3 ] {} <Debug> HTTP-Session: 8c586e1a-fde5-4f24-92f0-c847dad8481d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10836 | 2024.09.06 06:40:28.575701 [ 3 ] {} <Debug> HTTP-Session: 8c586e1a-fde5-4f24-92f0-c847dad8481d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10837 | 2024.09.06 06:40:28.575733 [ 3 ] {} <Trace> HTTP-Session: 8c586e1a-fde5-4f24-92f0-c847dad8481d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10838 | 2024.09.06 06:40:28.575925 [ 3 ] {85d347db-6220-443f-a65f-68f967365899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10839 | 2024.09.06 06:40:28.575967 [ 3 ] {85d347db-6220-443f-a65f-68f967365899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10840 | 2024.09.06 06:40:28.576205 [ 3 ] {85d347db-6220-443f-a65f-68f967365899} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10841 | 2024.09.06 06:40:28.576781 [ 3 ] {85d347db-6220-443f-a65f-68f967365899} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10842 | 2024.09.06 06:40:28.576819 [ 3 ] {85d347db-6220-443f-a65f-68f967365899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10843 | 2024.09.06 06:40:28.577189 [ 3 ] {85d347db-6220-443f-a65f-68f967365899} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10844 | 2024.09.06 06:40:28.577545 [ 3 ] {85d347db-6220-443f-a65f-68f967365899} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10845 | 2024.09.06 06:40:28.577702 [ 3 ] {85d347db-6220-443f-a65f-68f967365899} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001875 sec., 209066.6666666667 rows/sec., 14.84 MiB/sec. | ||
10846 | 2024.09.06 06:40:28.577877 [ 3 ] {85d347db-6220-443f-a65f-68f967365899} <Debug> DynamicQueryHandler: Done processing query | ||
10847 | 2024.09.06 06:40:28.577901 [ 3 ] {85d347db-6220-443f-a65f-68f967365899} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10848 | 2024.09.06 06:40:28.577917 [ 3 ] {} <Debug> HTTP-Session: 8c586e1a-fde5-4f24-92f0-c847dad8481d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10849 | 2024.09.06 06:40:28.578044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10850 | 2024.09.06 06:40:28.578093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10851 | 2024.09.06 06:40:28.578114 [ 3 ] {} <Debug> HTTP-Session: 6e82e07d-8295-4025-ab3b-65600e26e7d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10852 | 2024.09.06 06:40:28.578130 [ 3 ] {} <Debug> HTTP-Session: 6e82e07d-8295-4025-ab3b-65600e26e7d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10853 | 2024.09.06 06:40:28.578145 [ 3 ] {} <Debug> HTTP-Session: 6e82e07d-8295-4025-ab3b-65600e26e7d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10854 | 2024.09.06 06:40:28.578179 [ 3 ] {} <Trace> HTTP-Session: 6e82e07d-8295-4025-ab3b-65600e26e7d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10855 | 2024.09.06 06:40:28.578280 [ 3 ] {62b67262-fecb-4e44-9aec-c8aa52326274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10856 | 2024.09.06 06:40:28.578326 [ 3 ] {62b67262-fecb-4e44-9aec-c8aa52326274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10857 | 2024.09.06 06:40:28.578458 [ 3 ] {62b67262-fecb-4e44-9aec-c8aa52326274} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10858 | 2024.09.06 06:40:28.578741 [ 3 ] {62b67262-fecb-4e44-9aec-c8aa52326274} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10859 | 2024.09.06 06:40:28.578777 [ 3 ] {62b67262-fecb-4e44-9aec-c8aa52326274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10860 | 2024.09.06 06:40:28.579134 [ 3 ] {62b67262-fecb-4e44-9aec-c8aa52326274} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10861 | 2024.09.06 06:40:28.579455 [ 3 ] {62b67262-fecb-4e44-9aec-c8aa52326274} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10862 | 2024.09.06 06:40:28.579613 [ 3 ] {62b67262-fecb-4e44-9aec-c8aa52326274} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001356 sec., 4424.778761061947 rows/sec., 231.18 KiB/sec. | ||
10863 | 2024.09.06 06:40:28.579780 [ 3 ] {62b67262-fecb-4e44-9aec-c8aa52326274} <Debug> DynamicQueryHandler: Done processing query | ||
10864 | 2024.09.06 06:40:28.579805 [ 3 ] {62b67262-fecb-4e44-9aec-c8aa52326274} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10865 | 2024.09.06 06:40:28.579820 [ 3 ] {} <Debug> HTTP-Session: 6e82e07d-8295-4025-ab3b-65600e26e7d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10866 | 2024.09.06 06:40:28.579992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10867 | 2024.09.06 06:40:28.580041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10868 | 2024.09.06 06:40:28.580061 [ 3 ] {} <Debug> HTTP-Session: 72528357-e8f6-4643-a3df-0488cc3f8e26 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10869 | 2024.09.06 06:40:28.580077 [ 3 ] {} <Debug> HTTP-Session: 72528357-e8f6-4643-a3df-0488cc3f8e26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10870 | 2024.09.06 06:40:28.580092 [ 3 ] {} <Debug> HTTP-Session: 72528357-e8f6-4643-a3df-0488cc3f8e26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10871 | 2024.09.06 06:40:28.580124 [ 3 ] {} <Trace> HTTP-Session: 72528357-e8f6-4643-a3df-0488cc3f8e26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10872 | 2024.09.06 06:40:28.580324 [ 3 ] {3a9a241e-19bb-4582-9f7d-ca851c85e983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10873 | 2024.09.06 06:40:28.580370 [ 3 ] {3a9a241e-19bb-4582-9f7d-ca851c85e983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10874 | 2024.09.06 06:40:28.580515 [ 3 ] {3a9a241e-19bb-4582-9f7d-ca851c85e983} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10875 | 2024.09.06 06:40:28.580967 [ 3 ] {3a9a241e-19bb-4582-9f7d-ca851c85e983} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10876 | 2024.09.06 06:40:28.581002 [ 3 ] {3a9a241e-19bb-4582-9f7d-ca851c85e983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10877 | 2024.09.06 06:40:28.581381 [ 3 ] {3a9a241e-19bb-4582-9f7d-ca851c85e983} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10878 | 2024.09.06 06:40:28.581716 [ 3 ] {3a9a241e-19bb-4582-9f7d-ca851c85e983} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10879 | 2024.09.06 06:40:28.581865 [ 3 ] {3a9a241e-19bb-4582-9f7d-ca851c85e983} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001645 sec., 144680.8510638298 rows/sec., 9.70 MiB/sec. | ||
10880 | 2024.09.06 06:40:28.582039 [ 3 ] {3a9a241e-19bb-4582-9f7d-ca851c85e983} <Debug> DynamicQueryHandler: Done processing query | ||
10881 | 2024.09.06 06:40:28.582062 [ 3 ] {3a9a241e-19bb-4582-9f7d-ca851c85e983} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10882 | 2024.09.06 06:40:28.582078 [ 3 ] {} <Debug> HTTP-Session: 72528357-e8f6-4643-a3df-0488cc3f8e26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10883 | 2024.09.06 06:40:28.582198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10884 | 2024.09.06 06:40:28.582246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10885 | 2024.09.06 06:40:28.582266 [ 3 ] {} <Debug> HTTP-Session: 75c9da5d-38b3-4503-8e15-923da473cf53 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10886 | 2024.09.06 06:40:28.582282 [ 3 ] {} <Debug> HTTP-Session: 75c9da5d-38b3-4503-8e15-923da473cf53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10887 | 2024.09.06 06:40:28.582297 [ 3 ] {} <Debug> HTTP-Session: 75c9da5d-38b3-4503-8e15-923da473cf53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10888 | 2024.09.06 06:40:28.582328 [ 3 ] {} <Trace> HTTP-Session: 75c9da5d-38b3-4503-8e15-923da473cf53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10889 | 2024.09.06 06:40:28.582419 [ 3 ] {91dc3f86-56a8-44f8-93e7-bafb044f24c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10890 | 2024.09.06 06:40:28.582465 [ 3 ] {91dc3f86-56a8-44f8-93e7-bafb044f24c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10891 | 2024.09.06 06:40:28.582594 [ 3 ] {91dc3f86-56a8-44f8-93e7-bafb044f24c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10892 | 2024.09.06 06:40:28.582849 [ 3 ] {91dc3f86-56a8-44f8-93e7-bafb044f24c0} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10893 | 2024.09.06 06:40:28.582911 [ 3 ] {91dc3f86-56a8-44f8-93e7-bafb044f24c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10894 | 2024.09.06 06:40:28.583248 [ 3 ] {91dc3f86-56a8-44f8-93e7-bafb044f24c0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10895 | 2024.09.06 06:40:28.583572 [ 3 ] {91dc3f86-56a8-44f8-93e7-bafb044f24c0} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10896 | 2024.09.06 06:40:28.583731 [ 3 ] {91dc3f86-56a8-44f8-93e7-bafb044f24c0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00133 sec., 751.8796992481203 rows/sec., 50.66 KiB/sec. | ||
10897 | 2024.09.06 06:40:28.583896 [ 3 ] {91dc3f86-56a8-44f8-93e7-bafb044f24c0} <Debug> DynamicQueryHandler: Done processing query | ||
10898 | 2024.09.06 06:40:28.583920 [ 3 ] {91dc3f86-56a8-44f8-93e7-bafb044f24c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10899 | 2024.09.06 06:40:28.583936 [ 3 ] {} <Debug> HTTP-Session: 75c9da5d-38b3-4503-8e15-923da473cf53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10900 | 2024.09.06 06:40:28.584058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10901 | 2024.09.06 06:40:28.584107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10902 | 2024.09.06 06:40:28.584127 [ 3 ] {} <Debug> HTTP-Session: cef152f7-3393-44fb-87ec-8dead59f6b13 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10903 | 2024.09.06 06:40:28.584165 [ 3 ] {} <Debug> HTTP-Session: cef152f7-3393-44fb-87ec-8dead59f6b13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10904 | 2024.09.06 06:40:28.584181 [ 3 ] {} <Debug> HTTP-Session: cef152f7-3393-44fb-87ec-8dead59f6b13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10905 | 2024.09.06 06:40:28.584245 [ 3 ] {} <Trace> HTTP-Session: cef152f7-3393-44fb-87ec-8dead59f6b13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10906 | 2024.09.06 06:40:28.584459 [ 3 ] {b6f65f8e-a36e-489b-9b73-6d7092ab2743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10907 | 2024.09.06 06:40:28.584534 [ 3 ] {b6f65f8e-a36e-489b-9b73-6d7092ab2743} <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_histogramu64 | ||
10908 | 2024.09.06 06:40:28.585033 [ 3 ] {b6f65f8e-a36e-489b-9b73-6d7092ab2743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10909 | 2024.09.06 06:40:28.585580 [ 3 ] {b6f65f8e-a36e-489b-9b73-6d7092ab2743} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10910 | 2024.09.06 06:40:28.585616 [ 3 ] {b6f65f8e-a36e-489b-9b73-6d7092ab2743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10911 | 2024.09.06 06:40:28.586216 [ 3 ] {b6f65f8e-a36e-489b-9b73-6d7092ab2743} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10912 | 2024.09.06 06:40:28.586622 [ 3 ] {b6f65f8e-a36e-489b-9b73-6d7092ab2743} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10913 | 2024.09.06 06:40:28.586814 [ 3 ] {b6f65f8e-a36e-489b-9b73-6d7092ab2743} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002478 sec., 3228.410008071025 rows/sec., 5.79 MiB/sec. | ||
10914 | 2024.09.06 06:40:28.587296 [ 3 ] {b6f65f8e-a36e-489b-9b73-6d7092ab2743} <Debug> DynamicQueryHandler: Done processing query | ||
10915 | 2024.09.06 06:40:28.587338 [ 3 ] {b6f65f8e-a36e-489b-9b73-6d7092ab2743} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10916 | 2024.09.06 06:40:28.587359 [ 3 ] {} <Debug> HTTP-Session: cef152f7-3393-44fb-87ec-8dead59f6b13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10917 | 2024.09.06 06:40:28.587490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10918 | 2024.09.06 06:40:28.587540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10919 | 2024.09.06 06:40:28.587560 [ 3 ] {} <Debug> HTTP-Session: bf784095-02a0-4ec3-bfa3-55f756e20985 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10920 | 2024.09.06 06:40:28.587576 [ 3 ] {} <Debug> HTTP-Session: bf784095-02a0-4ec3-bfa3-55f756e20985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10921 | 2024.09.06 06:40:28.587590 [ 3 ] {} <Debug> HTTP-Session: bf784095-02a0-4ec3-bfa3-55f756e20985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10922 | 2024.09.06 06:40:28.587622 [ 3 ] {} <Trace> HTTP-Session: bf784095-02a0-4ec3-bfa3-55f756e20985 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10923 | 2024.09.06 06:40:28.587743 [ 3 ] {eb96ed62-6317-43dc-bace-3131eb4dbadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10924 | 2024.09.06 06:40:28.587790 [ 3 ] {eb96ed62-6317-43dc-bace-3131eb4dbadf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10925 | 2024.09.06 06:40:28.587934 [ 3 ] {eb96ed62-6317-43dc-bace-3131eb4dbadf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10926 | 2024.09.06 06:40:28.588304 [ 3 ] {eb96ed62-6317-43dc-bace-3131eb4dbadf} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10927 | 2024.09.06 06:40:28.588341 [ 3 ] {eb96ed62-6317-43dc-bace-3131eb4dbadf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10928 | 2024.09.06 06:40:28.588712 [ 3 ] {eb96ed62-6317-43dc-bace-3131eb4dbadf} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10929 | 2024.09.06 06:40:28.589117 [ 3 ] {eb96ed62-6317-43dc-bace-3131eb4dbadf} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10930 | 2024.09.06 06:40:28.589276 [ 3 ] {eb96ed62-6317-43dc-bace-3131eb4dbadf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001574 sec., 52096.56925031766 rows/sec., 3.31 MiB/sec. | ||
10931 | 2024.09.06 06:40:28.589437 [ 3 ] {eb96ed62-6317-43dc-bace-3131eb4dbadf} <Debug> DynamicQueryHandler: Done processing query | ||
10932 | 2024.09.06 06:40:28.589461 [ 3 ] {eb96ed62-6317-43dc-bace-3131eb4dbadf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10933 | 2024.09.06 06:40:28.589476 [ 3 ] {} <Debug> HTTP-Session: bf784095-02a0-4ec3-bfa3-55f756e20985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10934 | 2024.09.06 06:40:30.503358 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10935 | 2024.09.06 06:40:30.503401 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10936 | 2024.09.06 06:40:33.560267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10937 | 2024.09.06 06:40:33.560414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10938 | 2024.09.06 06:40:33.560445 [ 3 ] {} <Debug> HTTP-Session: fd4d266a-957f-4fdc-b907-bf755c3aa23a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10939 | 2024.09.06 06:40:33.560474 [ 3 ] {} <Debug> HTTP-Session: fd4d266a-957f-4fdc-b907-bf755c3aa23a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10940 | 2024.09.06 06:40:33.560493 [ 3 ] {} <Debug> HTTP-Session: fd4d266a-957f-4fdc-b907-bf755c3aa23a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10941 | 2024.09.06 06:40:33.560551 [ 3 ] {} <Trace> HTTP-Session: fd4d266a-957f-4fdc-b907-bf755c3aa23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10942 | 2024.09.06 06:40:33.560799 [ 3 ] {42a2cd4f-eb96-4baf-8ae2-f22ce44f9b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10943 | 2024.09.06 06:40:33.560876 [ 3 ] {42a2cd4f-eb96-4baf-8ae2-f22ce44f9b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10944 | 2024.09.06 06:40:33.561258 [ 3 ] {42a2cd4f-eb96-4baf-8ae2-f22ce44f9b61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10945 | 2024.09.06 06:40:33.561802 [ 3 ] {42a2cd4f-eb96-4baf-8ae2-f22ce44f9b61} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10946 | 2024.09.06 06:40:33.561849 [ 3 ] {42a2cd4f-eb96-4baf-8ae2-f22ce44f9b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10947 | 2024.09.06 06:40:33.562286 [ 3 ] {42a2cd4f-eb96-4baf-8ae2-f22ce44f9b61} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10948 | 2024.09.06 06:40:33.562677 [ 3 ] {42a2cd4f-eb96-4baf-8ae2-f22ce44f9b61} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10949 | 2024.09.06 06:40:33.562852 [ 3 ] {42a2cd4f-eb96-4baf-8ae2-f22ce44f9b61} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002146 sec., 54986.02050326188 rows/sec., 4.65 MiB/sec. | ||
10950 | 2024.09.06 06:40:33.563102 [ 3 ] {42a2cd4f-eb96-4baf-8ae2-f22ce44f9b61} <Debug> DynamicQueryHandler: Done processing query | ||
10951 | 2024.09.06 06:40:33.563131 [ 3 ] {42a2cd4f-eb96-4baf-8ae2-f22ce44f9b61} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10952 | 2024.09.06 06:40:33.563147 [ 3 ] {} <Debug> HTTP-Session: fd4d266a-957f-4fdc-b907-bf755c3aa23a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10953 | 2024.09.06 06:40:33.563321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10954 | 2024.09.06 06:40:33.563401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10955 | 2024.09.06 06:40:33.563427 [ 3 ] {} <Debug> HTTP-Session: 6cea5890-107a-45b0-8c8f-d28d8be0f510 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10956 | 2024.09.06 06:40:33.563450 [ 3 ] {} <Debug> HTTP-Session: 6cea5890-107a-45b0-8c8f-d28d8be0f510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10957 | 2024.09.06 06:40:33.563468 [ 3 ] {} <Debug> HTTP-Session: 6cea5890-107a-45b0-8c8f-d28d8be0f510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10958 | 2024.09.06 06:40:33.563510 [ 3 ] {} <Trace> HTTP-Session: 6cea5890-107a-45b0-8c8f-d28d8be0f510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10959 | 2024.09.06 06:40:33.563656 [ 3 ] {e8ba50c3-a1e3-44b1-a60e-9b6f20c64760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10960 | 2024.09.06 06:40:33.563713 [ 3 ] {e8ba50c3-a1e3-44b1-a60e-9b6f20c64760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10961 | 2024.09.06 06:40:33.564012 [ 3 ] {e8ba50c3-a1e3-44b1-a60e-9b6f20c64760} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10962 | 2024.09.06 06:40:33.564407 [ 3 ] {e8ba50c3-a1e3-44b1-a60e-9b6f20c64760} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10963 | 2024.09.06 06:40:33.564445 [ 3 ] {e8ba50c3-a1e3-44b1-a60e-9b6f20c64760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10964 | 2024.09.06 06:40:33.564811 [ 3 ] {e8ba50c3-a1e3-44b1-a60e-9b6f20c64760} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10965 | 2024.09.06 06:40:33.565171 [ 3 ] {e8ba50c3-a1e3-44b1-a60e-9b6f20c64760} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10966 | 2024.09.06 06:40:33.565324 [ 3 ] {e8ba50c3-a1e3-44b1-a60e-9b6f20c64760} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001713 sec., 18096.906012842966 rows/sec., 1.33 MiB/sec. | ||
10967 | 2024.09.06 06:40:33.565597 [ 3 ] {e8ba50c3-a1e3-44b1-a60e-9b6f20c64760} <Debug> DynamicQueryHandler: Done processing query | ||
10968 | 2024.09.06 06:40:33.565656 [ 3 ] {e8ba50c3-a1e3-44b1-a60e-9b6f20c64760} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10969 | 2024.09.06 06:40:33.565719 [ 3 ] {} <Debug> HTTP-Session: 6cea5890-107a-45b0-8c8f-d28d8be0f510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10970 | 2024.09.06 06:40:33.565932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10971 | 2024.09.06 06:40:33.565986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10972 | 2024.09.06 06:40:33.566005 [ 3 ] {} <Debug> HTTP-Session: a2d7b125-09cd-4d84-97a5-ba3b7e6a2660 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10973 | 2024.09.06 06:40:33.566022 [ 3 ] {} <Debug> HTTP-Session: a2d7b125-09cd-4d84-97a5-ba3b7e6a2660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10974 | 2024.09.06 06:40:33.566036 [ 3 ] {} <Debug> HTTP-Session: a2d7b125-09cd-4d84-97a5-ba3b7e6a2660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10975 | 2024.09.06 06:40:33.566069 [ 3 ] {} <Trace> HTTP-Session: a2d7b125-09cd-4d84-97a5-ba3b7e6a2660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10976 | 2024.09.06 06:40:33.566200 [ 3 ] {4e78fac0-7515-48bc-bf44-acf2a13fb28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10977 | 2024.09.06 06:40:33.566248 [ 3 ] {4e78fac0-7515-48bc-bf44-acf2a13fb28d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10978 | 2024.09.06 06:40:33.566494 [ 3 ] {4e78fac0-7515-48bc-bf44-acf2a13fb28d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10979 | 2024.09.06 06:40:33.566915 [ 3 ] {4e78fac0-7515-48bc-bf44-acf2a13fb28d} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10980 | 2024.09.06 06:40:33.566953 [ 3 ] {4e78fac0-7515-48bc-bf44-acf2a13fb28d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10981 | 2024.09.06 06:40:33.567317 [ 3 ] {4e78fac0-7515-48bc-bf44-acf2a13fb28d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10982 | 2024.09.06 06:40:33.567682 [ 3 ] {4e78fac0-7515-48bc-bf44-acf2a13fb28d} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10983 | 2024.09.06 06:40:33.567858 [ 3 ] {4e78fac0-7515-48bc-bf44-acf2a13fb28d} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001701 sec., 55849.50029394474 rows/sec., 4.36 MiB/sec. | ||
10984 | 2024.09.06 06:40:33.568065 [ 3 ] {4e78fac0-7515-48bc-bf44-acf2a13fb28d} <Debug> DynamicQueryHandler: Done processing query | ||
10985 | 2024.09.06 06:40:33.568110 [ 3 ] {4e78fac0-7515-48bc-bf44-acf2a13fb28d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10986 | 2024.09.06 06:40:33.568149 [ 3 ] {} <Debug> HTTP-Session: a2d7b125-09cd-4d84-97a5-ba3b7e6a2660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10987 | 2024.09.06 06:40:33.568365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10988 | 2024.09.06 06:40:33.568416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10989 | 2024.09.06 06:40:33.568436 [ 3 ] {} <Debug> HTTP-Session: c654d61d-478c-4cdf-b49d-ecc9b7f2a75e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
10990 | 2024.09.06 06:40:33.568454 [ 3 ] {} <Debug> HTTP-Session: c654d61d-478c-4cdf-b49d-ecc9b7f2a75e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10991 | 2024.09.06 06:40:33.568468 [ 3 ] {} <Debug> HTTP-Session: c654d61d-478c-4cdf-b49d-ecc9b7f2a75e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10992 | 2024.09.06 06:40:33.568500 [ 3 ] {} <Trace> HTTP-Session: c654d61d-478c-4cdf-b49d-ecc9b7f2a75e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10993 | 2024.09.06 06:40:33.568649 [ 3 ] {ae94b6c7-959d-45e7-ba73-c82dda759477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10994 | 2024.09.06 06:40:33.568697 [ 3 ] {ae94b6c7-959d-45e7-ba73-c82dda759477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10995 | 2024.09.06 06:40:33.568845 [ 3 ] {ae94b6c7-959d-45e7-ba73-c82dda759477} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10996 | 2024.09.06 06:40:33.569276 [ 3 ] {ae94b6c7-959d-45e7-ba73-c82dda759477} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10997 | 2024.09.06 06:40:33.569312 [ 3 ] {ae94b6c7-959d-45e7-ba73-c82dda759477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
10998 | 2024.09.06 06:40:33.569699 [ 3 ] {ae94b6c7-959d-45e7-ba73-c82dda759477} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10999 | 2024.09.06 06:40:33.570038 [ 3 ] {ae94b6c7-959d-45e7-ba73-c82dda759477} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11000 | 2024.09.06 06:40:33.570204 [ 3 ] {ae94b6c7-959d-45e7-ba73-c82dda759477} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. | ||
11001 | 2024.09.06 06:40:33.570375 [ 3 ] {ae94b6c7-959d-45e7-ba73-c82dda759477} <Debug> DynamicQueryHandler: Done processing query | ||
11002 | 2024.09.06 06:40:33.570398 [ 3 ] {ae94b6c7-959d-45e7-ba73-c82dda759477} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11003 | 2024.09.06 06:40:33.570415 [ 3 ] {} <Debug> HTTP-Session: c654d61d-478c-4cdf-b49d-ecc9b7f2a75e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11004 | 2024.09.06 06:40:33.570628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11005 | 2024.09.06 06:40:33.570677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11006 | 2024.09.06 06:40:33.570696 [ 3 ] {} <Debug> HTTP-Session: 512478ef-2a25-4759-a905-cebeac8327b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11007 | 2024.09.06 06:40:33.570713 [ 3 ] {} <Debug> HTTP-Session: 512478ef-2a25-4759-a905-cebeac8327b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11008 | 2024.09.06 06:40:33.570727 [ 3 ] {} <Debug> HTTP-Session: 512478ef-2a25-4759-a905-cebeac8327b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11009 | 2024.09.06 06:40:33.570758 [ 3 ] {} <Trace> HTTP-Session: 512478ef-2a25-4759-a905-cebeac8327b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11010 | 2024.09.06 06:40:33.571073 [ 3 ] {d8682378-0310-4666-9857-00f8bb6d7837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11011 | 2024.09.06 06:40:33.571140 [ 3 ] {d8682378-0310-4666-9857-00f8bb6d7837} <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_histogramu64 | ||
11012 | 2024.09.06 06:40:33.571565 [ 3 ] {d8682378-0310-4666-9857-00f8bb6d7837} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11013 | 2024.09.06 06:40:33.572256 [ 3 ] {d8682378-0310-4666-9857-00f8bb6d7837} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11014 | 2024.09.06 06:40:33.572294 [ 3 ] {d8682378-0310-4666-9857-00f8bb6d7837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11015 | 2024.09.06 06:40:33.572937 [ 3 ] {d8682378-0310-4666-9857-00f8bb6d7837} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11016 | 2024.09.06 06:40:33.573348 [ 3 ] {d8682378-0310-4666-9857-00f8bb6d7837} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11017 | 2024.09.06 06:40:33.573537 [ 3 ] {d8682378-0310-4666-9857-00f8bb6d7837} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002686 sec., 11541.32539091586 rows/sec., 20.68 MiB/sec. | ||
11018 | 2024.09.06 06:40:33.573759 [ 3 ] {d8682378-0310-4666-9857-00f8bb6d7837} <Debug> DynamicQueryHandler: Done processing query | ||
11019 | 2024.09.06 06:40:33.573782 [ 3 ] {d8682378-0310-4666-9857-00f8bb6d7837} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11020 | 2024.09.06 06:40:33.573800 [ 3 ] {} <Debug> HTTP-Session: 512478ef-2a25-4759-a905-cebeac8327b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11021 | 2024.09.06 06:40:33.573933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11022 | 2024.09.06 06:40:33.573981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11023 | 2024.09.06 06:40:33.574000 [ 3 ] {} <Debug> HTTP-Session: a9a00724-b0fd-400c-97a5-71ce8489026a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11024 | 2024.09.06 06:40:33.574017 [ 3 ] {} <Debug> HTTP-Session: a9a00724-b0fd-400c-97a5-71ce8489026a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11025 | 2024.09.06 06:40:33.574031 [ 3 ] {} <Debug> HTTP-Session: a9a00724-b0fd-400c-97a5-71ce8489026a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11026 | 2024.09.06 06:40:33.574063 [ 3 ] {} <Trace> HTTP-Session: a9a00724-b0fd-400c-97a5-71ce8489026a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11027 | 2024.09.06 06:40:33.574208 [ 3 ] {f3b67cf5-1710-40e2-915c-71c954f156c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11028 | 2024.09.06 06:40:33.574267 [ 3 ] {f3b67cf5-1710-40e2-915c-71c954f156c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11029 | 2024.09.06 06:40:33.574402 [ 3 ] {f3b67cf5-1710-40e2-915c-71c954f156c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11030 | 2024.09.06 06:40:33.574704 [ 3 ] {f3b67cf5-1710-40e2-915c-71c954f156c6} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11031 | 2024.09.06 06:40:33.574740 [ 3 ] {f3b67cf5-1710-40e2-915c-71c954f156c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11032 | 2024.09.06 06:40:33.575108 [ 3 ] {f3b67cf5-1710-40e2-915c-71c954f156c6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11033 | 2024.09.06 06:40:33.575433 [ 3 ] {f3b67cf5-1710-40e2-915c-71c954f156c6} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11034 | 2024.09.06 06:40:33.575591 [ 3 ] {f3b67cf5-1710-40e2-915c-71c954f156c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
11035 | 2024.09.06 06:40:33.575757 [ 3 ] {f3b67cf5-1710-40e2-915c-71c954f156c6} <Debug> DynamicQueryHandler: Done processing query | ||
11036 | 2024.09.06 06:40:33.575782 [ 3 ] {f3b67cf5-1710-40e2-915c-71c954f156c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11037 | 2024.09.06 06:40:33.575798 [ 3 ] {} <Debug> HTTP-Session: a9a00724-b0fd-400c-97a5-71ce8489026a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11038 | 2024.09.06 06:40:38.564587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11039 | 2024.09.06 06:40:38.564722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11040 | 2024.09.06 06:40:38.564751 [ 3 ] {} <Debug> HTTP-Session: e075a270-6cdc-4d13-a7c3-7383d045a63a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11041 | 2024.09.06 06:40:38.564780 [ 3 ] {} <Debug> HTTP-Session: e075a270-6cdc-4d13-a7c3-7383d045a63a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11042 | 2024.09.06 06:40:38.564799 [ 3 ] {} <Debug> HTTP-Session: e075a270-6cdc-4d13-a7c3-7383d045a63a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11043 | 2024.09.06 06:40:38.564856 [ 3 ] {} <Trace> HTTP-Session: e075a270-6cdc-4d13-a7c3-7383d045a63a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11044 | 2024.09.06 06:40:38.565117 [ 3 ] {87a16964-9fd5-4cc9-a09c-c39ac39c28ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11045 | 2024.09.06 06:40:38.565192 [ 3 ] {87a16964-9fd5-4cc9-a09c-c39ac39c28ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11046 | 2024.09.06 06:40:38.565559 [ 3 ] {87a16964-9fd5-4cc9-a09c-c39ac39c28ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11047 | 2024.09.06 06:40:38.566221 [ 3 ] {87a16964-9fd5-4cc9-a09c-c39ac39c28ab} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11048 | 2024.09.06 06:40:38.566264 [ 3 ] {87a16964-9fd5-4cc9-a09c-c39ac39c28ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11049 | 2024.09.06 06:40:38.566688 [ 3 ] {87a16964-9fd5-4cc9-a09c-c39ac39c28ab} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11050 | 2024.09.06 06:40:38.567068 [ 3 ] {87a16964-9fd5-4cc9-a09c-c39ac39c28ab} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11051 | 2024.09.06 06:40:38.567237 [ 3 ] {87a16964-9fd5-4cc9-a09c-c39ac39c28ab} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002228 sec., 92010.77199281867 rows/sec., 8.10 MiB/sec. | ||
11052 | 2024.09.06 06:40:38.567558 [ 3 ] {87a16964-9fd5-4cc9-a09c-c39ac39c28ab} <Debug> DynamicQueryHandler: Done processing query | ||
11053 | 2024.09.06 06:40:38.567623 [ 3 ] {87a16964-9fd5-4cc9-a09c-c39ac39c28ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11054 | 2024.09.06 06:40:38.567688 [ 3 ] {} <Debug> HTTP-Session: e075a270-6cdc-4d13-a7c3-7383d045a63a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11055 | 2024.09.06 06:40:38.567920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11056 | 2024.09.06 06:40:38.567974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11057 | 2024.09.06 06:40:38.567993 [ 3 ] {} <Debug> HTTP-Session: 5f4f906a-b67d-4b4a-9f34-f3afa4a6e65d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11058 | 2024.09.06 06:40:38.568010 [ 3 ] {} <Debug> HTTP-Session: 5f4f906a-b67d-4b4a-9f34-f3afa4a6e65d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11059 | 2024.09.06 06:40:38.568025 [ 3 ] {} <Debug> HTTP-Session: 5f4f906a-b67d-4b4a-9f34-f3afa4a6e65d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11060 | 2024.09.06 06:40:38.568058 [ 3 ] {} <Trace> HTTP-Session: 5f4f906a-b67d-4b4a-9f34-f3afa4a6e65d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11061 | 2024.09.06 06:40:38.568164 [ 3 ] {93aec8ca-0caf-4c5e-bbdd-38cf97b5c448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11062 | 2024.09.06 06:40:38.568210 [ 3 ] {93aec8ca-0caf-4c5e-bbdd-38cf97b5c448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11063 | 2024.09.06 06:40:38.568461 [ 3 ] {93aec8ca-0caf-4c5e-bbdd-38cf97b5c448} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11064 | 2024.09.06 06:40:38.568802 [ 3 ] {93aec8ca-0caf-4c5e-bbdd-38cf97b5c448} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11065 | 2024.09.06 06:40:38.568839 [ 3 ] {93aec8ca-0caf-4c5e-bbdd-38cf97b5c448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11066 | 2024.09.06 06:40:38.569183 [ 3 ] {93aec8ca-0caf-4c5e-bbdd-38cf97b5c448} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11067 | 2024.09.06 06:40:38.569543 [ 3 ] {93aec8ca-0caf-4c5e-bbdd-38cf97b5c448} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11068 | 2024.09.06 06:40:38.569705 [ 3 ] {93aec8ca-0caf-4c5e-bbdd-38cf97b5c448} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001567 sec., 5105.2967453733245 rows/sec., 383.89 KiB/sec. | ||
11069 | 2024.09.06 06:40:38.569883 [ 3 ] {93aec8ca-0caf-4c5e-bbdd-38cf97b5c448} <Debug> DynamicQueryHandler: Done processing query | ||
11070 | 2024.09.06 06:40:38.569907 [ 3 ] {93aec8ca-0caf-4c5e-bbdd-38cf97b5c448} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11071 | 2024.09.06 06:40:38.569924 [ 3 ] {} <Debug> HTTP-Session: 5f4f906a-b67d-4b4a-9f34-f3afa4a6e65d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11072 | 2024.09.06 06:40:38.570047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11073 | 2024.09.06 06:40:38.570096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11074 | 2024.09.06 06:40:38.570115 [ 3 ] {} <Debug> HTTP-Session: 756db148-2c3f-4f4e-b7f8-e1aa0807d776 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11075 | 2024.09.06 06:40:38.570132 [ 3 ] {} <Debug> HTTP-Session: 756db148-2c3f-4f4e-b7f8-e1aa0807d776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11076 | 2024.09.06 06:40:38.570146 [ 3 ] {} <Debug> HTTP-Session: 756db148-2c3f-4f4e-b7f8-e1aa0807d776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11077 | 2024.09.06 06:40:38.570177 [ 3 ] {} <Trace> HTTP-Session: 756db148-2c3f-4f4e-b7f8-e1aa0807d776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11078 | 2024.09.06 06:40:38.570278 [ 3 ] {9313f5fc-ff7a-4a48-9913-d72b711c05c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11079 | 2024.09.06 06:40:38.570321 [ 3 ] {9313f5fc-ff7a-4a48-9913-d72b711c05c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11080 | 2024.09.06 06:40:38.570543 [ 3 ] {9313f5fc-ff7a-4a48-9913-d72b711c05c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11081 | 2024.09.06 06:40:38.570857 [ 3 ] {9313f5fc-ff7a-4a48-9913-d72b711c05c8} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11082 | 2024.09.06 06:40:38.570894 [ 3 ] {9313f5fc-ff7a-4a48-9913-d72b711c05c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11083 | 2024.09.06 06:40:38.571237 [ 3 ] {9313f5fc-ff7a-4a48-9913-d72b711c05c8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11084 | 2024.09.06 06:40:38.571592 [ 3 ] {9313f5fc-ff7a-4a48-9913-d72b711c05c8} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11085 | 2024.09.06 06:40:38.571726 [ 3 ] {9313f5fc-ff7a-4a48-9913-d72b711c05c8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001477 sec., 9478.67298578199 rows/sec., 663.82 KiB/sec. | ||
11086 | 2024.09.06 06:40:38.571933 [ 3 ] {9313f5fc-ff7a-4a48-9913-d72b711c05c8} <Debug> DynamicQueryHandler: Done processing query | ||
11087 | 2024.09.06 06:40:38.571968 [ 3 ] {9313f5fc-ff7a-4a48-9913-d72b711c05c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11088 | 2024.09.06 06:40:38.571996 [ 3 ] {} <Debug> HTTP-Session: 756db148-2c3f-4f4e-b7f8-e1aa0807d776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11089 | 2024.09.06 06:40:38.572122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11090 | 2024.09.06 06:40:38.572170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11091 | 2024.09.06 06:40:38.572190 [ 3 ] {} <Debug> HTTP-Session: ec8b3edc-cfd6-4e75-87cc-6e506cf9f195 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11092 | 2024.09.06 06:40:38.572207 [ 3 ] {} <Debug> HTTP-Session: ec8b3edc-cfd6-4e75-87cc-6e506cf9f195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11093 | 2024.09.06 06:40:38.572221 [ 3 ] {} <Debug> HTTP-Session: ec8b3edc-cfd6-4e75-87cc-6e506cf9f195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11094 | 2024.09.06 06:40:38.572252 [ 3 ] {} <Trace> HTTP-Session: ec8b3edc-cfd6-4e75-87cc-6e506cf9f195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11095 | 2024.09.06 06:40:38.572348 [ 3 ] {384897fb-af7f-45ed-97e0-fb83abf5850f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11096 | 2024.09.06 06:40:38.572390 [ 3 ] {384897fb-af7f-45ed-97e0-fb83abf5850f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11097 | 2024.09.06 06:40:38.572629 [ 3 ] {384897fb-af7f-45ed-97e0-fb83abf5850f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11098 | 2024.09.06 06:40:38.572949 [ 3 ] {384897fb-af7f-45ed-97e0-fb83abf5850f} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11099 | 2024.09.06 06:40:38.572987 [ 3 ] {384897fb-af7f-45ed-97e0-fb83abf5850f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11100 | 2024.09.06 06:40:38.573327 [ 3 ] {384897fb-af7f-45ed-97e0-fb83abf5850f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11101 | 2024.09.06 06:40:38.573682 [ 3 ] {384897fb-af7f-45ed-97e0-fb83abf5850f} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11102 | 2024.09.06 06:40:38.573837 [ 3 ] {384897fb-af7f-45ed-97e0-fb83abf5850f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 235.70 KiB/sec. | ||
11103 | 2024.09.06 06:40:38.573836 [ 115 ] {} <Debug> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
11104 | 2024.09.06 06:40:38.573950 [ 115 ] {} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11105 | 2024.09.06 06:40:38.573995 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11106 | 2024.09.06 06:40:38.574125 [ 3 ] {384897fb-af7f-45ed-97e0-fb83abf5850f} <Debug> DynamicQueryHandler: Done processing query | ||
11107 | 2024.09.06 06:40:38.574212 [ 3 ] {384897fb-af7f-45ed-97e0-fb83abf5850f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11108 | 2024.09.06 06:40:38.574261 [ 3 ] {} <Debug> HTTP-Session: ec8b3edc-cfd6-4e75-87cc-6e506cf9f195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11109 | 2024.09.06 06:40:38.574339 [ 195 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
11110 | 2024.09.06 06:40:38.574584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11111 | 2024.09.06 06:40:38.574684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11112 | 2024.09.06 06:40:38.574707 [ 195 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11113 | 2024.09.06 06:40:38.574714 [ 3 ] {} <Debug> HTTP-Session: 0a967025-99ed-4689-9d16-f73dd70b2b79 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11114 | 2024.09.06 06:40:38.574746 [ 3 ] {} <Debug> HTTP-Session: 0a967025-99ed-4689-9d16-f73dd70b2b79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11115 | 2024.09.06 06:40:38.574751 [ 195 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 6 rows starting from the beginning of the part | ||
11116 | 2024.09.06 06:40:38.574761 [ 3 ] {} <Debug> HTTP-Session: 0a967025-99ed-4689-9d16-f73dd70b2b79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11117 | 2024.09.06 06:40:38.574808 [ 3 ] {} <Trace> HTTP-Session: 0a967025-99ed-4689-9d16-f73dd70b2b79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11118 | 2024.09.06 06:40:38.574885 [ 195 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
11119 | 2024.09.06 06:40:38.575003 [ 195 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
11120 | 2024.09.06 06:40:38.575203 [ 3 ] {17cd0110-ce96-4958-a217-6b01696f9505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11121 | 2024.09.06 06:40:38.575415 [ 3 ] {17cd0110-ce96-4958-a217-6b01696f9505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11122 | 2024.09.06 06:40:38.575436 [ 195 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
11123 | 2024.09.06 06:40:38.575741 [ 195 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
11124 | 2024.09.06 06:40:38.576373 [ 3 ] {17cd0110-ce96-4958-a217-6b01696f9505} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11125 | 2024.09.06 06:40:38.577391 [ 3 ] {17cd0110-ce96-4958-a217-6b01696f9505} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11126 | 2024.09.06 06:40:38.577441 [ 3 ] {17cd0110-ce96-4958-a217-6b01696f9505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11127 | 2024.09.06 06:40:38.577438 [ 187 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003345385 sec., 8967.577722743421 rows/sec., 569.23 KiB/sec. | ||
11128 | 2024.09.06 06:40:38.577735 [ 187 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
11129 | 2024.09.06 06:40:38.578190 [ 3 ] {17cd0110-ce96-4958-a217-6b01696f9505} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11130 | 2024.09.06 06:40:38.578777 [ 197 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_25_6} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11131 | 2024.09.06 06:40:38.578966 [ 197 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_25_6} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
11132 | 2024.09.06 06:40:38.579169 [ 3 ] {17cd0110-ce96-4958-a217-6b01696f9505} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11133 | 2024.09.06 06:40:38.579173 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11134 | 2024.09.06 06:40:38.579400 [ 3 ] {17cd0110-ce96-4958-a217-6b01696f9505} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004429 sec., 88055.99458116957 rows/sec., 6.24 MiB/sec. | ||
11135 | 2024.09.06 06:40:38.579598 [ 3 ] {17cd0110-ce96-4958-a217-6b01696f9505} <Debug> DynamicQueryHandler: Done processing query | ||
11136 | 2024.09.06 06:40:38.579623 [ 3 ] {17cd0110-ce96-4958-a217-6b01696f9505} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11137 | 2024.09.06 06:40:38.579640 [ 3 ] {} <Debug> HTTP-Session: 0a967025-99ed-4689-9d16-f73dd70b2b79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11138 | 2024.09.06 06:40:38.579833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11139 | 2024.09.06 06:40:38.579881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11140 | 2024.09.06 06:40:38.579900 [ 3 ] {} <Debug> HTTP-Session: 725b1774-e5c2-46ed-ac69-60fd3a79ad7a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11141 | 2024.09.06 06:40:38.579917 [ 3 ] {} <Debug> HTTP-Session: 725b1774-e5c2-46ed-ac69-60fd3a79ad7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11142 | 2024.09.06 06:40:38.579931 [ 3 ] {} <Debug> HTTP-Session: 725b1774-e5c2-46ed-ac69-60fd3a79ad7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11143 | 2024.09.06 06:40:38.579962 [ 3 ] {} <Trace> HTTP-Session: 725b1774-e5c2-46ed-ac69-60fd3a79ad7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11144 | 2024.09.06 06:40:38.580059 [ 3 ] {b745dcdd-f823-434a-9255-2ef7d150815d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11145 | 2024.09.06 06:40:38.580104 [ 3 ] {b745dcdd-f823-434a-9255-2ef7d150815d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11146 | 2024.09.06 06:40:38.580241 [ 3 ] {b745dcdd-f823-434a-9255-2ef7d150815d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11147 | 2024.09.06 06:40:38.580520 [ 3 ] {b745dcdd-f823-434a-9255-2ef7d150815d} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11148 | 2024.09.06 06:40:38.580557 [ 3 ] {b745dcdd-f823-434a-9255-2ef7d150815d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11149 | 2024.09.06 06:40:38.580915 [ 3 ] {b745dcdd-f823-434a-9255-2ef7d150815d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11150 | 2024.09.06 06:40:38.581243 [ 3 ] {b745dcdd-f823-434a-9255-2ef7d150815d} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11151 | 2024.09.06 06:40:38.581405 [ 3 ] {b745dcdd-f823-434a-9255-2ef7d150815d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 229.99 KiB/sec. | ||
11152 | 2024.09.06 06:40:38.581689 [ 3 ] {b745dcdd-f823-434a-9255-2ef7d150815d} <Debug> DynamicQueryHandler: Done processing query | ||
11153 | 2024.09.06 06:40:38.581716 [ 3 ] {b745dcdd-f823-434a-9255-2ef7d150815d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11154 | 2024.09.06 06:40:38.581734 [ 3 ] {} <Debug> HTTP-Session: 725b1774-e5c2-46ed-ac69-60fd3a79ad7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11155 | 2024.09.06 06:40:38.581885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11156 | 2024.09.06 06:40:38.581935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11157 | 2024.09.06 06:40:38.581954 [ 3 ] {} <Debug> HTTP-Session: 60a86239-3e1b-467a-a165-38b298a3a58d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11158 | 2024.09.06 06:40:38.581971 [ 3 ] {} <Debug> HTTP-Session: 60a86239-3e1b-467a-a165-38b298a3a58d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11159 | 2024.09.06 06:40:38.581985 [ 3 ] {} <Debug> HTTP-Session: 60a86239-3e1b-467a-a165-38b298a3a58d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11160 | 2024.09.06 06:40:38.582016 [ 3 ] {} <Trace> HTTP-Session: 60a86239-3e1b-467a-a165-38b298a3a58d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11161 | 2024.09.06 06:40:38.582247 [ 3 ] {9dab46fd-539d-4d18-9848-cae0a279703b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11162 | 2024.09.06 06:40:38.582295 [ 3 ] {9dab46fd-539d-4d18-9848-cae0a279703b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11163 | 2024.09.06 06:40:38.582460 [ 3 ] {9dab46fd-539d-4d18-9848-cae0a279703b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11164 | 2024.09.06 06:40:38.582901 [ 3 ] {9dab46fd-539d-4d18-9848-cae0a279703b} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11165 | 2024.09.06 06:40:38.582937 [ 3 ] {9dab46fd-539d-4d18-9848-cae0a279703b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11166 | 2024.09.06 06:40:38.583322 [ 3 ] {9dab46fd-539d-4d18-9848-cae0a279703b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11167 | 2024.09.06 06:40:38.583659 [ 3 ] {9dab46fd-539d-4d18-9848-cae0a279703b} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11168 | 2024.09.06 06:40:38.583813 [ 3 ] {9dab46fd-539d-4d18-9848-cae0a279703b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001702 sec., 139247.9435957697 rows/sec., 9.33 MiB/sec. | ||
11169 | 2024.09.06 06:40:38.584094 [ 3 ] {9dab46fd-539d-4d18-9848-cae0a279703b} <Debug> DynamicQueryHandler: Done processing query | ||
11170 | 2024.09.06 06:40:38.584159 [ 3 ] {9dab46fd-539d-4d18-9848-cae0a279703b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11171 | 2024.09.06 06:40:38.584222 [ 3 ] {} <Debug> HTTP-Session: 60a86239-3e1b-467a-a165-38b298a3a58d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11172 | 2024.09.06 06:40:38.584435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11173 | 2024.09.06 06:40:38.584488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11174 | 2024.09.06 06:40:38.584507 [ 3 ] {} <Debug> HTTP-Session: e4077b5f-6e37-4ab3-8e8e-90a5a0b29155 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11175 | 2024.09.06 06:40:38.584524 [ 3 ] {} <Debug> HTTP-Session: e4077b5f-6e37-4ab3-8e8e-90a5a0b29155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11176 | 2024.09.06 06:40:38.584538 [ 3 ] {} <Debug> HTTP-Session: e4077b5f-6e37-4ab3-8e8e-90a5a0b29155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11177 | 2024.09.06 06:40:38.584570 [ 3 ] {} <Trace> HTTP-Session: e4077b5f-6e37-4ab3-8e8e-90a5a0b29155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11178 | 2024.09.06 06:40:38.584668 [ 3 ] {21a29401-6a36-492c-8060-04094bcd7e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11179 | 2024.09.06 06:40:38.584715 [ 3 ] {21a29401-6a36-492c-8060-04094bcd7e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11180 | 2024.09.06 06:40:38.584860 [ 3 ] {21a29401-6a36-492c-8060-04094bcd7e06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11181 | 2024.09.06 06:40:38.585126 [ 3 ] {21a29401-6a36-492c-8060-04094bcd7e06} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11182 | 2024.09.06 06:40:38.585162 [ 3 ] {21a29401-6a36-492c-8060-04094bcd7e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11183 | 2024.09.06 06:40:38.585522 [ 3 ] {21a29401-6a36-492c-8060-04094bcd7e06} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11184 | 2024.09.06 06:40:38.585846 [ 3 ] {21a29401-6a36-492c-8060-04094bcd7e06} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11185 | 2024.09.06 06:40:38.586000 [ 115 ] {} <Debug> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
11186 | 2024.09.06 06:40:38.586008 [ 3 ] {21a29401-6a36-492c-8060-04094bcd7e06} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001356 sec., 737.4631268436578 rows/sec., 49.69 KiB/sec. | ||
11187 | 2024.09.06 06:40:38.586055 [ 115 ] {} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11188 | 2024.09.06 06:40:38.586119 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11189 | 2024.09.06 06:40:38.586320 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
11190 | 2024.09.06 06:40:38.586336 [ 3 ] {21a29401-6a36-492c-8060-04094bcd7e06} <Debug> DynamicQueryHandler: Done processing query | ||
11191 | 2024.09.06 06:40:38.586397 [ 3 ] {21a29401-6a36-492c-8060-04094bcd7e06} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11192 | 2024.09.06 06:40:38.586439 [ 3 ] {} <Debug> HTTP-Session: e4077b5f-6e37-4ab3-8e8e-90a5a0b29155 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11193 | 2024.09.06 06:40:38.586553 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11194 | 2024.09.06 06:40:38.586593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11195 | 2024.09.06 06:40:38.586612 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
11196 | 2024.09.06 06:40:38.586685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11197 | 2024.09.06 06:40:38.586776 [ 3 ] {} <Debug> HTTP-Session: 2f848dc7-c9cc-44cb-9ca5-48705036684d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11198 | 2024.09.06 06:40:38.586855 [ 3 ] {} <Debug> HTTP-Session: 2f848dc7-c9cc-44cb-9ca5-48705036684d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11199 | 2024.09.06 06:40:38.586861 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
11200 | 2024.09.06 06:40:38.586919 [ 3 ] {} <Debug> HTTP-Session: 2f848dc7-c9cc-44cb-9ca5-48705036684d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11201 | 2024.09.06 06:40:38.587057 [ 3 ] {} <Trace> HTTP-Session: 2f848dc7-c9cc-44cb-9ca5-48705036684d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11202 | 2024.09.06 06:40:38.587203 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
11203 | 2024.09.06 06:40:38.587353 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
11204 | 2024.09.06 06:40:38.587455 [ 3 ] {58595f32-019f-44c0-99a2-347b7f0b53c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11205 | 2024.09.06 06:40:38.587748 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
11206 | 2024.09.06 06:40:38.587798 [ 3 ] {58595f32-019f-44c0-99a2-347b7f0b53c9} <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_histogramu64 | ||
11207 | 2024.09.06 06:40:38.588034 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
11208 | 2024.09.06 06:40:38.590201 [ 3 ] {58595f32-019f-44c0-99a2-347b7f0b53c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11209 | 2024.09.06 06:40:38.591697 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.005469616 sec., 4570.704780737807 rows/sec., 307.99 KiB/sec. | ||
11210 | 2024.09.06 06:40:38.591924 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
11211 | 2024.09.06 06:40:38.592120 [ 3 ] {58595f32-019f-44c0-99a2-347b7f0b53c9} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11212 | 2024.09.06 06:40:38.592174 [ 3 ] {58595f32-019f-44c0-99a2-347b7f0b53c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11213 | 2024.09.06 06:40:38.592929 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_25_5} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11214 | 2024.09.06 06:40:38.593107 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_25_5} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
11215 | 2024.09.06 06:40:38.593236 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11216 | 2024.09.06 06:40:38.593542 [ 3 ] {58595f32-019f-44c0-99a2-347b7f0b53c9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11217 | 2024.09.06 06:40:38.593972 [ 3 ] {58595f32-019f-44c0-99a2-347b7f0b53c9} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11218 | 2024.09.06 06:40:38.594160 [ 3 ] {58595f32-019f-44c0-99a2-347b7f0b53c9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006921 sec., 1155.9023262534315 rows/sec., 2.07 MiB/sec. | ||
11219 | 2024.09.06 06:40:38.594407 [ 3 ] {58595f32-019f-44c0-99a2-347b7f0b53c9} <Debug> DynamicQueryHandler: Done processing query | ||
11220 | 2024.09.06 06:40:38.594431 [ 3 ] {58595f32-019f-44c0-99a2-347b7f0b53c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11221 | 2024.09.06 06:40:38.594448 [ 3 ] {} <Debug> HTTP-Session: 2f848dc7-c9cc-44cb-9ca5-48705036684d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11222 | 2024.09.06 06:40:38.594563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11223 | 2024.09.06 06:40:38.594611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11224 | 2024.09.06 06:40:38.594630 [ 3 ] {} <Debug> HTTP-Session: 67c1497d-b475-4359-b8cf-f476949360a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11225 | 2024.09.06 06:40:38.594647 [ 3 ] {} <Debug> HTTP-Session: 67c1497d-b475-4359-b8cf-f476949360a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11226 | 2024.09.06 06:40:38.594661 [ 3 ] {} <Debug> HTTP-Session: 67c1497d-b475-4359-b8cf-f476949360a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11227 | 2024.09.06 06:40:38.594693 [ 3 ] {} <Trace> HTTP-Session: 67c1497d-b475-4359-b8cf-f476949360a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11228 | 2024.09.06 06:40:38.594826 [ 3 ] {0507ec47-07cc-4f1b-8ab4-f14fbce90ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11229 | 2024.09.06 06:40:38.594871 [ 3 ] {0507ec47-07cc-4f1b-8ab4-f14fbce90ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11230 | 2024.09.06 06:40:38.595001 [ 3 ] {0507ec47-07cc-4f1b-8ab4-f14fbce90ebf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11231 | 2024.09.06 06:40:38.595302 [ 3 ] {0507ec47-07cc-4f1b-8ab4-f14fbce90ebf} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11232 | 2024.09.06 06:40:38.595340 [ 3 ] {0507ec47-07cc-4f1b-8ab4-f14fbce90ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
11233 | 2024.09.06 06:40:38.595706 [ 3 ] {0507ec47-07cc-4f1b-8ab4-f14fbce90ebf} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11234 | 2024.09.06 06:40:38.596038 [ 3 ] {0507ec47-07cc-4f1b-8ab4-f14fbce90ebf} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11235 | 2024.09.06 06:40:38.596190 [ 3 ] {0507ec47-07cc-4f1b-8ab4-f14fbce90ebf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001414 sec., 57991.513437058 rows/sec., 3.68 MiB/sec. | ||
11236 | 2024.09.06 06:40:38.596354 [ 3 ] {0507ec47-07cc-4f1b-8ab4-f14fbce90ebf} <Debug> DynamicQueryHandler: Done processing query | ||
11237 | 2024.09.06 06:40:38.596379 [ 3 ] {0507ec47-07cc-4f1b-8ab4-f14fbce90ebf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11238 | 2024.09.06 06:40:38.596396 [ 3 ] {} <Debug> HTTP-Session: 67c1497d-b475-4359-b8cf-f476949360a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11239 | 2024.09.06 06:40:43.560044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11240 | 2024.09.06 06:40:43.560238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11241 | 2024.09.06 06:40:43.560284 [ 3 ] {} <Debug> HTTP-Session: c1a97b2c-bb66-4066-b157-b05f0f60d9f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11242 | 2024.09.06 06:40:43.560326 [ 3 ] {} <Debug> HTTP-Session: c1a97b2c-bb66-4066-b157-b05f0f60d9f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11243 | 2024.09.06 06:40:43.560356 [ 3 ] {} <Debug> HTTP-Session: c1a97b2c-bb66-4066-b157-b05f0f60d9f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11244 | 2024.09.06 06:40:43.560435 [ 3 ] {} <Trace> HTTP-Session: c1a97b2c-bb66-4066-b157-b05f0f60d9f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11245 | 2024.09.06 06:40:43.560779 [ 3 ] {f5d3777f-910c-4d00-b245-f6b96a119f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11246 | 2024.09.06 06:40:43.560861 [ 3 ] {f5d3777f-910c-4d00-b245-f6b96a119f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11247 | 2024.09.06 06:40:43.561191 [ 3 ] {f5d3777f-910c-4d00-b245-f6b96a119f65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11248 | 2024.09.06 06:40:43.561743 [ 3 ] {f5d3777f-910c-4d00-b245-f6b96a119f65} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11249 | 2024.09.06 06:40:43.561787 [ 3 ] {f5d3777f-910c-4d00-b245-f6b96a119f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11250 | 2024.09.06 06:40:43.562205 [ 3 ] {f5d3777f-910c-4d00-b245-f6b96a119f65} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11251 | 2024.09.06 06:40:43.562582 [ 3 ] {f5d3777f-910c-4d00-b245-f6b96a119f65} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11252 | 2024.09.06 06:40:43.562729 [ 3 ] {f5d3777f-910c-4d00-b245-f6b96a119f65} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002088 sec., 56513.40996168582 rows/sec., 4.78 MiB/sec. | ||
11253 | 2024.09.06 06:40:43.562945 [ 3 ] {f5d3777f-910c-4d00-b245-f6b96a119f65} <Debug> DynamicQueryHandler: Done processing query | ||
11254 | 2024.09.06 06:40:43.562971 [ 3 ] {f5d3777f-910c-4d00-b245-f6b96a119f65} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11255 | 2024.09.06 06:40:43.562988 [ 3 ] {} <Debug> HTTP-Session: c1a97b2c-bb66-4066-b157-b05f0f60d9f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11256 | 2024.09.06 06:40:43.563134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11257 | 2024.09.06 06:40:43.563189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11258 | 2024.09.06 06:40:43.563210 [ 3 ] {} <Debug> HTTP-Session: e1ccf32b-4c93-49e7-8729-f34a532ff7b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11259 | 2024.09.06 06:40:43.563227 [ 3 ] {} <Debug> HTTP-Session: e1ccf32b-4c93-49e7-8729-f34a532ff7b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11260 | 2024.09.06 06:40:43.563241 [ 3 ] {} <Debug> HTTP-Session: e1ccf32b-4c93-49e7-8729-f34a532ff7b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11261 | 2024.09.06 06:40:43.563275 [ 3 ] {} <Trace> HTTP-Session: e1ccf32b-4c93-49e7-8729-f34a532ff7b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11262 | 2024.09.06 06:40:43.563393 [ 3 ] {bd2849fd-6984-4aff-b0d8-574d88a902d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11263 | 2024.09.06 06:40:43.563441 [ 3 ] {bd2849fd-6984-4aff-b0d8-574d88a902d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11264 | 2024.09.06 06:40:43.563677 [ 3 ] {bd2849fd-6984-4aff-b0d8-574d88a902d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11265 | 2024.09.06 06:40:43.564065 [ 3 ] {bd2849fd-6984-4aff-b0d8-574d88a902d3} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11266 | 2024.09.06 06:40:43.564102 [ 3 ] {bd2849fd-6984-4aff-b0d8-574d88a902d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11267 | 2024.09.06 06:40:43.564454 [ 3 ] {bd2849fd-6984-4aff-b0d8-574d88a902d3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11268 | 2024.09.06 06:40:43.564811 [ 3 ] {bd2849fd-6984-4aff-b0d8-574d88a902d3} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11269 | 2024.09.06 06:40:43.564941 [ 3 ] {bd2849fd-6984-4aff-b0d8-574d88a902d3} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001587 sec., 19533.71140516698 rows/sec., 1.43 MiB/sec. | ||
11270 | 2024.09.06 06:40:43.565113 [ 3 ] {bd2849fd-6984-4aff-b0d8-574d88a902d3} <Debug> DynamicQueryHandler: Done processing query | ||
11271 | 2024.09.06 06:40:43.565137 [ 3 ] {bd2849fd-6984-4aff-b0d8-574d88a902d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11272 | 2024.09.06 06:40:43.565154 [ 3 ] {} <Debug> HTTP-Session: e1ccf32b-4c93-49e7-8729-f34a532ff7b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11273 | 2024.09.06 06:40:43.565315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11274 | 2024.09.06 06:40:43.565367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11275 | 2024.09.06 06:40:43.565387 [ 3 ] {} <Debug> HTTP-Session: fd9a925a-4bcf-42a6-b94b-2d7ce75914e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11276 | 2024.09.06 06:40:43.565404 [ 3 ] {} <Debug> HTTP-Session: fd9a925a-4bcf-42a6-b94b-2d7ce75914e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11277 | 2024.09.06 06:40:43.565418 [ 3 ] {} <Debug> HTTP-Session: fd9a925a-4bcf-42a6-b94b-2d7ce75914e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11278 | 2024.09.06 06:40:43.565450 [ 3 ] {} <Trace> HTTP-Session: fd9a925a-4bcf-42a6-b94b-2d7ce75914e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11279 | 2024.09.06 06:40:43.565583 [ 3 ] {4f2a81bc-fde6-4415-8abf-ac30a6ad69b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11280 | 2024.09.06 06:40:43.565626 [ 3 ] {4f2a81bc-fde6-4415-8abf-ac30a6ad69b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11281 | 2024.09.06 06:40:43.565853 [ 3 ] {4f2a81bc-fde6-4415-8abf-ac30a6ad69b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11282 | 2024.09.06 06:40:43.566253 [ 3 ] {4f2a81bc-fde6-4415-8abf-ac30a6ad69b9} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11283 | 2024.09.06 06:40:43.566289 [ 3 ] {4f2a81bc-fde6-4415-8abf-ac30a6ad69b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11284 | 2024.09.06 06:40:43.566646 [ 3 ] {4f2a81bc-fde6-4415-8abf-ac30a6ad69b9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11285 | 2024.09.06 06:40:43.567007 [ 3 ] {4f2a81bc-fde6-4415-8abf-ac30a6ad69b9} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11286 | 2024.09.06 06:40:43.567138 [ 3 ] {4f2a81bc-fde6-4415-8abf-ac30a6ad69b9} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.00161 sec., 59006.21118012422 rows/sec., 4.61 MiB/sec. | ||
11287 | 2024.09.06 06:40:43.567398 [ 3 ] {4f2a81bc-fde6-4415-8abf-ac30a6ad69b9} <Debug> DynamicQueryHandler: Done processing query | ||
11288 | 2024.09.06 06:40:43.567465 [ 3 ] {4f2a81bc-fde6-4415-8abf-ac30a6ad69b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11289 | 2024.09.06 06:40:43.567526 [ 3 ] {} <Debug> HTTP-Session: fd9a925a-4bcf-42a6-b94b-2d7ce75914e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11290 | 2024.09.06 06:40:43.567803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11291 | 2024.09.06 06:40:43.567857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11292 | 2024.09.06 06:40:43.567877 [ 3 ] {} <Debug> HTTP-Session: 25c8ab84-4ad3-4ce4-9346-9f63d04d84e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11293 | 2024.09.06 06:40:43.567893 [ 3 ] {} <Debug> HTTP-Session: 25c8ab84-4ad3-4ce4-9346-9f63d04d84e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11294 | 2024.09.06 06:40:43.567908 [ 3 ] {} <Debug> HTTP-Session: 25c8ab84-4ad3-4ce4-9346-9f63d04d84e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11295 | 2024.09.06 06:40:43.567941 [ 3 ] {} <Trace> HTTP-Session: 25c8ab84-4ad3-4ce4-9346-9f63d04d84e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11296 | 2024.09.06 06:40:43.568091 [ 3 ] {eb8100b9-1f34-4aad-87cb-8ec5c5e3d2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11297 | 2024.09.06 06:40:43.568140 [ 3 ] {eb8100b9-1f34-4aad-87cb-8ec5c5e3d2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11298 | 2024.09.06 06:40:43.568301 [ 3 ] {eb8100b9-1f34-4aad-87cb-8ec5c5e3d2f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11299 | 2024.09.06 06:40:43.568741 [ 3 ] {eb8100b9-1f34-4aad-87cb-8ec5c5e3d2f8} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11300 | 2024.09.06 06:40:43.568777 [ 3 ] {eb8100b9-1f34-4aad-87cb-8ec5c5e3d2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11301 | 2024.09.06 06:40:43.569159 [ 3 ] {eb8100b9-1f34-4aad-87cb-8ec5c5e3d2f8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11302 | 2024.09.06 06:40:43.569491 [ 3 ] {eb8100b9-1f34-4aad-87cb-8ec5c5e3d2f8} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11303 | 2024.09.06 06:40:43.569615 [ 3 ] {eb8100b9-1f34-4aad-87cb-8ec5c5e3d2f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. | ||
11304 | 2024.09.06 06:40:43.569783 [ 3 ] {eb8100b9-1f34-4aad-87cb-8ec5c5e3d2f8} <Debug> DynamicQueryHandler: Done processing query | ||
11305 | 2024.09.06 06:40:43.569806 [ 3 ] {eb8100b9-1f34-4aad-87cb-8ec5c5e3d2f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11306 | 2024.09.06 06:40:43.569822 [ 3 ] {} <Debug> HTTP-Session: 25c8ab84-4ad3-4ce4-9346-9f63d04d84e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11307 | 2024.09.06 06:40:43.569996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51083, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11308 | 2024.09.06 06:40:43.570044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11309 | 2024.09.06 06:40:43.570063 [ 3 ] {} <Debug> HTTP-Session: b4b13883-247a-4d9b-a180-cfa483a8dfdc Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11310 | 2024.09.06 06:40:43.570080 [ 3 ] {} <Debug> HTTP-Session: b4b13883-247a-4d9b-a180-cfa483a8dfdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11311 | 2024.09.06 06:40:43.570094 [ 3 ] {} <Debug> HTTP-Session: b4b13883-247a-4d9b-a180-cfa483a8dfdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11312 | 2024.09.06 06:40:43.570124 [ 3 ] {} <Trace> HTTP-Session: b4b13883-247a-4d9b-a180-cfa483a8dfdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11313 | 2024.09.06 06:40:43.570449 [ 3 ] {10a5d53d-2420-41e7-96f3-615464c49e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11314 | 2024.09.06 06:40:43.570521 [ 3 ] {10a5d53d-2420-41e7-96f3-615464c49e08} <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_histogramu64 | ||
11315 | 2024.09.06 06:40:43.570943 [ 3 ] {10a5d53d-2420-41e7-96f3-615464c49e08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11316 | 2024.09.06 06:40:43.571638 [ 3 ] {10a5d53d-2420-41e7-96f3-615464c49e08} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11317 | 2024.09.06 06:40:43.571672 [ 3 ] {10a5d53d-2420-41e7-96f3-615464c49e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11318 | 2024.09.06 06:40:43.572268 [ 3 ] {10a5d53d-2420-41e7-96f3-615464c49e08} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11319 | 2024.09.06 06:40:43.572743 [ 3 ] {10a5d53d-2420-41e7-96f3-615464c49e08} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11320 | 2024.09.06 06:40:43.572894 [ 3 ] {10a5d53d-2420-41e7-96f3-615464c49e08} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002667 sec., 11623.547056617923 rows/sec., 20.83 MiB/sec. | ||
11321 | 2024.09.06 06:40:43.573116 [ 3 ] {10a5d53d-2420-41e7-96f3-615464c49e08} <Debug> DynamicQueryHandler: Done processing query | ||
11322 | 2024.09.06 06:40:43.573142 [ 3 ] {10a5d53d-2420-41e7-96f3-615464c49e08} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11323 | 2024.09.06 06:40:43.573157 [ 3 ] {} <Debug> HTTP-Session: b4b13883-247a-4d9b-a180-cfa483a8dfdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11324 | 2024.09.06 06:40:43.573308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11325 | 2024.09.06 06:40:43.573359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11326 | 2024.09.06 06:40:43.573378 [ 3 ] {} <Debug> HTTP-Session: fa22ebf6-4be3-40c2-b40c-b518939e467a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11327 | 2024.09.06 06:40:43.573394 [ 3 ] {} <Debug> HTTP-Session: fa22ebf6-4be3-40c2-b40c-b518939e467a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11328 | 2024.09.06 06:40:43.573414 [ 3 ] {} <Debug> HTTP-Session: fa22ebf6-4be3-40c2-b40c-b518939e467a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11329 | 2024.09.06 06:40:43.573447 [ 3 ] {} <Trace> HTTP-Session: fa22ebf6-4be3-40c2-b40c-b518939e467a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11330 | 2024.09.06 06:40:43.573571 [ 3 ] {b8e22749-8b3c-4e77-bb74-2d7d1eade287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11331 | 2024.09.06 06:40:43.573617 [ 3 ] {b8e22749-8b3c-4e77-bb74-2d7d1eade287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11332 | 2024.09.06 06:40:43.573750 [ 3 ] {b8e22749-8b3c-4e77-bb74-2d7d1eade287} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11333 | 2024.09.06 06:40:43.574086 [ 3 ] {b8e22749-8b3c-4e77-bb74-2d7d1eade287} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11334 | 2024.09.06 06:40:43.574122 [ 3 ] {b8e22749-8b3c-4e77-bb74-2d7d1eade287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11335 | 2024.09.06 06:40:43.574496 [ 3 ] {b8e22749-8b3c-4e77-bb74-2d7d1eade287} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11336 | 2024.09.06 06:40:43.574825 [ 3 ] {b8e22749-8b3c-4e77-bb74-2d7d1eade287} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11337 | 2024.09.06 06:40:43.574951 [ 3 ] {b8e22749-8b3c-4e77-bb74-2d7d1eade287} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec. | ||
11338 | 2024.09.06 06:40:43.575131 [ 3 ] {b8e22749-8b3c-4e77-bb74-2d7d1eade287} <Debug> DynamicQueryHandler: Done processing query | ||
11339 | 2024.09.06 06:40:43.575171 [ 3 ] {b8e22749-8b3c-4e77-bb74-2d7d1eade287} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11340 | 2024.09.06 06:40:43.575198 [ 3 ] {} <Debug> HTTP-Session: fa22ebf6-4be3-40c2-b40c-b518939e467a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11341 | 2024.09.06 06:40:45.503657 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11342 | 2024.09.06 06:40:45.503726 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11343 | 2024.09.06 06:40:48.563930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11344 | 2024.09.06 06:40:48.564070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11345 | 2024.09.06 06:40:48.564095 [ 3 ] {} <Debug> HTTP-Session: e4cfc1ba-0a89-4ab2-b712-9664863b0d40 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11346 | 2024.09.06 06:40:48.564119 [ 3 ] {} <Debug> HTTP-Session: e4cfc1ba-0a89-4ab2-b712-9664863b0d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11347 | 2024.09.06 06:40:48.564134 [ 3 ] {} <Debug> HTTP-Session: e4cfc1ba-0a89-4ab2-b712-9664863b0d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11348 | 2024.09.06 06:40:48.564183 [ 3 ] {} <Trace> HTTP-Session: e4cfc1ba-0a89-4ab2-b712-9664863b0d40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11349 | 2024.09.06 06:40:48.564424 [ 3 ] {ddeb1a69-5807-4c93-ad98-a5e864532b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11350 | 2024.09.06 06:40:48.564493 [ 3 ] {ddeb1a69-5807-4c93-ad98-a5e864532b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11351 | 2024.09.06 06:40:48.564825 [ 3 ] {ddeb1a69-5807-4c93-ad98-a5e864532b0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11352 | 2024.09.06 06:40:48.565361 [ 3 ] {ddeb1a69-5807-4c93-ad98-a5e864532b0b} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11353 | 2024.09.06 06:40:48.565403 [ 3 ] {ddeb1a69-5807-4c93-ad98-a5e864532b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11354 | 2024.09.06 06:40:48.565827 [ 3 ] {ddeb1a69-5807-4c93-ad98-a5e864532b0b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11355 | 2024.09.06 06:40:48.566208 [ 3 ] {ddeb1a69-5807-4c93-ad98-a5e864532b0b} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11356 | 2024.09.06 06:40:48.566380 [ 3 ] {ddeb1a69-5807-4c93-ad98-a5e864532b0b} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002051 sec., 99951.2432959532 rows/sec., 8.80 MiB/sec. | ||
11357 | 2024.09.06 06:40:48.566403 [ 108 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11358 | 2024.09.06 06:40:48.566521 [ 108 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11359 | 2024.09.06 06:40:48.566572 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11360 | 2024.09.06 06:40:48.566667 [ 3 ] {ddeb1a69-5807-4c93-ad98-a5e864532b0b} <Debug> DynamicQueryHandler: Done processing query | ||
11361 | 2024.09.06 06:40:48.566723 [ 3 ] {ddeb1a69-5807-4c93-ad98-a5e864532b0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11362 | 2024.09.06 06:40:48.566770 [ 3 ] {} <Debug> HTTP-Session: e4cfc1ba-0a89-4ab2-b712-9664863b0d40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11363 | 2024.09.06 06:40:48.566826 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
11364 | 2024.09.06 06:40:48.566956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11365 | 2024.09.06 06:40:48.567078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11366 | 2024.09.06 06:40:48.567143 [ 3 ] {} <Debug> HTTP-Session: 04597ff2-7608-4d04-b312-207447a3c291 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11367 | 2024.09.06 06:40:48.567168 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11368 | 2024.09.06 06:40:48.567178 [ 3 ] {} <Debug> HTTP-Session: 04597ff2-7608-4d04-b312-207447a3c291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11369 | 2024.09.06 06:40:48.567233 [ 3 ] {} <Debug> HTTP-Session: 04597ff2-7608-4d04-b312-207447a3c291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11370 | 2024.09.06 06:40:48.567240 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1416 rows starting from the beginning of the part | ||
11371 | 2024.09.06 06:40:48.567298 [ 3 ] {} <Trace> HTTP-Session: 04597ff2-7608-4d04-b312-207447a3c291 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11372 | 2024.09.06 06:40:48.567501 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 206 rows starting from the beginning of the part | ||
11373 | 2024.09.06 06:40:48.567599 [ 3 ] {fc90c9bc-2361-4ab9-9c6e-ef06d9c793b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11374 | 2024.09.06 06:40:48.567770 [ 3 ] {fc90c9bc-2361-4ab9-9c6e-ef06d9c793b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11375 | 2024.09.06 06:40:48.567826 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 118 rows starting from the beginning of the part | ||
11376 | 2024.09.06 06:40:48.568268 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 205 rows starting from the beginning of the part | ||
11377 | 2024.09.06 06:40:48.568523 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 118 rows starting from the beginning of the part | ||
11378 | 2024.09.06 06:40:48.568912 [ 196 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 205 rows starting from the beginning of the part | ||
11379 | 2024.09.06 06:40:48.569624 [ 3 ] {fc90c9bc-2361-4ab9-9c6e-ef06d9c793b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11380 | 2024.09.06 06:40:48.570359 [ 3 ] {fc90c9bc-2361-4ab9-9c6e-ef06d9c793b6} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11381 | 2024.09.06 06:40:48.570405 [ 3 ] {fc90c9bc-2361-4ab9-9c6e-ef06d9c793b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11382 | 2024.09.06 06:40:48.571416 [ 3 ] {fc90c9bc-2361-4ab9-9c6e-ef06d9c793b6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11383 | 2024.09.06 06:40:48.572080 [ 3 ] {fc90c9bc-2361-4ab9-9c6e-ef06d9c793b6} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11384 | 2024.09.06 06:40:48.572456 [ 3 ] {fc90c9bc-2361-4ab9-9c6e-ef06d9c793b6} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004951 sec., 1615.8351848111495 rows/sec., 121.50 KiB/sec. | ||
11385 | 2024.09.06 06:40:48.572532 [ 108 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11386 | 2024.09.06 06:40:48.572702 [ 108 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11387 | 2024.09.06 06:40:48.572740 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2268 rows, containing 5 columns (5 merged, 0 gathered) in 0.006051727 sec., 374769.053528026 rows/sec., 33.30 MiB/sec. | ||
11388 | 2024.09.06 06:40:48.572777 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11389 | 2024.09.06 06:40:48.573012 [ 3 ] {fc90c9bc-2361-4ab9-9c6e-ef06d9c793b6} <Debug> DynamicQueryHandler: Done processing query | ||
11390 | 2024.09.06 06:40:48.573035 [ 190 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
11391 | 2024.09.06 06:40:48.573054 [ 3 ] {fc90c9bc-2361-4ab9-9c6e-ef06d9c793b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11392 | 2024.09.06 06:40:48.573118 [ 3 ] {} <Debug> HTTP-Session: 04597ff2-7608-4d04-b312-207447a3c291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11393 | 2024.09.06 06:40:48.573254 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11394 | 2024.09.06 06:40:48.573362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11395 | 2024.09.06 06:40:48.573520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11396 | 2024.09.06 06:40:48.573563 [ 190 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11397 | 2024.09.06 06:40:48.573586 [ 3 ] {} <Debug> HTTP-Session: 87838bf0-d03d-4af0-ace6-336ec4a5d652 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11398 | 2024.09.06 06:40:48.573657 [ 3 ] {} <Debug> HTTP-Session: 87838bf0-d03d-4af0-ace6-336ec4a5d652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11399 | 2024.09.06 06:40:48.573675 [ 190 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 57 rows starting from the beginning of the part | ||
11400 | 2024.09.06 06:40:48.573690 [ 3 ] {} <Debug> HTTP-Session: 87838bf0-d03d-4af0-ace6-336ec4a5d652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11401 | 2024.09.06 06:40:48.573811 [ 3 ] {} <Trace> HTTP-Session: 87838bf0-d03d-4af0-ace6-336ec4a5d652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11402 | 2024.09.06 06:40:48.574137 [ 3 ] {4647061a-b326-4f06-be1c-720f471b8e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11403 | 2024.09.06 06:40:48.574336 [ 3 ] {4647061a-b326-4f06-be1c-720f471b8e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11404 | 2024.09.06 06:40:48.574567 [ 190 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 10 rows starting from the beginning of the part | ||
11405 | 2024.09.06 06:40:48.575259 [ 190 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 31 rows starting from the beginning of the part | ||
11406 | 2024.09.06 06:40:48.575648 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_61_12} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11407 | 2024.09.06 06:40:48.575875 [ 190 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part | ||
11408 | 2024.09.06 06:40:48.576138 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_61_12} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11409 | 2024.09.06 06:40:48.576334 [ 3 ] {4647061a-b326-4f06-be1c-720f471b8e96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11410 | 2024.09.06 06:40:48.576485 [ 190 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 31 rows starting from the beginning of the part | ||
11411 | 2024.09.06 06:40:48.576563 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
11412 | 2024.09.06 06:40:48.576889 [ 190 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
11413 | 2024.09.06 06:40:48.577689 [ 3 ] {4647061a-b326-4f06-be1c-720f471b8e96} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11414 | 2024.09.06 06:40:48.577764 [ 3 ] {4647061a-b326-4f06-be1c-720f471b8e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11415 | 2024.09.06 06:40:48.578831 [ 3 ] {4647061a-b326-4f06-be1c-720f471b8e96} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11416 | 2024.09.06 06:40:48.579832 [ 198 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 5 columns (5 merged, 0 gathered) in 0.006926044 sec., 20935.471966392357 rows/sec., 1.60 MiB/sec. | ||
11417 | 2024.09.06 06:40:48.579999 [ 3 ] {4647061a-b326-4f06-be1c-720f471b8e96} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11418 | 2024.09.06 06:40:48.580060 [ 193 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11419 | 2024.09.06 06:40:48.580326 [ 3 ] {4647061a-b326-4f06-be1c-720f471b8e96} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006298 sec., 2222.9279136233727 rows/sec., 155.68 KiB/sec. | ||
11420 | 2024.09.06 06:40:48.580984 [ 3 ] {4647061a-b326-4f06-be1c-720f471b8e96} <Debug> DynamicQueryHandler: Done processing query | ||
11421 | 2024.09.06 06:40:48.581087 [ 3 ] {4647061a-b326-4f06-be1c-720f471b8e96} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11422 | 2024.09.06 06:40:48.581206 [ 3 ] {} <Debug> HTTP-Session: 87838bf0-d03d-4af0-ace6-336ec4a5d652 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11423 | 2024.09.06 06:40:48.581487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11424 | 2024.09.06 06:40:48.581618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11425 | 2024.09.06 06:40:48.581648 [ 3 ] {} <Debug> HTTP-Session: 16e2dd57-bbc2-4692-8fc0-6615a0df1e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11426 | 2024.09.06 06:40:48.581678 [ 3 ] {} <Debug> HTTP-Session: 16e2dd57-bbc2-4692-8fc0-6615a0df1e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11427 | 2024.09.06 06:40:48.581703 [ 3 ] {} <Debug> HTTP-Session: 16e2dd57-bbc2-4692-8fc0-6615a0df1e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11428 | 2024.09.06 06:40:48.581774 [ 3 ] {} <Trace> HTTP-Session: 16e2dd57-bbc2-4692-8fc0-6615a0df1e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11429 | 2024.09.06 06:40:48.581870 [ 193 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_56_11} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11430 | 2024.09.06 06:40:48.581980 [ 3 ] {33647dbb-175f-4b8e-b917-399267b8f29b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11431 | 2024.09.06 06:40:48.582045 [ 193 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_56_11} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11432 | 2024.09.06 06:40:48.582061 [ 3 ] {33647dbb-175f-4b8e-b917-399267b8f29b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11433 | 2024.09.06 06:40:48.582223 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
11434 | 2024.09.06 06:40:48.582445 [ 3 ] {33647dbb-175f-4b8e-b917-399267b8f29b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11435 | 2024.09.06 06:40:48.582810 [ 3 ] {33647dbb-175f-4b8e-b917-399267b8f29b} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11436 | 2024.09.06 06:40:48.582848 [ 3 ] {33647dbb-175f-4b8e-b917-399267b8f29b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11437 | 2024.09.06 06:40:48.583216 [ 3 ] {33647dbb-175f-4b8e-b917-399267b8f29b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11438 | 2024.09.06 06:40:48.583598 [ 3 ] {33647dbb-175f-4b8e-b917-399267b8f29b} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11439 | 2024.09.06 06:40:48.583761 [ 3 ] {33647dbb-175f-4b8e-b917-399267b8f29b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00186 sec., 3225.806451612903 rows/sec., 190.59 KiB/sec. | ||
11440 | 2024.09.06 06:40:48.583940 [ 3 ] {33647dbb-175f-4b8e-b917-399267b8f29b} <Debug> DynamicQueryHandler: Done processing query | ||
11441 | 2024.09.06 06:40:48.583966 [ 3 ] {33647dbb-175f-4b8e-b917-399267b8f29b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11442 | 2024.09.06 06:40:48.583982 [ 3 ] {} <Debug> HTTP-Session: 16e2dd57-bbc2-4692-8fc0-6615a0df1e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11443 | 2024.09.06 06:40:48.584200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11444 | 2024.09.06 06:40:48.584251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11445 | 2024.09.06 06:40:48.584271 [ 3 ] {} <Debug> HTTP-Session: d548a5f0-9ec4-4f7d-9e8d-ab3fbf29ced1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11446 | 2024.09.06 06:40:48.584293 [ 3 ] {} <Debug> HTTP-Session: d548a5f0-9ec4-4f7d-9e8d-ab3fbf29ced1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11447 | 2024.09.06 06:40:48.584312 [ 3 ] {} <Debug> HTTP-Session: d548a5f0-9ec4-4f7d-9e8d-ab3fbf29ced1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11448 | 2024.09.06 06:40:48.584344 [ 3 ] {} <Trace> HTTP-Session: d548a5f0-9ec4-4f7d-9e8d-ab3fbf29ced1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11449 | 2024.09.06 06:40:48.584610 [ 3 ] {78b498b4-7ddb-4dab-9365-b75955537306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11450 | 2024.09.06 06:40:48.584655 [ 3 ] {78b498b4-7ddb-4dab-9365-b75955537306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11451 | 2024.09.06 06:40:48.584882 [ 3 ] {78b498b4-7ddb-4dab-9365-b75955537306} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11452 | 2024.09.06 06:40:48.585460 [ 3 ] {78b498b4-7ddb-4dab-9365-b75955537306} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11453 | 2024.09.06 06:40:48.585498 [ 3 ] {78b498b4-7ddb-4dab-9365-b75955537306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11454 | 2024.09.06 06:40:48.585882 [ 3 ] {78b498b4-7ddb-4dab-9365-b75955537306} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11455 | 2024.09.06 06:40:48.586249 [ 3 ] {78b498b4-7ddb-4dab-9365-b75955537306} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11456 | 2024.09.06 06:40:48.586411 [ 3 ] {78b498b4-7ddb-4dab-9365-b75955537306} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001961 sec., 198878.1234064253 rows/sec., 14.10 MiB/sec. | ||
11457 | 2024.09.06 06:40:48.586412 [ 108 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11458 | 2024.09.06 06:40:48.586501 [ 108 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11459 | 2024.09.06 06:40:48.586537 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11460 | 2024.09.06 06:40:48.586725 [ 3 ] {78b498b4-7ddb-4dab-9365-b75955537306} <Debug> DynamicQueryHandler: Done processing query | ||
11461 | 2024.09.06 06:40:48.586728 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
11462 | 2024.09.06 06:40:48.586761 [ 3 ] {78b498b4-7ddb-4dab-9365-b75955537306} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11463 | 2024.09.06 06:40:48.586808 [ 3 ] {} <Debug> HTTP-Session: d548a5f0-9ec4-4f7d-9e8d-ab3fbf29ced1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11464 | 2024.09.06 06:40:48.586934 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11465 | 2024.09.06 06:40:48.586978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11466 | 2024.09.06 06:40:48.586995 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
11467 | 2024.09.06 06:40:48.587070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11468 | 2024.09.06 06:40:48.587157 [ 3 ] {} <Debug> HTTP-Session: e56dbf14-37cb-4303-9399-fd45c23d18e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11469 | 2024.09.06 06:40:48.587235 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 392 rows starting from the beginning of the part | ||
11470 | 2024.09.06 06:40:48.587238 [ 3 ] {} <Debug> HTTP-Session: e56dbf14-37cb-4303-9399-fd45c23d18e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11471 | 2024.09.06 06:40:48.587330 [ 3 ] {} <Debug> HTTP-Session: e56dbf14-37cb-4303-9399-fd45c23d18e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11472 | 2024.09.06 06:40:48.587466 [ 3 ] {} <Trace> HTTP-Session: e56dbf14-37cb-4303-9399-fd45c23d18e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11473 | 2024.09.06 06:40:48.587571 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 95 rows starting from the beginning of the part | ||
11474 | 2024.09.06 06:40:48.587766 [ 3 ] {453175ee-aeb4-41f8-bcc0-e552071140fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11475 | 2024.09.06 06:40:48.587877 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 390 rows starting from the beginning of the part | ||
11476 | 2024.09.06 06:40:48.587910 [ 3 ] {453175ee-aeb4-41f8-bcc0-e552071140fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11477 | 2024.09.06 06:40:48.588218 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 95 rows starting from the beginning of the part | ||
11478 | 2024.09.06 06:40:48.588537 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 390 rows starting from the beginning of the part | ||
11479 | 2024.09.06 06:40:48.589046 [ 3 ] {453175ee-aeb4-41f8-bcc0-e552071140fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11480 | 2024.09.06 06:40:48.589709 [ 3 ] {453175ee-aeb4-41f8-bcc0-e552071140fc} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11481 | 2024.09.06 06:40:48.589766 [ 3 ] {453175ee-aeb4-41f8-bcc0-e552071140fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11482 | 2024.09.06 06:40:48.590711 [ 3 ] {453175ee-aeb4-41f8-bcc0-e552071140fc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11483 | 2024.09.06 06:40:48.591308 [ 3 ] {453175ee-aeb4-41f8-bcc0-e552071140fc} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11484 | 2024.09.06 06:40:48.591560 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2275 rows, containing 5 columns (5 merged, 0 gathered) in 0.004924056 sec., 462017.4912714234 rows/sec., 35.15 MiB/sec. | ||
11485 | 2024.09.06 06:40:48.591663 [ 108 ] {} <Debug> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11486 | 2024.09.06 06:40:48.591697 [ 3 ] {453175ee-aeb4-41f8-bcc0-e552071140fc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004052 sec., 1480.7502467917077 rows/sec., 77.36 KiB/sec. | ||
11487 | 2024.09.06 06:40:48.591726 [ 108 ] {} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11488 | 2024.09.06 06:40:48.591847 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11489 | 2024.09.06 06:40:48.591999 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11490 | 2024.09.06 06:40:48.592243 [ 3 ] {453175ee-aeb4-41f8-bcc0-e552071140fc} <Debug> DynamicQueryHandler: Done processing query | ||
11491 | 2024.09.06 06:40:48.592317 [ 3 ] {453175ee-aeb4-41f8-bcc0-e552071140fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11492 | 2024.09.06 06:40:48.592392 [ 3 ] {} <Debug> HTTP-Session: e56dbf14-37cb-4303-9399-fd45c23d18e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11493 | 2024.09.06 06:40:48.592476 [ 189 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::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 | ||
11494 | 2024.09.06 06:40:48.592693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11495 | 2024.09.06 06:40:48.592897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11496 | 2024.09.06 06:40:48.593017 [ 3 ] {} <Debug> HTTP-Session: b3f4b11a-033c-4d3c-8666-d4a09b063062 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11497 | 2024.09.06 06:40:48.593136 [ 3 ] {} <Debug> HTTP-Session: b3f4b11a-033c-4d3c-8666-d4a09b063062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11498 | 2024.09.06 06:40:48.593235 [ 3 ] {} <Debug> HTTP-Session: b3f4b11a-033c-4d3c-8666-d4a09b063062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11499 | 2024.09.06 06:40:48.593427 [ 3 ] {} <Trace> HTTP-Session: b3f4b11a-033c-4d3c-8666-d4a09b063062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11500 | 2024.09.06 06:40:48.593505 [ 189 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11501 | 2024.09.06 06:40:48.593943 [ 189 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
11502 | 2024.09.06 06:40:48.593981 [ 3 ] {21f4e6db-4809-4881-b326-c78fecd2136d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11503 | 2024.09.06 06:40:48.594279 [ 3 ] {21f4e6db-4809-4881-b326-c78fecd2136d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11504 | 2024.09.06 06:40:48.594524 [ 189 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
11505 | 2024.09.06 06:40:48.595070 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_61_12} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11506 | 2024.09.06 06:40:48.595069 [ 189 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
11507 | 2024.09.06 06:40:48.595634 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_61_12} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11508 | 2024.09.06 06:40:48.595632 [ 189 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
11509 | 2024.09.06 06:40:48.596068 [ 189 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
11510 | 2024.09.06 06:40:48.596163 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
11511 | 2024.09.06 06:40:48.596486 [ 189 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
11512 | 2024.09.06 06:40:48.596641 [ 3 ] {21f4e6db-4809-4881-b326-c78fecd2136d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11513 | 2024.09.06 06:40:48.597972 [ 3 ] {21f4e6db-4809-4881-b326-c78fecd2136d} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11514 | 2024.09.06 06:40:48.598041 [ 3 ] {21f4e6db-4809-4881-b326-c78fecd2136d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11515 | 2024.09.06 06:40:48.599239 [ 3 ] {21f4e6db-4809-4881-b326-c78fecd2136d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11516 | 2024.09.06 06:40:48.599262 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.00722261 sec., 21598.840308420364 rows/sec., 1.10 MiB/sec. | ||
11517 | 2024.09.06 06:40:48.599519 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11518 | 2024.09.06 06:40:48.599965 [ 3 ] {21f4e6db-4809-4881-b326-c78fecd2136d} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11519 | 2024.09.06 06:40:48.600337 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11520 | 2024.09.06 06:40:48.600352 [ 3 ] {21f4e6db-4809-4881-b326-c78fecd2136d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006629 sec., 35751.998793181476 rows/sec., 2.40 MiB/sec. | ||
11521 | 2024.09.06 06:40:48.600415 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11522 | 2024.09.06 06:40:48.600544 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11523 | 2024.09.06 06:40:48.600618 [ 200 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_26_5} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11524 | 2024.09.06 06:40:48.600894 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
11525 | 2024.09.06 06:40:48.600979 [ 200 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_26_5} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11526 | 2024.09.06 06:40:48.600994 [ 3 ] {21f4e6db-4809-4881-b326-c78fecd2136d} <Debug> DynamicQueryHandler: Done processing query | ||
11527 | 2024.09.06 06:40:48.601069 [ 3 ] {21f4e6db-4809-4881-b326-c78fecd2136d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11528 | 2024.09.06 06:40:48.601195 [ 3 ] {} <Debug> HTTP-Session: b3f4b11a-033c-4d3c-8666-d4a09b063062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11529 | 2024.09.06 06:40:48.601249 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11530 | 2024.09.06 06:40:48.601327 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11531 | 2024.09.06 06:40:48.601360 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17636 rows starting from the beginning of the part | ||
11532 | 2024.09.06 06:40:48.601425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11533 | 2024.09.06 06:40:48.601579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11534 | 2024.09.06 06:40:48.601615 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 238 rows starting from the beginning of the part | ||
11535 | 2024.09.06 06:40:48.601631 [ 3 ] {} <Debug> HTTP-Session: f7679c41-3121-4a8c-bf5e-7ccc5fff8c9d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11536 | 2024.09.06 06:40:48.601683 [ 3 ] {} <Debug> HTTP-Session: f7679c41-3121-4a8c-bf5e-7ccc5fff8c9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11537 | 2024.09.06 06:40:48.601765 [ 3 ] {} <Debug> HTTP-Session: f7679c41-3121-4a8c-bf5e-7ccc5fff8c9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11538 | 2024.09.06 06:40:48.601887 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
11539 | 2024.09.06 06:40:48.601897 [ 3 ] {} <Trace> HTTP-Session: f7679c41-3121-4a8c-bf5e-7ccc5fff8c9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11540 | 2024.09.06 06:40:48.602155 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
11541 | 2024.09.06 06:40:48.602213 [ 3 ] {69633c04-7be4-4324-b9b4-d69d022487f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11542 | 2024.09.06 06:40:48.602402 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
11543 | 2024.09.06 06:40:48.602412 [ 3 ] {69633c04-7be4-4324-b9b4-d69d022487f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11544 | 2024.09.06 06:40:48.602773 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
11545 | 2024.09.06 06:40:48.603401 [ 3 ] {69633c04-7be4-4324-b9b4-d69d022487f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11546 | 2024.09.06 06:40:48.604015 [ 3 ] {69633c04-7be4-4324-b9b4-d69d022487f9} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11547 | 2024.09.06 06:40:48.604054 [ 3 ] {69633c04-7be4-4324-b9b4-d69d022487f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11548 | 2024.09.06 06:40:48.604533 [ 3 ] {69633c04-7be4-4324-b9b4-d69d022487f9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11549 | 2024.09.06 06:40:48.605294 [ 3 ] {69633c04-7be4-4324-b9b4-d69d022487f9} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11550 | 2024.09.06 06:40:48.605734 [ 3 ] {69633c04-7be4-4324-b9b4-d69d022487f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003606 sec., 277.31558513588465 rows/sec., 18.69 KiB/sec. | ||
11551 | 2024.09.06 06:40:48.606298 [ 3 ] {69633c04-7be4-4324-b9b4-d69d022487f9} <Debug> DynamicQueryHandler: Done processing query | ||
11552 | 2024.09.06 06:40:48.606335 [ 3 ] {69633c04-7be4-4324-b9b4-d69d022487f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11553 | 2024.09.06 06:40:48.606352 [ 3 ] {} <Debug> HTTP-Session: f7679c41-3121-4a8c-bf5e-7ccc5fff8c9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11554 | 2024.09.06 06:40:48.606508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11555 | 2024.09.06 06:40:48.606561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11556 | 2024.09.06 06:40:48.606581 [ 3 ] {} <Debug> HTTP-Session: dc0e8826-d128-422d-a524-1f7583f4f636 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11557 | 2024.09.06 06:40:48.606598 [ 3 ] {} <Debug> HTTP-Session: dc0e8826-d128-422d-a524-1f7583f4f636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11558 | 2024.09.06 06:40:48.606613 [ 3 ] {} <Debug> HTTP-Session: dc0e8826-d128-422d-a524-1f7583f4f636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11559 | 2024.09.06 06:40:48.606646 [ 3 ] {} <Trace> HTTP-Session: dc0e8826-d128-422d-a524-1f7583f4f636 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11560 | 2024.09.06 06:40:48.606945 [ 3 ] {c146bb2d-b530-4915-901d-f2c4f14c9830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11561 | 2024.09.06 06:40:48.607139 [ 3 ] {c146bb2d-b530-4915-901d-f2c4f14c9830} <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_histogramu64 | ||
11562 | 2024.09.06 06:40:48.607691 [ 3 ] {c146bb2d-b530-4915-901d-f2c4f14c9830} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11563 | 2024.09.06 06:40:48.608434 [ 3 ] {c146bb2d-b530-4915-901d-f2c4f14c9830} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11564 | 2024.09.06 06:40:48.608475 [ 3 ] {c146bb2d-b530-4915-901d-f2c4f14c9830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11565 | 2024.09.06 06:40:48.609405 [ 3 ] {c146bb2d-b530-4915-901d-f2c4f14c9830} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11566 | 2024.09.06 06:40:48.610280 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18668 rows, containing 5 columns (5 merged, 0 gathered) in 0.009562965 sec., 1952114.2239880622 rows/sec., 132.06 MiB/sec. | ||
11567 | 2024.09.06 06:40:48.610332 [ 3 ] {c146bb2d-b530-4915-901d-f2c4f14c9830} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11568 | 2024.09.06 06:40:48.610611 [ 108 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11569 | 2024.09.06 06:40:48.610640 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11570 | 2024.09.06 06:40:48.610672 [ 3 ] {c146bb2d-b530-4915-901d-f2c4f14c9830} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003926 sec., 2037.6974019358126 rows/sec., 3.65 MiB/sec. | ||
11571 | 2024.09.06 06:40:48.610711 [ 108 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11572 | 2024.09.06 06:40:48.610896 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11573 | 2024.09.06 06:40:48.611469 [ 200 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
11574 | 2024.09.06 06:40:48.612204 [ 3 ] {c146bb2d-b530-4915-901d-f2c4f14c9830} <Debug> DynamicQueryHandler: Done processing query | ||
11575 | 2024.09.06 06:40:48.612322 [ 3 ] {c146bb2d-b530-4915-901d-f2c4f14c9830} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11576 | 2024.09.06 06:40:48.612452 [ 3 ] {} <Debug> HTTP-Session: dc0e8826-d128-422d-a524-1f7583f4f636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11577 | 2024.09.06 06:40:48.612726 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11578 | 2024.09.06 06:40:48.612840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11579 | 2024.09.06 06:40:48.613109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11580 | 2024.09.06 06:40:48.613176 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11581 | 2024.09.06 06:40:48.613231 [ 3 ] {} <Debug> HTTP-Session: 0f4e4473-b1b9-4110-ab5a-8d5637145eb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11582 | 2024.09.06 06:40:48.613355 [ 3 ] {} <Debug> HTTP-Session: 0f4e4473-b1b9-4110-ab5a-8d5637145eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11583 | 2024.09.06 06:40:48.613488 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
11584 | 2024.09.06 06:40:48.613481 [ 3 ] {} <Debug> HTTP-Session: 0f4e4473-b1b9-4110-ab5a-8d5637145eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11585 | 2024.09.06 06:40:48.613665 [ 3 ] {} <Trace> HTTP-Session: 0f4e4473-b1b9-4110-ab5a-8d5637145eb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11586 | 2024.09.06 06:40:48.613874 [ 200 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11587 | 2024.09.06 06:40:48.614100 [ 3 ] {5460d5cd-d962-4caf-8ad1-00c3f6b1cf6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11588 | 2024.09.06 06:40:48.614237 [ 200 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 939 rows starting from the beginning of the part | ||
11589 | 2024.09.06 06:40:48.614274 [ 3 ] {5460d5cd-d962-4caf-8ad1-00c3f6b1cf6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11590 | 2024.09.06 06:40:48.615281 [ 3 ] {5460d5cd-d962-4caf-8ad1-00c3f6b1cf6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11591 | 2024.09.06 06:40:48.615381 [ 200 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part | ||
11592 | 2024.09.06 06:40:48.616019 [ 200 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 31 rows starting from the beginning of the part | ||
11593 | 2024.09.06 06:40:48.616296 [ 3 ] {5460d5cd-d962-4caf-8ad1-00c3f6b1cf6f} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11594 | 2024.09.06 06:40:48.616415 [ 3 ] {5460d5cd-d962-4caf-8ad1-00c3f6b1cf6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11595 | 2024.09.06 06:40:48.616736 [ 200 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part | ||
11596 | 2024.09.06 06:40:48.617368 [ 200 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 31 rows starting from the beginning of the part | ||
11597 | 2024.09.06 06:40:48.617823 [ 3 ] {5460d5cd-d962-4caf-8ad1-00c3f6b1cf6f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11598 | 2024.09.06 06:40:48.617917 [ 200 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
11599 | 2024.09.06 06:40:48.619005 [ 3 ] {5460d5cd-d962-4caf-8ad1-00c3f6b1cf6f} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11600 | 2024.09.06 06:40:48.619260 [ 108 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11601 | 2024.09.06 06:40:48.619294 [ 3 ] {5460d5cd-d962-4caf-8ad1-00c3f6b1cf6f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005379 sec., 15244.469232199293 rows/sec., 991.45 KiB/sec. | ||
11602 | 2024.09.06 06:40:48.619373 [ 108 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11603 | 2024.09.06 06:40:48.619512 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11604 | 2024.09.06 06:40:48.619811 [ 3 ] {5460d5cd-d962-4caf-8ad1-00c3f6b1cf6f} <Debug> DynamicQueryHandler: Done processing query | ||
11605 | 2024.09.06 06:40:48.619901 [ 3 ] {5460d5cd-d962-4caf-8ad1-00c3f6b1cf6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11606 | 2024.09.06 06:40:48.619974 [ 3 ] {} <Debug> HTTP-Session: 0f4e4473-b1b9-4110-ab5a-8d5637145eb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11607 | 2024.09.06 06:40:48.620032 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
11608 | 2024.09.06 06:40:48.620421 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11609 | 2024.09.06 06:40:48.620486 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3710 rows starting from the beginning of the part | ||
11610 | 2024.09.06 06:40:48.620567 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part | ||
11611 | 2024.09.06 06:40:48.620713 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
11612 | 2024.09.06 06:40:48.620829 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
11613 | 2024.09.06 06:40:48.620999 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
11614 | 2024.09.06 06:40:48.621144 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
11615 | 2024.09.06 06:40:48.624977 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4076 rows, containing 4 columns (4 merged, 0 gathered) in 0.005285202 sec., 771209.8799629607 rows/sec., 50.40 MiB/sec. | ||
11616 | 2024.09.06 06:40:48.625686 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11617 | 2024.09.06 06:40:48.626688 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_61_12} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11618 | 2024.09.06 06:40:48.626819 [ 201 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_61_12} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11619 | 2024.09.06 06:40:48.627044 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
11620 | 2024.09.06 06:40:48.627834 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1025 rows, containing 19 columns (19 merged, 0 gathered) in 0.016747994 sec., 61201.3593986241 rows/sec., 109.67 MiB/sec. | ||
11621 | 2024.09.06 06:40:48.628882 [ 187 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11622 | 2024.09.06 06:40:48.629500 [ 187 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11623 | 2024.09.06 06:40:48.629581 [ 187 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11624 | 2024.09.06 06:40:48.629728 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.22 MiB. | ||
11625 | 2024.09.06 06:40:49.000171 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.51 MiB, peak 211.87 MiB, free memory in arenas 0.00 B, will set to 202.16 MiB (RSS), difference: 1.65 MiB | ||
11626 | 2024.09.06 06:40:53.590847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11627 | 2024.09.06 06:40:53.590989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11628 | 2024.09.06 06:40:53.591019 [ 3 ] {} <Debug> HTTP-Session: a042ef5b-98a7-4ad2-b41c-ad1644bd5d8a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11629 | 2024.09.06 06:40:53.591048 [ 3 ] {} <Debug> HTTP-Session: a042ef5b-98a7-4ad2-b41c-ad1644bd5d8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11630 | 2024.09.06 06:40:53.591067 [ 3 ] {} <Debug> HTTP-Session: a042ef5b-98a7-4ad2-b41c-ad1644bd5d8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11631 | 2024.09.06 06:40:53.591124 [ 3 ] {} <Trace> HTTP-Session: a042ef5b-98a7-4ad2-b41c-ad1644bd5d8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11632 | 2024.09.06 06:40:53.591319 [ 3 ] {1a43f291-c667-40f0-92f2-f3883e349039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11633 | 2024.09.06 06:40:53.591385 [ 3 ] {1a43f291-c667-40f0-92f2-f3883e349039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11634 | 2024.09.06 06:40:53.591720 [ 3 ] {1a43f291-c667-40f0-92f2-f3883e349039} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11635 | 2024.09.06 06:40:53.592185 [ 3 ] {1a43f291-c667-40f0-92f2-f3883e349039} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11636 | 2024.09.06 06:40:53.592227 [ 3 ] {1a43f291-c667-40f0-92f2-f3883e349039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11637 | 2024.09.06 06:40:53.592642 [ 3 ] {1a43f291-c667-40f0-92f2-f3883e349039} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11638 | 2024.09.06 06:40:53.593044 [ 3 ] {1a43f291-c667-40f0-92f2-f3883e349039} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11639 | 2024.09.06 06:40:53.593206 [ 3 ] {1a43f291-c667-40f0-92f2-f3883e349039} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001943 sec., 5146.68039114771 rows/sec., 419.68 KiB/sec. | ||
11640 | 2024.09.06 06:40:53.593517 [ 3 ] {1a43f291-c667-40f0-92f2-f3883e349039} <Debug> DynamicQueryHandler: Done processing query | ||
11641 | 2024.09.06 06:40:53.593552 [ 3 ] {1a43f291-c667-40f0-92f2-f3883e349039} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11642 | 2024.09.06 06:40:53.593569 [ 3 ] {} <Debug> HTTP-Session: a042ef5b-98a7-4ad2-b41c-ad1644bd5d8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11643 | 2024.09.06 06:40:53.593974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 183492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11644 | 2024.09.06 06:40:53.594027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11645 | 2024.09.06 06:40:53.594046 [ 3 ] {} <Debug> HTTP-Session: b01f7dfe-53d5-45d2-8160-80602b90b371 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11646 | 2024.09.06 06:40:53.594062 [ 3 ] {} <Debug> HTTP-Session: b01f7dfe-53d5-45d2-8160-80602b90b371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11647 | 2024.09.06 06:40:53.594076 [ 3 ] {} <Debug> HTTP-Session: b01f7dfe-53d5-45d2-8160-80602b90b371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11648 | 2024.09.06 06:40:53.594109 [ 3 ] {} <Trace> HTTP-Session: b01f7dfe-53d5-45d2-8160-80602b90b371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11649 | 2024.09.06 06:40:53.594581 [ 3 ] {afbb23f0-8992-4260-b8ad-c73fe4de98be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11650 | 2024.09.06 06:40:53.594628 [ 3 ] {afbb23f0-8992-4260-b8ad-c73fe4de98be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11651 | 2024.09.06 06:40:53.594878 [ 3 ] {afbb23f0-8992-4260-b8ad-c73fe4de98be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11652 | 2024.09.06 06:40:53.596112 [ 3 ] {afbb23f0-8992-4260-b8ad-c73fe4de98be} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11653 | 2024.09.06 06:40:53.596151 [ 3 ] {afbb23f0-8992-4260-b8ad-c73fe4de98be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11654 | 2024.09.06 06:40:53.596603 [ 3 ] {afbb23f0-8992-4260-b8ad-c73fe4de98be} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11655 | 2024.09.06 06:40:53.596979 [ 3 ] {afbb23f0-8992-4260-b8ad-c73fe4de98be} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11656 | 2024.09.06 06:40:53.597135 [ 3 ] {afbb23f0-8992-4260-b8ad-c73fe4de98be} <Debug> executeQuery: Read 1263 rows, 107.15 KiB in 0.002869 sec., 440223.0742418961 rows/sec., 36.47 MiB/sec. | ||
11657 | 2024.09.06 06:40:53.597339 [ 3 ] {afbb23f0-8992-4260-b8ad-c73fe4de98be} <Debug> DynamicQueryHandler: Done processing query | ||
11658 | 2024.09.06 06:40:53.597375 [ 3 ] {afbb23f0-8992-4260-b8ad-c73fe4de98be} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
11659 | 2024.09.06 06:40:53.597407 [ 3 ] {} <Debug> HTTP-Session: b01f7dfe-53d5-45d2-8160-80602b90b371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11660 | 2024.09.06 06:40:53.597614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 5891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11661 | 2024.09.06 06:40:53.597661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11662 | 2024.09.06 06:40:53.597678 [ 3 ] {} <Debug> HTTP-Session: 1892022e-4e2f-4843-b4f6-125b874b9055 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11663 | 2024.09.06 06:40:53.597694 [ 3 ] {} <Debug> HTTP-Session: 1892022e-4e2f-4843-b4f6-125b874b9055 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11664 | 2024.09.06 06:40:53.597707 [ 3 ] {} <Debug> HTTP-Session: 1892022e-4e2f-4843-b4f6-125b874b9055 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11665 | 2024.09.06 06:40:53.597738 [ 3 ] {} <Trace> HTTP-Session: 1892022e-4e2f-4843-b4f6-125b874b9055 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11666 | 2024.09.06 06:40:53.597836 [ 3 ] {4648a692-6d8b-49d6-a3d7-9426605a726c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11667 | 2024.09.06 06:40:53.597878 [ 3 ] {4648a692-6d8b-49d6-a3d7-9426605a726c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11668 | 2024.09.06 06:40:53.598093 [ 3 ] {4648a692-6d8b-49d6-a3d7-9426605a726c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11669 | 2024.09.06 06:40:53.598435 [ 3 ] {4648a692-6d8b-49d6-a3d7-9426605a726c} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11670 | 2024.09.06 06:40:53.598535 [ 3 ] {4648a692-6d8b-49d6-a3d7-9426605a726c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11671 | 2024.09.06 06:40:53.598898 [ 3 ] {4648a692-6d8b-49d6-a3d7-9426605a726c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11672 | 2024.09.06 06:40:53.599279 [ 3 ] {4648a692-6d8b-49d6-a3d7-9426605a726c} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11673 | 2024.09.06 06:40:53.599436 [ 3 ] {4648a692-6d8b-49d6-a3d7-9426605a726c} <Debug> executeQuery: Read 41 rows, 3.03 KiB in 0.001605 sec., 25545.17133956386 rows/sec., 1.84 MiB/sec. | ||
11674 | 2024.09.06 06:40:53.599716 [ 3 ] {4648a692-6d8b-49d6-a3d7-9426605a726c} <Debug> DynamicQueryHandler: Done processing query | ||
11675 | 2024.09.06 06:40:53.599777 [ 3 ] {4648a692-6d8b-49d6-a3d7-9426605a726c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11676 | 2024.09.06 06:40:53.599838 [ 3 ] {} <Debug> HTTP-Session: 1892022e-4e2f-4843-b4f6-125b874b9055 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11677 | 2024.09.06 06:40:53.600057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11678 | 2024.09.06 06:40:53.600111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11679 | 2024.09.06 06:40:53.600130 [ 3 ] {} <Debug> HTTP-Session: 6c9052cf-999c-4e5e-b923-3419563aa9c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11680 | 2024.09.06 06:40:53.600147 [ 3 ] {} <Debug> HTTP-Session: 6c9052cf-999c-4e5e-b923-3419563aa9c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11681 | 2024.09.06 06:40:53.600161 [ 3 ] {} <Debug> HTTP-Session: 6c9052cf-999c-4e5e-b923-3419563aa9c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11682 | 2024.09.06 06:40:53.600194 [ 3 ] {} <Trace> HTTP-Session: 6c9052cf-999c-4e5e-b923-3419563aa9c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11683 | 2024.09.06 06:40:53.600351 [ 3 ] {6a04f03f-b527-4972-9c8b-0645dc0e06bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11684 | 2024.09.06 06:40:53.600396 [ 3 ] {6a04f03f-b527-4972-9c8b-0645dc0e06bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11685 | 2024.09.06 06:40:53.600639 [ 3 ] {6a04f03f-b527-4972-9c8b-0645dc0e06bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11686 | 2024.09.06 06:40:53.601097 [ 3 ] {6a04f03f-b527-4972-9c8b-0645dc0e06bd} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11687 | 2024.09.06 06:40:53.601134 [ 3 ] {6a04f03f-b527-4972-9c8b-0645dc0e06bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11688 | 2024.09.06 06:40:53.601502 [ 3 ] {6a04f03f-b527-4972-9c8b-0645dc0e06bd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
11689 | 2024.09.06 06:40:53.601862 [ 3 ] {6a04f03f-b527-4972-9c8b-0645dc0e06bd} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11690 | 2024.09.06 06:40:53.602018 [ 3 ] {6a04f03f-b527-4972-9c8b-0645dc0e06bd} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001738 sec., 131185.27042577675 rows/sec., 8.88 MiB/sec. | ||
11691 | 2024.09.06 06:40:53.602028 [ 101 ] {} <Debug> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
11692 | 2024.09.06 06:40:53.602139 [ 101 ] {} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11693 | 2024.09.06 06:40:53.602189 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11694 | 2024.09.06 06:40:53.602325 [ 3 ] {6a04f03f-b527-4972-9c8b-0645dc0e06bd} <Debug> DynamicQueryHandler: Done processing query | ||
11695 | 2024.09.06 06:40:53.602408 [ 3 ] {6a04f03f-b527-4972-9c8b-0645dc0e06bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11696 | 2024.09.06 06:40:53.602478 [ 3 ] {} <Debug> HTTP-Session: 6c9052cf-999c-4e5e-b923-3419563aa9c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11697 | 2024.09.06 06:40:53.602674 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::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 | ||
11698 | 2024.09.06 06:40:53.602818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 92792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11699 | 2024.09.06 06:40:53.602953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11700 | 2024.09.06 06:40:53.603004 [ 3 ] {} <Debug> HTTP-Session: 7f55a5dc-ce2f-461c-8ab8-461d610c2abd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11701 | 2024.09.06 06:40:53.603063 [ 3 ] {} <Debug> HTTP-Session: 7f55a5dc-ce2f-461c-8ab8-461d610c2abd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11702 | 2024.09.06 06:40:53.603075 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11703 | 2024.09.06 06:40:53.603093 [ 3 ] {} <Debug> HTTP-Session: 7f55a5dc-ce2f-461c-8ab8-461d610c2abd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11704 | 2024.09.06 06:40:53.603152 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 242 rows starting from the beginning of the part | ||
11705 | 2024.09.06 06:40:53.603170 [ 3 ] {} <Trace> HTTP-Session: 7f55a5dc-ce2f-461c-8ab8-461d610c2abd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11706 | 2024.09.06 06:40:53.603342 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part | ||
11707 | 2024.09.06 06:40:53.603569 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
11708 | 2024.09.06 06:40:53.603840 [ 3 ] {abae3487-3608-43d3-9b43-ff2da7c2eb11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11709 | 2024.09.06 06:40:53.603953 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
11710 | 2024.09.06 06:40:53.603990 [ 3 ] {abae3487-3608-43d3-9b43-ff2da7c2eb11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11711 | 2024.09.06 06:40:53.604251 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
11712 | 2024.09.06 06:40:53.604610 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 228 rows starting from the beginning of the part | ||
11713 | 2024.09.06 06:40:53.605428 [ 3 ] {abae3487-3608-43d3-9b43-ff2da7c2eb11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11714 | 2024.09.06 06:40:53.606951 [ 3 ] {abae3487-3608-43d3-9b43-ff2da7c2eb11} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11715 | 2024.09.06 06:40:53.607017 [ 3 ] {abae3487-3608-43d3-9b43-ff2da7c2eb11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11716 | 2024.09.06 06:40:53.607595 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005314964 sec., 139229.5413477871 rows/sec., 9.45 MiB/sec. | ||
11717 | 2024.09.06 06:40:53.607796 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
11718 | 2024.09.06 06:40:53.607953 [ 3 ] {abae3487-3608-43d3-9b43-ff2da7c2eb11} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11719 | 2024.09.06 06:40:53.608866 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_36_7} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11720 | 2024.09.06 06:40:53.609022 [ 3 ] {abae3487-3608-43d3-9b43-ff2da7c2eb11} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11721 | 2024.09.06 06:40:53.609036 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_36_7} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
11722 | 2024.09.06 06:40:53.609203 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
11723 | 2024.09.06 06:40:53.609328 [ 3 ] {abae3487-3608-43d3-9b43-ff2da7c2eb11} <Debug> executeQuery: Read 561 rows, 42.70 KiB in 0.005958 sec., 94159.11379657604 rows/sec., 7.00 MiB/sec. | ||
11724 | 2024.09.06 06:40:53.609530 [ 3 ] {abae3487-3608-43d3-9b43-ff2da7c2eb11} <Debug> DynamicQueryHandler: Done processing query | ||
11725 | 2024.09.06 06:40:53.609555 [ 3 ] {abae3487-3608-43d3-9b43-ff2da7c2eb11} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
11726 | 2024.09.06 06:40:53.609571 [ 3 ] {} <Debug> HTTP-Session: 7f55a5dc-ce2f-461c-8ab8-461d610c2abd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11727 | 2024.09.06 06:40:53.609839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 161286, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11728 | 2024.09.06 06:40:53.609887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11729 | 2024.09.06 06:40:53.609906 [ 3 ] {} <Debug> HTTP-Session: 9189572e-d05c-4d2b-87d2-da4e1bd0bb99 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11730 | 2024.09.06 06:40:53.609923 [ 3 ] {} <Debug> HTTP-Session: 9189572e-d05c-4d2b-87d2-da4e1bd0bb99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11731 | 2024.09.06 06:40:53.609937 [ 3 ] {} <Debug> HTTP-Session: 9189572e-d05c-4d2b-87d2-da4e1bd0bb99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11732 | 2024.09.06 06:40:53.609968 [ 3 ] {} <Trace> HTTP-Session: 9189572e-d05c-4d2b-87d2-da4e1bd0bb99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11733 | 2024.09.06 06:40:53.610420 [ 3 ] {34727e29-58bc-4cb1-92ee-bd141ae5d089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11734 | 2024.09.06 06:40:53.610469 [ 3 ] {34727e29-58bc-4cb1-92ee-bd141ae5d089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11735 | 2024.09.06 06:40:53.610622 [ 3 ] {34727e29-58bc-4cb1-92ee-bd141ae5d089} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11736 | 2024.09.06 06:40:53.611491 [ 3 ] {34727e29-58bc-4cb1-92ee-bd141ae5d089} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11737 | 2024.09.06 06:40:53.611528 [ 3 ] {34727e29-58bc-4cb1-92ee-bd141ae5d089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11738 | 2024.09.06 06:40:53.611987 [ 3 ] {34727e29-58bc-4cb1-92ee-bd141ae5d089} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11739 | 2024.09.06 06:40:53.612334 [ 3 ] {34727e29-58bc-4cb1-92ee-bd141ae5d089} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11740 | 2024.09.06 06:40:53.612487 [ 3 ] {34727e29-58bc-4cb1-92ee-bd141ae5d089} <Debug> executeQuery: Read 849 rows, 58.52 KiB in 0.002366 sec., 358833.4742180896 rows/sec., 24.15 MiB/sec. | ||
11741 | 2024.09.06 06:40:53.612738 [ 3 ] {34727e29-58bc-4cb1-92ee-bd141ae5d089} <Debug> DynamicQueryHandler: Done processing query | ||
11742 | 2024.09.06 06:40:53.612796 [ 3 ] {34727e29-58bc-4cb1-92ee-bd141ae5d089} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
11743 | 2024.09.06 06:40:53.612846 [ 3 ] {} <Debug> HTTP-Session: 9189572e-d05c-4d2b-87d2-da4e1bd0bb99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11744 | 2024.09.06 06:40:53.613121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11745 | 2024.09.06 06:40:53.613177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11746 | 2024.09.06 06:40:53.613196 [ 3 ] {} <Debug> HTTP-Session: 502a7413-ec1f-4ba9-b62c-b54501248ba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11747 | 2024.09.06 06:40:53.613213 [ 3 ] {} <Debug> HTTP-Session: 502a7413-ec1f-4ba9-b62c-b54501248ba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11748 | 2024.09.06 06:40:53.613226 [ 3 ] {} <Debug> HTTP-Session: 502a7413-ec1f-4ba9-b62c-b54501248ba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11749 | 2024.09.06 06:40:53.613259 [ 3 ] {} <Trace> HTTP-Session: 502a7413-ec1f-4ba9-b62c-b54501248ba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11750 | 2024.09.06 06:40:53.613662 [ 3 ] {a5df61d2-23f2-4bc1-bc51-d651078bf59e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11751 | 2024.09.06 06:40:53.613733 [ 3 ] {a5df61d2-23f2-4bc1-bc51-d651078bf59e} <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_histogramu64 | ||
11752 | 2024.09.06 06:40:53.614160 [ 3 ] {a5df61d2-23f2-4bc1-bc51-d651078bf59e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11753 | 2024.09.06 06:40:53.614860 [ 3 ] {a5df61d2-23f2-4bc1-bc51-d651078bf59e} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11754 | 2024.09.06 06:40:53.614896 [ 3 ] {a5df61d2-23f2-4bc1-bc51-d651078bf59e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11755 | 2024.09.06 06:40:53.615543 [ 3 ] {a5df61d2-23f2-4bc1-bc51-d651078bf59e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11756 | 2024.09.06 06:40:53.616021 [ 3 ] {a5df61d2-23f2-4bc1-bc51-d651078bf59e} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11757 | 2024.09.06 06:40:53.616218 [ 3 ] {a5df61d2-23f2-4bc1-bc51-d651078bf59e} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002868 sec., 10808.926080892608 rows/sec., 19.37 MiB/sec. | ||
11758 | 2024.09.06 06:40:53.616573 [ 3 ] {a5df61d2-23f2-4bc1-bc51-d651078bf59e} <Debug> DynamicQueryHandler: Done processing query | ||
11759 | 2024.09.06 06:40:53.616610 [ 3 ] {a5df61d2-23f2-4bc1-bc51-d651078bf59e} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11760 | 2024.09.06 06:40:53.616626 [ 3 ] {} <Debug> HTTP-Session: 502a7413-ec1f-4ba9-b62c-b54501248ba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11761 | 2024.09.06 06:40:53.616756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11762 | 2024.09.06 06:40:53.616804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11763 | 2024.09.06 06:40:53.616822 [ 3 ] {} <Debug> HTTP-Session: 0530e81d-193b-4e1e-936a-187b178e61df Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11764 | 2024.09.06 06:40:53.616838 [ 3 ] {} <Debug> HTTP-Session: 0530e81d-193b-4e1e-936a-187b178e61df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11765 | 2024.09.06 06:40:53.616852 [ 3 ] {} <Debug> HTTP-Session: 0530e81d-193b-4e1e-936a-187b178e61df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11766 | 2024.09.06 06:40:53.616882 [ 3 ] {} <Trace> HTTP-Session: 0530e81d-193b-4e1e-936a-187b178e61df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11767 | 2024.09.06 06:40:53.617002 [ 3 ] {5b7d39de-d8bc-4ef6-aad7-b78862bbabcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11768 | 2024.09.06 06:40:53.617046 [ 3 ] {5b7d39de-d8bc-4ef6-aad7-b78862bbabcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11769 | 2024.09.06 06:40:53.617177 [ 3 ] {5b7d39de-d8bc-4ef6-aad7-b78862bbabcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11770 | 2024.09.06 06:40:53.617496 [ 3 ] {5b7d39de-d8bc-4ef6-aad7-b78862bbabcb} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11771 | 2024.09.06 06:40:53.617532 [ 3 ] {5b7d39de-d8bc-4ef6-aad7-b78862bbabcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11772 | 2024.09.06 06:40:53.617896 [ 3 ] {5b7d39de-d8bc-4ef6-aad7-b78862bbabcb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11773 | 2024.09.06 06:40:53.618222 [ 3 ] {5b7d39de-d8bc-4ef6-aad7-b78862bbabcb} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11774 | 2024.09.06 06:40:53.618376 [ 3 ] {5b7d39de-d8bc-4ef6-aad7-b78862bbabcb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
11775 | 2024.09.06 06:40:53.618544 [ 3 ] {5b7d39de-d8bc-4ef6-aad7-b78862bbabcb} <Debug> DynamicQueryHandler: Done processing query | ||
11776 | 2024.09.06 06:40:53.618567 [ 3 ] {5b7d39de-d8bc-4ef6-aad7-b78862bbabcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11777 | 2024.09.06 06:40:53.618582 [ 3 ] {} <Debug> HTTP-Session: 0530e81d-193b-4e1e-936a-187b178e61df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11778 | 2024.09.06 06:40:58.564172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11779 | 2024.09.06 06:40:58.564303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11780 | 2024.09.06 06:40:58.564328 [ 3 ] {} <Debug> HTTP-Session: fea5d7fc-6191-4a1c-9eff-06264155ac39 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11781 | 2024.09.06 06:40:58.564353 [ 3 ] {} <Debug> HTTP-Session: fea5d7fc-6191-4a1c-9eff-06264155ac39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11782 | 2024.09.06 06:40:58.564368 [ 3 ] {} <Debug> HTTP-Session: fea5d7fc-6191-4a1c-9eff-06264155ac39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11783 | 2024.09.06 06:40:58.564422 [ 3 ] {} <Trace> HTTP-Session: fea5d7fc-6191-4a1c-9eff-06264155ac39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11784 | 2024.09.06 06:40:58.564626 [ 3 ] {18ed0008-6961-4424-b3f0-bacd3ddbf823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11785 | 2024.09.06 06:40:58.564702 [ 3 ] {18ed0008-6961-4424-b3f0-bacd3ddbf823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11786 | 2024.09.06 06:40:58.565089 [ 3 ] {18ed0008-6961-4424-b3f0-bacd3ddbf823} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11787 | 2024.09.06 06:40:58.565540 [ 3 ] {18ed0008-6961-4424-b3f0-bacd3ddbf823} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11788 | 2024.09.06 06:40:58.565582 [ 3 ] {18ed0008-6961-4424-b3f0-bacd3ddbf823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11789 | 2024.09.06 06:40:58.565989 [ 3 ] {18ed0008-6961-4424-b3f0-bacd3ddbf823} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
11790 | 2024.09.06 06:40:58.566790 [ 3 ] {18ed0008-6961-4424-b3f0-bacd3ddbf823} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11791 | 2024.09.06 06:40:58.566951 [ 3 ] {18ed0008-6961-4424-b3f0-bacd3ddbf823} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002383 sec., 839.278220730172 rows/sec., 68.44 KiB/sec. | ||
11792 | 2024.09.06 06:40:58.567164 [ 3 ] {18ed0008-6961-4424-b3f0-bacd3ddbf823} <Debug> DynamicQueryHandler: Done processing query | ||
11793 | 2024.09.06 06:40:58.567190 [ 3 ] {18ed0008-6961-4424-b3f0-bacd3ddbf823} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11794 | 2024.09.06 06:40:58.567206 [ 3 ] {} <Debug> HTTP-Session: fea5d7fc-6191-4a1c-9eff-06264155ac39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11795 | 2024.09.06 06:40:58.567432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11796 | 2024.09.06 06:40:58.567482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11797 | 2024.09.06 06:40:58.567501 [ 3 ] {} <Debug> HTTP-Session: 162e7499-c8ab-4344-ae77-e838143ecc32 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11798 | 2024.09.06 06:40:58.567519 [ 3 ] {} <Debug> HTTP-Session: 162e7499-c8ab-4344-ae77-e838143ecc32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11799 | 2024.09.06 06:40:58.567533 [ 3 ] {} <Debug> HTTP-Session: 162e7499-c8ab-4344-ae77-e838143ecc32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11800 | 2024.09.06 06:40:58.567564 [ 3 ] {} <Trace> HTTP-Session: 162e7499-c8ab-4344-ae77-e838143ecc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11801 | 2024.09.06 06:40:58.567707 [ 3 ] {7665772b-101b-477c-8aad-467e6f5ff6a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11802 | 2024.09.06 06:40:58.567748 [ 3 ] {7665772b-101b-477c-8aad-467e6f5ff6a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11803 | 2024.09.06 06:40:58.567962 [ 3 ] {7665772b-101b-477c-8aad-467e6f5ff6a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11804 | 2024.09.06 06:40:58.568430 [ 3 ] {7665772b-101b-477c-8aad-467e6f5ff6a3} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11805 | 2024.09.06 06:40:58.568466 [ 3 ] {7665772b-101b-477c-8aad-467e6f5ff6a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11806 | 2024.09.06 06:40:58.568896 [ 3 ] {7665772b-101b-477c-8aad-467e6f5ff6a3} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11807 | 2024.09.06 06:40:58.569269 [ 3 ] {7665772b-101b-477c-8aad-467e6f5ff6a3} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11808 | 2024.09.06 06:40:58.569435 [ 3 ] {7665772b-101b-477c-8aad-467e6f5ff6a3} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001779 sec., 115795.39066891512 rows/sec., 10.19 MiB/sec. | ||
11809 | 2024.09.06 06:40:58.569616 [ 3 ] {7665772b-101b-477c-8aad-467e6f5ff6a3} <Debug> DynamicQueryHandler: Done processing query | ||
11810 | 2024.09.06 06:40:58.569640 [ 3 ] {7665772b-101b-477c-8aad-467e6f5ff6a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11811 | 2024.09.06 06:40:58.569657 [ 3 ] {} <Debug> HTTP-Session: 162e7499-c8ab-4344-ae77-e838143ecc32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11812 | 2024.09.06 06:40:58.569784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11813 | 2024.09.06 06:40:58.569833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11814 | 2024.09.06 06:40:58.569852 [ 3 ] {} <Debug> HTTP-Session: 465c12b8-eba9-4fc0-8061-2aa689808981 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11815 | 2024.09.06 06:40:58.569869 [ 3 ] {} <Debug> HTTP-Session: 465c12b8-eba9-4fc0-8061-2aa689808981 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11816 | 2024.09.06 06:40:58.569882 [ 3 ] {} <Debug> HTTP-Session: 465c12b8-eba9-4fc0-8061-2aa689808981 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11817 | 2024.09.06 06:40:58.569914 [ 3 ] {} <Trace> HTTP-Session: 465c12b8-eba9-4fc0-8061-2aa689808981 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11818 | 2024.09.06 06:40:58.570014 [ 3 ] {356e45f5-9a47-4b59-8ea0-c2f895d0d96a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11819 | 2024.09.06 06:40:58.570058 [ 3 ] {356e45f5-9a47-4b59-8ea0-c2f895d0d96a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11820 | 2024.09.06 06:40:58.570287 [ 3 ] {356e45f5-9a47-4b59-8ea0-c2f895d0d96a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11821 | 2024.09.06 06:40:58.570587 [ 3 ] {356e45f5-9a47-4b59-8ea0-c2f895d0d96a} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11822 | 2024.09.06 06:40:58.570625 [ 3 ] {356e45f5-9a47-4b59-8ea0-c2f895d0d96a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11823 | 2024.09.06 06:40:58.570972 [ 3 ] {356e45f5-9a47-4b59-8ea0-c2f895d0d96a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11824 | 2024.09.06 06:40:58.571324 [ 3 ] {356e45f5-9a47-4b59-8ea0-c2f895d0d96a} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11825 | 2024.09.06 06:40:58.571490 [ 3 ] {356e45f5-9a47-4b59-8ea0-c2f895d0d96a} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001491 sec., 6706.9081153588195 rows/sec., 497.12 KiB/sec. | ||
11826 | 2024.09.06 06:40:58.571663 [ 3 ] {356e45f5-9a47-4b59-8ea0-c2f895d0d96a} <Debug> DynamicQueryHandler: Done processing query | ||
11827 | 2024.09.06 06:40:58.571687 [ 3 ] {356e45f5-9a47-4b59-8ea0-c2f895d0d96a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11828 | 2024.09.06 06:40:58.571703 [ 3 ] {} <Debug> HTTP-Session: 465c12b8-eba9-4fc0-8061-2aa689808981 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11829 | 2024.09.06 06:40:58.571834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11830 | 2024.09.06 06:40:58.571883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11831 | 2024.09.06 06:40:58.571902 [ 3 ] {} <Debug> HTTP-Session: f1a5ccd8-6e5f-4e85-9f1c-c847ce31cae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11832 | 2024.09.06 06:40:58.571919 [ 3 ] {} <Debug> HTTP-Session: f1a5ccd8-6e5f-4e85-9f1c-c847ce31cae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11833 | 2024.09.06 06:40:58.571933 [ 3 ] {} <Debug> HTTP-Session: f1a5ccd8-6e5f-4e85-9f1c-c847ce31cae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11834 | 2024.09.06 06:40:58.571965 [ 3 ] {} <Trace> HTTP-Session: f1a5ccd8-6e5f-4e85-9f1c-c847ce31cae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11835 | 2024.09.06 06:40:58.572064 [ 3 ] {715abb55-063f-4e11-ba0b-e8baa49ca342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11836 | 2024.09.06 06:40:58.572108 [ 3 ] {715abb55-063f-4e11-ba0b-e8baa49ca342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11837 | 2024.09.06 06:40:58.572331 [ 3 ] {715abb55-063f-4e11-ba0b-e8baa49ca342} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11838 | 2024.09.06 06:40:58.572626 [ 3 ] {715abb55-063f-4e11-ba0b-e8baa49ca342} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11839 | 2024.09.06 06:40:58.572662 [ 3 ] {715abb55-063f-4e11-ba0b-e8baa49ca342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11840 | 2024.09.06 06:40:58.573014 [ 3 ] {715abb55-063f-4e11-ba0b-e8baa49ca342} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
11841 | 2024.09.06 06:40:58.573374 [ 3 ] {715abb55-063f-4e11-ba0b-e8baa49ca342} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11842 | 2024.09.06 06:40:58.573532 [ 3 ] {715abb55-063f-4e11-ba0b-e8baa49ca342} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001492 sec., 9383.378016085791 rows/sec., 657.15 KiB/sec. | ||
11843 | 2024.09.06 06:40:58.573702 [ 3 ] {715abb55-063f-4e11-ba0b-e8baa49ca342} <Debug> DynamicQueryHandler: Done processing query | ||
11844 | 2024.09.06 06:40:58.573726 [ 3 ] {715abb55-063f-4e11-ba0b-e8baa49ca342} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11845 | 2024.09.06 06:40:58.573742 [ 3 ] {} <Debug> HTTP-Session: f1a5ccd8-6e5f-4e85-9f1c-c847ce31cae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11846 | 2024.09.06 06:40:58.573850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11847 | 2024.09.06 06:40:58.573898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11848 | 2024.09.06 06:40:58.573917 [ 3 ] {} <Debug> HTTP-Session: fb6c9964-4e53-447b-9ffa-d77a4fdf4aa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11849 | 2024.09.06 06:40:58.573935 [ 3 ] {} <Debug> HTTP-Session: fb6c9964-4e53-447b-9ffa-d77a4fdf4aa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11850 | 2024.09.06 06:40:58.573949 [ 3 ] {} <Debug> HTTP-Session: fb6c9964-4e53-447b-9ffa-d77a4fdf4aa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11851 | 2024.09.06 06:40:58.573979 [ 3 ] {} <Trace> HTTP-Session: fb6c9964-4e53-447b-9ffa-d77a4fdf4aa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11852 | 2024.09.06 06:40:58.574077 [ 3 ] {ada1603c-976d-4796-aa23-fe54a9b49160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11853 | 2024.09.06 06:40:58.574120 [ 3 ] {ada1603c-976d-4796-aa23-fe54a9b49160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11854 | 2024.09.06 06:40:58.574345 [ 3 ] {ada1603c-976d-4796-aa23-fe54a9b49160} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11855 | 2024.09.06 06:40:58.574631 [ 3 ] {ada1603c-976d-4796-aa23-fe54a9b49160} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11856 | 2024.09.06 06:40:58.574667 [ 3 ] {ada1603c-976d-4796-aa23-fe54a9b49160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11857 | 2024.09.06 06:40:58.575008 [ 3 ] {ada1603c-976d-4796-aa23-fe54a9b49160} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11858 | 2024.09.06 06:40:58.575373 [ 3 ] {ada1603c-976d-4796-aa23-fe54a9b49160} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11859 | 2024.09.06 06:40:58.575555 [ 3 ] {ada1603c-976d-4796-aa23-fe54a9b49160} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 238.55 KiB/sec. | ||
11860 | 2024.09.06 06:40:58.575922 [ 3 ] {ada1603c-976d-4796-aa23-fe54a9b49160} <Debug> DynamicQueryHandler: Done processing query | ||
11861 | 2024.09.06 06:40:58.575946 [ 3 ] {ada1603c-976d-4796-aa23-fe54a9b49160} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11862 | 2024.09.06 06:40:58.575962 [ 3 ] {} <Debug> HTTP-Session: fb6c9964-4e53-447b-9ffa-d77a4fdf4aa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11863 | 2024.09.06 06:40:58.576139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11864 | 2024.09.06 06:40:58.576188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11865 | 2024.09.06 06:40:58.576207 [ 3 ] {} <Debug> HTTP-Session: 5a8e7993-a0de-4545-9ac6-aeb63f41a9a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11866 | 2024.09.06 06:40:58.576224 [ 3 ] {} <Debug> HTTP-Session: 5a8e7993-a0de-4545-9ac6-aeb63f41a9a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11867 | 2024.09.06 06:40:58.576238 [ 3 ] {} <Debug> HTTP-Session: 5a8e7993-a0de-4545-9ac6-aeb63f41a9a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11868 | 2024.09.06 06:40:58.576270 [ 3 ] {} <Trace> HTTP-Session: 5a8e7993-a0de-4545-9ac6-aeb63f41a9a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11869 | 2024.09.06 06:40:58.576478 [ 3 ] {cad50766-9a8f-4f26-b4b1-55c897adf35d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11870 | 2024.09.06 06:40:58.576522 [ 3 ] {cad50766-9a8f-4f26-b4b1-55c897adf35d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11871 | 2024.09.06 06:40:58.576769 [ 3 ] {cad50766-9a8f-4f26-b4b1-55c897adf35d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11872 | 2024.09.06 06:40:58.577337 [ 3 ] {cad50766-9a8f-4f26-b4b1-55c897adf35d} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11873 | 2024.09.06 06:40:58.577374 [ 3 ] {cad50766-9a8f-4f26-b4b1-55c897adf35d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11874 | 2024.09.06 06:40:58.577752 [ 3 ] {cad50766-9a8f-4f26-b4b1-55c897adf35d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11875 | 2024.09.06 06:40:58.578106 [ 3 ] {cad50766-9a8f-4f26-b4b1-55c897adf35d} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11876 | 2024.09.06 06:40:58.578269 [ 3 ] {cad50766-9a8f-4f26-b4b1-55c897adf35d} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001888 sec., 207627.1186440678 rows/sec., 14.73 MiB/sec. | ||
11877 | 2024.09.06 06:40:58.578569 [ 3 ] {cad50766-9a8f-4f26-b4b1-55c897adf35d} <Debug> DynamicQueryHandler: Done processing query | ||
11878 | 2024.09.06 06:40:58.578627 [ 3 ] {cad50766-9a8f-4f26-b4b1-55c897adf35d} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11879 | 2024.09.06 06:40:58.578687 [ 3 ] {} <Debug> HTTP-Session: 5a8e7993-a0de-4545-9ac6-aeb63f41a9a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11880 | 2024.09.06 06:40:58.578855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11881 | 2024.09.06 06:40:58.578910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11882 | 2024.09.06 06:40:58.578929 [ 3 ] {} <Debug> HTTP-Session: 6555e2d4-7e76-4c63-a8a1-ce0485733226 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11883 | 2024.09.06 06:40:58.578945 [ 3 ] {} <Debug> HTTP-Session: 6555e2d4-7e76-4c63-a8a1-ce0485733226 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11884 | 2024.09.06 06:40:58.578959 [ 3 ] {} <Debug> HTTP-Session: 6555e2d4-7e76-4c63-a8a1-ce0485733226 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11885 | 2024.09.06 06:40:58.578993 [ 3 ] {} <Trace> HTTP-Session: 6555e2d4-7e76-4c63-a8a1-ce0485733226 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11886 | 2024.09.06 06:40:58.579095 [ 3 ] {7fb46126-318e-4ac9-9b32-8800cd647179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11887 | 2024.09.06 06:40:58.579142 [ 3 ] {7fb46126-318e-4ac9-9b32-8800cd647179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11888 | 2024.09.06 06:40:58.579288 [ 3 ] {7fb46126-318e-4ac9-9b32-8800cd647179} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11889 | 2024.09.06 06:40:58.579541 [ 3 ] {7fb46126-318e-4ac9-9b32-8800cd647179} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11890 | 2024.09.06 06:40:58.579578 [ 3 ] {7fb46126-318e-4ac9-9b32-8800cd647179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11891 | 2024.09.06 06:40:58.579933 [ 3 ] {7fb46126-318e-4ac9-9b32-8800cd647179} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11892 | 2024.09.06 06:40:58.580258 [ 3 ] {7fb46126-318e-4ac9-9b32-8800cd647179} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11893 | 2024.09.06 06:40:58.580412 [ 3 ] {7fb46126-318e-4ac9-9b32-8800cd647179} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 234.11 KiB/sec. | ||
11894 | 2024.09.06 06:40:58.580741 [ 3 ] {7fb46126-318e-4ac9-9b32-8800cd647179} <Debug> DynamicQueryHandler: Done processing query | ||
11895 | 2024.09.06 06:40:58.580765 [ 3 ] {7fb46126-318e-4ac9-9b32-8800cd647179} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11896 | 2024.09.06 06:40:58.580781 [ 3 ] {} <Debug> HTTP-Session: 6555e2d4-7e76-4c63-a8a1-ce0485733226 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11897 | 2024.09.06 06:40:58.580942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11898 | 2024.09.06 06:40:58.580991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11899 | 2024.09.06 06:40:58.581010 [ 3 ] {} <Debug> HTTP-Session: 95b766ac-a0a6-49bd-99d3-b01eecf4fb5e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11900 | 2024.09.06 06:40:58.581027 [ 3 ] {} <Debug> HTTP-Session: 95b766ac-a0a6-49bd-99d3-b01eecf4fb5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11901 | 2024.09.06 06:40:58.581041 [ 3 ] {} <Debug> HTTP-Session: 95b766ac-a0a6-49bd-99d3-b01eecf4fb5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11902 | 2024.09.06 06:40:58.581072 [ 3 ] {} <Trace> HTTP-Session: 95b766ac-a0a6-49bd-99d3-b01eecf4fb5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11903 | 2024.09.06 06:40:58.581276 [ 3 ] {0758fdb3-2687-4e17-b3a6-7c6ab7bc5eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11904 | 2024.09.06 06:40:58.581324 [ 3 ] {0758fdb3-2687-4e17-b3a6-7c6ab7bc5eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11905 | 2024.09.06 06:40:58.581492 [ 3 ] {0758fdb3-2687-4e17-b3a6-7c6ab7bc5eb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11906 | 2024.09.06 06:40:58.581909 [ 3 ] {0758fdb3-2687-4e17-b3a6-7c6ab7bc5eb5} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11907 | 2024.09.06 06:40:58.581946 [ 3 ] {0758fdb3-2687-4e17-b3a6-7c6ab7bc5eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11908 | 2024.09.06 06:40:58.582342 [ 3 ] {0758fdb3-2687-4e17-b3a6-7c6ab7bc5eb5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11909 | 2024.09.06 06:40:58.582690 [ 3 ] {0758fdb3-2687-4e17-b3a6-7c6ab7bc5eb5} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11910 | 2024.09.06 06:40:58.582853 [ 3 ] {0758fdb3-2687-4e17-b3a6-7c6ab7bc5eb5} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001684 sec., 141330.16627078384 rows/sec., 9.47 MiB/sec. | ||
11911 | 2024.09.06 06:40:58.583029 [ 3 ] {0758fdb3-2687-4e17-b3a6-7c6ab7bc5eb5} <Debug> DynamicQueryHandler: Done processing query | ||
11912 | 2024.09.06 06:40:58.583052 [ 3 ] {0758fdb3-2687-4e17-b3a6-7c6ab7bc5eb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11913 | 2024.09.06 06:40:58.583068 [ 3 ] {} <Debug> HTTP-Session: 95b766ac-a0a6-49bd-99d3-b01eecf4fb5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11914 | 2024.09.06 06:40:58.583181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11915 | 2024.09.06 06:40:58.583230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11916 | 2024.09.06 06:40:58.583249 [ 3 ] {} <Debug> HTTP-Session: 458669a8-9de3-4e65-83b5-c6bd2381b8ba Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11917 | 2024.09.06 06:40:58.583266 [ 3 ] {} <Debug> HTTP-Session: 458669a8-9de3-4e65-83b5-c6bd2381b8ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11918 | 2024.09.06 06:40:58.583280 [ 3 ] {} <Debug> HTTP-Session: 458669a8-9de3-4e65-83b5-c6bd2381b8ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11919 | 2024.09.06 06:40:58.583311 [ 3 ] {} <Trace> HTTP-Session: 458669a8-9de3-4e65-83b5-c6bd2381b8ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11920 | 2024.09.06 06:40:58.583403 [ 3 ] {2b1e4327-4035-431e-bc27-4180fa7da896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11921 | 2024.09.06 06:40:58.583449 [ 3 ] {2b1e4327-4035-431e-bc27-4180fa7da896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11922 | 2024.09.06 06:40:58.583580 [ 3 ] {2b1e4327-4035-431e-bc27-4180fa7da896} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11923 | 2024.09.06 06:40:58.583848 [ 3 ] {2b1e4327-4035-431e-bc27-4180fa7da896} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11924 | 2024.09.06 06:40:58.583884 [ 3 ] {2b1e4327-4035-431e-bc27-4180fa7da896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11925 | 2024.09.06 06:40:58.584232 [ 3 ] {2b1e4327-4035-431e-bc27-4180fa7da896} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11926 | 2024.09.06 06:40:58.584553 [ 3 ] {2b1e4327-4035-431e-bc27-4180fa7da896} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11927 | 2024.09.06 06:40:58.584715 [ 3 ] {2b1e4327-4035-431e-bc27-4180fa7da896} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec. | ||
11928 | 2024.09.06 06:40:58.585040 [ 3 ] {2b1e4327-4035-431e-bc27-4180fa7da896} <Debug> DynamicQueryHandler: Done processing query | ||
11929 | 2024.09.06 06:40:58.585066 [ 3 ] {2b1e4327-4035-431e-bc27-4180fa7da896} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11930 | 2024.09.06 06:40:58.585082 [ 3 ] {} <Debug> HTTP-Session: 458669a8-9de3-4e65-83b5-c6bd2381b8ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11931 | 2024.09.06 06:40:58.585205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11932 | 2024.09.06 06:40:58.585254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11933 | 2024.09.06 06:40:58.585273 [ 3 ] {} <Debug> HTTP-Session: 1964769b-c2fe-4d3f-89db-73dcd558879e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11934 | 2024.09.06 06:40:58.585290 [ 3 ] {} <Debug> HTTP-Session: 1964769b-c2fe-4d3f-89db-73dcd558879e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11935 | 2024.09.06 06:40:58.585304 [ 3 ] {} <Debug> HTTP-Session: 1964769b-c2fe-4d3f-89db-73dcd558879e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11936 | 2024.09.06 06:40:58.585335 [ 3 ] {} <Trace> HTTP-Session: 1964769b-c2fe-4d3f-89db-73dcd558879e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11937 | 2024.09.06 06:40:58.585490 [ 3 ] {6ecde1bc-ad75-4dcd-a768-46e10dddb70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11938 | 2024.09.06 06:40:58.585562 [ 3 ] {6ecde1bc-ad75-4dcd-a768-46e10dddb70b} <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_histogramu64 | ||
11939 | 2024.09.06 06:40:58.586003 [ 3 ] {6ecde1bc-ad75-4dcd-a768-46e10dddb70b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11940 | 2024.09.06 06:40:58.586534 [ 3 ] {6ecde1bc-ad75-4dcd-a768-46e10dddb70b} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11941 | 2024.09.06 06:40:58.586571 [ 3 ] {6ecde1bc-ad75-4dcd-a768-46e10dddb70b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11942 | 2024.09.06 06:40:58.587182 [ 3 ] {6ecde1bc-ad75-4dcd-a768-46e10dddb70b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11943 | 2024.09.06 06:40:58.587610 [ 3 ] {6ecde1bc-ad75-4dcd-a768-46e10dddb70b} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11944 | 2024.09.06 06:40:58.587829 [ 3 ] {6ecde1bc-ad75-4dcd-a768-46e10dddb70b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002405 sec., 3326.4033264033264 rows/sec., 5.96 MiB/sec. | ||
11945 | 2024.09.06 06:40:58.588354 [ 3 ] {6ecde1bc-ad75-4dcd-a768-46e10dddb70b} <Debug> DynamicQueryHandler: Done processing query | ||
11946 | 2024.09.06 06:40:58.588379 [ 3 ] {6ecde1bc-ad75-4dcd-a768-46e10dddb70b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11947 | 2024.09.06 06:40:58.588395 [ 3 ] {} <Debug> HTTP-Session: 1964769b-c2fe-4d3f-89db-73dcd558879e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11948 | 2024.09.06 06:40:58.588516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11949 | 2024.09.06 06:40:58.588566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11950 | 2024.09.06 06:40:58.588585 [ 3 ] {} <Debug> HTTP-Session: d42fd34c-01c6-4cd5-a8de-0dc1ca425ffe Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11951 | 2024.09.06 06:40:58.588602 [ 3 ] {} <Debug> HTTP-Session: d42fd34c-01c6-4cd5-a8de-0dc1ca425ffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11952 | 2024.09.06 06:40:58.588617 [ 3 ] {} <Debug> HTTP-Session: d42fd34c-01c6-4cd5-a8de-0dc1ca425ffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11953 | 2024.09.06 06:40:58.588648 [ 3 ] {} <Trace> HTTP-Session: d42fd34c-01c6-4cd5-a8de-0dc1ca425ffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11954 | 2024.09.06 06:40:58.588780 [ 3 ] {23ca702e-ff94-4eb0-bb1a-1d81a6363855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11955 | 2024.09.06 06:40:58.588827 [ 3 ] {23ca702e-ff94-4eb0-bb1a-1d81a6363855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11956 | 2024.09.06 06:40:58.588978 [ 3 ] {23ca702e-ff94-4eb0-bb1a-1d81a6363855} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11957 | 2024.09.06 06:40:58.589304 [ 3 ] {23ca702e-ff94-4eb0-bb1a-1d81a6363855} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11958 | 2024.09.06 06:40:58.589341 [ 3 ] {23ca702e-ff94-4eb0-bb1a-1d81a6363855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11959 | 2024.09.06 06:40:58.589716 [ 3 ] {23ca702e-ff94-4eb0-bb1a-1d81a6363855} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11960 | 2024.09.06 06:40:58.590049 [ 3 ] {23ca702e-ff94-4eb0-bb1a-1d81a6363855} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11961 | 2024.09.06 06:40:58.590205 [ 3 ] {23ca702e-ff94-4eb0-bb1a-1d81a6363855} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001467 sec., 55896.387184730746 rows/sec., 3.55 MiB/sec. | ||
11962 | 2024.09.06 06:40:58.590468 [ 3 ] {23ca702e-ff94-4eb0-bb1a-1d81a6363855} <Debug> DynamicQueryHandler: Done processing query | ||
11963 | 2024.09.06 06:40:58.590526 [ 3 ] {23ca702e-ff94-4eb0-bb1a-1d81a6363855} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11964 | 2024.09.06 06:40:58.590584 [ 3 ] {} <Debug> HTTP-Session: d42fd34c-01c6-4cd5-a8de-0dc1ca425ffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11965 | 2024.09.06 06:41:00.503776 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11966 | 2024.09.06 06:41:00.503824 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11967 | 2024.09.06 06:41:03.560973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11968 | 2024.09.06 06:41:03.561118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11969 | 2024.09.06 06:41:03.561147 [ 3 ] {} <Debug> HTTP-Session: f21aa1fa-99a7-400c-aa26-4faf15c9533b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11970 | 2024.09.06 06:41:03.561175 [ 3 ] {} <Debug> HTTP-Session: f21aa1fa-99a7-400c-aa26-4faf15c9533b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11971 | 2024.09.06 06:41:03.561192 [ 3 ] {} <Debug> HTTP-Session: f21aa1fa-99a7-400c-aa26-4faf15c9533b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11972 | 2024.09.06 06:41:03.561249 [ 3 ] {} <Trace> HTTP-Session: f21aa1fa-99a7-400c-aa26-4faf15c9533b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11973 | 2024.09.06 06:41:03.561453 [ 3 ] {5f1aa283-db77-46d5-9a26-be75a6543fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11974 | 2024.09.06 06:41:03.561531 [ 3 ] {5f1aa283-db77-46d5-9a26-be75a6543fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11975 | 2024.09.06 06:41:03.561875 [ 3 ] {5f1aa283-db77-46d5-9a26-be75a6543fdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11976 | 2024.09.06 06:41:03.562306 [ 3 ] {5f1aa283-db77-46d5-9a26-be75a6543fdc} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11977 | 2024.09.06 06:41:03.562349 [ 3 ] {5f1aa283-db77-46d5-9a26-be75a6543fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11978 | 2024.09.06 06:41:03.562754 [ 3 ] {5f1aa283-db77-46d5-9a26-be75a6543fdc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11979 | 2024.09.06 06:41:03.563143 [ 3 ] {5f1aa283-db77-46d5-9a26-be75a6543fdc} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11980 | 2024.09.06 06:41:03.563308 [ 3 ] {5f1aa283-db77-46d5-9a26-be75a6543fdc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001912 sec., 1046.0251046025105 rows/sec., 85.30 KiB/sec. | ||
11981 | 2024.09.06 06:41:03.563520 [ 3 ] {5f1aa283-db77-46d5-9a26-be75a6543fdc} <Debug> DynamicQueryHandler: Done processing query | ||
11982 | 2024.09.06 06:41:03.563545 [ 3 ] {5f1aa283-db77-46d5-9a26-be75a6543fdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11983 | 2024.09.06 06:41:03.563561 [ 3 ] {} <Debug> HTTP-Session: f21aa1fa-99a7-400c-aa26-4faf15c9533b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11984 | 2024.09.06 06:41:03.563724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11985 | 2024.09.06 06:41:03.563774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11986 | 2024.09.06 06:41:03.563794 [ 3 ] {} <Debug> HTTP-Session: fd9d6197-6223-41aa-ba0e-d8b7afdfeb84 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
11987 | 2024.09.06 06:41:03.563811 [ 3 ] {} <Debug> HTTP-Session: fd9d6197-6223-41aa-ba0e-d8b7afdfeb84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11988 | 2024.09.06 06:41:03.563824 [ 3 ] {} <Debug> HTTP-Session: fd9d6197-6223-41aa-ba0e-d8b7afdfeb84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11989 | 2024.09.06 06:41:03.563857 [ 3 ] {} <Trace> HTTP-Session: fd9d6197-6223-41aa-ba0e-d8b7afdfeb84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11990 | 2024.09.06 06:41:03.563986 [ 3 ] {ada84f56-fe1a-4aee-b725-f8545d06a2cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11991 | 2024.09.06 06:41:03.564030 [ 3 ] {ada84f56-fe1a-4aee-b725-f8545d06a2cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11992 | 2024.09.06 06:41:03.564254 [ 3 ] {ada84f56-fe1a-4aee-b725-f8545d06a2cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11993 | 2024.09.06 06:41:03.564692 [ 3 ] {ada84f56-fe1a-4aee-b725-f8545d06a2cd} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11994 | 2024.09.06 06:41:03.564726 [ 3 ] {ada84f56-fe1a-4aee-b725-f8545d06a2cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
11995 | 2024.09.06 06:41:03.565065 [ 3 ] {ada84f56-fe1a-4aee-b725-f8545d06a2cd} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11996 | 2024.09.06 06:41:03.565410 [ 3 ] {ada84f56-fe1a-4aee-b725-f8545d06a2cd} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11997 | 2024.09.06 06:41:03.565549 [ 3 ] {ada84f56-fe1a-4aee-b725-f8545d06a2cd} <Debug> executeQuery: Read 119 rows, 10.29 KiB in 0.001671 sec., 71214.84141232795 rows/sec., 6.01 MiB/sec. | ||
11998 | 2024.09.06 06:41:03.565810 [ 3 ] {ada84f56-fe1a-4aee-b725-f8545d06a2cd} <Debug> DynamicQueryHandler: Done processing query | ||
11999 | 2024.09.06 06:41:03.565834 [ 3 ] {ada84f56-fe1a-4aee-b725-f8545d06a2cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12000 | 2024.09.06 06:41:03.565851 [ 3 ] {} <Debug> HTTP-Session: fd9d6197-6223-41aa-ba0e-d8b7afdfeb84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12001 | 2024.09.06 06:41:03.566007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12002 | 2024.09.06 06:41:03.566054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12003 | 2024.09.06 06:41:03.566072 [ 3 ] {} <Debug> HTTP-Session: 8f51be98-084c-49d5-9e1f-d24319d24728 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12004 | 2024.09.06 06:41:03.566089 [ 3 ] {} <Debug> HTTP-Session: 8f51be98-084c-49d5-9e1f-d24319d24728 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12005 | 2024.09.06 06:41:03.566103 [ 3 ] {} <Debug> HTTP-Session: 8f51be98-084c-49d5-9e1f-d24319d24728 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12006 | 2024.09.06 06:41:03.566135 [ 3 ] {} <Trace> HTTP-Session: 8f51be98-084c-49d5-9e1f-d24319d24728 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12007 | 2024.09.06 06:41:03.566239 [ 3 ] {d42a7581-1bd0-474b-a77b-16573c5bac8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12008 | 2024.09.06 06:41:03.566283 [ 3 ] {d42a7581-1bd0-474b-a77b-16573c5bac8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12009 | 2024.09.06 06:41:03.566516 [ 3 ] {d42a7581-1bd0-474b-a77b-16573c5bac8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12010 | 2024.09.06 06:41:03.566855 [ 3 ] {d42a7581-1bd0-474b-a77b-16573c5bac8e} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12011 | 2024.09.06 06:41:03.566891 [ 3 ] {d42a7581-1bd0-474b-a77b-16573c5bac8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12012 | 2024.09.06 06:41:03.567235 [ 3 ] {d42a7581-1bd0-474b-a77b-16573c5bac8e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12013 | 2024.09.06 06:41:03.567593 [ 3 ] {d42a7581-1bd0-474b-a77b-16573c5bac8e} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12014 | 2024.09.06 06:41:03.567746 [ 3 ] {d42a7581-1bd0-474b-a77b-16573c5bac8e} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001536 sec., 21484.375 rows/sec., 1.57 MiB/sec. | ||
12015 | 2024.09.06 06:41:03.567919 [ 3 ] {d42a7581-1bd0-474b-a77b-16573c5bac8e} <Debug> DynamicQueryHandler: Done processing query | ||
12016 | 2024.09.06 06:41:03.567942 [ 3 ] {d42a7581-1bd0-474b-a77b-16573c5bac8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12017 | 2024.09.06 06:41:03.567959 [ 3 ] {} <Debug> HTTP-Session: 8f51be98-084c-49d5-9e1f-d24319d24728 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12018 | 2024.09.06 06:41:03.568140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12019 | 2024.09.06 06:41:03.568187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12020 | 2024.09.06 06:41:03.568207 [ 3 ] {} <Debug> HTTP-Session: 36b54d3d-de9c-4924-af5a-522f704ca137 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12021 | 2024.09.06 06:41:03.568223 [ 3 ] {} <Debug> HTTP-Session: 36b54d3d-de9c-4924-af5a-522f704ca137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12022 | 2024.09.06 06:41:03.568237 [ 3 ] {} <Debug> HTTP-Session: 36b54d3d-de9c-4924-af5a-522f704ca137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12023 | 2024.09.06 06:41:03.568269 [ 3 ] {} <Trace> HTTP-Session: 36b54d3d-de9c-4924-af5a-522f704ca137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12024 | 2024.09.06 06:41:03.568391 [ 3 ] {19ea56d3-7d84-490e-a34c-e4c048f407d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12025 | 2024.09.06 06:41:03.568433 [ 3 ] {19ea56d3-7d84-490e-a34c-e4c048f407d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12026 | 2024.09.06 06:41:03.568659 [ 3 ] {19ea56d3-7d84-490e-a34c-e4c048f407d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12027 | 2024.09.06 06:41:03.569043 [ 3 ] {19ea56d3-7d84-490e-a34c-e4c048f407d5} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12028 | 2024.09.06 06:41:03.569081 [ 3 ] {19ea56d3-7d84-490e-a34c-e4c048f407d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12029 | 2024.09.06 06:41:03.569429 [ 3 ] {19ea56d3-7d84-490e-a34c-e4c048f407d5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12030 | 2024.09.06 06:41:03.569782 [ 3 ] {19ea56d3-7d84-490e-a34c-e4c048f407d5} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12031 | 2024.09.06 06:41:03.569941 [ 3 ] {19ea56d3-7d84-490e-a34c-e4c048f407d5} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001586 sec., 61160.15132408575 rows/sec., 4.78 MiB/sec. | ||
12032 | 2024.09.06 06:41:03.570210 [ 3 ] {19ea56d3-7d84-490e-a34c-e4c048f407d5} <Debug> DynamicQueryHandler: Done processing query | ||
12033 | 2024.09.06 06:41:03.570271 [ 3 ] {19ea56d3-7d84-490e-a34c-e4c048f407d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12034 | 2024.09.06 06:41:03.570327 [ 3 ] {} <Debug> HTTP-Session: 36b54d3d-de9c-4924-af5a-522f704ca137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12035 | 2024.09.06 06:41:03.570530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12036 | 2024.09.06 06:41:03.570583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12037 | 2024.09.06 06:41:03.570603 [ 3 ] {} <Debug> HTTP-Session: 96582e33-4d22-4ffc-b560-6441fbff1dd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12038 | 2024.09.06 06:41:03.570620 [ 3 ] {} <Debug> HTTP-Session: 96582e33-4d22-4ffc-b560-6441fbff1dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12039 | 2024.09.06 06:41:03.570634 [ 3 ] {} <Debug> HTTP-Session: 96582e33-4d22-4ffc-b560-6441fbff1dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12040 | 2024.09.06 06:41:03.570667 [ 3 ] {} <Trace> HTTP-Session: 96582e33-4d22-4ffc-b560-6441fbff1dd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12041 | 2024.09.06 06:41:03.570822 [ 3 ] {5ab85fd4-2526-47f3-9b64-f3f41f5c24ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12042 | 2024.09.06 06:41:03.570871 [ 3 ] {5ab85fd4-2526-47f3-9b64-f3f41f5c24ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12043 | 2024.09.06 06:41:03.571037 [ 3 ] {5ab85fd4-2526-47f3-9b64-f3f41f5c24ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12044 | 2024.09.06 06:41:03.571423 [ 3 ] {5ab85fd4-2526-47f3-9b64-f3f41f5c24ee} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12045 | 2024.09.06 06:41:03.571460 [ 3 ] {5ab85fd4-2526-47f3-9b64-f3f41f5c24ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12046 | 2024.09.06 06:41:03.571853 [ 3 ] {5ab85fd4-2526-47f3-9b64-f3f41f5c24ee} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12047 | 2024.09.06 06:41:03.572194 [ 3 ] {5ab85fd4-2526-47f3-9b64-f3f41f5c24ee} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12048 | 2024.09.06 06:41:03.572351 [ 3 ] {5ab85fd4-2526-47f3-9b64-f3f41f5c24ee} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001595 sec., 100940.43887147335 rows/sec., 7.03 MiB/sec. | ||
12049 | 2024.09.06 06:41:03.572518 [ 3 ] {5ab85fd4-2526-47f3-9b64-f3f41f5c24ee} <Debug> DynamicQueryHandler: Done processing query | ||
12050 | 2024.09.06 06:41:03.572541 [ 3 ] {5ab85fd4-2526-47f3-9b64-f3f41f5c24ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12051 | 2024.09.06 06:41:03.572557 [ 3 ] {} <Debug> HTTP-Session: 96582e33-4d22-4ffc-b560-6441fbff1dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12052 | 2024.09.06 06:41:03.572724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12053 | 2024.09.06 06:41:03.572772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12054 | 2024.09.06 06:41:03.572790 [ 3 ] {} <Debug> HTTP-Session: d095aec6-1b41-4871-8078-d852c3e3e2bd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12055 | 2024.09.06 06:41:03.572806 [ 3 ] {} <Debug> HTTP-Session: d095aec6-1b41-4871-8078-d852c3e3e2bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12056 | 2024.09.06 06:41:03.572820 [ 3 ] {} <Debug> HTTP-Session: d095aec6-1b41-4871-8078-d852c3e3e2bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12057 | 2024.09.06 06:41:03.572850 [ 3 ] {} <Trace> HTTP-Session: d095aec6-1b41-4871-8078-d852c3e3e2bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12058 | 2024.09.06 06:41:03.573152 [ 3 ] {643f2ece-29cc-45fb-b76d-a65efcc6c7c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12059 | 2024.09.06 06:41:03.573217 [ 3 ] {643f2ece-29cc-45fb-b76d-a65efcc6c7c6} <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_histogramu64 | ||
12060 | 2024.09.06 06:41:03.573634 [ 3 ] {643f2ece-29cc-45fb-b76d-a65efcc6c7c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12061 | 2024.09.06 06:41:03.574368 [ 3 ] {643f2ece-29cc-45fb-b76d-a65efcc6c7c6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12062 | 2024.09.06 06:41:03.574404 [ 3 ] {643f2ece-29cc-45fb-b76d-a65efcc6c7c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12063 | 2024.09.06 06:41:03.575042 [ 3 ] {643f2ece-29cc-45fb-b76d-a65efcc6c7c6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12064 | 2024.09.06 06:41:03.575444 [ 3 ] {643f2ece-29cc-45fb-b76d-a65efcc6c7c6} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12065 | 2024.09.06 06:41:03.575647 [ 3 ] {643f2ece-29cc-45fb-b76d-a65efcc6c7c6} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002701 sec., 11477.230655312847 rows/sec., 20.57 MiB/sec. | ||
12066 | 2024.09.06 06:41:03.575872 [ 3 ] {643f2ece-29cc-45fb-b76d-a65efcc6c7c6} <Debug> DynamicQueryHandler: Done processing query | ||
12067 | 2024.09.06 06:41:03.575896 [ 3 ] {643f2ece-29cc-45fb-b76d-a65efcc6c7c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12068 | 2024.09.06 06:41:03.575912 [ 3 ] {} <Debug> HTTP-Session: d095aec6-1b41-4871-8078-d852c3e3e2bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12069 | 2024.09.06 06:41:03.576039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12070 | 2024.09.06 06:41:03.576087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12071 | 2024.09.06 06:41:03.576105 [ 3 ] {} <Debug> HTTP-Session: 8167f9ea-41d6-4872-b9fb-786f825ffcf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12072 | 2024.09.06 06:41:03.576122 [ 3 ] {} <Debug> HTTP-Session: 8167f9ea-41d6-4872-b9fb-786f825ffcf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12073 | 2024.09.06 06:41:03.576136 [ 3 ] {} <Debug> HTTP-Session: 8167f9ea-41d6-4872-b9fb-786f825ffcf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12074 | 2024.09.06 06:41:03.576167 [ 3 ] {} <Trace> HTTP-Session: 8167f9ea-41d6-4872-b9fb-786f825ffcf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12075 | 2024.09.06 06:41:03.576285 [ 3 ] {1f5b4747-6c71-4e1a-890b-9c1b0e94d261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12076 | 2024.09.06 06:41:03.576331 [ 3 ] {1f5b4747-6c71-4e1a-890b-9c1b0e94d261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12077 | 2024.09.06 06:41:03.576462 [ 3 ] {1f5b4747-6c71-4e1a-890b-9c1b0e94d261} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12078 | 2024.09.06 06:41:03.576822 [ 3 ] {1f5b4747-6c71-4e1a-890b-9c1b0e94d261} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12079 | 2024.09.06 06:41:03.576858 [ 3 ] {1f5b4747-6c71-4e1a-890b-9c1b0e94d261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12080 | 2024.09.06 06:41:03.577220 [ 3 ] {1f5b4747-6c71-4e1a-890b-9c1b0e94d261} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12081 | 2024.09.06 06:41:03.577555 [ 3 ] {1f5b4747-6c71-4e1a-890b-9c1b0e94d261} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12082 | 2024.09.06 06:41:03.577717 [ 3 ] {1f5b4747-6c71-4e1a-890b-9c1b0e94d261} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
12083 | 2024.09.06 06:41:03.577971 [ 3 ] {1f5b4747-6c71-4e1a-890b-9c1b0e94d261} <Debug> DynamicQueryHandler: Done processing query | ||
12084 | 2024.09.06 06:41:03.578027 [ 3 ] {1f5b4747-6c71-4e1a-890b-9c1b0e94d261} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12085 | 2024.09.06 06:41:03.578090 [ 3 ] {} <Debug> HTTP-Session: 8167f9ea-41d6-4872-b9fb-786f825ffcf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12086 | 2024.09.06 06:41:08.564716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12087 | 2024.09.06 06:41:08.564870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12088 | 2024.09.06 06:41:08.564901 [ 3 ] {} <Debug> HTTP-Session: e5ad25e9-117d-43d6-b907-344ee393f7e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12089 | 2024.09.06 06:41:08.564931 [ 3 ] {} <Debug> HTTP-Session: e5ad25e9-117d-43d6-b907-344ee393f7e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12090 | 2024.09.06 06:41:08.564949 [ 3 ] {} <Debug> HTTP-Session: e5ad25e9-117d-43d6-b907-344ee393f7e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12091 | 2024.09.06 06:41:08.565006 [ 3 ] {} <Trace> HTTP-Session: e5ad25e9-117d-43d6-b907-344ee393f7e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12092 | 2024.09.06 06:41:08.565280 [ 3 ] {b42de8cc-29a7-43bd-a9db-e09aef6b850f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12093 | 2024.09.06 06:41:08.565357 [ 3 ] {b42de8cc-29a7-43bd-a9db-e09aef6b850f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12094 | 2024.09.06 06:41:08.565745 [ 3 ] {b42de8cc-29a7-43bd-a9db-e09aef6b850f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12095 | 2024.09.06 06:41:08.566349 [ 3 ] {b42de8cc-29a7-43bd-a9db-e09aef6b850f} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12096 | 2024.09.06 06:41:08.566399 [ 3 ] {b42de8cc-29a7-43bd-a9db-e09aef6b850f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12097 | 2024.09.06 06:41:08.566848 [ 3 ] {b42de8cc-29a7-43bd-a9db-e09aef6b850f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12098 | 2024.09.06 06:41:08.567237 [ 3 ] {b42de8cc-29a7-43bd-a9db-e09aef6b850f} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12099 | 2024.09.06 06:41:08.567431 [ 3 ] {b42de8cc-29a7-43bd-a9db-e09aef6b850f} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002264 sec., 90547.70318021202 rows/sec., 7.97 MiB/sec. | ||
12100 | 2024.09.06 06:41:08.567751 [ 3 ] {b42de8cc-29a7-43bd-a9db-e09aef6b850f} <Debug> DynamicQueryHandler: Done processing query | ||
12101 | 2024.09.06 06:41:08.567811 [ 3 ] {b42de8cc-29a7-43bd-a9db-e09aef6b850f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12102 | 2024.09.06 06:41:08.567869 [ 3 ] {} <Debug> HTTP-Session: e5ad25e9-117d-43d6-b907-344ee393f7e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12103 | 2024.09.06 06:41:08.568096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12104 | 2024.09.06 06:41:08.568157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12105 | 2024.09.06 06:41:08.568178 [ 3 ] {} <Debug> HTTP-Session: 169417cd-9e83-44c6-a87b-ab231fffa710 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12106 | 2024.09.06 06:41:08.568197 [ 3 ] {} <Debug> HTTP-Session: 169417cd-9e83-44c6-a87b-ab231fffa710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12107 | 2024.09.06 06:41:08.568211 [ 3 ] {} <Debug> HTTP-Session: 169417cd-9e83-44c6-a87b-ab231fffa710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12108 | 2024.09.06 06:41:08.568248 [ 3 ] {} <Trace> HTTP-Session: 169417cd-9e83-44c6-a87b-ab231fffa710 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12109 | 2024.09.06 06:41:08.568364 [ 3 ] {4a18e9f7-e117-4a73-b228-43a082959944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12110 | 2024.09.06 06:41:08.568414 [ 3 ] {4a18e9f7-e117-4a73-b228-43a082959944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12111 | 2024.09.06 06:41:08.568674 [ 3 ] {4a18e9f7-e117-4a73-b228-43a082959944} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12112 | 2024.09.06 06:41:08.569033 [ 3 ] {4a18e9f7-e117-4a73-b228-43a082959944} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12113 | 2024.09.06 06:41:08.569071 [ 3 ] {4a18e9f7-e117-4a73-b228-43a082959944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12114 | 2024.09.06 06:41:08.569429 [ 3 ] {4a18e9f7-e117-4a73-b228-43a082959944} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12115 | 2024.09.06 06:41:08.569800 [ 3 ] {4a18e9f7-e117-4a73-b228-43a082959944} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12116 | 2024.09.06 06:41:08.569947 [ 3 ] {4a18e9f7-e117-4a73-b228-43a082959944} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001626 sec., 4920.049200492005 rows/sec., 369.96 KiB/sec. | ||
12117 | 2024.09.06 06:41:08.570124 [ 3 ] {4a18e9f7-e117-4a73-b228-43a082959944} <Debug> DynamicQueryHandler: Done processing query | ||
12118 | 2024.09.06 06:41:08.570147 [ 3 ] {4a18e9f7-e117-4a73-b228-43a082959944} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12119 | 2024.09.06 06:41:08.570162 [ 3 ] {} <Debug> HTTP-Session: 169417cd-9e83-44c6-a87b-ab231fffa710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12120 | 2024.09.06 06:41:08.570283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12121 | 2024.09.06 06:41:08.570331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12122 | 2024.09.06 06:41:08.570349 [ 3 ] {} <Debug> HTTP-Session: 7bbd503c-6761-423b-9ccc-82ff8b143f82 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12123 | 2024.09.06 06:41:08.570365 [ 3 ] {} <Debug> HTTP-Session: 7bbd503c-6761-423b-9ccc-82ff8b143f82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12124 | 2024.09.06 06:41:08.570378 [ 3 ] {} <Debug> HTTP-Session: 7bbd503c-6761-423b-9ccc-82ff8b143f82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12125 | 2024.09.06 06:41:08.570409 [ 3 ] {} <Trace> HTTP-Session: 7bbd503c-6761-423b-9ccc-82ff8b143f82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12126 | 2024.09.06 06:41:08.570505 [ 3 ] {f0569849-d06e-4332-910c-cb974e1d8ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12127 | 2024.09.06 06:41:08.570546 [ 3 ] {f0569849-d06e-4332-910c-cb974e1d8ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12128 | 2024.09.06 06:41:08.570828 [ 3 ] {f0569849-d06e-4332-910c-cb974e1d8ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12129 | 2024.09.06 06:41:08.571156 [ 3 ] {f0569849-d06e-4332-910c-cb974e1d8ecd} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12130 | 2024.09.06 06:41:08.571194 [ 3 ] {f0569849-d06e-4332-910c-cb974e1d8ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12131 | 2024.09.06 06:41:08.571556 [ 3 ] {f0569849-d06e-4332-910c-cb974e1d8ecd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12132 | 2024.09.06 06:41:08.571938 [ 3 ] {f0569849-d06e-4332-910c-cb974e1d8ecd} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12133 | 2024.09.06 06:41:08.572097 [ 3 ] {f0569849-d06e-4332-910c-cb974e1d8ecd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001564 sec., 8951.406649616369 rows/sec., 626.90 KiB/sec. | ||
12134 | 2024.09.06 06:41:08.572269 [ 3 ] {f0569849-d06e-4332-910c-cb974e1d8ecd} <Debug> DynamicQueryHandler: Done processing query | ||
12135 | 2024.09.06 06:41:08.572292 [ 3 ] {f0569849-d06e-4332-910c-cb974e1d8ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12136 | 2024.09.06 06:41:08.572308 [ 3 ] {} <Debug> HTTP-Session: 7bbd503c-6761-423b-9ccc-82ff8b143f82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12137 | 2024.09.06 06:41:08.572432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12138 | 2024.09.06 06:41:08.572482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12139 | 2024.09.06 06:41:08.572501 [ 3 ] {} <Debug> HTTP-Session: 93eebc09-d7c9-40a5-9b85-464cbdc3dae1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12140 | 2024.09.06 06:41:08.572518 [ 3 ] {} <Debug> HTTP-Session: 93eebc09-d7c9-40a5-9b85-464cbdc3dae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12141 | 2024.09.06 06:41:08.572532 [ 3 ] {} <Debug> HTTP-Session: 93eebc09-d7c9-40a5-9b85-464cbdc3dae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12142 | 2024.09.06 06:41:08.572564 [ 3 ] {} <Trace> HTTP-Session: 93eebc09-d7c9-40a5-9b85-464cbdc3dae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12143 | 2024.09.06 06:41:08.572662 [ 3 ] {ed0c945b-f22d-4d4a-b21d-164f5b5365e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12144 | 2024.09.06 06:41:08.572705 [ 3 ] {ed0c945b-f22d-4d4a-b21d-164f5b5365e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12145 | 2024.09.06 06:41:08.572936 [ 3 ] {ed0c945b-f22d-4d4a-b21d-164f5b5365e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12146 | 2024.09.06 06:41:08.573252 [ 3 ] {ed0c945b-f22d-4d4a-b21d-164f5b5365e4} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12147 | 2024.09.06 06:41:08.573289 [ 3 ] {ed0c945b-f22d-4d4a-b21d-164f5b5365e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12148 | 2024.09.06 06:41:08.573640 [ 3 ] {ed0c945b-f22d-4d4a-b21d-164f5b5365e4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12149 | 2024.09.06 06:41:08.574011 [ 3 ] {ed0c945b-f22d-4d4a-b21d-164f5b5365e4} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12150 | 2024.09.06 06:41:08.574172 [ 3 ] {ed0c945b-f22d-4d4a-b21d-164f5b5365e4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001528 sec., 3926.7015706806283 rows/sec., 232.00 KiB/sec. | ||
12151 | 2024.09.06 06:41:08.574458 [ 3 ] {ed0c945b-f22d-4d4a-b21d-164f5b5365e4} <Debug> DynamicQueryHandler: Done processing query | ||
12152 | 2024.09.06 06:41:08.574488 [ 3 ] {ed0c945b-f22d-4d4a-b21d-164f5b5365e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12153 | 2024.09.06 06:41:08.574505 [ 3 ] {} <Debug> HTTP-Session: 93eebc09-d7c9-40a5-9b85-464cbdc3dae1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12154 | 2024.09.06 06:41:08.574696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12155 | 2024.09.06 06:41:08.574746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12156 | 2024.09.06 06:41:08.574765 [ 3 ] {} <Debug> HTTP-Session: 8ce869ec-6d96-433f-ad73-9ddbb19b6084 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12157 | 2024.09.06 06:41:08.574782 [ 3 ] {} <Debug> HTTP-Session: 8ce869ec-6d96-433f-ad73-9ddbb19b6084 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12158 | 2024.09.06 06:41:08.574796 [ 3 ] {} <Debug> HTTP-Session: 8ce869ec-6d96-433f-ad73-9ddbb19b6084 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12159 | 2024.09.06 06:41:08.574829 [ 3 ] {} <Trace> HTTP-Session: 8ce869ec-6d96-433f-ad73-9ddbb19b6084 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12160 | 2024.09.06 06:41:08.575030 [ 3 ] {6bc57a03-0b13-45e1-a80f-d1021976efee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12161 | 2024.09.06 06:41:08.575074 [ 3 ] {6bc57a03-0b13-45e1-a80f-d1021976efee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12162 | 2024.09.06 06:41:08.575318 [ 3 ] {6bc57a03-0b13-45e1-a80f-d1021976efee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12163 | 2024.09.06 06:41:08.575908 [ 3 ] {6bc57a03-0b13-45e1-a80f-d1021976efee} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12164 | 2024.09.06 06:41:08.575945 [ 3 ] {6bc57a03-0b13-45e1-a80f-d1021976efee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12165 | 2024.09.06 06:41:08.576322 [ 3 ] {6bc57a03-0b13-45e1-a80f-d1021976efee} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12166 | 2024.09.06 06:41:08.576684 [ 3 ] {6bc57a03-0b13-45e1-a80f-d1021976efee} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12167 | 2024.09.06 06:41:08.576860 [ 3 ] {6bc57a03-0b13-45e1-a80f-d1021976efee} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001921 sec., 203019.2608016658 rows/sec., 14.40 MiB/sec. | ||
12168 | 2024.09.06 06:41:08.577068 [ 3 ] {6bc57a03-0b13-45e1-a80f-d1021976efee} <Debug> DynamicQueryHandler: Done processing query | ||
12169 | 2024.09.06 06:41:08.577104 [ 3 ] {6bc57a03-0b13-45e1-a80f-d1021976efee} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12170 | 2024.09.06 06:41:08.577136 [ 3 ] {} <Debug> HTTP-Session: 8ce869ec-6d96-433f-ad73-9ddbb19b6084 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12171 | 2024.09.06 06:41:08.577285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12172 | 2024.09.06 06:41:08.577333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12173 | 2024.09.06 06:41:08.577353 [ 3 ] {} <Debug> HTTP-Session: 9c3a9c2b-5c93-4087-9fe4-525576ebfe36 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12174 | 2024.09.06 06:41:08.577370 [ 3 ] {} <Debug> HTTP-Session: 9c3a9c2b-5c93-4087-9fe4-525576ebfe36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12175 | 2024.09.06 06:41:08.577385 [ 3 ] {} <Debug> HTTP-Session: 9c3a9c2b-5c93-4087-9fe4-525576ebfe36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12176 | 2024.09.06 06:41:08.577416 [ 3 ] {} <Trace> HTTP-Session: 9c3a9c2b-5c93-4087-9fe4-525576ebfe36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12177 | 2024.09.06 06:41:08.577514 [ 3 ] {35b19c28-77f1-4a55-aa35-144951713e3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12178 | 2024.09.06 06:41:08.577558 [ 3 ] {35b19c28-77f1-4a55-aa35-144951713e3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12179 | 2024.09.06 06:41:08.577690 [ 3 ] {35b19c28-77f1-4a55-aa35-144951713e3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12180 | 2024.09.06 06:41:08.577962 [ 3 ] {35b19c28-77f1-4a55-aa35-144951713e3a} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12181 | 2024.09.06 06:41:08.577999 [ 3 ] {35b19c28-77f1-4a55-aa35-144951713e3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12182 | 2024.09.06 06:41:08.578362 [ 3 ] {35b19c28-77f1-4a55-aa35-144951713e3a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12183 | 2024.09.06 06:41:08.578687 [ 3 ] {35b19c28-77f1-4a55-aa35-144951713e3a} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12184 | 2024.09.06 06:41:08.578841 [ 3 ] {35b19c28-77f1-4a55-aa35-144951713e3a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 232.03 KiB/sec. | ||
12185 | 2024.09.06 06:41:08.579006 [ 3 ] {35b19c28-77f1-4a55-aa35-144951713e3a} <Debug> DynamicQueryHandler: Done processing query | ||
12186 | 2024.09.06 06:41:08.579030 [ 3 ] {35b19c28-77f1-4a55-aa35-144951713e3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12187 | 2024.09.06 06:41:08.579046 [ 3 ] {} <Debug> HTTP-Session: 9c3a9c2b-5c93-4087-9fe4-525576ebfe36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12188 | 2024.09.06 06:41:08.579257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12189 | 2024.09.06 06:41:08.579306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12190 | 2024.09.06 06:41:08.579325 [ 3 ] {} <Debug> HTTP-Session: 4ec4cd0c-d17e-4814-af0b-bab22e43397d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12191 | 2024.09.06 06:41:08.579341 [ 3 ] {} <Debug> HTTP-Session: 4ec4cd0c-d17e-4814-af0b-bab22e43397d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12192 | 2024.09.06 06:41:08.579355 [ 3 ] {} <Debug> HTTP-Session: 4ec4cd0c-d17e-4814-af0b-bab22e43397d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12193 | 2024.09.06 06:41:08.579387 [ 3 ] {} <Trace> HTTP-Session: 4ec4cd0c-d17e-4814-af0b-bab22e43397d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12194 | 2024.09.06 06:41:08.579588 [ 3 ] {41bf0426-9b8e-4e90-9101-0b0683738547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12195 | 2024.09.06 06:41:08.579635 [ 3 ] {41bf0426-9b8e-4e90-9101-0b0683738547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12196 | 2024.09.06 06:41:08.579778 [ 3 ] {41bf0426-9b8e-4e90-9101-0b0683738547} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12197 | 2024.09.06 06:41:08.580209 [ 3 ] {41bf0426-9b8e-4e90-9101-0b0683738547} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12198 | 2024.09.06 06:41:08.580246 [ 3 ] {41bf0426-9b8e-4e90-9101-0b0683738547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12199 | 2024.09.06 06:41:08.580633 [ 3 ] {41bf0426-9b8e-4e90-9101-0b0683738547} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12200 | 2024.09.06 06:41:08.580976 [ 3 ] {41bf0426-9b8e-4e90-9101-0b0683738547} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12201 | 2024.09.06 06:41:08.581142 [ 3 ] {41bf0426-9b8e-4e90-9101-0b0683738547} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001659 sec., 142857.14285714284 rows/sec., 9.58 MiB/sec. | ||
12202 | 2024.09.06 06:41:08.581398 [ 3 ] {41bf0426-9b8e-4e90-9101-0b0683738547} <Debug> DynamicQueryHandler: Done processing query | ||
12203 | 2024.09.06 06:41:08.581458 [ 3 ] {41bf0426-9b8e-4e90-9101-0b0683738547} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12204 | 2024.09.06 06:41:08.581516 [ 3 ] {} <Debug> HTTP-Session: 4ec4cd0c-d17e-4814-af0b-bab22e43397d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12205 | 2024.09.06 06:41:08.581687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12206 | 2024.09.06 06:41:08.581742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12207 | 2024.09.06 06:41:08.581763 [ 3 ] {} <Debug> HTTP-Session: 39c49217-bfe1-456a-a022-8fa0f2962b10 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12208 | 2024.09.06 06:41:08.581779 [ 3 ] {} <Debug> HTTP-Session: 39c49217-bfe1-456a-a022-8fa0f2962b10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12209 | 2024.09.06 06:41:08.581793 [ 3 ] {} <Debug> HTTP-Session: 39c49217-bfe1-456a-a022-8fa0f2962b10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12210 | 2024.09.06 06:41:08.581825 [ 3 ] {} <Trace> HTTP-Session: 39c49217-bfe1-456a-a022-8fa0f2962b10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12211 | 2024.09.06 06:41:08.581924 [ 3 ] {68efa8dd-ec45-49c9-83fc-a739f1f3e8c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12212 | 2024.09.06 06:41:08.581971 [ 3 ] {68efa8dd-ec45-49c9-83fc-a739f1f3e8c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12213 | 2024.09.06 06:41:08.582116 [ 3 ] {68efa8dd-ec45-49c9-83fc-a739f1f3e8c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12214 | 2024.09.06 06:41:08.582405 [ 3 ] {68efa8dd-ec45-49c9-83fc-a739f1f3e8c8} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12215 | 2024.09.06 06:41:08.582442 [ 3 ] {68efa8dd-ec45-49c9-83fc-a739f1f3e8c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12216 | 2024.09.06 06:41:08.582794 [ 3 ] {68efa8dd-ec45-49c9-83fc-a739f1f3e8c8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12217 | 2024.09.06 06:41:08.583137 [ 3 ] {68efa8dd-ec45-49c9-83fc-a739f1f3e8c8} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12218 | 2024.09.06 06:41:08.583298 [ 3 ] {68efa8dd-ec45-49c9-83fc-a739f1f3e8c8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001397 sec., 715.8196134574088 rows/sec., 48.23 KiB/sec. | ||
12219 | 2024.09.06 06:41:08.583510 [ 3 ] {68efa8dd-ec45-49c9-83fc-a739f1f3e8c8} <Debug> DynamicQueryHandler: Done processing query | ||
12220 | 2024.09.06 06:41:08.583534 [ 3 ] {68efa8dd-ec45-49c9-83fc-a739f1f3e8c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12221 | 2024.09.06 06:41:08.583550 [ 3 ] {} <Debug> HTTP-Session: 39c49217-bfe1-456a-a022-8fa0f2962b10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12222 | 2024.09.06 06:41:08.583677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12223 | 2024.09.06 06:41:08.583726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12224 | 2024.09.06 06:41:08.583746 [ 3 ] {} <Debug> HTTP-Session: d9920c98-599b-4747-b366-2bd7fb5214a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12225 | 2024.09.06 06:41:08.583763 [ 3 ] {} <Debug> HTTP-Session: d9920c98-599b-4747-b366-2bd7fb5214a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12226 | 2024.09.06 06:41:08.583777 [ 3 ] {} <Debug> HTTP-Session: d9920c98-599b-4747-b366-2bd7fb5214a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12227 | 2024.09.06 06:41:08.583807 [ 3 ] {} <Trace> HTTP-Session: d9920c98-599b-4747-b366-2bd7fb5214a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12228 | 2024.09.06 06:41:08.583993 [ 3 ] {fe830258-856e-4936-a29c-6faa4bee49ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12229 | 2024.09.06 06:41:08.584058 [ 3 ] {fe830258-856e-4936-a29c-6faa4bee49ee} <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_histogramu64 | ||
12230 | 2024.09.06 06:41:08.584473 [ 3 ] {fe830258-856e-4936-a29c-6faa4bee49ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12231 | 2024.09.06 06:41:08.584995 [ 3 ] {fe830258-856e-4936-a29c-6faa4bee49ee} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12232 | 2024.09.06 06:41:08.585032 [ 3 ] {fe830258-856e-4936-a29c-6faa4bee49ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12233 | 2024.09.06 06:41:08.585631 [ 3 ] {fe830258-856e-4936-a29c-6faa4bee49ee} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12234 | 2024.09.06 06:41:08.586046 [ 3 ] {fe830258-856e-4936-a29c-6faa4bee49ee} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12235 | 2024.09.06 06:41:08.586194 [ 3 ] {fe830258-856e-4936-a29c-6faa4bee49ee} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002313 sec., 3458.7116299178556 rows/sec., 6.20 MiB/sec. | ||
12236 | 2024.09.06 06:41:08.586421 [ 3 ] {fe830258-856e-4936-a29c-6faa4bee49ee} <Debug> DynamicQueryHandler: Done processing query | ||
12237 | 2024.09.06 06:41:08.586445 [ 3 ] {fe830258-856e-4936-a29c-6faa4bee49ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12238 | 2024.09.06 06:41:08.586461 [ 3 ] {} <Debug> HTTP-Session: d9920c98-599b-4747-b366-2bd7fb5214a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12239 | 2024.09.06 06:41:08.586582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12240 | 2024.09.06 06:41:08.586632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12241 | 2024.09.06 06:41:08.586651 [ 3 ] {} <Debug> HTTP-Session: 4f56c5a8-44fb-462b-921d-1dd1c100275f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12242 | 2024.09.06 06:41:08.586667 [ 3 ] {} <Debug> HTTP-Session: 4f56c5a8-44fb-462b-921d-1dd1c100275f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12243 | 2024.09.06 06:41:08.586681 [ 3 ] {} <Debug> HTTP-Session: 4f56c5a8-44fb-462b-921d-1dd1c100275f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12244 | 2024.09.06 06:41:08.586712 [ 3 ] {} <Trace> HTTP-Session: 4f56c5a8-44fb-462b-921d-1dd1c100275f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12245 | 2024.09.06 06:41:08.586847 [ 3 ] {4f9cb8c3-e289-49dc-aa55-a591e78c9ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12246 | 2024.09.06 06:41:08.586891 [ 3 ] {4f9cb8c3-e289-49dc-aa55-a591e78c9ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12247 | 2024.09.06 06:41:08.587020 [ 3 ] {4f9cb8c3-e289-49dc-aa55-a591e78c9ab5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12248 | 2024.09.06 06:41:08.587406 [ 3 ] {4f9cb8c3-e289-49dc-aa55-a591e78c9ab5} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12249 | 2024.09.06 06:41:08.587442 [ 3 ] {4f9cb8c3-e289-49dc-aa55-a591e78c9ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
12250 | 2024.09.06 06:41:08.587812 [ 3 ] {4f9cb8c3-e289-49dc-aa55-a591e78c9ab5} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12251 | 2024.09.06 06:41:08.588143 [ 3 ] {4f9cb8c3-e289-49dc-aa55-a591e78c9ab5} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12252 | 2024.09.06 06:41:08.588278 [ 3 ] {4f9cb8c3-e289-49dc-aa55-a591e78c9ab5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001483 sec., 55293.32434254889 rows/sec., 3.51 MiB/sec. | ||
12253 | 2024.09.06 06:41:08.588440 [ 3 ] {4f9cb8c3-e289-49dc-aa55-a591e78c9ab5} <Debug> DynamicQueryHandler: Done processing query | ||
12254 | 2024.09.06 06:41:08.588464 [ 3 ] {4f9cb8c3-e289-49dc-aa55-a591e78c9ab5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12255 | 2024.09.06 06:41:08.588479 [ 3 ] {} <Debug> HTTP-Session: 4f56c5a8-44fb-462b-921d-1dd1c100275f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12256 | 2024.09.06 06:41:13.560522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12257 | 2024.09.06 06:41:13.560662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12258 | 2024.09.06 06:41:13.560690 [ 3 ] {} <Debug> HTTP-Session: c8df4108-dc4b-4d06-8a08-88b1a8ce29c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12259 | 2024.09.06 06:41:13.560718 [ 3 ] {} <Debug> HTTP-Session: c8df4108-dc4b-4d06-8a08-88b1a8ce29c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12260 | 2024.09.06 06:41:13.560738 [ 3 ] {} <Debug> HTTP-Session: c8df4108-dc4b-4d06-8a08-88b1a8ce29c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12261 | 2024.09.06 06:41:13.560794 [ 3 ] {} <Trace> HTTP-Session: c8df4108-dc4b-4d06-8a08-88b1a8ce29c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12262 | 2024.09.06 06:41:13.560997 [ 3 ] {86b2fad0-aa28-4318-8424-c2e3c8c1a9ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12263 | 2024.09.06 06:41:13.561074 [ 3 ] {86b2fad0-aa28-4318-8424-c2e3c8c1a9ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12264 | 2024.09.06 06:41:13.561412 [ 3 ] {86b2fad0-aa28-4318-8424-c2e3c8c1a9ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12265 | 2024.09.06 06:41:13.561847 [ 3 ] {86b2fad0-aa28-4318-8424-c2e3c8c1a9ad} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12266 | 2024.09.06 06:41:13.561890 [ 3 ] {86b2fad0-aa28-4318-8424-c2e3c8c1a9ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12267 | 2024.09.06 06:41:13.562300 [ 3 ] {86b2fad0-aa28-4318-8424-c2e3c8c1a9ad} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
12268 | 2024.09.06 06:41:13.562699 [ 3 ] {86b2fad0-aa28-4318-8424-c2e3c8c1a9ad} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12269 | 2024.09.06 06:41:13.562879 [ 3 ] {86b2fad0-aa28-4318-8424-c2e3c8c1a9ad} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001938 sec., 1031.9917440660474 rows/sec., 84.15 KiB/sec. | ||
12270 | 2024.09.06 06:41:13.562884 [ 79 ] {} <Debug> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
12271 | 2024.09.06 06:41:13.562976 [ 79 ] {} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12272 | 2024.09.06 06:41:13.563029 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12273 | 2024.09.06 06:41:13.563172 [ 3 ] {86b2fad0-aa28-4318-8424-c2e3c8c1a9ad} <Debug> DynamicQueryHandler: Done processing query | ||
12274 | 2024.09.06 06:41:13.563182 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
12275 | 2024.09.06 06:41:13.563203 [ 3 ] {86b2fad0-aa28-4318-8424-c2e3c8c1a9ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12276 | 2024.09.06 06:41:13.563233 [ 3 ] {} <Debug> HTTP-Session: c8df4108-dc4b-4d06-8a08-88b1a8ce29c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12277 | 2024.09.06 06:41:13.563348 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12278 | 2024.09.06 06:41:13.563389 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 18 rows starting from the beginning of the part | ||
12279 | 2024.09.06 06:41:13.563438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12280 | 2024.09.06 06:41:13.563509 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
12281 | 2024.09.06 06:41:13.563522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12282 | 2024.09.06 06:41:13.563574 [ 3 ] {} <Debug> HTTP-Session: c44eae47-1d85-4013-b288-ffc81edb1ec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12283 | 2024.09.06 06:41:13.563619 [ 3 ] {} <Debug> HTTP-Session: c44eae47-1d85-4013-b288-ffc81edb1ec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12284 | 2024.09.06 06:41:13.563689 [ 3 ] {} <Debug> HTTP-Session: c44eae47-1d85-4013-b288-ffc81edb1ec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12285 | 2024.09.06 06:41:13.563808 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part | ||
12286 | 2024.09.06 06:41:13.563814 [ 3 ] {} <Trace> HTTP-Session: c44eae47-1d85-4013-b288-ffc81edb1ec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12287 | 2024.09.06 06:41:13.564074 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
12288 | 2024.09.06 06:41:13.564209 [ 3 ] {445d0e8a-5660-44e5-8076-72a53e12b73f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12289 | 2024.09.06 06:41:13.564356 [ 3 ] {445d0e8a-5660-44e5-8076-72a53e12b73f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12290 | 2024.09.06 06:41:13.564373 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
12291 | 2024.09.06 06:41:13.564709 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
12292 | 2024.09.06 06:41:13.565368 [ 3 ] {445d0e8a-5660-44e5-8076-72a53e12b73f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12293 | 2024.09.06 06:41:13.566036 [ 3 ] {445d0e8a-5660-44e5-8076-72a53e12b73f} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12294 | 2024.09.06 06:41:13.566083 [ 3 ] {445d0e8a-5660-44e5-8076-72a53e12b73f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12295 | 2024.09.06 06:41:13.566470 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.003360215 sec., 10713.600171417602 rows/sec., 915.47 KiB/sec. | ||
12296 | 2024.09.06 06:41:13.566594 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
12297 | 2024.09.06 06:41:13.566653 [ 3 ] {445d0e8a-5660-44e5-8076-72a53e12b73f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12298 | 2024.09.06 06:41:13.567290 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_24_5} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12299 | 2024.09.06 06:41:13.567352 [ 3 ] {445d0e8a-5660-44e5-8076-72a53e12b73f} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12300 | 2024.09.06 06:41:13.567399 [ 195 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_24_5} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
12301 | 2024.09.06 06:41:13.567544 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12302 | 2024.09.06 06:41:13.567600 [ 79 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12303 | 2024.09.06 06:41:13.567625 [ 3 ] {445d0e8a-5660-44e5-8076-72a53e12b73f} <Debug> executeQuery: Read 119 rows, 10.29 KiB in 0.003556 sec., 33464.566929133856 rows/sec., 2.83 MiB/sec. | ||
12304 | 2024.09.06 06:41:13.567681 [ 79 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12305 | 2024.09.06 06:41:13.567766 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12306 | 2024.09.06 06:41:13.568015 [ 3 ] {445d0e8a-5660-44e5-8076-72a53e12b73f} <Debug> DynamicQueryHandler: Done processing query | ||
12307 | 2024.09.06 06:41:13.568060 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
12308 | 2024.09.06 06:41:13.568079 [ 3 ] {445d0e8a-5660-44e5-8076-72a53e12b73f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12309 | 2024.09.06 06:41:13.568195 [ 3 ] {} <Debug> HTTP-Session: c44eae47-1d85-4013-b288-ffc81edb1ec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12310 | 2024.09.06 06:41:13.568502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12311 | 2024.09.06 06:41:13.568693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12312 | 2024.09.06 06:41:13.568788 [ 3 ] {} <Debug> HTTP-Session: 7d50ce14-d0af-4dcf-b272-3b589a36546e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12313 | 2024.09.06 06:41:13.568863 [ 3 ] {} <Debug> HTTP-Session: 7d50ce14-d0af-4dcf-b272-3b589a36546e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12314 | 2024.09.06 06:41:13.568923 [ 3 ] {} <Debug> HTTP-Session: 7d50ce14-d0af-4dcf-b272-3b589a36546e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12315 | 2024.09.06 06:41:13.568942 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12316 | 2024.09.06 06:41:13.569070 [ 3 ] {} <Trace> HTTP-Session: 7d50ce14-d0af-4dcf-b272-3b589a36546e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12317 | 2024.09.06 06:41:13.569113 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1416 rows starting from the beginning of the part | ||
12318 | 2024.09.06 06:41:13.569571 [ 3 ] {2ff9581a-4ca2-449c-865e-801b1d3b24a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12319 | 2024.09.06 06:41:13.569674 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1263 rows starting from the beginning of the part | ||
12320 | 2024.09.06 06:41:13.569716 [ 3 ] {2ff9581a-4ca2-449c-865e-801b1d3b24a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12321 | 2024.09.06 06:41:13.570041 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 206 rows starting from the beginning of the part | ||
12322 | 2024.09.06 06:41:13.570351 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 119 rows starting from the beginning of the part | ||
12323 | 2024.09.06 06:41:13.570709 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 205 rows starting from the beginning of the part | ||
12324 | 2024.09.06 06:41:13.571150 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 119 rows starting from the beginning of the part | ||
12325 | 2024.09.06 06:41:13.571704 [ 3 ] {2ff9581a-4ca2-449c-865e-801b1d3b24a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12326 | 2024.09.06 06:41:13.572481 [ 3 ] {2ff9581a-4ca2-449c-865e-801b1d3b24a9} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12327 | 2024.09.06 06:41:13.572534 [ 3 ] {2ff9581a-4ca2-449c-865e-801b1d3b24a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12328 | 2024.09.06 06:41:13.573537 [ 3 ] {2ff9581a-4ca2-449c-865e-801b1d3b24a9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12329 | 2024.09.06 06:41:13.574056 [ 3 ] {2ff9581a-4ca2-449c-865e-801b1d3b24a9} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12330 | 2024.09.06 06:41:13.574279 [ 79 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12331 | 2024.09.06 06:41:13.574364 [ 3 ] {2ff9581a-4ca2-449c-865e-801b1d3b24a9} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.005046 sec., 6539.833531510107 rows/sec., 489.64 KiB/sec. | ||
12332 | 2024.09.06 06:41:13.574383 [ 79 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12333 | 2024.09.06 06:41:13.574485 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12334 | 2024.09.06 06:41:13.575001 [ 193 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
12335 | 2024.09.06 06:41:13.575051 [ 3 ] {2ff9581a-4ca2-449c-865e-801b1d3b24a9} <Debug> DynamicQueryHandler: Done processing query | ||
12336 | 2024.09.06 06:41:13.575134 [ 3 ] {2ff9581a-4ca2-449c-865e-801b1d3b24a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12337 | 2024.09.06 06:41:13.575197 [ 3 ] {} <Debug> HTTP-Session: 7d50ce14-d0af-4dcf-b272-3b589a36546e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12338 | 2024.09.06 06:41:13.575243 [ 197 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3328 rows, containing 5 columns (5 merged, 0 gathered) in 0.007336862 sec., 453599.9177850149 rows/sec., 39.84 MiB/sec. | ||
12339 | 2024.09.06 06:41:13.575391 [ 193 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12340 | 2024.09.06 06:41:13.575445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12341 | 2024.09.06 06:41:13.575484 [ 193 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 57 rows starting from the beginning of the part | ||
12342 | 2024.09.06 06:41:13.575593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12343 | 2024.09.06 06:41:13.575635 [ 197 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12344 | 2024.09.06 06:41:13.575725 [ 3 ] {} <Debug> HTTP-Session: 3e517982-5621-4bf4-8471-909177750fe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12345 | 2024.09.06 06:41:13.575829 [ 3 ] {} <Debug> HTTP-Session: 3e517982-5621-4bf4-8471-909177750fe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12346 | 2024.09.06 06:41:13.575909 [ 3 ] {} <Debug> HTTP-Session: 3e517982-5621-4bf4-8471-909177750fe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12347 | 2024.09.06 06:41:13.575909 [ 193 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 41 rows starting from the beginning of the part | ||
12348 | 2024.09.06 06:41:13.576056 [ 3 ] {} <Trace> HTTP-Session: 3e517982-5621-4bf4-8471-909177750fe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12349 | 2024.09.06 06:41:13.576334 [ 193 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 10 rows starting from the beginning of the part | ||
12350 | 2024.09.06 06:41:13.576456 [ 3 ] {8dc9c817-2237-4f97-af91-3c65e92c745f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12351 | 2024.09.06 06:41:13.576596 [ 3 ] {8dc9c817-2237-4f97-af91-3c65e92c745f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12352 | 2024.09.06 06:41:13.576621 [ 193 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 33 rows starting from the beginning of the part | ||
12353 | 2024.09.06 06:41:13.577142 [ 193 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
12354 | 2024.09.06 06:41:13.577577 [ 193 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 33 rows starting from the beginning of the part | ||
12355 | 2024.09.06 06:41:13.578850 [ 3 ] {8dc9c817-2237-4f97-af91-3c65e92c745f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12356 | 2024.09.06 06:41:13.579661 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_66_13} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12357 | 2024.09.06 06:41:13.580173 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_66_13} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12358 | 2024.09.06 06:41:13.580432 [ 3 ] {8dc9c817-2237-4f97-af91-3c65e92c745f} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12359 | 2024.09.06 06:41:13.580511 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
12360 | 2024.09.06 06:41:13.580530 [ 3 ] {8dc9c817-2237-4f97-af91-3c65e92c745f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12361 | 2024.09.06 06:41:13.581682 [ 3 ] {8dc9c817-2237-4f97-af91-3c65e92c745f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12362 | 2024.09.06 06:41:13.581727 [ 199 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.007059957 sec., 25779.19383928259 rows/sec., 1.97 MiB/sec. | ||
12363 | 2024.09.06 06:41:13.581936 [ 187 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
12364 | 2024.09.06 06:41:13.582669 [ 3 ] {8dc9c817-2237-4f97-af91-3c65e92c745f} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12365 | 2024.09.06 06:41:13.582963 [ 79 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12366 | 2024.09.06 06:41:13.582987 [ 3 ] {8dc9c817-2237-4f97-af91-3c65e92c745f} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.006649 sec., 14588.65994886449 rows/sec., 1.14 MiB/sec. | ||
12367 | 2024.09.06 06:41:13.583056 [ 79 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12368 | 2024.09.06 06:41:13.583162 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12369 | 2024.09.06 06:41:13.583204 [ 187 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_61_12} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12370 | 2024.09.06 06:41:13.583684 [ 187 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_61_12} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
12371 | 2024.09.06 06:41:13.583695 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
12372 | 2024.09.06 06:41:13.583710 [ 3 ] {8dc9c817-2237-4f97-af91-3c65e92c745f} <Debug> DynamicQueryHandler: Done processing query | ||
12373 | 2024.09.06 06:41:13.583821 [ 3 ] {8dc9c817-2237-4f97-af91-3c65e92c745f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12374 | 2024.09.06 06:41:13.583941 [ 3 ] {} <Debug> HTTP-Session: 3e517982-5621-4bf4-8471-909177750fe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12375 | 2024.09.06 06:41:13.584143 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12376 | 2024.09.06 06:41:13.584347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12377 | 2024.09.06 06:41:13.584523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12378 | 2024.09.06 06:41:13.584614 [ 3 ] {} <Debug> HTTP-Session: 6908ab01-0a70-4e17-8065-c8028f24f6b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12379 | 2024.09.06 06:41:13.584630 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12380 | 2024.09.06 06:41:13.584686 [ 3 ] {} <Debug> HTTP-Session: 6908ab01-0a70-4e17-8065-c8028f24f6b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12381 | 2024.09.06 06:41:13.584750 [ 3 ] {} <Debug> HTTP-Session: 6908ab01-0a70-4e17-8065-c8028f24f6b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12382 | 2024.09.06 06:41:13.584761 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
12383 | 2024.09.06 06:41:13.584886 [ 3 ] {} <Trace> HTTP-Session: 6908ab01-0a70-4e17-8065-c8028f24f6b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12384 | 2024.09.06 06:41:13.585179 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 561 rows starting from the beginning of the part | ||
12385 | 2024.09.06 06:41:13.585342 [ 3 ] {1638cea5-eac8-44ff-bb6c-295293c6600e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12386 | 2024.09.06 06:41:13.585528 [ 3 ] {1638cea5-eac8-44ff-bb6c-295293c6600e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12387 | 2024.09.06 06:41:13.585543 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 392 rows starting from the beginning of the part | ||
12388 | 2024.09.06 06:41:13.585976 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 97 rows starting from the beginning of the part | ||
12389 | 2024.09.06 06:41:13.586389 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 390 rows starting from the beginning of the part | ||
12390 | 2024.09.06 06:41:13.586786 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 97 rows starting from the beginning of the part | ||
12391 | 2024.09.06 06:41:13.587087 [ 3 ] {1638cea5-eac8-44ff-bb6c-295293c6600e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12392 | 2024.09.06 06:41:13.588122 [ 3 ] {1638cea5-eac8-44ff-bb6c-295293c6600e} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12393 | 2024.09.06 06:41:13.588192 [ 3 ] {1638cea5-eac8-44ff-bb6c-295293c6600e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12394 | 2024.09.06 06:41:13.589254 [ 3 ] {1638cea5-eac8-44ff-bb6c-295293c6600e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12395 | 2024.09.06 06:41:13.589875 [ 3 ] {1638cea5-eac8-44ff-bb6c-295293c6600e} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12396 | 2024.09.06 06:41:13.590024 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2450 rows, containing 5 columns (5 merged, 0 gathered) in 0.00672245 sec., 364450.4607695111 rows/sec., 27.98 MiB/sec. | ||
12397 | 2024.09.06 06:41:13.590198 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12398 | 2024.09.06 06:41:13.590223 [ 3 ] {1638cea5-eac8-44ff-bb6c-295293c6600e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005096 sec., 31593.406593406595 rows/sec., 2.20 MiB/sec. | ||
12399 | 2024.09.06 06:41:13.590269 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12400 | 2024.09.06 06:41:13.590365 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12401 | 2024.09.06 06:41:13.590521 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12402 | 2024.09.06 06:41:13.590812 [ 3 ] {1638cea5-eac8-44ff-bb6c-295293c6600e} <Debug> DynamicQueryHandler: Done processing query | ||
12403 | 2024.09.06 06:41:13.590866 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
12404 | 2024.09.06 06:41:13.590881 [ 3 ] {1638cea5-eac8-44ff-bb6c-295293c6600e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12405 | 2024.09.06 06:41:13.590941 [ 3 ] {} <Debug> HTTP-Session: 6908ab01-0a70-4e17-8065-c8028f24f6b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12406 | 2024.09.06 06:41:13.591317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12407 | 2024.09.06 06:41:13.591450 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12408 | 2024.09.06 06:41:13.591504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12409 | 2024.09.06 06:41:13.591614 [ 3 ] {} <Debug> HTTP-Session: b26dac23-b28f-4396-a004-d2aac96a6f9a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12410 | 2024.09.06 06:41:13.591636 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18668 rows starting from the beginning of the part | ||
12411 | 2024.09.06 06:41:13.591702 [ 3 ] {} <Debug> HTTP-Session: b26dac23-b28f-4396-a004-d2aac96a6f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12412 | 2024.09.06 06:41:13.591756 [ 3 ] {} <Debug> HTTP-Session: b26dac23-b28f-4396-a004-d2aac96a6f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12413 | 2024.09.06 06:41:13.591925 [ 3 ] {} <Trace> HTTP-Session: b26dac23-b28f-4396-a004-d2aac96a6f9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12414 | 2024.09.06 06:41:13.592125 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 849 rows starting from the beginning of the part | ||
12415 | 2024.09.06 06:41:13.592445 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 238 rows starting from the beginning of the part | ||
12416 | 2024.09.06 06:41:13.592734 [ 3 ] {417332f2-2951-4aa2-9c2b-1968c4e6f7c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12417 | 2024.09.06 06:41:13.592867 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 161 rows starting from the beginning of the part | ||
12418 | 2024.09.06 06:41:13.593156 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_66_13} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12419 | 2024.09.06 06:41:13.593270 [ 3 ] {417332f2-2951-4aa2-9c2b-1968c4e6f7c4} <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_histogramu64 | ||
12420 | 2024.09.06 06:41:13.593447 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part | ||
12421 | 2024.09.06 06:41:13.593935 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 161 rows starting from the beginning of the part | ||
12422 | 2024.09.06 06:41:13.594444 [ 190 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_66_13} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12423 | 2024.09.06 06:41:13.594903 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
12424 | 2024.09.06 06:41:13.595863 [ 3 ] {417332f2-2951-4aa2-9c2b-1968c4e6f7c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12425 | 2024.09.06 06:41:13.597332 [ 3 ] {417332f2-2951-4aa2-9c2b-1968c4e6f7c4} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12426 | 2024.09.06 06:41:13.597413 [ 3 ] {417332f2-2951-4aa2-9c2b-1968c4e6f7c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12427 | 2024.09.06 06:41:13.599692 [ 3 ] {417332f2-2951-4aa2-9c2b-1968c4e6f7c4} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12428 | 2024.09.06 06:41:13.600298 [ 3 ] {417332f2-2951-4aa2-9c2b-1968c4e6f7c4} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12429 | 2024.09.06 06:41:13.600509 [ 3 ] {417332f2-2951-4aa2-9c2b-1968c4e6f7c4} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.008332 sec., 3720.5952952472394 rows/sec., 6.67 MiB/sec. | ||
12430 | 2024.09.06 06:41:13.600509 [ 78 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12431 | 2024.09.06 06:41:13.600592 [ 78 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12432 | 2024.09.06 06:41:13.600646 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12433 | 2024.09.06 06:41:13.601066 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
12434 | 2024.09.06 06:41:13.601126 [ 3 ] {417332f2-2951-4aa2-9c2b-1968c4e6f7c4} <Debug> DynamicQueryHandler: Done processing query | ||
12435 | 2024.09.06 06:41:13.601207 [ 3 ] {417332f2-2951-4aa2-9c2b-1968c4e6f7c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12436 | 2024.09.06 06:41:13.601293 [ 3 ] {} <Debug> HTTP-Session: b26dac23-b28f-4396-a004-d2aac96a6f9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12437 | 2024.09.06 06:41:13.601649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12438 | 2024.09.06 06:41:13.601854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12439 | 2024.09.06 06:41:13.601949 [ 3 ] {} <Debug> HTTP-Session: e1a10318-6317-4d58-9133-343e53298d71 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12440 | 2024.09.06 06:41:13.602122 [ 3 ] {} <Debug> HTTP-Session: e1a10318-6317-4d58-9133-343e53298d71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12441 | 2024.09.06 06:41:13.602171 [ 3 ] {} <Debug> HTTP-Session: e1a10318-6317-4d58-9133-343e53298d71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12442 | 2024.09.06 06:41:13.602323 [ 3 ] {} <Trace> HTTP-Session: e1a10318-6317-4d58-9133-343e53298d71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12443 | 2024.09.06 06:41:13.602741 [ 3 ] {949a0250-e652-41f1-aade-45ef4e3ad0c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12444 | 2024.09.06 06:41:13.602917 [ 3 ] {949a0250-e652-41f1-aade-45ef4e3ad0c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12445 | 2024.09.06 06:41:13.603226 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12446 | 2024.09.06 06:41:13.603565 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1025 rows starting from the beginning of the part | ||
12447 | 2024.09.06 06:41:13.604056 [ 3 ] {949a0250-e652-41f1-aade-45ef4e3ad0c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12448 | 2024.09.06 06:41:13.604910 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 31 rows starting from the beginning of the part | ||
12449 | 2024.09.06 06:41:13.606138 [ 3 ] {949a0250-e652-41f1-aade-45ef4e3ad0c3} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12450 | 2024.09.06 06:41:13.606229 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
12451 | 2024.09.06 06:41:13.606244 [ 3 ] {949a0250-e652-41f1-aade-45ef4e3ad0c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12452 | 2024.09.06 06:41:13.606528 [ 189 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20314 rows, containing 5 columns (5 merged, 0 gathered) in 0.01598286 sec., 1270986.5443356193 rows/sec., 85.99 MiB/sec. | ||
12453 | 2024.09.06 06:41:13.607280 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 31 rows starting from the beginning of the part | ||
12454 | 2024.09.06 06:41:13.607620 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12455 | 2024.09.06 06:41:13.608170 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
12456 | 2024.09.06 06:41:13.608210 [ 3 ] {949a0250-e652-41f1-aade-45ef4e3ad0c3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12457 | 2024.09.06 06:41:13.609479 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 31 rows starting from the beginning of the part | ||
12458 | 2024.09.06 06:41:13.610058 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12459 | 2024.09.06 06:41:13.610424 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12460 | 2024.09.06 06:41:13.610775 [ 3 ] {949a0250-e652-41f1-aade-45ef4e3ad0c3} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12461 | 2024.09.06 06:41:13.610799 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
12462 | 2024.09.06 06:41:13.611172 [ 78 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12463 | 2024.09.06 06:41:13.611329 [ 3 ] {949a0250-e652-41f1-aade-45ef4e3ad0c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00875 sec., 6857.142857142857 rows/sec., 473.21 KiB/sec. | ||
12464 | 2024.09.06 06:41:13.611328 [ 78 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12465 | 2024.09.06 06:41:13.611441 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12466 | 2024.09.06 06:41:13.611765 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
12467 | 2024.09.06 06:41:13.611949 [ 3 ] {949a0250-e652-41f1-aade-45ef4e3ad0c3} <Debug> DynamicQueryHandler: Done processing query | ||
12468 | 2024.09.06 06:41:13.612031 [ 3 ] {949a0250-e652-41f1-aade-45ef4e3ad0c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12469 | 2024.09.06 06:41:13.612120 [ 3 ] {} <Debug> HTTP-Session: e1a10318-6317-4d58-9133-343e53298d71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12470 | 2024.09.06 06:41:13.612255 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12471 | 2024.09.06 06:41:13.612338 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4076 rows starting from the beginning of the part | ||
12472 | 2024.09.06 06:41:13.612614 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
12473 | 2024.09.06 06:41:13.613024 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
12474 | 2024.09.06 06:41:13.613407 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
12475 | 2024.09.06 06:41:13.613679 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part | ||
12476 | 2024.09.06 06:41:13.613859 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
12477 | 2024.09.06 06:41:13.616478 [ 186 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4420 rows, containing 4 columns (4 merged, 0 gathered) in 0.004860134 sec., 909439.9454829845 rows/sec., 59.45 MiB/sec. | ||
12478 | 2024.09.06 06:41:13.616891 [ 192 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12479 | 2024.09.06 06:41:13.617572 [ 192 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_66_13} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12480 | 2024.09.06 06:41:13.617674 [ 192 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_66_13} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12481 | 2024.09.06 06:41:13.617770 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
12482 | 2024.09.06 06:41:13.619996 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 19 columns (19 merged, 0 gathered) in 0.019226353 sec., 58981.54475786437 rows/sec., 105.69 MiB/sec. | ||
12483 | 2024.09.06 06:41:13.621316 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
12484 | 2024.09.06 06:41:13.621931 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12485 | 2024.09.06 06:41:13.622014 [ 194 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
12486 | 2024.09.06 06:41:13.622165 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.65 MiB. | ||
12487 | 2024.09.06 06:41:14.000162 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.84 MiB, peak 215.43 MiB, free memory in arenas 0.00 B, will set to 204.45 MiB (RSS), difference: 1.61 MiB | ||
12488 | 2024.09.06 06:41:15.503863 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12489 | 2024.09.06 06:41:15.503913 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12490 | 2024.09.06 06:41:18.564903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12491 | 2024.09.06 06:41:18.565040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12492 | 2024.09.06 06:41:18.565066 [ 3 ] {} <Debug> HTTP-Session: 65ff7af1-b6ab-43a3-b9b7-bb0979d6dab7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12493 | 2024.09.06 06:41:18.565092 [ 3 ] {} <Debug> HTTP-Session: 65ff7af1-b6ab-43a3-b9b7-bb0979d6dab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12494 | 2024.09.06 06:41:18.565107 [ 3 ] {} <Debug> HTTP-Session: 65ff7af1-b6ab-43a3-b9b7-bb0979d6dab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12495 | 2024.09.06 06:41:18.565158 [ 3 ] {} <Trace> HTTP-Session: 65ff7af1-b6ab-43a3-b9b7-bb0979d6dab7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12496 | 2024.09.06 06:41:18.565403 [ 3 ] {1458fc5a-241b-4d65-be9a-ee270895aa41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12497 | 2024.09.06 06:41:18.565473 [ 3 ] {1458fc5a-241b-4d65-be9a-ee270895aa41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12498 | 2024.09.06 06:41:18.565813 [ 3 ] {1458fc5a-241b-4d65-be9a-ee270895aa41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12499 | 2024.09.06 06:41:18.566425 [ 3 ] {1458fc5a-241b-4d65-be9a-ee270895aa41} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12500 | 2024.09.06 06:41:18.566475 [ 3 ] {1458fc5a-241b-4d65-be9a-ee270895aa41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12501 | 2024.09.06 06:41:18.566935 [ 3 ] {1458fc5a-241b-4d65-be9a-ee270895aa41} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12502 | 2024.09.06 06:41:18.567366 [ 3 ] {1458fc5a-241b-4d65-be9a-ee270895aa41} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12503 | 2024.09.06 06:41:18.567535 [ 3 ] {1458fc5a-241b-4d65-be9a-ee270895aa41} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002235 sec., 91722.59507829978 rows/sec., 8.08 MiB/sec. | ||
12504 | 2024.09.06 06:41:18.567791 [ 3 ] {1458fc5a-241b-4d65-be9a-ee270895aa41} <Debug> DynamicQueryHandler: Done processing query | ||
12505 | 2024.09.06 06:41:18.567818 [ 3 ] {1458fc5a-241b-4d65-be9a-ee270895aa41} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12506 | 2024.09.06 06:41:18.567836 [ 3 ] {} <Debug> HTTP-Session: 65ff7af1-b6ab-43a3-b9b7-bb0979d6dab7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12507 | 2024.09.06 06:41:18.568024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12508 | 2024.09.06 06:41:18.568081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12509 | 2024.09.06 06:41:18.568101 [ 3 ] {} <Debug> HTTP-Session: 6046172c-6267-4b5a-83de-03f333218833 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12510 | 2024.09.06 06:41:18.568120 [ 3 ] {} <Debug> HTTP-Session: 6046172c-6267-4b5a-83de-03f333218833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12511 | 2024.09.06 06:41:18.568134 [ 3 ] {} <Debug> HTTP-Session: 6046172c-6267-4b5a-83de-03f333218833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12512 | 2024.09.06 06:41:18.568170 [ 3 ] {} <Trace> HTTP-Session: 6046172c-6267-4b5a-83de-03f333218833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12513 | 2024.09.06 06:41:18.568277 [ 3 ] {ed49d27b-d5b0-4f24-a751-0ba2031fd445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12514 | 2024.09.06 06:41:18.568325 [ 3 ] {ed49d27b-d5b0-4f24-a751-0ba2031fd445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12515 | 2024.09.06 06:41:18.568570 [ 3 ] {ed49d27b-d5b0-4f24-a751-0ba2031fd445} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12516 | 2024.09.06 06:41:18.568919 [ 3 ] {ed49d27b-d5b0-4f24-a751-0ba2031fd445} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12517 | 2024.09.06 06:41:18.568958 [ 3 ] {ed49d27b-d5b0-4f24-a751-0ba2031fd445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12518 | 2024.09.06 06:41:18.569319 [ 3 ] {ed49d27b-d5b0-4f24-a751-0ba2031fd445} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12519 | 2024.09.06 06:41:18.569681 [ 3 ] {ed49d27b-d5b0-4f24-a751-0ba2031fd445} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12520 | 2024.09.06 06:41:18.569844 [ 3 ] {ed49d27b-d5b0-4f24-a751-0ba2031fd445} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001592 sec., 5025.125628140703 rows/sec., 377.87 KiB/sec. | ||
12521 | 2024.09.06 06:41:18.570022 [ 3 ] {ed49d27b-d5b0-4f24-a751-0ba2031fd445} <Debug> DynamicQueryHandler: Done processing query | ||
12522 | 2024.09.06 06:41:18.570046 [ 3 ] {ed49d27b-d5b0-4f24-a751-0ba2031fd445} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12523 | 2024.09.06 06:41:18.570062 [ 3 ] {} <Debug> HTTP-Session: 6046172c-6267-4b5a-83de-03f333218833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12524 | 2024.09.06 06:41:18.570203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12525 | 2024.09.06 06:41:18.570255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12526 | 2024.09.06 06:41:18.570274 [ 3 ] {} <Debug> HTTP-Session: d80bd6e5-0afb-48c1-87f2-4470bf23dcc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12527 | 2024.09.06 06:41:18.570290 [ 3 ] {} <Debug> HTTP-Session: d80bd6e5-0afb-48c1-87f2-4470bf23dcc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12528 | 2024.09.06 06:41:18.570305 [ 3 ] {} <Debug> HTTP-Session: d80bd6e5-0afb-48c1-87f2-4470bf23dcc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12529 | 2024.09.06 06:41:18.570337 [ 3 ] {} <Trace> HTTP-Session: d80bd6e5-0afb-48c1-87f2-4470bf23dcc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12530 | 2024.09.06 06:41:18.570439 [ 3 ] {58cc557d-711c-4beb-b3b4-5904fb3c3a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12531 | 2024.09.06 06:41:18.570483 [ 3 ] {58cc557d-711c-4beb-b3b4-5904fb3c3a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12532 | 2024.09.06 06:41:18.570712 [ 3 ] {58cc557d-711c-4beb-b3b4-5904fb3c3a0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12533 | 2024.09.06 06:41:18.571045 [ 3 ] {58cc557d-711c-4beb-b3b4-5904fb3c3a0a} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12534 | 2024.09.06 06:41:18.571082 [ 3 ] {58cc557d-711c-4beb-b3b4-5904fb3c3a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12535 | 2024.09.06 06:41:18.571439 [ 3 ] {58cc557d-711c-4beb-b3b4-5904fb3c3a0a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
12536 | 2024.09.06 06:41:18.571796 [ 3 ] {58cc557d-711c-4beb-b3b4-5904fb3c3a0a} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12537 | 2024.09.06 06:41:18.571953 [ 3 ] {58cc557d-711c-4beb-b3b4-5904fb3c3a0a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001535 sec., 9120.521172638437 rows/sec., 638.74 KiB/sec. | ||
12538 | 2024.09.06 06:41:18.572235 [ 3 ] {58cc557d-711c-4beb-b3b4-5904fb3c3a0a} <Debug> DynamicQueryHandler: Done processing query | ||
12539 | 2024.09.06 06:41:18.572279 [ 3 ] {58cc557d-711c-4beb-b3b4-5904fb3c3a0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12540 | 2024.09.06 06:41:18.572316 [ 3 ] {} <Debug> HTTP-Session: d80bd6e5-0afb-48c1-87f2-4470bf23dcc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12541 | 2024.09.06 06:41:18.572467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12542 | 2024.09.06 06:41:18.572525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12543 | 2024.09.06 06:41:18.572548 [ 3 ] {} <Debug> HTTP-Session: 75503f7e-2d55-4059-b743-0cdf8484adc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12544 | 2024.09.06 06:41:18.572567 [ 3 ] {} <Debug> HTTP-Session: 75503f7e-2d55-4059-b743-0cdf8484adc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12545 | 2024.09.06 06:41:18.572584 [ 3 ] {} <Debug> HTTP-Session: 75503f7e-2d55-4059-b743-0cdf8484adc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12546 | 2024.09.06 06:41:18.572618 [ 3 ] {} <Trace> HTTP-Session: 75503f7e-2d55-4059-b743-0cdf8484adc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12547 | 2024.09.06 06:41:18.572732 [ 3 ] {1ea7afdf-3636-4118-8356-4752162bd4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12548 | 2024.09.06 06:41:18.572783 [ 3 ] {1ea7afdf-3636-4118-8356-4752162bd4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12549 | 2024.09.06 06:41:18.573047 [ 3 ] {1ea7afdf-3636-4118-8356-4752162bd4fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12550 | 2024.09.06 06:41:18.573388 [ 3 ] {1ea7afdf-3636-4118-8356-4752162bd4fe} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12551 | 2024.09.06 06:41:18.573426 [ 3 ] {1ea7afdf-3636-4118-8356-4752162bd4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12552 | 2024.09.06 06:41:18.573811 [ 3 ] {1ea7afdf-3636-4118-8356-4752162bd4fe} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12553 | 2024.09.06 06:41:18.574180 [ 3 ] {1ea7afdf-3636-4118-8356-4752162bd4fe} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12554 | 2024.09.06 06:41:18.574348 [ 3 ] {1ea7afdf-3636-4118-8356-4752162bd4fe} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00164 sec., 3658.5365853658536 rows/sec., 216.15 KiB/sec. | ||
12555 | 2024.09.06 06:41:18.574350 [ 75 ] {} <Debug> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
12556 | 2024.09.06 06:41:18.574466 [ 75 ] {} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12557 | 2024.09.06 06:41:18.574517 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12558 | 2024.09.06 06:41:18.574604 [ 3 ] {1ea7afdf-3636-4118-8356-4752162bd4fe} <Debug> DynamicQueryHandler: Done processing query | ||
12559 | 2024.09.06 06:41:18.574651 [ 3 ] {1ea7afdf-3636-4118-8356-4752162bd4fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12560 | 2024.09.06 06:41:18.574682 [ 3 ] {} <Debug> HTTP-Session: 75503f7e-2d55-4059-b743-0cdf8484adc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12561 | 2024.09.06 06:41:18.574685 [ 199 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
12562 | 2024.09.06 06:41:18.574948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12563 | 2024.09.06 06:41:18.574989 [ 199 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12564 | 2024.09.06 06:41:18.575031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12565 | 2024.09.06 06:41:18.575035 [ 199 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 6 rows starting from the beginning of the part | ||
12566 | 2024.09.06 06:41:18.575059 [ 3 ] {} <Debug> HTTP-Session: 43cc4ac6-15da-4b64-bdbe-6ba63ed45efd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12567 | 2024.09.06 06:41:18.575087 [ 3 ] {} <Debug> HTTP-Session: 43cc4ac6-15da-4b64-bdbe-6ba63ed45efd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12568 | 2024.09.06 06:41:18.575112 [ 3 ] {} <Debug> HTTP-Session: 43cc4ac6-15da-4b64-bdbe-6ba63ed45efd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12569 | 2024.09.06 06:41:18.575166 [ 199 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
12570 | 2024.09.06 06:41:18.575186 [ 3 ] {} <Trace> HTTP-Session: 43cc4ac6-15da-4b64-bdbe-6ba63ed45efd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12571 | 2024.09.06 06:41:18.575362 [ 199 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
12572 | 2024.09.06 06:41:18.575471 [ 199 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
12573 | 2024.09.06 06:41:18.575554 [ 3 ] {61310538-1c04-4dba-a79c-0443d3c880dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12574 | 2024.09.06 06:41:18.575613 [ 199 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
12575 | 2024.09.06 06:41:18.575644 [ 3 ] {61310538-1c04-4dba-a79c-0443d3c880dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12576 | 2024.09.06 06:41:18.576135 [ 3 ] {61310538-1c04-4dba-a79c-0443d3c880dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12577 | 2024.09.06 06:41:18.577023 [ 3 ] {61310538-1c04-4dba-a79c-0443d3c880dc} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12578 | 2024.09.06 06:41:18.577037 [ 199 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002445917 sec., 12265.338521298963 rows/sec., 778.56 KiB/sec. | ||
12579 | 2024.09.06 06:41:18.577071 [ 3 ] {61310538-1c04-4dba-a79c-0443d3c880dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12580 | 2024.09.06 06:41:18.577283 [ 200 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
12581 | 2024.09.06 06:41:18.577846 [ 3 ] {61310538-1c04-4dba-a79c-0443d3c880dc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12582 | 2024.09.06 06:41:18.578238 [ 200 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_29_7} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12583 | 2024.09.06 06:41:18.578390 [ 200 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_29_7} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
12584 | 2024.09.06 06:41:18.578556 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
12585 | 2024.09.06 06:41:18.578630 [ 3 ] {61310538-1c04-4dba-a79c-0443d3c880dc} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12586 | 2024.09.06 06:41:18.578812 [ 3 ] {61310538-1c04-4dba-a79c-0443d3c880dc} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.003453 sec., 112945.26498696786 rows/sec., 8.01 MiB/sec. | ||
12587 | 2024.09.06 06:41:18.579014 [ 3 ] {61310538-1c04-4dba-a79c-0443d3c880dc} <Debug> DynamicQueryHandler: Done processing query | ||
12588 | 2024.09.06 06:41:18.579039 [ 3 ] {61310538-1c04-4dba-a79c-0443d3c880dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12589 | 2024.09.06 06:41:18.579056 [ 3 ] {} <Debug> HTTP-Session: 43cc4ac6-15da-4b64-bdbe-6ba63ed45efd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12590 | 2024.09.06 06:41:18.579206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12591 | 2024.09.06 06:41:18.579257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12592 | 2024.09.06 06:41:18.579276 [ 3 ] {} <Debug> HTTP-Session: 99071bf7-8185-4f8b-a02b-16a5790bb50b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12593 | 2024.09.06 06:41:18.579293 [ 3 ] {} <Debug> HTTP-Session: 99071bf7-8185-4f8b-a02b-16a5790bb50b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12594 | 2024.09.06 06:41:18.579307 [ 3 ] {} <Debug> HTTP-Session: 99071bf7-8185-4f8b-a02b-16a5790bb50b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12595 | 2024.09.06 06:41:18.579338 [ 3 ] {} <Trace> HTTP-Session: 99071bf7-8185-4f8b-a02b-16a5790bb50b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12596 | 2024.09.06 06:41:18.579436 [ 3 ] {93c1f977-e77d-4047-b9d3-3f53220ea6f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12597 | 2024.09.06 06:41:18.579480 [ 3 ] {93c1f977-e77d-4047-b9d3-3f53220ea6f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12598 | 2024.09.06 06:41:18.579618 [ 3 ] {93c1f977-e77d-4047-b9d3-3f53220ea6f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12599 | 2024.09.06 06:41:18.579908 [ 3 ] {93c1f977-e77d-4047-b9d3-3f53220ea6f6} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12600 | 2024.09.06 06:41:18.579945 [ 3 ] {93c1f977-e77d-4047-b9d3-3f53220ea6f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12601 | 2024.09.06 06:41:18.580309 [ 3 ] {93c1f977-e77d-4047-b9d3-3f53220ea6f6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12602 | 2024.09.06 06:41:18.580663 [ 3 ] {93c1f977-e77d-4047-b9d3-3f53220ea6f6} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12603 | 2024.09.06 06:41:18.580817 [ 3 ] {93c1f977-e77d-4047-b9d3-3f53220ea6f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 223.75 KiB/sec. | ||
12604 | 2024.09.06 06:41:18.581097 [ 3 ] {93c1f977-e77d-4047-b9d3-3f53220ea6f6} <Debug> DynamicQueryHandler: Done processing query | ||
12605 | 2024.09.06 06:41:18.581130 [ 3 ] {93c1f977-e77d-4047-b9d3-3f53220ea6f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12606 | 2024.09.06 06:41:18.581148 [ 3 ] {} <Debug> HTTP-Session: 99071bf7-8185-4f8b-a02b-16a5790bb50b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12607 | 2024.09.06 06:41:18.581334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12608 | 2024.09.06 06:41:18.581384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12609 | 2024.09.06 06:41:18.581404 [ 3 ] {} <Debug> HTTP-Session: b480269c-8824-4627-adf5-4aa11d47cd4e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12610 | 2024.09.06 06:41:18.581421 [ 3 ] {} <Debug> HTTP-Session: b480269c-8824-4627-adf5-4aa11d47cd4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12611 | 2024.09.06 06:41:18.581435 [ 3 ] {} <Debug> HTTP-Session: b480269c-8824-4627-adf5-4aa11d47cd4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12612 | 2024.09.06 06:41:18.581467 [ 3 ] {} <Trace> HTTP-Session: b480269c-8824-4627-adf5-4aa11d47cd4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12613 | 2024.09.06 06:41:18.581671 [ 3 ] {f5bd0b20-c1e7-434c-8457-e736e054b484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12614 | 2024.09.06 06:41:18.581719 [ 3 ] {f5bd0b20-c1e7-434c-8457-e736e054b484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12615 | 2024.09.06 06:41:18.581882 [ 3 ] {f5bd0b20-c1e7-434c-8457-e736e054b484} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12616 | 2024.09.06 06:41:18.582321 [ 3 ] {f5bd0b20-c1e7-434c-8457-e736e054b484} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12617 | 2024.09.06 06:41:18.582359 [ 3 ] {f5bd0b20-c1e7-434c-8457-e736e054b484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12618 | 2024.09.06 06:41:18.582753 [ 3 ] {f5bd0b20-c1e7-434c-8457-e736e054b484} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12619 | 2024.09.06 06:41:18.583102 [ 3 ] {f5bd0b20-c1e7-434c-8457-e736e054b484} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12620 | 2024.09.06 06:41:18.583261 [ 3 ] {f5bd0b20-c1e7-434c-8457-e736e054b484} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
12621 | 2024.09.06 06:41:18.583521 [ 3 ] {f5bd0b20-c1e7-434c-8457-e736e054b484} <Debug> DynamicQueryHandler: Done processing query | ||
12622 | 2024.09.06 06:41:18.583581 [ 3 ] {f5bd0b20-c1e7-434c-8457-e736e054b484} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12623 | 2024.09.06 06:41:18.583643 [ 3 ] {} <Debug> HTTP-Session: b480269c-8824-4627-adf5-4aa11d47cd4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12624 | 2024.09.06 06:41:18.583896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12625 | 2024.09.06 06:41:18.583951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12626 | 2024.09.06 06:41:18.583971 [ 3 ] {} <Debug> HTTP-Session: 2258bc72-4a5f-4c9f-8fbb-6bc3ac27758e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12627 | 2024.09.06 06:41:18.583988 [ 3 ] {} <Debug> HTTP-Session: 2258bc72-4a5f-4c9f-8fbb-6bc3ac27758e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12628 | 2024.09.06 06:41:18.584002 [ 3 ] {} <Debug> HTTP-Session: 2258bc72-4a5f-4c9f-8fbb-6bc3ac27758e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12629 | 2024.09.06 06:41:18.584035 [ 3 ] {} <Trace> HTTP-Session: 2258bc72-4a5f-4c9f-8fbb-6bc3ac27758e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12630 | 2024.09.06 06:41:18.584137 [ 3 ] {2e326fd9-ec5e-4cf5-ab8c-e4732b4a0b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12631 | 2024.09.06 06:41:18.584183 [ 3 ] {2e326fd9-ec5e-4cf5-ab8c-e4732b4a0b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12632 | 2024.09.06 06:41:18.584338 [ 3 ] {2e326fd9-ec5e-4cf5-ab8c-e4732b4a0b94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12633 | 2024.09.06 06:41:18.584606 [ 3 ] {2e326fd9-ec5e-4cf5-ab8c-e4732b4a0b94} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12634 | 2024.09.06 06:41:18.584644 [ 3 ] {2e326fd9-ec5e-4cf5-ab8c-e4732b4a0b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12635 | 2024.09.06 06:41:18.585003 [ 3 ] {2e326fd9-ec5e-4cf5-ab8c-e4732b4a0b94} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12636 | 2024.09.06 06:41:18.585338 [ 3 ] {2e326fd9-ec5e-4cf5-ab8c-e4732b4a0b94} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12637 | 2024.09.06 06:41:18.585498 [ 3 ] {2e326fd9-ec5e-4cf5-ab8c-e4732b4a0b94} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001377 sec., 726.2164124909223 rows/sec., 48.93 KiB/sec. | ||
12638 | 2024.09.06 06:41:18.585813 [ 3 ] {2e326fd9-ec5e-4cf5-ab8c-e4732b4a0b94} <Debug> DynamicQueryHandler: Done processing query | ||
12639 | 2024.09.06 06:41:18.585840 [ 3 ] {2e326fd9-ec5e-4cf5-ab8c-e4732b4a0b94} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12640 | 2024.09.06 06:41:18.585856 [ 3 ] {} <Debug> HTTP-Session: 2258bc72-4a5f-4c9f-8fbb-6bc3ac27758e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12641 | 2024.09.06 06:41:18.585991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12642 | 2024.09.06 06:41:18.586041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12643 | 2024.09.06 06:41:18.586060 [ 3 ] {} <Debug> HTTP-Session: f26245e1-e0e8-49cd-9510-6052f8df62d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12644 | 2024.09.06 06:41:18.586078 [ 3 ] {} <Debug> HTTP-Session: f26245e1-e0e8-49cd-9510-6052f8df62d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12645 | 2024.09.06 06:41:18.586092 [ 3 ] {} <Debug> HTTP-Session: f26245e1-e0e8-49cd-9510-6052f8df62d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12646 | 2024.09.06 06:41:18.586123 [ 3 ] {} <Trace> HTTP-Session: f26245e1-e0e8-49cd-9510-6052f8df62d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12647 | 2024.09.06 06:41:18.586297 [ 3 ] {a76f14b8-861f-499a-be8b-b402a8db1324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12648 | 2024.09.06 06:41:18.586367 [ 3 ] {a76f14b8-861f-499a-be8b-b402a8db1324} <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_histogramu64 | ||
12649 | 2024.09.06 06:41:18.586800 [ 3 ] {a76f14b8-861f-499a-be8b-b402a8db1324} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12650 | 2024.09.06 06:41:18.587337 [ 3 ] {a76f14b8-861f-499a-be8b-b402a8db1324} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12651 | 2024.09.06 06:41:18.587373 [ 3 ] {a76f14b8-861f-499a-be8b-b402a8db1324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12652 | 2024.09.06 06:41:18.587992 [ 3 ] {a76f14b8-861f-499a-be8b-b402a8db1324} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12653 | 2024.09.06 06:41:18.588438 [ 3 ] {a76f14b8-861f-499a-be8b-b402a8db1324} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12654 | 2024.09.06 06:41:18.588624 [ 3 ] {a76f14b8-861f-499a-be8b-b402a8db1324} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002424 sec., 3300.3300330033003 rows/sec., 5.91 MiB/sec. | ||
12655 | 2024.09.06 06:41:18.588853 [ 3 ] {a76f14b8-861f-499a-be8b-b402a8db1324} <Debug> DynamicQueryHandler: Done processing query | ||
12656 | 2024.09.06 06:41:18.588878 [ 3 ] {a76f14b8-861f-499a-be8b-b402a8db1324} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12657 | 2024.09.06 06:41:18.588895 [ 3 ] {} <Debug> HTTP-Session: f26245e1-e0e8-49cd-9510-6052f8df62d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12658 | 2024.09.06 06:41:18.589033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12659 | 2024.09.06 06:41:18.589084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12660 | 2024.09.06 06:41:18.589103 [ 3 ] {} <Debug> HTTP-Session: 6b1fbd3e-13c4-4579-a95c-a962899384c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12661 | 2024.09.06 06:41:18.589119 [ 3 ] {} <Debug> HTTP-Session: 6b1fbd3e-13c4-4579-a95c-a962899384c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12662 | 2024.09.06 06:41:18.589134 [ 3 ] {} <Debug> HTTP-Session: 6b1fbd3e-13c4-4579-a95c-a962899384c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12663 | 2024.09.06 06:41:18.589165 [ 3 ] {} <Trace> HTTP-Session: 6b1fbd3e-13c4-4579-a95c-a962899384c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12664 | 2024.09.06 06:41:18.589288 [ 3 ] {60d1e191-a02d-4b2f-982f-7203029d66c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12665 | 2024.09.06 06:41:18.589332 [ 3 ] {60d1e191-a02d-4b2f-982f-7203029d66c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12666 | 2024.09.06 06:41:18.589465 [ 3 ] {60d1e191-a02d-4b2f-982f-7203029d66c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12667 | 2024.09.06 06:41:18.589766 [ 3 ] {60d1e191-a02d-4b2f-982f-7203029d66c1} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12668 | 2024.09.06 06:41:18.589804 [ 3 ] {60d1e191-a02d-4b2f-982f-7203029d66c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12669 | 2024.09.06 06:41:18.590181 [ 3 ] {60d1e191-a02d-4b2f-982f-7203029d66c1} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12670 | 2024.09.06 06:41:18.590507 [ 3 ] {60d1e191-a02d-4b2f-982f-7203029d66c1} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12671 | 2024.09.06 06:41:18.590659 [ 3 ] {60d1e191-a02d-4b2f-982f-7203029d66c1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001415 sec., 57950.53003533569 rows/sec., 3.68 MiB/sec. | ||
12672 | 2024.09.06 06:41:18.590941 [ 3 ] {60d1e191-a02d-4b2f-982f-7203029d66c1} <Debug> DynamicQueryHandler: Done processing query | ||
12673 | 2024.09.06 06:41:18.591008 [ 3 ] {60d1e191-a02d-4b2f-982f-7203029d66c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12674 | 2024.09.06 06:41:18.591078 [ 3 ] {} <Debug> HTTP-Session: 6b1fbd3e-13c4-4579-a95c-a962899384c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12675 | 2024.09.06 06:41:23.590818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 182827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12676 | 2024.09.06 06:41:23.590966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12677 | 2024.09.06 06:41:23.590996 [ 3 ] {} <Debug> HTTP-Session: 017c5f54-5766-4930-a6f3-d54fe9e8c990 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12678 | 2024.09.06 06:41:23.591025 [ 3 ] {} <Debug> HTTP-Session: 017c5f54-5766-4930-a6f3-d54fe9e8c990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12679 | 2024.09.06 06:41:23.591043 [ 3 ] {} <Debug> HTTP-Session: 017c5f54-5766-4930-a6f3-d54fe9e8c990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12680 | 2024.09.06 06:41:23.591098 [ 3 ] {} <Trace> HTTP-Session: 017c5f54-5766-4930-a6f3-d54fe9e8c990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12681 | 2024.09.06 06:41:23.591675 [ 3 ] {e5896c47-fc60-4054-aa90-1586e2b29866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12682 | 2024.09.06 06:41:23.591743 [ 3 ] {e5896c47-fc60-4054-aa90-1586e2b29866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12683 | 2024.09.06 06:41:23.592075 [ 3 ] {e5896c47-fc60-4054-aa90-1586e2b29866} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12684 | 2024.09.06 06:41:23.593647 [ 3 ] {e5896c47-fc60-4054-aa90-1586e2b29866} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12685 | 2024.09.06 06:41:23.593689 [ 3 ] {e5896c47-fc60-4054-aa90-1586e2b29866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12686 | 2024.09.06 06:41:23.594200 [ 3 ] {e5896c47-fc60-4054-aa90-1586e2b29866} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12687 | 2024.09.06 06:41:23.594590 [ 3 ] {e5896c47-fc60-4054-aa90-1586e2b29866} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12688 | 2024.09.06 06:41:23.594770 [ 3 ] {e5896c47-fc60-4054-aa90-1586e2b29866} <Debug> executeQuery: Read 1258 rows, 106.78 KiB in 0.003459 sec., 363688.92743567505 rows/sec., 30.15 MiB/sec. | ||
12689 | 2024.09.06 06:41:23.594974 [ 3 ] {e5896c47-fc60-4054-aa90-1586e2b29866} <Debug> DynamicQueryHandler: Done processing query | ||
12690 | 2024.09.06 06:41:23.595000 [ 3 ] {e5896c47-fc60-4054-aa90-1586e2b29866} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
12691 | 2024.09.06 06:41:23.595017 [ 3 ] {} <Debug> HTTP-Session: 017c5f54-5766-4930-a6f3-d54fe9e8c990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12692 | 2024.09.06 06:41:23.595509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12693 | 2024.09.06 06:41:23.595558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12694 | 2024.09.06 06:41:23.595578 [ 3 ] {} <Debug> HTTP-Session: 15fbe23f-ed3e-4126-acfa-79607876f253 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12695 | 2024.09.06 06:41:23.595595 [ 3 ] {} <Debug> HTTP-Session: 15fbe23f-ed3e-4126-acfa-79607876f253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12696 | 2024.09.06 06:41:23.595609 [ 3 ] {} <Debug> HTTP-Session: 15fbe23f-ed3e-4126-acfa-79607876f253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12697 | 2024.09.06 06:41:23.595641 [ 3 ] {} <Trace> HTTP-Session: 15fbe23f-ed3e-4126-acfa-79607876f253 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12698 | 2024.09.06 06:41:23.595744 [ 3 ] {68e9f2b3-a606-40fe-b073-6038974957a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12699 | 2024.09.06 06:41:23.595788 [ 3 ] {68e9f2b3-a606-40fe-b073-6038974957a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12700 | 2024.09.06 06:41:23.596016 [ 3 ] {68e9f2b3-a606-40fe-b073-6038974957a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12701 | 2024.09.06 06:41:23.596344 [ 3 ] {68e9f2b3-a606-40fe-b073-6038974957a4} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12702 | 2024.09.06 06:41:23.596380 [ 3 ] {68e9f2b3-a606-40fe-b073-6038974957a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12703 | 2024.09.06 06:41:23.596731 [ 3 ] {68e9f2b3-a606-40fe-b073-6038974957a4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12704 | 2024.09.06 06:41:23.597087 [ 3 ] {68e9f2b3-a606-40fe-b073-6038974957a4} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12705 | 2024.09.06 06:41:23.597234 [ 3 ] {68e9f2b3-a606-40fe-b073-6038974957a4} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001518 sec., 20421.607378129116 rows/sec., 1.50 MiB/sec. | ||
12706 | 2024.09.06 06:41:23.597482 [ 3 ] {68e9f2b3-a606-40fe-b073-6038974957a4} <Debug> DynamicQueryHandler: Done processing query | ||
12707 | 2024.09.06 06:41:23.597546 [ 3 ] {68e9f2b3-a606-40fe-b073-6038974957a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12708 | 2024.09.06 06:41:23.597609 [ 3 ] {} <Debug> HTTP-Session: 15fbe23f-ed3e-4126-acfa-79607876f253 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12709 | 2024.09.06 06:41:23.597819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12710 | 2024.09.06 06:41:23.597871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12711 | 2024.09.06 06:41:23.597891 [ 3 ] {} <Debug> HTTP-Session: 6ea9b1dc-2916-481b-bb6e-4abac462adc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12712 | 2024.09.06 06:41:23.597908 [ 3 ] {} <Debug> HTTP-Session: 6ea9b1dc-2916-481b-bb6e-4abac462adc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12713 | 2024.09.06 06:41:23.597922 [ 3 ] {} <Debug> HTTP-Session: 6ea9b1dc-2916-481b-bb6e-4abac462adc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12714 | 2024.09.06 06:41:23.597956 [ 3 ] {} <Trace> HTTP-Session: 6ea9b1dc-2916-481b-bb6e-4abac462adc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12715 | 2024.09.06 06:41:23.598110 [ 3 ] {222b29da-3826-4ecb-922b-0b59d6c4d5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12716 | 2024.09.06 06:41:23.598155 [ 3 ] {222b29da-3826-4ecb-922b-0b59d6c4d5a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12717 | 2024.09.06 06:41:23.598398 [ 3 ] {222b29da-3826-4ecb-922b-0b59d6c4d5a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12718 | 2024.09.06 06:41:23.598836 [ 3 ] {222b29da-3826-4ecb-922b-0b59d6c4d5a4} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12719 | 2024.09.06 06:41:23.598872 [ 3 ] {222b29da-3826-4ecb-922b-0b59d6c4d5a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12720 | 2024.09.06 06:41:23.599240 [ 3 ] {222b29da-3826-4ecb-922b-0b59d6c4d5a4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
12721 | 2024.09.06 06:41:23.599614 [ 3 ] {222b29da-3826-4ecb-922b-0b59d6c4d5a4} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12722 | 2024.09.06 06:41:23.599771 [ 3 ] {222b29da-3826-4ecb-922b-0b59d6c4d5a4} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001726 sec., 132097.3348783314 rows/sec., 8.94 MiB/sec. | ||
12723 | 2024.09.06 06:41:23.599949 [ 3 ] {222b29da-3826-4ecb-922b-0b59d6c4d5a4} <Debug> DynamicQueryHandler: Done processing query | ||
12724 | 2024.09.06 06:41:23.599973 [ 3 ] {222b29da-3826-4ecb-922b-0b59d6c4d5a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12725 | 2024.09.06 06:41:23.599989 [ 3 ] {} <Debug> HTTP-Session: 6ea9b1dc-2916-481b-bb6e-4abac462adc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12726 | 2024.09.06 06:41:23.600294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 91087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12727 | 2024.09.06 06:41:23.600340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12728 | 2024.09.06 06:41:23.600360 [ 3 ] {} <Debug> HTTP-Session: bb2c05a3-8be6-4d89-b19d-82746c2fb502 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12729 | 2024.09.06 06:41:23.600376 [ 3 ] {} <Debug> HTTP-Session: bb2c05a3-8be6-4d89-b19d-82746c2fb502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12730 | 2024.09.06 06:41:23.600390 [ 3 ] {} <Debug> HTTP-Session: bb2c05a3-8be6-4d89-b19d-82746c2fb502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12731 | 2024.09.06 06:41:23.600421 [ 3 ] {} <Trace> HTTP-Session: bb2c05a3-8be6-4d89-b19d-82746c2fb502 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12732 | 2024.09.06 06:41:23.600785 [ 3 ] {428805c6-3163-4738-921d-c18be890cece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12733 | 2024.09.06 06:41:23.600828 [ 3 ] {428805c6-3163-4738-921d-c18be890cece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12734 | 2024.09.06 06:41:23.601053 [ 3 ] {428805c6-3163-4738-921d-c18be890cece} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12735 | 2024.09.06 06:41:23.601763 [ 3 ] {428805c6-3163-4738-921d-c18be890cece} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12736 | 2024.09.06 06:41:23.601800 [ 3 ] {428805c6-3163-4738-921d-c18be890cece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12737 | 2024.09.06 06:41:23.602179 [ 3 ] {428805c6-3163-4738-921d-c18be890cece} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12738 | 2024.09.06 06:41:23.602537 [ 3 ] {428805c6-3163-4738-921d-c18be890cece} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12739 | 2024.09.06 06:41:23.602701 [ 3 ] {428805c6-3163-4738-921d-c18be890cece} <Debug> executeQuery: Read 551 rows, 41.89 KiB in 0.002169 sec., 254034.11710465653 rows/sec., 18.86 MiB/sec. | ||
12740 | 2024.09.06 06:41:23.602876 [ 3 ] {428805c6-3163-4738-921d-c18be890cece} <Debug> DynamicQueryHandler: Done processing query | ||
12741 | 2024.09.06 06:41:23.602900 [ 3 ] {428805c6-3163-4738-921d-c18be890cece} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
12742 | 2024.09.06 06:41:23.602917 [ 3 ] {} <Debug> HTTP-Session: bb2c05a3-8be6-4d89-b19d-82746c2fb502 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12743 | 2024.09.06 06:41:23.603139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 160345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12744 | 2024.09.06 06:41:23.603186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12745 | 2024.09.06 06:41:23.603205 [ 3 ] {} <Debug> HTTP-Session: aa035448-7018-421c-9f4a-bd79bb91355d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12746 | 2024.09.06 06:41:23.603222 [ 3 ] {} <Debug> HTTP-Session: aa035448-7018-421c-9f4a-bd79bb91355d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12747 | 2024.09.06 06:41:23.603236 [ 3 ] {} <Debug> HTTP-Session: aa035448-7018-421c-9f4a-bd79bb91355d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12748 | 2024.09.06 06:41:23.603267 [ 3 ] {} <Trace> HTTP-Session: aa035448-7018-421c-9f4a-bd79bb91355d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12749 | 2024.09.06 06:41:23.603654 [ 3 ] {863dd90d-2087-41f0-989f-624b8fb455e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12750 | 2024.09.06 06:41:23.603702 [ 3 ] {863dd90d-2087-41f0-989f-624b8fb455e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12751 | 2024.09.06 06:41:23.603848 [ 3 ] {863dd90d-2087-41f0-989f-624b8fb455e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12752 | 2024.09.06 06:41:23.604678 [ 3 ] {863dd90d-2087-41f0-989f-624b8fb455e1} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12753 | 2024.09.06 06:41:23.604713 [ 3 ] {863dd90d-2087-41f0-989f-624b8fb455e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12754 | 2024.09.06 06:41:23.605161 [ 3 ] {863dd90d-2087-41f0-989f-624b8fb455e1} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12755 | 2024.09.06 06:41:23.605501 [ 3 ] {863dd90d-2087-41f0-989f-624b8fb455e1} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12756 | 2024.09.06 06:41:23.605625 [ 3 ] {863dd90d-2087-41f0-989f-624b8fb455e1} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002212 sec., 381555.15370705246 rows/sec., 25.68 MiB/sec. | ||
12757 | 2024.09.06 06:41:23.605791 [ 3 ] {863dd90d-2087-41f0-989f-624b8fb455e1} <Debug> DynamicQueryHandler: Done processing query | ||
12758 | 2024.09.06 06:41:23.605815 [ 3 ] {863dd90d-2087-41f0-989f-624b8fb455e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
12759 | 2024.09.06 06:41:23.605831 [ 3 ] {} <Debug> HTTP-Session: aa035448-7018-421c-9f4a-bd79bb91355d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12760 | 2024.09.06 06:41:23.606191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12761 | 2024.09.06 06:41:23.606239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12762 | 2024.09.06 06:41:23.606259 [ 3 ] {} <Debug> HTTP-Session: 26425f79-603c-4748-b15f-a9fcb41a7efd Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12763 | 2024.09.06 06:41:23.606276 [ 3 ] {} <Debug> HTTP-Session: 26425f79-603c-4748-b15f-a9fcb41a7efd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12764 | 2024.09.06 06:41:23.606290 [ 3 ] {} <Debug> HTTP-Session: 26425f79-603c-4748-b15f-a9fcb41a7efd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12765 | 2024.09.06 06:41:23.606321 [ 3 ] {} <Trace> HTTP-Session: 26425f79-603c-4748-b15f-a9fcb41a7efd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12766 | 2024.09.06 06:41:23.606690 [ 3 ] {59d75177-ffb2-4e07-a8be-c1fcc3f617fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12767 | 2024.09.06 06:41:23.606753 [ 3 ] {59d75177-ffb2-4e07-a8be-c1fcc3f617fe} <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_histogramu64 | ||
12768 | 2024.09.06 06:41:23.607173 [ 3 ] {59d75177-ffb2-4e07-a8be-c1fcc3f617fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12769 | 2024.09.06 06:41:23.607927 [ 3 ] {59d75177-ffb2-4e07-a8be-c1fcc3f617fe} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12770 | 2024.09.06 06:41:23.607964 [ 3 ] {59d75177-ffb2-4e07-a8be-c1fcc3f617fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12771 | 2024.09.06 06:41:23.608624 [ 3 ] {59d75177-ffb2-4e07-a8be-c1fcc3f617fe} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12772 | 2024.09.06 06:41:23.609033 [ 3 ] {59d75177-ffb2-4e07-a8be-c1fcc3f617fe} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12773 | 2024.09.06 06:41:23.609189 [ 3 ] {59d75177-ffb2-4e07-a8be-c1fcc3f617fe} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002784 sec., 11135.057471264368 rows/sec., 19.95 MiB/sec. | ||
12774 | 2024.09.06 06:41:23.609405 [ 3 ] {59d75177-ffb2-4e07-a8be-c1fcc3f617fe} <Debug> DynamicQueryHandler: Done processing query | ||
12775 | 2024.09.06 06:41:23.609430 [ 3 ] {59d75177-ffb2-4e07-a8be-c1fcc3f617fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12776 | 2024.09.06 06:41:23.609446 [ 3 ] {} <Debug> HTTP-Session: 26425f79-603c-4748-b15f-a9fcb41a7efd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12777 | 2024.09.06 06:41:23.609566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12778 | 2024.09.06 06:41:23.609614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12779 | 2024.09.06 06:41:23.609634 [ 3 ] {} <Debug> HTTP-Session: 87fc7d10-cf2e-4b55-acd1-614076266c95 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12780 | 2024.09.06 06:41:23.609651 [ 3 ] {} <Debug> HTTP-Session: 87fc7d10-cf2e-4b55-acd1-614076266c95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12781 | 2024.09.06 06:41:23.609665 [ 3 ] {} <Debug> HTTP-Session: 87fc7d10-cf2e-4b55-acd1-614076266c95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12782 | 2024.09.06 06:41:23.609695 [ 3 ] {} <Trace> HTTP-Session: 87fc7d10-cf2e-4b55-acd1-614076266c95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12783 | 2024.09.06 06:41:23.609806 [ 3 ] {d77195c5-4595-404b-a03b-ae880fa891b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12784 | 2024.09.06 06:41:23.609851 [ 3 ] {d77195c5-4595-404b-a03b-ae880fa891b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12785 | 2024.09.06 06:41:23.609980 [ 3 ] {d77195c5-4595-404b-a03b-ae880fa891b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12786 | 2024.09.06 06:41:23.610305 [ 3 ] {d77195c5-4595-404b-a03b-ae880fa891b1} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12787 | 2024.09.06 06:41:23.610341 [ 3 ] {d77195c5-4595-404b-a03b-ae880fa891b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12788 | 2024.09.06 06:41:23.610699 [ 3 ] {d77195c5-4595-404b-a03b-ae880fa891b1} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12789 | 2024.09.06 06:41:23.611022 [ 3 ] {d77195c5-4595-404b-a03b-ae880fa891b1} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12790 | 2024.09.06 06:41:23.611147 [ 3 ] {d77195c5-4595-404b-a03b-ae880fa891b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
12791 | 2024.09.06 06:41:23.611307 [ 3 ] {d77195c5-4595-404b-a03b-ae880fa891b1} <Debug> DynamicQueryHandler: Done processing query | ||
12792 | 2024.09.06 06:41:23.611331 [ 3 ] {d77195c5-4595-404b-a03b-ae880fa891b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12793 | 2024.09.06 06:41:23.611347 [ 3 ] {} <Debug> HTTP-Session: 87fc7d10-cf2e-4b55-acd1-614076266c95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12794 | 2024.09.06 06:41:28.564595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12795 | 2024.09.06 06:41:28.564758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12796 | 2024.09.06 06:41:28.564794 [ 3 ] {} <Debug> HTTP-Session: fb6de97d-9538-4c03-a0eb-6268f7a2bef4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12797 | 2024.09.06 06:41:28.564827 [ 3 ] {} <Debug> HTTP-Session: fb6de97d-9538-4c03-a0eb-6268f7a2bef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12798 | 2024.09.06 06:41:28.564848 [ 3 ] {} <Debug> HTTP-Session: fb6de97d-9538-4c03-a0eb-6268f7a2bef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12799 | 2024.09.06 06:41:28.564902 [ 3 ] {} <Trace> HTTP-Session: fb6de97d-9538-4c03-a0eb-6268f7a2bef4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12800 | 2024.09.06 06:41:28.565104 [ 3 ] {cb79a7f0-8281-4b78-b04c-842bd9a36e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12801 | 2024.09.06 06:41:28.565181 [ 3 ] {cb79a7f0-8281-4b78-b04c-842bd9a36e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12802 | 2024.09.06 06:41:28.565566 [ 3 ] {cb79a7f0-8281-4b78-b04c-842bd9a36e4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12803 | 2024.09.06 06:41:28.566026 [ 3 ] {cb79a7f0-8281-4b78-b04c-842bd9a36e4d} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12804 | 2024.09.06 06:41:28.566068 [ 3 ] {cb79a7f0-8281-4b78-b04c-842bd9a36e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12805 | 2024.09.06 06:41:28.566470 [ 3 ] {cb79a7f0-8281-4b78-b04c-842bd9a36e4d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
12806 | 2024.09.06 06:41:28.566863 [ 3 ] {cb79a7f0-8281-4b78-b04c-842bd9a36e4d} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12807 | 2024.09.06 06:41:28.567041 [ 3 ] {cb79a7f0-8281-4b78-b04c-842bd9a36e4d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001991 sec., 1004.520341536916 rows/sec., 81.91 KiB/sec. | ||
12808 | 2024.09.06 06:41:28.567276 [ 3 ] {cb79a7f0-8281-4b78-b04c-842bd9a36e4d} <Debug> DynamicQueryHandler: Done processing query | ||
12809 | 2024.09.06 06:41:28.567302 [ 3 ] {cb79a7f0-8281-4b78-b04c-842bd9a36e4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12810 | 2024.09.06 06:41:28.567319 [ 3 ] {} <Debug> HTTP-Session: fb6de97d-9538-4c03-a0eb-6268f7a2bef4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12811 | 2024.09.06 06:41:28.567548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12812 | 2024.09.06 06:41:28.567597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12813 | 2024.09.06 06:41:28.567618 [ 3 ] {} <Debug> HTTP-Session: 1a4d6f9b-890e-40f3-8cb2-25fa05e3fe54 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12814 | 2024.09.06 06:41:28.567634 [ 3 ] {} <Debug> HTTP-Session: 1a4d6f9b-890e-40f3-8cb2-25fa05e3fe54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12815 | 2024.09.06 06:41:28.567650 [ 3 ] {} <Debug> HTTP-Session: 1a4d6f9b-890e-40f3-8cb2-25fa05e3fe54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12816 | 2024.09.06 06:41:28.567682 [ 3 ] {} <Trace> HTTP-Session: 1a4d6f9b-890e-40f3-8cb2-25fa05e3fe54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12817 | 2024.09.06 06:41:28.567827 [ 3 ] {d0005bc4-3d04-4cea-bc4d-2c94b0f8e6a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12818 | 2024.09.06 06:41:28.567870 [ 3 ] {d0005bc4-3d04-4cea-bc4d-2c94b0f8e6a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12819 | 2024.09.06 06:41:28.568097 [ 3 ] {d0005bc4-3d04-4cea-bc4d-2c94b0f8e6a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12820 | 2024.09.06 06:41:28.568593 [ 3 ] {d0005bc4-3d04-4cea-bc4d-2c94b0f8e6a0} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12821 | 2024.09.06 06:41:28.568628 [ 3 ] {d0005bc4-3d04-4cea-bc4d-2c94b0f8e6a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12822 | 2024.09.06 06:41:28.569004 [ 3 ] {d0005bc4-3d04-4cea-bc4d-2c94b0f8e6a0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12823 | 2024.09.06 06:41:28.569353 [ 3 ] {d0005bc4-3d04-4cea-bc4d-2c94b0f8e6a0} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12824 | 2024.09.06 06:41:28.569520 [ 3 ] {d0005bc4-3d04-4cea-bc4d-2c94b0f8e6a0} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001751 sec., 117647.05882352941 rows/sec., 10.35 MiB/sec. | ||
12825 | 2024.09.06 06:41:28.569692 [ 3 ] {d0005bc4-3d04-4cea-bc4d-2c94b0f8e6a0} <Debug> DynamicQueryHandler: Done processing query | ||
12826 | 2024.09.06 06:41:28.569717 [ 3 ] {d0005bc4-3d04-4cea-bc4d-2c94b0f8e6a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12827 | 2024.09.06 06:41:28.569734 [ 3 ] {} <Debug> HTTP-Session: 1a4d6f9b-890e-40f3-8cb2-25fa05e3fe54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12828 | 2024.09.06 06:41:28.569908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12829 | 2024.09.06 06:41:28.569956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12830 | 2024.09.06 06:41:28.569975 [ 3 ] {} <Debug> HTTP-Session: cd3064e9-f027-4b60-9492-6ae13e4233e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12831 | 2024.09.06 06:41:28.569993 [ 3 ] {} <Debug> HTTP-Session: cd3064e9-f027-4b60-9492-6ae13e4233e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12832 | 2024.09.06 06:41:28.570008 [ 3 ] {} <Debug> HTTP-Session: cd3064e9-f027-4b60-9492-6ae13e4233e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12833 | 2024.09.06 06:41:28.570040 [ 3 ] {} <Trace> HTTP-Session: cd3064e9-f027-4b60-9492-6ae13e4233e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12834 | 2024.09.06 06:41:28.570138 [ 3 ] {1ebe510b-4846-46a1-ba08-33e0474369f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12835 | 2024.09.06 06:41:28.570182 [ 3 ] {1ebe510b-4846-46a1-ba08-33e0474369f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12836 | 2024.09.06 06:41:28.570407 [ 3 ] {1ebe510b-4846-46a1-ba08-33e0474369f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12837 | 2024.09.06 06:41:28.570718 [ 3 ] {1ebe510b-4846-46a1-ba08-33e0474369f8} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12838 | 2024.09.06 06:41:28.570755 [ 3 ] {1ebe510b-4846-46a1-ba08-33e0474369f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12839 | 2024.09.06 06:41:28.571099 [ 3 ] {1ebe510b-4846-46a1-ba08-33e0474369f8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12840 | 2024.09.06 06:41:28.571465 [ 3 ] {1ebe510b-4846-46a1-ba08-33e0474369f8} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12841 | 2024.09.06 06:41:28.571616 [ 3 ] {1ebe510b-4846-46a1-ba08-33e0474369f8} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.0015 sec., 6666.666666666667 rows/sec., 494.14 KiB/sec. | ||
12842 | 2024.09.06 06:41:28.571789 [ 3 ] {1ebe510b-4846-46a1-ba08-33e0474369f8} <Debug> DynamicQueryHandler: Done processing query | ||
12843 | 2024.09.06 06:41:28.571813 [ 3 ] {1ebe510b-4846-46a1-ba08-33e0474369f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12844 | 2024.09.06 06:41:28.571828 [ 3 ] {} <Debug> HTTP-Session: cd3064e9-f027-4b60-9492-6ae13e4233e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12845 | 2024.09.06 06:41:28.571997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12846 | 2024.09.06 06:41:28.572045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12847 | 2024.09.06 06:41:28.572064 [ 3 ] {} <Debug> HTTP-Session: 7c0f5a57-4414-4f75-b921-d4d144548397 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12848 | 2024.09.06 06:41:28.572082 [ 3 ] {} <Debug> HTTP-Session: 7c0f5a57-4414-4f75-b921-d4d144548397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12849 | 2024.09.06 06:41:28.572096 [ 3 ] {} <Debug> HTTP-Session: 7c0f5a57-4414-4f75-b921-d4d144548397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12850 | 2024.09.06 06:41:28.572126 [ 3 ] {} <Trace> HTTP-Session: 7c0f5a57-4414-4f75-b921-d4d144548397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12851 | 2024.09.06 06:41:28.572225 [ 3 ] {8d4c488d-589d-4f0a-a5ca-aa2366bed94f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12852 | 2024.09.06 06:41:28.572268 [ 3 ] {8d4c488d-589d-4f0a-a5ca-aa2366bed94f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12853 | 2024.09.06 06:41:28.572490 [ 3 ] {8d4c488d-589d-4f0a-a5ca-aa2366bed94f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12854 | 2024.09.06 06:41:28.572818 [ 3 ] {8d4c488d-589d-4f0a-a5ca-aa2366bed94f} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12855 | 2024.09.06 06:41:28.572854 [ 3 ] {8d4c488d-589d-4f0a-a5ca-aa2366bed94f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12856 | 2024.09.06 06:41:28.573202 [ 3 ] {8d4c488d-589d-4f0a-a5ca-aa2366bed94f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
12857 | 2024.09.06 06:41:28.573565 [ 3 ] {8d4c488d-589d-4f0a-a5ca-aa2366bed94f} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12858 | 2024.09.06 06:41:28.573723 [ 49 ] {} <Debug> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
12859 | 2024.09.06 06:41:28.573735 [ 3 ] {8d4c488d-589d-4f0a-a5ca-aa2366bed94f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001522 sec., 9198.423127463864 rows/sec., 644.20 KiB/sec. | ||
12860 | 2024.09.06 06:41:28.573813 [ 49 ] {} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12861 | 2024.09.06 06:41:28.573889 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12862 | 2024.09.06 06:41:28.574101 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::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 | ||
12863 | 2024.09.06 06:41:28.574113 [ 3 ] {8d4c488d-589d-4f0a-a5ca-aa2366bed94f} <Debug> DynamicQueryHandler: Done processing query | ||
12864 | 2024.09.06 06:41:28.574181 [ 3 ] {8d4c488d-589d-4f0a-a5ca-aa2366bed94f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12865 | 2024.09.06 06:41:28.574203 [ 3 ] {} <Debug> HTTP-Session: 7c0f5a57-4414-4f75-b921-d4d144548397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12866 | 2024.09.06 06:41:28.574342 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12867 | 2024.09.06 06:41:28.574415 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 242 rows starting from the beginning of the part | ||
12868 | 2024.09.06 06:41:28.574415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12869 | 2024.09.06 06:41:28.574541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12870 | 2024.09.06 06:41:28.574659 [ 3 ] {} <Debug> HTTP-Session: 05c6a578-f212-49fa-82ab-2ea600dbfbb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12871 | 2024.09.06 06:41:28.574721 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
12872 | 2024.09.06 06:41:28.574737 [ 3 ] {} <Debug> HTTP-Session: 05c6a578-f212-49fa-82ab-2ea600dbfbb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12873 | 2024.09.06 06:41:28.574802 [ 3 ] {} <Debug> HTTP-Session: 05c6a578-f212-49fa-82ab-2ea600dbfbb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12874 | 2024.09.06 06:41:28.574948 [ 3 ] {} <Trace> HTTP-Session: 05c6a578-f212-49fa-82ab-2ea600dbfbb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12875 | 2024.09.06 06:41:28.574996 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
12876 | 2024.09.06 06:41:28.575303 [ 3 ] {e7d3473d-784f-4d09-91af-a496b1ef586a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12877 | 2024.09.06 06:41:28.575387 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
12878 | 2024.09.06 06:41:28.575454 [ 3 ] {e7d3473d-784f-4d09-91af-a496b1ef586a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12879 | 2024.09.06 06:41:28.575693 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 228 rows starting from the beginning of the part | ||
12880 | 2024.09.06 06:41:28.576055 [ 201 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
12881 | 2024.09.06 06:41:28.576845 [ 3 ] {e7d3473d-784f-4d09-91af-a496b1ef586a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12882 | 2024.09.06 06:41:28.577739 [ 3 ] {e7d3473d-784f-4d09-91af-a496b1ef586a} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12883 | 2024.09.06 06:41:28.577798 [ 3 ] {e7d3473d-784f-4d09-91af-a496b1ef586a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12884 | 2024.09.06 06:41:28.578693 [ 3 ] {e7d3473d-784f-4d09-91af-a496b1ef586a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12885 | 2024.09.06 06:41:28.578969 [ 199 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004972836 sec., 105774.65253227737 rows/sec., 7.19 MiB/sec. | ||
12886 | 2024.09.06 06:41:28.579196 [ 199 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
12887 | 2024.09.06 06:41:28.579309 [ 3 ] {e7d3473d-784f-4d09-91af-a496b1ef586a} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12888 | 2024.09.06 06:41:28.579530 [ 3 ] {e7d3473d-784f-4d09-91af-a496b1ef586a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004401 sec., 1363.3265167007496 rows/sec., 80.55 KiB/sec. | ||
12889 | 2024.09.06 06:41:28.579847 [ 3 ] {e7d3473d-784f-4d09-91af-a496b1ef586a} <Debug> DynamicQueryHandler: Done processing query | ||
12890 | 2024.09.06 06:41:28.579872 [ 3 ] {e7d3473d-784f-4d09-91af-a496b1ef586a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12891 | 2024.09.06 06:41:28.579896 [ 3 ] {} <Debug> HTTP-Session: 05c6a578-f212-49fa-82ab-2ea600dbfbb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12892 | 2024.09.06 06:41:28.579995 [ 199 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_41_8} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12893 | 2024.09.06 06:41:28.580074 [ 199 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_41_8} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
12894 | 2024.09.06 06:41:28.580112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12895 | 2024.09.06 06:41:28.580176 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
12896 | 2024.09.06 06:41:28.580184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12897 | 2024.09.06 06:41:28.580209 [ 3 ] {} <Debug> HTTP-Session: 0c62977b-1a4e-460f-83d8-343185856e97 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12898 | 2024.09.06 06:41:28.580227 [ 3 ] {} <Debug> HTTP-Session: 0c62977b-1a4e-460f-83d8-343185856e97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12899 | 2024.09.06 06:41:28.580241 [ 3 ] {} <Debug> HTTP-Session: 0c62977b-1a4e-460f-83d8-343185856e97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12900 | 2024.09.06 06:41:28.580272 [ 3 ] {} <Trace> HTTP-Session: 0c62977b-1a4e-460f-83d8-343185856e97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12901 | 2024.09.06 06:41:28.580479 [ 3 ] {fb645788-1538-4859-b6f7-dc092e9bdd4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12902 | 2024.09.06 06:41:28.580521 [ 3 ] {fb645788-1538-4859-b6f7-dc092e9bdd4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12903 | 2024.09.06 06:41:28.580747 [ 3 ] {fb645788-1538-4859-b6f7-dc092e9bdd4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12904 | 2024.09.06 06:41:28.581363 [ 3 ] {fb645788-1538-4859-b6f7-dc092e9bdd4d} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12905 | 2024.09.06 06:41:28.581398 [ 3 ] {fb645788-1538-4859-b6f7-dc092e9bdd4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12906 | 2024.09.06 06:41:28.581765 [ 3 ] {fb645788-1538-4859-b6f7-dc092e9bdd4d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12907 | 2024.09.06 06:41:28.582115 [ 3 ] {fb645788-1538-4859-b6f7-dc092e9bdd4d} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12908 | 2024.09.06 06:41:28.582271 [ 3 ] {fb645788-1538-4859-b6f7-dc092e9bdd4d} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001893 sec., 207078.7110406762 rows/sec., 14.70 MiB/sec. | ||
12909 | 2024.09.06 06:41:28.582535 [ 3 ] {fb645788-1538-4859-b6f7-dc092e9bdd4d} <Debug> DynamicQueryHandler: Done processing query | ||
12910 | 2024.09.06 06:41:28.582603 [ 3 ] {fb645788-1538-4859-b6f7-dc092e9bdd4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12911 | 2024.09.06 06:41:28.582662 [ 3 ] {} <Debug> HTTP-Session: 0c62977b-1a4e-460f-83d8-343185856e97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12912 | 2024.09.06 06:41:28.582841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12913 | 2024.09.06 06:41:28.582893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12914 | 2024.09.06 06:41:28.582913 [ 3 ] {} <Debug> HTTP-Session: a93aac79-ec7e-4364-8085-7acacb180a14 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12915 | 2024.09.06 06:41:28.582930 [ 3 ] {} <Debug> HTTP-Session: a93aac79-ec7e-4364-8085-7acacb180a14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12916 | 2024.09.06 06:41:28.582944 [ 3 ] {} <Debug> HTTP-Session: a93aac79-ec7e-4364-8085-7acacb180a14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12917 | 2024.09.06 06:41:28.582975 [ 3 ] {} <Trace> HTTP-Session: a93aac79-ec7e-4364-8085-7acacb180a14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12918 | 2024.09.06 06:41:28.583078 [ 3 ] {f2256453-1940-4ee2-8da2-62f8f0932c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12919 | 2024.09.06 06:41:28.583124 [ 3 ] {f2256453-1940-4ee2-8da2-62f8f0932c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12920 | 2024.09.06 06:41:28.583266 [ 3 ] {f2256453-1940-4ee2-8da2-62f8f0932c41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12921 | 2024.09.06 06:41:28.583598 [ 3 ] {f2256453-1940-4ee2-8da2-62f8f0932c41} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12922 | 2024.09.06 06:41:28.583633 [ 3 ] {f2256453-1940-4ee2-8da2-62f8f0932c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12923 | 2024.09.06 06:41:28.583990 [ 3 ] {f2256453-1940-4ee2-8da2-62f8f0932c41} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12924 | 2024.09.06 06:41:28.584312 [ 3 ] {f2256453-1940-4ee2-8da2-62f8f0932c41} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12925 | 2024.09.06 06:41:28.584474 [ 3 ] {f2256453-1940-4ee2-8da2-62f8f0932c41} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001413 sec., 4246.284501061571 rows/sec., 221.85 KiB/sec. | ||
12926 | 2024.09.06 06:41:28.584805 [ 3 ] {f2256453-1940-4ee2-8da2-62f8f0932c41} <Debug> DynamicQueryHandler: Done processing query | ||
12927 | 2024.09.06 06:41:28.584833 [ 3 ] {f2256453-1940-4ee2-8da2-62f8f0932c41} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12928 | 2024.09.06 06:41:28.584849 [ 3 ] {} <Debug> HTTP-Session: a93aac79-ec7e-4364-8085-7acacb180a14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12929 | 2024.09.06 06:41:28.585013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12930 | 2024.09.06 06:41:28.585062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12931 | 2024.09.06 06:41:28.585080 [ 3 ] {} <Debug> HTTP-Session: 7a1fc6ee-6595-4853-81e5-738dce0486f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12932 | 2024.09.06 06:41:28.585096 [ 3 ] {} <Debug> HTTP-Session: 7a1fc6ee-6595-4853-81e5-738dce0486f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12933 | 2024.09.06 06:41:28.585110 [ 3 ] {} <Debug> HTTP-Session: 7a1fc6ee-6595-4853-81e5-738dce0486f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12934 | 2024.09.06 06:41:28.585140 [ 3 ] {} <Trace> HTTP-Session: 7a1fc6ee-6595-4853-81e5-738dce0486f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12935 | 2024.09.06 06:41:28.585340 [ 3 ] {f5554799-4cfd-4925-b230-52d674b88459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12936 | 2024.09.06 06:41:28.585386 [ 3 ] {f5554799-4cfd-4925-b230-52d674b88459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12937 | 2024.09.06 06:41:28.585555 [ 3 ] {f5554799-4cfd-4925-b230-52d674b88459} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12938 | 2024.09.06 06:41:28.585995 [ 3 ] {f5554799-4cfd-4925-b230-52d674b88459} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12939 | 2024.09.06 06:41:28.586030 [ 3 ] {f5554799-4cfd-4925-b230-52d674b88459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12940 | 2024.09.06 06:41:28.586412 [ 3 ] {f5554799-4cfd-4925-b230-52d674b88459} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12941 | 2024.09.06 06:41:28.586753 [ 3 ] {f5554799-4cfd-4925-b230-52d674b88459} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12942 | 2024.09.06 06:41:28.586913 [ 3 ] {f5554799-4cfd-4925-b230-52d674b88459} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00168 sec., 141666.66666666666 rows/sec., 9.50 MiB/sec. | ||
12943 | 2024.09.06 06:41:28.587198 [ 3 ] {f5554799-4cfd-4925-b230-52d674b88459} <Debug> DynamicQueryHandler: Done processing query | ||
12944 | 2024.09.06 06:41:28.587260 [ 3 ] {f5554799-4cfd-4925-b230-52d674b88459} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12945 | 2024.09.06 06:41:28.587324 [ 3 ] {} <Debug> HTTP-Session: 7a1fc6ee-6595-4853-81e5-738dce0486f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12946 | 2024.09.06 06:41:28.587539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12947 | 2024.09.06 06:41:28.587591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12948 | 2024.09.06 06:41:28.587610 [ 3 ] {} <Debug> HTTP-Session: 775e2949-dc67-48dd-ba3b-53490362db0f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12949 | 2024.09.06 06:41:28.587626 [ 3 ] {} <Debug> HTTP-Session: 775e2949-dc67-48dd-ba3b-53490362db0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12950 | 2024.09.06 06:41:28.587641 [ 3 ] {} <Debug> HTTP-Session: 775e2949-dc67-48dd-ba3b-53490362db0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12951 | 2024.09.06 06:41:28.587673 [ 3 ] {} <Trace> HTTP-Session: 775e2949-dc67-48dd-ba3b-53490362db0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12952 | 2024.09.06 06:41:28.587767 [ 3 ] {54062aed-437f-4368-b909-756b88ee0693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12953 | 2024.09.06 06:41:28.587814 [ 3 ] {54062aed-437f-4368-b909-756b88ee0693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12954 | 2024.09.06 06:41:28.587961 [ 3 ] {54062aed-437f-4368-b909-756b88ee0693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12955 | 2024.09.06 06:41:28.588234 [ 3 ] {54062aed-437f-4368-b909-756b88ee0693} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12956 | 2024.09.06 06:41:28.588269 [ 3 ] {54062aed-437f-4368-b909-756b88ee0693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12957 | 2024.09.06 06:41:28.588613 [ 3 ] {54062aed-437f-4368-b909-756b88ee0693} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12958 | 2024.09.06 06:41:28.588937 [ 3 ] {54062aed-437f-4368-b909-756b88ee0693} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12959 | 2024.09.06 06:41:28.589090 [ 3 ] {54062aed-437f-4368-b909-756b88ee0693} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001339 sec., 746.8259895444362 rows/sec., 50.32 KiB/sec. | ||
12960 | 2024.09.06 06:41:28.589095 [ 49 ] {} <Debug> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
12961 | 2024.09.06 06:41:28.589182 [ 49 ] {} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12962 | 2024.09.06 06:41:28.589226 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12963 | 2024.09.06 06:41:28.589422 [ 3 ] {54062aed-437f-4368-b909-756b88ee0693} <Debug> DynamicQueryHandler: Done processing query | ||
12964 | 2024.09.06 06:41:28.589455 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
12965 | 2024.09.06 06:41:28.589495 [ 3 ] {54062aed-437f-4368-b909-756b88ee0693} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12966 | 2024.09.06 06:41:28.589596 [ 3 ] {} <Debug> HTTP-Session: 775e2949-dc67-48dd-ba3b-53490362db0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12967 | 2024.09.06 06:41:28.589948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12968 | 2024.09.06 06:41:28.589973 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12969 | 2024.09.06 06:41:28.590033 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part | ||
12970 | 2024.09.06 06:41:28.590052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12971 | 2024.09.06 06:41:28.590094 [ 3 ] {} <Debug> HTTP-Session: dd9ba6d9-82ac-4e9c-953a-e880081400ba Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12972 | 2024.09.06 06:41:28.590175 [ 3 ] {} <Debug> HTTP-Session: dd9ba6d9-82ac-4e9c-953a-e880081400ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12973 | 2024.09.06 06:41:28.590257 [ 3 ] {} <Debug> HTTP-Session: dd9ba6d9-82ac-4e9c-953a-e880081400ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12974 | 2024.09.06 06:41:28.590294 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
12975 | 2024.09.06 06:41:28.590375 [ 3 ] {} <Trace> HTTP-Session: dd9ba6d9-82ac-4e9c-953a-e880081400ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12976 | 2024.09.06 06:41:28.590637 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
12977 | 2024.09.06 06:41:28.590787 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
12978 | 2024.09.06 06:41:28.590852 [ 3 ] {5d41e5bc-abae-42dc-bb64-c4c085858350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12979 | 2024.09.06 06:41:28.591160 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
12980 | 2024.09.06 06:41:28.591242 [ 3 ] {5d41e5bc-abae-42dc-bb64-c4c085858350} <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_histogramu64 | ||
12981 | 2024.09.06 06:41:28.591444 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
12982 | 2024.09.06 06:41:28.593843 [ 3 ] {5d41e5bc-abae-42dc-bb64-c4c085858350} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12983 | 2024.09.06 06:41:28.594873 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.005568939 sec., 5387.022554924735 rows/sec., 362.99 KiB/sec. | ||
12984 | 2024.09.06 06:41:28.595089 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
12985 | 2024.09.06 06:41:28.595453 [ 3 ] {5d41e5bc-abae-42dc-bb64-c4c085858350} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12986 | 2024.09.06 06:41:28.595536 [ 3 ] {5d41e5bc-abae-42dc-bb64-c4c085858350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
12987 | 2024.09.06 06:41:28.596075 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_30_6} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12988 | 2024.09.06 06:41:28.596258 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_30_6} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
12989 | 2024.09.06 06:41:28.596398 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
12990 | 2024.09.06 06:41:28.596706 [ 3 ] {5d41e5bc-abae-42dc-bb64-c4c085858350} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12991 | 2024.09.06 06:41:28.597184 [ 3 ] {5d41e5bc-abae-42dc-bb64-c4c085858350} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12992 | 2024.09.06 06:41:28.597342 [ 3 ] {5d41e5bc-abae-42dc-bb64-c4c085858350} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006742 sec., 1186.5915158706616 rows/sec., 2.13 MiB/sec. | ||
12993 | 2024.09.06 06:41:28.597906 [ 3 ] {5d41e5bc-abae-42dc-bb64-c4c085858350} <Debug> DynamicQueryHandler: Done processing query | ||
12994 | 2024.09.06 06:41:28.597971 [ 3 ] {5d41e5bc-abae-42dc-bb64-c4c085858350} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12995 | 2024.09.06 06:41:28.598021 [ 3 ] {} <Debug> HTTP-Session: dd9ba6d9-82ac-4e9c-953a-e880081400ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12996 | 2024.09.06 06:41:28.598178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12997 | 2024.09.06 06:41:28.598228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12998 | 2024.09.06 06:41:28.598247 [ 3 ] {} <Debug> HTTP-Session: c13253c1-d232-4e19-8b4e-6709b979df62 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
12999 | 2024.09.06 06:41:28.598265 [ 3 ] {} <Debug> HTTP-Session: c13253c1-d232-4e19-8b4e-6709b979df62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13000 | 2024.09.06 06:41:28.598279 [ 3 ] {} <Debug> HTTP-Session: c13253c1-d232-4e19-8b4e-6709b979df62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13001 | 2024.09.06 06:41:28.598311 [ 3 ] {} <Trace> HTTP-Session: c13253c1-d232-4e19-8b4e-6709b979df62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13002 | 2024.09.06 06:41:28.598445 [ 3 ] {5d492966-cb01-4df4-a4af-c7119778a5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13003 | 2024.09.06 06:41:28.598491 [ 3 ] {5d492966-cb01-4df4-a4af-c7119778a5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13004 | 2024.09.06 06:41:28.598638 [ 3 ] {5d492966-cb01-4df4-a4af-c7119778a5fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13005 | 2024.09.06 06:41:28.598963 [ 3 ] {5d492966-cb01-4df4-a4af-c7119778a5fa} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13006 | 2024.09.06 06:41:28.598999 [ 3 ] {5d492966-cb01-4df4-a4af-c7119778a5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13007 | 2024.09.06 06:41:28.599372 [ 3 ] {5d492966-cb01-4df4-a4af-c7119778a5fa} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13008 | 2024.09.06 06:41:28.599697 [ 3 ] {5d492966-cb01-4df4-a4af-c7119778a5fa} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13009 | 2024.09.06 06:41:28.599849 [ 3 ] {5d492966-cb01-4df4-a4af-c7119778a5fa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001452 sec., 56473.82920110193 rows/sec., 3.59 MiB/sec. | ||
13010 | 2024.09.06 06:41:28.600023 [ 3 ] {5d492966-cb01-4df4-a4af-c7119778a5fa} <Debug> DynamicQueryHandler: Done processing query | ||
13011 | 2024.09.06 06:41:28.600048 [ 3 ] {5d492966-cb01-4df4-a4af-c7119778a5fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13012 | 2024.09.06 06:41:28.600065 [ 3 ] {} <Debug> HTTP-Session: c13253c1-d232-4e19-8b4e-6709b979df62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13013 | 2024.09.06 06:41:30.503969 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13014 | 2024.09.06 06:41:30.504020 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13015 | 2024.09.06 06:41:31.001449 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00103697 sec. | ||
13016 | 2024.09.06 06:41:33.561210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13017 | 2024.09.06 06:41:33.561363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13018 | 2024.09.06 06:41:33.561406 [ 3 ] {} <Debug> HTTP-Session: 9cf6c056-f636-47e0-bd4d-c9c6047bb0eb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13019 | 2024.09.06 06:41:33.561449 [ 3 ] {} <Debug> HTTP-Session: 9cf6c056-f636-47e0-bd4d-c9c6047bb0eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13020 | 2024.09.06 06:41:33.561479 [ 3 ] {} <Debug> HTTP-Session: 9cf6c056-f636-47e0-bd4d-c9c6047bb0eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13021 | 2024.09.06 06:41:33.561559 [ 3 ] {} <Trace> HTTP-Session: 9cf6c056-f636-47e0-bd4d-c9c6047bb0eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13022 | 2024.09.06 06:41:33.561898 [ 3 ] {7eab6ad5-1cde-4df9-bd47-475a1d05cd70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13023 | 2024.09.06 06:41:33.561982 [ 3 ] {7eab6ad5-1cde-4df9-bd47-475a1d05cd70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13024 | 2024.09.06 06:41:33.562311 [ 3 ] {7eab6ad5-1cde-4df9-bd47-475a1d05cd70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13025 | 2024.09.06 06:41:33.562855 [ 3 ] {7eab6ad5-1cde-4df9-bd47-475a1d05cd70} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13026 | 2024.09.06 06:41:33.562898 [ 3 ] {7eab6ad5-1cde-4df9-bd47-475a1d05cd70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13027 | 2024.09.06 06:41:33.563323 [ 3 ] {7eab6ad5-1cde-4df9-bd47-475a1d05cd70} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13028 | 2024.09.06 06:41:33.563714 [ 3 ] {7eab6ad5-1cde-4df9-bd47-475a1d05cd70} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13029 | 2024.09.06 06:41:33.563909 [ 3 ] {7eab6ad5-1cde-4df9-bd47-475a1d05cd70} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002146 sec., 54986.02050326188 rows/sec., 4.65 MiB/sec. | ||
13030 | 2024.09.06 06:41:33.564123 [ 3 ] {7eab6ad5-1cde-4df9-bd47-475a1d05cd70} <Debug> DynamicQueryHandler: Done processing query | ||
13031 | 2024.09.06 06:41:33.564149 [ 3 ] {7eab6ad5-1cde-4df9-bd47-475a1d05cd70} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13032 | 2024.09.06 06:41:33.564166 [ 3 ] {} <Debug> HTTP-Session: 9cf6c056-f636-47e0-bd4d-c9c6047bb0eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13033 | 2024.09.06 06:41:33.564381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13034 | 2024.09.06 06:41:33.564430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13035 | 2024.09.06 06:41:33.564450 [ 3 ] {} <Debug> HTTP-Session: a9a82d24-048a-4384-9f50-4a8e60af60c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13036 | 2024.09.06 06:41:33.564466 [ 3 ] {} <Debug> HTTP-Session: a9a82d24-048a-4384-9f50-4a8e60af60c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13037 | 2024.09.06 06:41:33.564480 [ 3 ] {} <Debug> HTTP-Session: a9a82d24-048a-4384-9f50-4a8e60af60c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13038 | 2024.09.06 06:41:33.564512 [ 3 ] {} <Trace> HTTP-Session: a9a82d24-048a-4384-9f50-4a8e60af60c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13039 | 2024.09.06 06:41:33.564644 [ 3 ] {7d84117d-e2af-4239-a1bf-5f2f8556266c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13040 | 2024.09.06 06:41:33.564688 [ 3 ] {7d84117d-e2af-4239-a1bf-5f2f8556266c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13041 | 2024.09.06 06:41:33.564917 [ 3 ] {7d84117d-e2af-4239-a1bf-5f2f8556266c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13042 | 2024.09.06 06:41:33.565272 [ 3 ] {7d84117d-e2af-4239-a1bf-5f2f8556266c} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13043 | 2024.09.06 06:41:33.565308 [ 3 ] {7d84117d-e2af-4239-a1bf-5f2f8556266c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13044 | 2024.09.06 06:41:33.565658 [ 3 ] {7d84117d-e2af-4239-a1bf-5f2f8556266c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13045 | 2024.09.06 06:41:33.566012 [ 3 ] {7d84117d-e2af-4239-a1bf-5f2f8556266c} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13046 | 2024.09.06 06:41:33.566177 [ 3 ] {7d84117d-e2af-4239-a1bf-5f2f8556266c} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001557 sec., 19910.083493898524 rows/sec., 1.46 MiB/sec. | ||
13047 | 2024.09.06 06:41:33.566357 [ 3 ] {7d84117d-e2af-4239-a1bf-5f2f8556266c} <Debug> DynamicQueryHandler: Done processing query | ||
13048 | 2024.09.06 06:41:33.566382 [ 3 ] {7d84117d-e2af-4239-a1bf-5f2f8556266c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13049 | 2024.09.06 06:41:33.566398 [ 3 ] {} <Debug> HTTP-Session: a9a82d24-048a-4384-9f50-4a8e60af60c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13050 | 2024.09.06 06:41:33.566540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13051 | 2024.09.06 06:41:33.566588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13052 | 2024.09.06 06:41:33.566608 [ 3 ] {} <Debug> HTTP-Session: fce646b7-5d2e-4c4e-a030-7a3d97439989 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13053 | 2024.09.06 06:41:33.566625 [ 3 ] {} <Debug> HTTP-Session: fce646b7-5d2e-4c4e-a030-7a3d97439989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13054 | 2024.09.06 06:41:33.566638 [ 3 ] {} <Debug> HTTP-Session: fce646b7-5d2e-4c4e-a030-7a3d97439989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13055 | 2024.09.06 06:41:33.566670 [ 3 ] {} <Trace> HTTP-Session: fce646b7-5d2e-4c4e-a030-7a3d97439989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13056 | 2024.09.06 06:41:33.566791 [ 3 ] {126bfa35-ff1e-4403-aa46-3e126f511711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13057 | 2024.09.06 06:41:33.566833 [ 3 ] {126bfa35-ff1e-4403-aa46-3e126f511711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13058 | 2024.09.06 06:41:33.567059 [ 3 ] {126bfa35-ff1e-4403-aa46-3e126f511711} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13059 | 2024.09.06 06:41:33.567463 [ 3 ] {126bfa35-ff1e-4403-aa46-3e126f511711} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13060 | 2024.09.06 06:41:33.567498 [ 3 ] {126bfa35-ff1e-4403-aa46-3e126f511711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13061 | 2024.09.06 06:41:33.567847 [ 3 ] {126bfa35-ff1e-4403-aa46-3e126f511711} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13062 | 2024.09.06 06:41:33.568195 [ 3 ] {126bfa35-ff1e-4403-aa46-3e126f511711} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13063 | 2024.09.06 06:41:33.568354 [ 3 ] {126bfa35-ff1e-4403-aa46-3e126f511711} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.0016 sec., 59375 rows/sec., 4.64 MiB/sec. | ||
13064 | 2024.09.06 06:41:33.568538 [ 3 ] {126bfa35-ff1e-4403-aa46-3e126f511711} <Debug> DynamicQueryHandler: Done processing query | ||
13065 | 2024.09.06 06:41:33.568562 [ 3 ] {126bfa35-ff1e-4403-aa46-3e126f511711} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13066 | 2024.09.06 06:41:33.568578 [ 3 ] {} <Debug> HTTP-Session: fce646b7-5d2e-4c4e-a030-7a3d97439989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13067 | 2024.09.06 06:41:33.568808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13068 | 2024.09.06 06:41:33.568865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13069 | 2024.09.06 06:41:33.568885 [ 3 ] {} <Debug> HTTP-Session: 72e7739f-0d3c-4c02-9caf-0de60fb49e63 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13070 | 2024.09.06 06:41:33.568902 [ 3 ] {} <Debug> HTTP-Session: 72e7739f-0d3c-4c02-9caf-0de60fb49e63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13071 | 2024.09.06 06:41:33.568916 [ 3 ] {} <Debug> HTTP-Session: 72e7739f-0d3c-4c02-9caf-0de60fb49e63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13072 | 2024.09.06 06:41:33.568947 [ 3 ] {} <Trace> HTTP-Session: 72e7739f-0d3c-4c02-9caf-0de60fb49e63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13073 | 2024.09.06 06:41:33.569095 [ 3 ] {aa4bacdf-4c5a-4221-9bfb-e73d3b61a42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13074 | 2024.09.06 06:41:33.569142 [ 3 ] {aa4bacdf-4c5a-4221-9bfb-e73d3b61a42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13075 | 2024.09.06 06:41:33.569283 [ 3 ] {aa4bacdf-4c5a-4221-9bfb-e73d3b61a42f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13076 | 2024.09.06 06:41:33.569668 [ 3 ] {aa4bacdf-4c5a-4221-9bfb-e73d3b61a42f} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13077 | 2024.09.06 06:41:33.569701 [ 3 ] {aa4bacdf-4c5a-4221-9bfb-e73d3b61a42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13078 | 2024.09.06 06:41:33.570136 [ 3 ] {aa4bacdf-4c5a-4221-9bfb-e73d3b61a42f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13079 | 2024.09.06 06:41:33.570481 [ 3 ] {aa4bacdf-4c5a-4221-9bfb-e73d3b61a42f} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13080 | 2024.09.06 06:41:33.570637 [ 3 ] {aa4bacdf-4c5a-4221-9bfb-e73d3b61a42f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001604 sec., 99750.62344139651 rows/sec., 6.95 MiB/sec. | ||
13081 | 2024.09.06 06:41:33.570907 [ 3 ] {aa4bacdf-4c5a-4221-9bfb-e73d3b61a42f} <Debug> DynamicQueryHandler: Done processing query | ||
13082 | 2024.09.06 06:41:33.570966 [ 3 ] {aa4bacdf-4c5a-4221-9bfb-e73d3b61a42f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13083 | 2024.09.06 06:41:33.571023 [ 3 ] {} <Debug> HTTP-Session: 72e7739f-0d3c-4c02-9caf-0de60fb49e63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13084 | 2024.09.06 06:41:33.571266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13085 | 2024.09.06 06:41:33.571317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13086 | 2024.09.06 06:41:33.571336 [ 3 ] {} <Debug> HTTP-Session: 79aa4eda-b4ef-41d3-b3ce-48e6230e500e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13087 | 2024.09.06 06:41:33.571353 [ 3 ] {} <Debug> HTTP-Session: 79aa4eda-b4ef-41d3-b3ce-48e6230e500e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13088 | 2024.09.06 06:41:33.571367 [ 3 ] {} <Debug> HTTP-Session: 79aa4eda-b4ef-41d3-b3ce-48e6230e500e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13089 | 2024.09.06 06:41:33.571398 [ 3 ] {} <Trace> HTTP-Session: 79aa4eda-b4ef-41d3-b3ce-48e6230e500e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13090 | 2024.09.06 06:41:33.571712 [ 3 ] {51d0b629-cc68-48e9-a6f7-32ce31829c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13091 | 2024.09.06 06:41:33.571784 [ 3 ] {51d0b629-cc68-48e9-a6f7-32ce31829c07} <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_histogramu64 | ||
13092 | 2024.09.06 06:41:33.572229 [ 3 ] {51d0b629-cc68-48e9-a6f7-32ce31829c07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13093 | 2024.09.06 06:41:33.572916 [ 3 ] {51d0b629-cc68-48e9-a6f7-32ce31829c07} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13094 | 2024.09.06 06:41:33.572953 [ 3 ] {51d0b629-cc68-48e9-a6f7-32ce31829c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13095 | 2024.09.06 06:41:33.573599 [ 3 ] {51d0b629-cc68-48e9-a6f7-32ce31829c07} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13096 | 2024.09.06 06:41:33.574003 [ 3 ] {51d0b629-cc68-48e9-a6f7-32ce31829c07} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13097 | 2024.09.06 06:41:33.574166 [ 3 ] {51d0b629-cc68-48e9-a6f7-32ce31829c07} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002673 sec., 11597.456041900487 rows/sec., 20.78 MiB/sec. | ||
13098 | 2024.09.06 06:41:33.574597 [ 3 ] {51d0b629-cc68-48e9-a6f7-32ce31829c07} <Debug> DynamicQueryHandler: Done processing query | ||
13099 | 2024.09.06 06:41:33.574653 [ 3 ] {51d0b629-cc68-48e9-a6f7-32ce31829c07} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
13100 | 2024.09.06 06:41:33.574691 [ 3 ] {} <Debug> HTTP-Session: 79aa4eda-b4ef-41d3-b3ce-48e6230e500e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13101 | 2024.09.06 06:41:33.574852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13102 | 2024.09.06 06:41:33.574901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13103 | 2024.09.06 06:41:33.574921 [ 3 ] {} <Debug> HTTP-Session: 4aee2bf5-e0d2-462e-9087-76392f1b403f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13104 | 2024.09.06 06:41:33.574937 [ 3 ] {} <Debug> HTTP-Session: 4aee2bf5-e0d2-462e-9087-76392f1b403f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13105 | 2024.09.06 06:41:33.574952 [ 3 ] {} <Debug> HTTP-Session: 4aee2bf5-e0d2-462e-9087-76392f1b403f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13106 | 2024.09.06 06:41:33.574982 [ 3 ] {} <Trace> HTTP-Session: 4aee2bf5-e0d2-462e-9087-76392f1b403f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13107 | 2024.09.06 06:41:33.575121 [ 3 ] {e759de66-e31b-4384-9e76-3d2deccc9b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13108 | 2024.09.06 06:41:33.575168 [ 3 ] {e759de66-e31b-4384-9e76-3d2deccc9b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13109 | 2024.09.06 06:41:33.575312 [ 3 ] {e759de66-e31b-4384-9e76-3d2deccc9b6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13110 | 2024.09.06 06:41:33.575619 [ 3 ] {e759de66-e31b-4384-9e76-3d2deccc9b6b} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13111 | 2024.09.06 06:41:33.575656 [ 3 ] {e759de66-e31b-4384-9e76-3d2deccc9b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13112 | 2024.09.06 06:41:33.576023 [ 3 ] {e759de66-e31b-4384-9e76-3d2deccc9b6b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13113 | 2024.09.06 06:41:33.576357 [ 3 ] {e759de66-e31b-4384-9e76-3d2deccc9b6b} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13114 | 2024.09.06 06:41:33.576509 [ 3 ] {e759de66-e31b-4384-9e76-3d2deccc9b6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec. | ||
13115 | 2024.09.06 06:41:33.576681 [ 3 ] {e759de66-e31b-4384-9e76-3d2deccc9b6b} <Debug> DynamicQueryHandler: Done processing query | ||
13116 | 2024.09.06 06:41:33.576705 [ 3 ] {e759de66-e31b-4384-9e76-3d2deccc9b6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13117 | 2024.09.06 06:41:33.576721 [ 3 ] {} <Debug> HTTP-Session: 4aee2bf5-e0d2-462e-9087-76392f1b403f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13118 | 2024.09.06 06:41:38.564035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13119 | 2024.09.06 06:41:38.564226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13120 | 2024.09.06 06:41:38.564272 [ 3 ] {} <Debug> HTTP-Session: 0e5f64fc-e3cb-4f81-a58e-a568c9ad6e7e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13121 | 2024.09.06 06:41:38.564314 [ 3 ] {} <Debug> HTTP-Session: 0e5f64fc-e3cb-4f81-a58e-a568c9ad6e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13122 | 2024.09.06 06:41:38.564343 [ 3 ] {} <Debug> HTTP-Session: 0e5f64fc-e3cb-4f81-a58e-a568c9ad6e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13123 | 2024.09.06 06:41:38.564424 [ 3 ] {} <Trace> HTTP-Session: 0e5f64fc-e3cb-4f81-a58e-a568c9ad6e7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13124 | 2024.09.06 06:41:38.564803 [ 3 ] {a901c264-df51-4542-9ee8-ec78a4bb46d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13125 | 2024.09.06 06:41:38.564913 [ 3 ] {a901c264-df51-4542-9ee8-ec78a4bb46d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13126 | 2024.09.06 06:41:38.565335 [ 3 ] {a901c264-df51-4542-9ee8-ec78a4bb46d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13127 | 2024.09.06 06:41:38.565927 [ 3 ] {a901c264-df51-4542-9ee8-ec78a4bb46d5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13128 | 2024.09.06 06:41:38.565968 [ 3 ] {a901c264-df51-4542-9ee8-ec78a4bb46d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13129 | 2024.09.06 06:41:38.566404 [ 3 ] {a901c264-df51-4542-9ee8-ec78a4bb46d5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13130 | 2024.09.06 06:41:38.566787 [ 3 ] {a901c264-df51-4542-9ee8-ec78a4bb46d5} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13131 | 2024.09.06 06:41:38.566937 [ 3 ] {a901c264-df51-4542-9ee8-ec78a4bb46d5} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002305 sec., 88937.09327548806 rows/sec., 7.83 MiB/sec. | ||
13132 | 2024.09.06 06:41:38.566955 [ 27 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13133 | 2024.09.06 06:41:38.567013 [ 27 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13134 | 2024.09.06 06:41:38.567054 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13135 | 2024.09.06 06:41:38.567210 [ 3 ] {a901c264-df51-4542-9ee8-ec78a4bb46d5} <Debug> DynamicQueryHandler: Done processing query | ||
13136 | 2024.09.06 06:41:38.567268 [ 3 ] {a901c264-df51-4542-9ee8-ec78a4bb46d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13137 | 2024.09.06 06:41:38.567320 [ 3 ] {} <Debug> HTTP-Session: 0e5f64fc-e3cb-4f81-a58e-a568c9ad6e7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13138 | 2024.09.06 06:41:38.567400 [ 192 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
13139 | 2024.09.06 06:41:38.567668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13140 | 2024.09.06 06:41:38.567795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13141 | 2024.09.06 06:41:38.567818 [ 192 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13142 | 2024.09.06 06:41:38.567830 [ 3 ] {} <Debug> HTTP-Session: 83634f8b-530e-498e-9763-6cb4fb03a91d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13143 | 2024.09.06 06:41:38.567887 [ 3 ] {} <Debug> HTTP-Session: 83634f8b-530e-498e-9763-6cb4fb03a91d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13144 | 2024.09.06 06:41:38.567917 [ 3 ] {} <Debug> HTTP-Session: 83634f8b-530e-498e-9763-6cb4fb03a91d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13145 | 2024.09.06 06:41:38.567923 [ 192 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1416 rows starting from the beginning of the part | ||
13146 | 2024.09.06 06:41:38.567996 [ 3 ] {} <Trace> HTTP-Session: 83634f8b-530e-498e-9763-6cb4fb03a91d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13147 | 2024.09.06 06:41:38.568341 [ 192 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 205 rows starting from the beginning of the part | ||
13148 | 2024.09.06 06:41:38.568360 [ 3 ] {36cef1b0-ea1c-4065-8990-4fa84f376918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13149 | 2024.09.06 06:41:38.568498 [ 3 ] {36cef1b0-ea1c-4065-8990-4fa84f376918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13150 | 2024.09.06 06:41:38.568654 [ 192 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1258 rows starting from the beginning of the part | ||
13151 | 2024.09.06 06:41:38.569000 [ 192 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 206 rows starting from the beginning of the part | ||
13152 | 2024.09.06 06:41:38.569298 [ 192 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 118 rows starting from the beginning of the part | ||
13153 | 2024.09.06 06:41:38.569639 [ 192 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 205 rows starting from the beginning of the part | ||
13154 | 2024.09.06 06:41:38.570279 [ 3 ] {36cef1b0-ea1c-4065-8990-4fa84f376918} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13155 | 2024.09.06 06:41:38.571016 [ 3 ] {36cef1b0-ea1c-4065-8990-4fa84f376918} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13156 | 2024.09.06 06:41:38.571064 [ 3 ] {36cef1b0-ea1c-4065-8990-4fa84f376918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13157 | 2024.09.06 06:41:38.571936 [ 3 ] {36cef1b0-ea1c-4065-8990-4fa84f376918} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13158 | 2024.09.06 06:41:38.572608 [ 3 ] {36cef1b0-ea1c-4065-8990-4fa84f376918} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13159 | 2024.09.06 06:41:38.572753 [ 3 ] {36cef1b0-ea1c-4065-8990-4fa84f376918} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004551 sec., 1757.8554163920016 rows/sec., 132.18 KiB/sec. | ||
13160 | 2024.09.06 06:41:38.572771 [ 27 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13161 | 2024.09.06 06:41:38.572837 [ 27 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13162 | 2024.09.06 06:41:38.572920 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13163 | 2024.09.06 06:41:38.573417 [ 3 ] {36cef1b0-ea1c-4065-8990-4fa84f376918} <Debug> DynamicQueryHandler: Done processing query | ||
13164 | 2024.09.06 06:41:38.573556 [ 3 ] {36cef1b0-ea1c-4065-8990-4fa84f376918} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13165 | 2024.09.06 06:41:38.573679 [ 3 ] {} <Debug> HTTP-Session: 83634f8b-530e-498e-9763-6cb4fb03a91d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13166 | 2024.09.06 06:41:38.573739 [ 191 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
13167 | 2024.09.06 06:41:38.574097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13168 | 2024.09.06 06:41:38.574273 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 5 columns (5 merged, 0 gathered) in 0.007090577 sec., 480637.89449010993 rows/sec., 42.33 MiB/sec. | ||
13169 | 2024.09.06 06:41:38.574326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13170 | 2024.09.06 06:41:38.574505 [ 3 ] {} <Debug> HTTP-Session: 07b57007-2689-4c91-aab4-4cb3a5ed3e60 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13171 | 2024.09.06 06:41:38.574587 [ 3 ] {} <Debug> HTTP-Session: 07b57007-2689-4c91-aab4-4cb3a5ed3e60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13172 | 2024.09.06 06:41:38.574663 [ 191 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13173 | 2024.09.06 06:41:38.574664 [ 3 ] {} <Debug> HTTP-Session: 07b57007-2689-4c91-aab4-4cb3a5ed3e60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13174 | 2024.09.06 06:41:38.574818 [ 191 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 57 rows starting from the beginning of the part | ||
13175 | 2024.09.06 06:41:38.574859 [ 3 ] {} <Trace> HTTP-Session: 07b57007-2689-4c91-aab4-4cb3a5ed3e60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13176 | 2024.09.06 06:41:38.574985 [ 198 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13177 | 2024.09.06 06:41:38.575613 [ 191 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
13178 | 2024.09.06 06:41:38.575612 [ 3 ] {750f663f-3ae0-4aca-a0c6-147a82d1852f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13179 | 2024.09.06 06:41:38.575805 [ 3 ] {750f663f-3ae0-4aca-a0c6-147a82d1852f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13180 | 2024.09.06 06:41:38.576215 [ 191 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 31 rows starting from the beginning of the part | ||
13181 | 2024.09.06 06:41:38.576705 [ 191 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 10 rows starting from the beginning of the part | ||
13182 | 2024.09.06 06:41:38.577197 [ 191 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 31 rows starting from the beginning of the part | ||
13183 | 2024.09.06 06:41:38.577618 [ 191 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
13184 | 2024.09.06 06:41:38.578158 [ 190 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_71_14} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13185 | 2024.09.06 06:41:38.578716 [ 3 ] {750f663f-3ae0-4aca-a0c6-147a82d1852f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13186 | 2024.09.06 06:41:38.578738 [ 190 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_71_14} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13187 | 2024.09.06 06:41:38.579101 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
13188 | 2024.09.06 06:41:38.579502 [ 3 ] {750f663f-3ae0-4aca-a0c6-147a82d1852f} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13189 | 2024.09.06 06:41:38.579552 [ 3 ] {750f663f-3ae0-4aca-a0c6-147a82d1852f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13190 | 2024.09.06 06:41:38.580170 [ 3 ] {750f663f-3ae0-4aca-a0c6-147a82d1852f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
13191 | 2024.09.06 06:41:38.580188 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 5 columns (5 merged, 0 gathered) in 0.007116609 sec., 20374.87235845049 rows/sec., 1.56 MiB/sec. | ||
13192 | 2024.09.06 06:41:38.580413 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
13193 | 2024.09.06 06:41:38.581081 [ 3 ] {750f663f-3ae0-4aca-a0c6-147a82d1852f} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13194 | 2024.09.06 06:41:38.581366 [ 3 ] {750f663f-3ae0-4aca-a0c6-147a82d1852f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006178 sec., 2266.1055357720943 rows/sec., 158.70 KiB/sec. | ||
13195 | 2024.09.06 06:41:38.581555 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_66_13} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13196 | 2024.09.06 06:41:38.581702 [ 3 ] {750f663f-3ae0-4aca-a0c6-147a82d1852f} <Debug> DynamicQueryHandler: Done processing query | ||
13197 | 2024.09.06 06:41:38.581713 [ 188 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_66_13} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
13198 | 2024.09.06 06:41:38.581744 [ 3 ] {750f663f-3ae0-4aca-a0c6-147a82d1852f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13199 | 2024.09.06 06:41:38.581772 [ 3 ] {} <Debug> HTTP-Session: 07b57007-2689-4c91-aab4-4cb3a5ed3e60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13200 | 2024.09.06 06:41:38.581904 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
13201 | 2024.09.06 06:41:38.581967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13202 | 2024.09.06 06:41:38.582024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13203 | 2024.09.06 06:41:38.582044 [ 3 ] {} <Debug> HTTP-Session: b2084711-1ff7-47bb-aaaa-9323e2d1cfe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13204 | 2024.09.06 06:41:38.582061 [ 3 ] {} <Debug> HTTP-Session: b2084711-1ff7-47bb-aaaa-9323e2d1cfe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13205 | 2024.09.06 06:41:38.582075 [ 3 ] {} <Debug> HTTP-Session: b2084711-1ff7-47bb-aaaa-9323e2d1cfe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13206 | 2024.09.06 06:41:38.582109 [ 3 ] {} <Trace> HTTP-Session: b2084711-1ff7-47bb-aaaa-9323e2d1cfe7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13207 | 2024.09.06 06:41:38.582213 [ 3 ] {779744e4-8378-4120-a94a-cff8c69bc37e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13208 | 2024.09.06 06:41:38.582258 [ 3 ] {779744e4-8378-4120-a94a-cff8c69bc37e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13209 | 2024.09.06 06:41:38.582511 [ 3 ] {779744e4-8378-4120-a94a-cff8c69bc37e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13210 | 2024.09.06 06:41:38.582822 [ 3 ] {779744e4-8378-4120-a94a-cff8c69bc37e} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13211 | 2024.09.06 06:41:38.582857 [ 3 ] {779744e4-8378-4120-a94a-cff8c69bc37e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13212 | 2024.09.06 06:41:38.583215 [ 3 ] {779744e4-8378-4120-a94a-cff8c69bc37e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13213 | 2024.09.06 06:41:38.583579 [ 3 ] {779744e4-8378-4120-a94a-cff8c69bc37e} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13214 | 2024.09.06 06:41:38.583708 [ 3 ] {779744e4-8378-4120-a94a-cff8c69bc37e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 232.76 KiB/sec. | ||
13215 | 2024.09.06 06:41:38.583874 [ 3 ] {779744e4-8378-4120-a94a-cff8c69bc37e} <Debug> DynamicQueryHandler: Done processing query | ||
13216 | 2024.09.06 06:41:38.583897 [ 3 ] {779744e4-8378-4120-a94a-cff8c69bc37e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13217 | 2024.09.06 06:41:38.583913 [ 3 ] {} <Debug> HTTP-Session: b2084711-1ff7-47bb-aaaa-9323e2d1cfe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13218 | 2024.09.06 06:41:38.584094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13219 | 2024.09.06 06:41:38.584143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13220 | 2024.09.06 06:41:38.584167 [ 3 ] {} <Debug> HTTP-Session: 09b48d7a-c5ee-48d5-8308-1f66acee7ee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13221 | 2024.09.06 06:41:38.584184 [ 3 ] {} <Debug> HTTP-Session: 09b48d7a-c5ee-48d5-8308-1f66acee7ee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13222 | 2024.09.06 06:41:38.584198 [ 3 ] {} <Debug> HTTP-Session: 09b48d7a-c5ee-48d5-8308-1f66acee7ee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13223 | 2024.09.06 06:41:38.584229 [ 3 ] {} <Trace> HTTP-Session: 09b48d7a-c5ee-48d5-8308-1f66acee7ee8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13224 | 2024.09.06 06:41:38.584519 [ 3 ] {29c2ca22-4c48-418f-adf2-008da0f2781b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13225 | 2024.09.06 06:41:38.584562 [ 3 ] {29c2ca22-4c48-418f-adf2-008da0f2781b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13226 | 2024.09.06 06:41:38.584785 [ 3 ] {29c2ca22-4c48-418f-adf2-008da0f2781b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13227 | 2024.09.06 06:41:38.585410 [ 3 ] {29c2ca22-4c48-418f-adf2-008da0f2781b} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13228 | 2024.09.06 06:41:38.585445 [ 3 ] {29c2ca22-4c48-418f-adf2-008da0f2781b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13229 | 2024.09.06 06:41:38.585830 [ 3 ] {29c2ca22-4c48-418f-adf2-008da0f2781b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13230 | 2024.09.06 06:41:38.586192 [ 3 ] {29c2ca22-4c48-418f-adf2-008da0f2781b} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13231 | 2024.09.06 06:41:38.586319 [ 27 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13232 | 2024.09.06 06:41:38.586320 [ 3 ] {29c2ca22-4c48-418f-adf2-008da0f2781b} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001992 sec., 195783.1325301205 rows/sec., 13.88 MiB/sec. | ||
13233 | 2024.09.06 06:41:38.586366 [ 27 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13234 | 2024.09.06 06:41:38.586405 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13235 | 2024.09.06 06:41:38.586558 [ 3 ] {29c2ca22-4c48-418f-adf2-008da0f2781b} <Debug> DynamicQueryHandler: Done processing query | ||
13236 | 2024.09.06 06:41:38.586565 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
13237 | 2024.09.06 06:41:38.586590 [ 3 ] {29c2ca22-4c48-418f-adf2-008da0f2781b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13238 | 2024.09.06 06:41:38.586643 [ 3 ] {} <Debug> HTTP-Session: 09b48d7a-c5ee-48d5-8308-1f66acee7ee8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13239 | 2024.09.06 06:41:38.586781 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13240 | 2024.09.06 06:41:38.586821 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
13241 | 2024.09.06 06:41:38.586882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13242 | 2024.09.06 06:41:38.587024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13243 | 2024.09.06 06:41:38.587058 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 390 rows starting from the beginning of the part | ||
13244 | 2024.09.06 06:41:38.587086 [ 3 ] {} <Debug> HTTP-Session: 47ad94f3-5d1f-42be-829d-866e9a42d1e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13245 | 2024.09.06 06:41:38.587146 [ 3 ] {} <Debug> HTTP-Session: 47ad94f3-5d1f-42be-829d-866e9a42d1e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13246 | 2024.09.06 06:41:38.587215 [ 3 ] {} <Debug> HTTP-Session: 47ad94f3-5d1f-42be-829d-866e9a42d1e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13247 | 2024.09.06 06:41:38.587356 [ 3 ] {} <Trace> HTTP-Session: 47ad94f3-5d1f-42be-829d-866e9a42d1e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13248 | 2024.09.06 06:41:38.587415 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 551 rows starting from the beginning of the part | ||
13249 | 2024.09.06 06:41:38.587662 [ 3 ] {37fee7e1-c93e-4662-9c0c-9aee435e7495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13250 | 2024.09.06 06:41:38.587722 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 392 rows starting from the beginning of the part | ||
13251 | 2024.09.06 06:41:38.587804 [ 3 ] {37fee7e1-c93e-4662-9c0c-9aee435e7495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13252 | 2024.09.06 06:41:38.588021 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 95 rows starting from the beginning of the part | ||
13253 | 2024.09.06 06:41:38.588361 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 390 rows starting from the beginning of the part | ||
13254 | 2024.09.06 06:41:38.588915 [ 3 ] {37fee7e1-c93e-4662-9c0c-9aee435e7495} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13255 | 2024.09.06 06:41:38.589623 [ 3 ] {37fee7e1-c93e-4662-9c0c-9aee435e7495} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13256 | 2024.09.06 06:41:38.589667 [ 3 ] {37fee7e1-c93e-4662-9c0c-9aee435e7495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13257 | 2024.09.06 06:41:38.590657 [ 3 ] {37fee7e1-c93e-4662-9c0c-9aee435e7495} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13258 | 2024.09.06 06:41:38.591159 [ 3 ] {37fee7e1-c93e-4662-9c0c-9aee435e7495} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13259 | 2024.09.06 06:41:38.591344 [ 27 ] {} <Debug> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
13260 | 2024.09.06 06:41:38.591446 [ 27 ] {} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13261 | 2024.09.06 06:41:38.591462 [ 3 ] {37fee7e1-c93e-4662-9c0c-9aee435e7495} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003912 sec., 1533.7423312883436 rows/sec., 80.13 KiB/sec. | ||
13262 | 2024.09.06 06:41:38.591515 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13263 | 2024.09.06 06:41:38.592158 [ 3 ] {37fee7e1-c93e-4662-9c0c-9aee435e7495} <Debug> DynamicQueryHandler: Done processing query | ||
13264 | 2024.09.06 06:41:38.592237 [ 3 ] {37fee7e1-c93e-4662-9c0c-9aee435e7495} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13265 | 2024.09.06 06:41:38.592242 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2731 rows, containing 5 columns (5 merged, 0 gathered) in 0.005750301 sec., 474931.6600991844 rows/sec., 36.22 MiB/sec. | ||
13266 | 2024.09.06 06:41:38.592286 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::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 | ||
13267 | 2024.09.06 06:41:38.592300 [ 3 ] {} <Debug> HTTP-Session: 47ad94f3-5d1f-42be-829d-866e9a42d1e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13268 | 2024.09.06 06:41:38.592487 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13269 | 2024.09.06 06:41:38.592646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13270 | 2024.09.06 06:41:38.592756 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13271 | 2024.09.06 06:41:38.592795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13272 | 2024.09.06 06:41:38.592870 [ 3 ] {} <Debug> HTTP-Session: 7c3f123d-f73d-44e3-ad0d-4fe88b9539ff Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13273 | 2024.09.06 06:41:38.592905 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
13274 | 2024.09.06 06:41:38.592925 [ 3 ] {} <Debug> HTTP-Session: 7c3f123d-f73d-44e3-ad0d-4fe88b9539ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13275 | 2024.09.06 06:41:38.593002 [ 3 ] {} <Debug> HTTP-Session: 7c3f123d-f73d-44e3-ad0d-4fe88b9539ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13276 | 2024.09.06 06:41:38.593154 [ 3 ] {} <Trace> HTTP-Session: 7c3f123d-f73d-44e3-ad0d-4fe88b9539ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13277 | 2024.09.06 06:41:38.593680 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
13278 | 2024.09.06 06:41:38.593706 [ 3 ] {cd5139a6-bc4b-41cd-81dc-348979d6bf99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13279 | 2024.09.06 06:41:38.593889 [ 3 ] {cd5139a6-bc4b-41cd-81dc-348979d6bf99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13280 | 2024.09.06 06:41:38.594294 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
13281 | 2024.09.06 06:41:38.594366 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_71_14} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13282 | 2024.09.06 06:41:38.594851 [ 188 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_71_14} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13283 | 2024.09.06 06:41:38.594982 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
13284 | 2024.09.06 06:41:38.595164 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
13285 | 2024.09.06 06:41:38.595457 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
13286 | 2024.09.06 06:41:38.595511 [ 3 ] {cd5139a6-bc4b-41cd-81dc-348979d6bf99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13287 | 2024.09.06 06:41:38.595714 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
13288 | 2024.09.06 06:41:38.596646 [ 3 ] {cd5139a6-bc4b-41cd-81dc-348979d6bf99} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13289 | 2024.09.06 06:41:38.596716 [ 3 ] {cd5139a6-bc4b-41cd-81dc-348979d6bf99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13290 | 2024.09.06 06:41:38.597811 [ 3 ] {cd5139a6-bc4b-41cd-81dc-348979d6bf99} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13291 | 2024.09.06 06:41:38.598278 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.006409805 sec., 29018.043450619793 rows/sec., 1.48 MiB/sec. | ||
13292 | 2024.09.06 06:41:38.598546 [ 197 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
13293 | 2024.09.06 06:41:38.598712 [ 3 ] {cd5139a6-bc4b-41cd-81dc-348979d6bf99} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13294 | 2024.09.06 06:41:38.598944 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13295 | 2024.09.06 06:41:38.599001 [ 3 ] {cd5139a6-bc4b-41cd-81dc-348979d6bf99} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005572 sec., 42534.099066762385 rows/sec., 2.85 MiB/sec. | ||
13296 | 2024.09.06 06:41:38.599043 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13297 | 2024.09.06 06:41:38.599178 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13298 | 2024.09.06 06:41:38.599746 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
13299 | 2024.09.06 06:41:38.599838 [ 3 ] {cd5139a6-bc4b-41cd-81dc-348979d6bf99} <Debug> DynamicQueryHandler: Done processing query | ||
13300 | 2024.09.06 06:41:38.599910 [ 3 ] {cd5139a6-bc4b-41cd-81dc-348979d6bf99} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13301 | 2024.09.06 06:41:38.599970 [ 3 ] {} <Debug> HTTP-Session: 7c3f123d-f73d-44e3-ad0d-4fe88b9539ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13302 | 2024.09.06 06:41:38.600287 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13303 | 2024.09.06 06:41:38.600288 [ 197 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_31_6} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13304 | 2024.09.06 06:41:38.600310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13305 | 2024.09.06 06:41:38.600380 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20314 rows starting from the beginning of the part | ||
13306 | 2024.09.06 06:41:38.600482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13307 | 2024.09.06 06:41:38.600604 [ 3 ] {} <Debug> HTTP-Session: 41108ed0-b2b3-4738-9d2b-2cc62472ee40 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13308 | 2024.09.06 06:41:38.600708 [ 3 ] {} <Debug> HTTP-Session: 41108ed0-b2b3-4738-9d2b-2cc62472ee40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13309 | 2024.09.06 06:41:38.600783 [ 3 ] {} <Debug> HTTP-Session: 41108ed0-b2b3-4738-9d2b-2cc62472ee40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13310 | 2024.09.06 06:41:38.600823 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part | ||
13311 | 2024.09.06 06:41:38.600922 [ 3 ] {} <Trace> HTTP-Session: 41108ed0-b2b3-4738-9d2b-2cc62472ee40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13312 | 2024.09.06 06:41:38.600917 [ 197 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_31_6} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
13313 | 2024.09.06 06:41:38.601244 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 844 rows starting from the beginning of the part | ||
13314 | 2024.09.06 06:41:38.601380 [ 3 ] {e7c8f550-1a30-4d3d-8c23-92fbb06fc20a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13315 | 2024.09.06 06:41:38.601599 [ 3 ] {e7c8f550-1a30-4d3d-8c23-92fbb06fc20a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13316 | 2024.09.06 06:41:38.601693 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 238 rows starting from the beginning of the part | ||
13317 | 2024.09.06 06:41:38.601721 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13318 | 2024.09.06 06:41:38.602117 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
13319 | 2024.09.06 06:41:38.602497 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part | ||
13320 | 2024.09.06 06:41:38.602916 [ 3 ] {e7c8f550-1a30-4d3d-8c23-92fbb06fc20a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13321 | 2024.09.06 06:41:38.603816 [ 3 ] {e7c8f550-1a30-4d3d-8c23-92fbb06fc20a} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13322 | 2024.09.06 06:41:38.603881 [ 3 ] {e7c8f550-1a30-4d3d-8c23-92fbb06fc20a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13323 | 2024.09.06 06:41:38.604322 [ 3 ] {e7c8f550-1a30-4d3d-8c23-92fbb06fc20a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13324 | 2024.09.06 06:41:38.604716 [ 3 ] {e7c8f550-1a30-4d3d-8c23-92fbb06fc20a} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13325 | 2024.09.06 06:41:38.605081 [ 3 ] {e7c8f550-1a30-4d3d-8c23-92fbb06fc20a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003894 sec., 256.8053415511043 rows/sec., 17.30 KiB/sec. | ||
13326 | 2024.09.06 06:41:38.605400 [ 3 ] {e7c8f550-1a30-4d3d-8c23-92fbb06fc20a} <Debug> DynamicQueryHandler: Done processing query | ||
13327 | 2024.09.06 06:41:38.605439 [ 3 ] {e7c8f550-1a30-4d3d-8c23-92fbb06fc20a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13328 | 2024.09.06 06:41:38.605488 [ 3 ] {} <Debug> HTTP-Session: 41108ed0-b2b3-4738-9d2b-2cc62472ee40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13329 | 2024.09.06 06:41:38.605686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14192, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13330 | 2024.09.06 06:41:38.605793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13331 | 2024.09.06 06:41:38.605829 [ 3 ] {} <Debug> HTTP-Session: a86e9953-4537-4677-abcf-1577db278757 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13332 | 2024.09.06 06:41:38.605847 [ 3 ] {} <Debug> HTTP-Session: a86e9953-4537-4677-abcf-1577db278757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13333 | 2024.09.06 06:41:38.605865 [ 3 ] {} <Debug> HTTP-Session: a86e9953-4537-4677-abcf-1577db278757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13334 | 2024.09.06 06:41:38.605912 [ 3 ] {} <Trace> HTTP-Session: a86e9953-4537-4677-abcf-1577db278757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13335 | 2024.09.06 06:41:38.606106 [ 3 ] {2cc46685-8a3d-48aa-b8b6-1d2ab71b4f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13336 | 2024.09.06 06:41:38.606225 [ 3 ] {2cc46685-8a3d-48aa-b8b6-1d2ab71b4f4c} <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_histogramu64 | ||
13337 | 2024.09.06 06:41:38.606980 [ 3 ] {2cc46685-8a3d-48aa-b8b6-1d2ab71b4f4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13338 | 2024.09.06 06:41:38.607606 [ 3 ] {2cc46685-8a3d-48aa-b8b6-1d2ab71b4f4c} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13339 | 2024.09.06 06:41:38.607642 [ 3 ] {2cc46685-8a3d-48aa-b8b6-1d2ab71b4f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13340 | 2024.09.06 06:41:38.608498 [ 3 ] {2cc46685-8a3d-48aa-b8b6-1d2ab71b4f4c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13341 | 2024.09.06 06:41:38.609175 [ 3 ] {2cc46685-8a3d-48aa-b8b6-1d2ab71b4f4c} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13342 | 2024.09.06 06:41:38.609349 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13343 | 2024.09.06 06:41:38.609392 [ 3 ] {2cc46685-8a3d-48aa-b8b6-1d2ab71b4f4c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003385 sec., 2363.367799113737 rows/sec., 4.24 MiB/sec. | ||
13344 | 2024.09.06 06:41:38.609418 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13345 | 2024.09.06 06:41:38.609463 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13346 | 2024.09.06 06:41:38.610180 [ 197 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
13347 | 2024.09.06 06:41:38.610384 [ 3 ] {2cc46685-8a3d-48aa-b8b6-1d2ab71b4f4c} <Debug> DynamicQueryHandler: Done processing query | ||
13348 | 2024.09.06 06:41:38.610510 [ 3 ] {2cc46685-8a3d-48aa-b8b6-1d2ab71b4f4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13349 | 2024.09.06 06:41:38.610618 [ 3 ] {} <Debug> HTTP-Session: a86e9953-4537-4677-abcf-1577db278757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13350 | 2024.09.06 06:41:38.611119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13351 | 2024.09.06 06:41:38.611353 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22030 rows, containing 5 columns (5 merged, 0 gathered) in 0.011955202 sec., 1842712.4861629272 rows/sec., 124.63 MiB/sec. | ||
13352 | 2024.09.06 06:41:38.611387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13353 | 2024.09.06 06:41:38.611490 [ 3 ] {} <Debug> HTTP-Session: 1e702e9c-6d33-4d81-b440-4ef40b596216 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13354 | 2024.09.06 06:41:38.611544 [ 3 ] {} <Debug> HTTP-Session: 1e702e9c-6d33-4d81-b440-4ef40b596216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13355 | 2024.09.06 06:41:38.611609 [ 3 ] {} <Debug> HTTP-Session: 1e702e9c-6d33-4d81-b440-4ef40b596216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13356 | 2024.09.06 06:41:38.611753 [ 3 ] {} <Trace> HTTP-Session: 1e702e9c-6d33-4d81-b440-4ef40b596216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13357 | 2024.09.06 06:41:38.611935 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13358 | 2024.09.06 06:41:38.612174 [ 3 ] {dc60deef-8f69-48d2-932a-cbfe64e48898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13359 | 2024.09.06 06:41:38.612346 [ 3 ] {dc60deef-8f69-48d2-932a-cbfe64e48898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13360 | 2024.09.06 06:41:38.613419 [ 3 ] {dc60deef-8f69-48d2-932a-cbfe64e48898} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13361 | 2024.09.06 06:41:38.613769 [ 200 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13362 | 2024.09.06 06:41:38.613853 [ 197 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13363 | 2024.09.06 06:41:38.614134 [ 200 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13364 | 2024.09.06 06:41:38.614120 [ 197 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1134 rows starting from the beginning of the part | ||
13365 | 2024.09.06 06:41:38.614433 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
13366 | 2024.09.06 06:41:38.614845 [ 3 ] {dc60deef-8f69-48d2-932a-cbfe64e48898} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13367 | 2024.09.06 06:41:38.614957 [ 3 ] {dc60deef-8f69-48d2-932a-cbfe64e48898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13368 | 2024.09.06 06:41:38.615240 [ 197 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
13369 | 2024.09.06 06:41:38.615942 [ 197 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 31 rows starting from the beginning of the part | ||
13370 | 2024.09.06 06:41:38.616453 [ 3 ] {dc60deef-8f69-48d2-932a-cbfe64e48898} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13371 | 2024.09.06 06:41:38.616558 [ 197 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
13372 | 2024.09.06 06:41:38.617299 [ 197 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 31 rows starting from the beginning of the part | ||
13373 | 2024.09.06 06:41:38.617766 [ 3 ] {dc60deef-8f69-48d2-932a-cbfe64e48898} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13374 | 2024.09.06 06:41:38.617903 [ 197 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
13375 | 2024.09.06 06:41:38.618075 [ 27 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13376 | 2024.09.06 06:41:38.618180 [ 27 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13377 | 2024.09.06 06:41:38.618235 [ 3 ] {dc60deef-8f69-48d2-932a-cbfe64e48898} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00624 sec., 13141.02564102564 rows/sec., 854.65 KiB/sec. | ||
13378 | 2024.09.06 06:41:38.618288 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13379 | 2024.09.06 06:41:38.618992 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
13380 | 2024.09.06 06:41:38.619106 [ 3 ] {dc60deef-8f69-48d2-932a-cbfe64e48898} <Debug> DynamicQueryHandler: Done processing query | ||
13381 | 2024.09.06 06:41:38.619183 [ 3 ] {dc60deef-8f69-48d2-932a-cbfe64e48898} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13382 | 2024.09.06 06:41:38.619251 [ 3 ] {} <Debug> HTTP-Session: 1e702e9c-6d33-4d81-b440-4ef40b596216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13383 | 2024.09.06 06:41:38.619564 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13384 | 2024.09.06 06:41:38.619652 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4420 rows starting from the beginning of the part | ||
13385 | 2024.09.06 06:41:38.619989 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part | ||
13386 | 2024.09.06 06:41:38.620253 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
13387 | 2024.09.06 06:41:38.620527 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part | ||
13388 | 2024.09.06 06:41:38.620757 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
13389 | 2024.09.06 06:41:38.621024 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part | ||
13390 | 2024.09.06 06:41:38.623565 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4786 rows, containing 4 columns (4 merged, 0 gathered) in 0.005005987 sec., 956055.2194801944 rows/sec., 62.45 MiB/sec. | ||
13391 | 2024.09.06 06:41:38.623959 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13392 | 2024.09.06 06:41:38.625114 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_71_14} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13393 | 2024.09.06 06:41:38.625338 [ 200 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_71_14} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13394 | 2024.09.06 06:41:38.625547 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
13395 | 2024.09.06 06:41:38.628535 [ 200 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1220 rows, containing 19 columns (19 merged, 0 gathered) in 0.018934638 sec., 64432.17979662458 rows/sec., 115.46 MiB/sec. | ||
13396 | 2024.09.06 06:41:38.629638 [ 201 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
13397 | 2024.09.06 06:41:38.630190 [ 201 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13398 | 2024.09.06 06:41:38.630267 [ 201 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
13399 | 2024.09.06 06:41:38.630378 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.52 MiB. | ||
13400 | 2024.09.06 06:41:43.561325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13401 | 2024.09.06 06:41:43.561516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13402 | 2024.09.06 06:41:43.561561 [ 3 ] {} <Debug> HTTP-Session: df13764a-ba1b-45ff-8375-dd0076ccf92f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13403 | 2024.09.06 06:41:43.561601 [ 3 ] {} <Debug> HTTP-Session: df13764a-ba1b-45ff-8375-dd0076ccf92f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13404 | 2024.09.06 06:41:43.561630 [ 3 ] {} <Debug> HTTP-Session: df13764a-ba1b-45ff-8375-dd0076ccf92f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13405 | 2024.09.06 06:41:43.561712 [ 3 ] {} <Trace> HTTP-Session: df13764a-ba1b-45ff-8375-dd0076ccf92f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13406 | 2024.09.06 06:41:43.562042 [ 3 ] {91a47b22-8d9c-4a53-8a06-f0a300af7b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13407 | 2024.09.06 06:41:43.562148 [ 3 ] {91a47b22-8d9c-4a53-8a06-f0a300af7b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13408 | 2024.09.06 06:41:43.562568 [ 3 ] {91a47b22-8d9c-4a53-8a06-f0a300af7b32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13409 | 2024.09.06 06:41:43.563097 [ 3 ] {91a47b22-8d9c-4a53-8a06-f0a300af7b32} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13410 | 2024.09.06 06:41:43.563135 [ 3 ] {91a47b22-8d9c-4a53-8a06-f0a300af7b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13411 | 2024.09.06 06:41:43.563562 [ 3 ] {91a47b22-8d9c-4a53-8a06-f0a300af7b32} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13412 | 2024.09.06 06:41:43.563952 [ 3 ] {91a47b22-8d9c-4a53-8a06-f0a300af7b32} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13413 | 2024.09.06 06:41:43.564094 [ 3 ] {91a47b22-8d9c-4a53-8a06-f0a300af7b32} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002191 sec., 53856.68644454588 rows/sec., 4.55 MiB/sec. | ||
13414 | 2024.09.06 06:41:43.564300 [ 3 ] {91a47b22-8d9c-4a53-8a06-f0a300af7b32} <Debug> DynamicQueryHandler: Done processing query | ||
13415 | 2024.09.06 06:41:43.564325 [ 3 ] {91a47b22-8d9c-4a53-8a06-f0a300af7b32} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13416 | 2024.09.06 06:41:43.564341 [ 3 ] {} <Debug> HTTP-Session: df13764a-ba1b-45ff-8375-dd0076ccf92f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13417 | 2024.09.06 06:41:43.564500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13418 | 2024.09.06 06:41:43.564549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13419 | 2024.09.06 06:41:43.564568 [ 3 ] {} <Debug> HTTP-Session: faeeaedf-bb16-4365-b85b-55967f18c600 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13420 | 2024.09.06 06:41:43.564585 [ 3 ] {} <Debug> HTTP-Session: faeeaedf-bb16-4365-b85b-55967f18c600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13421 | 2024.09.06 06:41:43.564599 [ 3 ] {} <Debug> HTTP-Session: faeeaedf-bb16-4365-b85b-55967f18c600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13422 | 2024.09.06 06:41:43.564630 [ 3 ] {} <Trace> HTTP-Session: faeeaedf-bb16-4365-b85b-55967f18c600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13423 | 2024.09.06 06:41:43.564742 [ 3 ] {d53550bb-d6c2-4df6-98d4-4caf71a66208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13424 | 2024.09.06 06:41:43.564785 [ 3 ] {d53550bb-d6c2-4df6-98d4-4caf71a66208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13425 | 2024.09.06 06:41:43.565010 [ 3 ] {d53550bb-d6c2-4df6-98d4-4caf71a66208} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13426 | 2024.09.06 06:41:43.565369 [ 3 ] {d53550bb-d6c2-4df6-98d4-4caf71a66208} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13427 | 2024.09.06 06:41:43.565405 [ 3 ] {d53550bb-d6c2-4df6-98d4-4caf71a66208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13428 | 2024.09.06 06:41:43.565753 [ 3 ] {d53550bb-d6c2-4df6-98d4-4caf71a66208} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13429 | 2024.09.06 06:41:43.566116 [ 3 ] {d53550bb-d6c2-4df6-98d4-4caf71a66208} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13430 | 2024.09.06 06:41:43.566243 [ 3 ] {d53550bb-d6c2-4df6-98d4-4caf71a66208} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001538 sec., 20156.046814044214 rows/sec., 1.48 MiB/sec. | ||
13431 | 2024.09.06 06:41:43.566521 [ 3 ] {d53550bb-d6c2-4df6-98d4-4caf71a66208} <Debug> DynamicQueryHandler: Done processing query | ||
13432 | 2024.09.06 06:41:43.566574 [ 3 ] {d53550bb-d6c2-4df6-98d4-4caf71a66208} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13433 | 2024.09.06 06:41:43.566631 [ 3 ] {} <Debug> HTTP-Session: faeeaedf-bb16-4365-b85b-55967f18c600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13434 | 2024.09.06 06:41:43.566812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13435 | 2024.09.06 06:41:43.566864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13436 | 2024.09.06 06:41:43.566884 [ 3 ] {} <Debug> HTTP-Session: 7ff8acaf-4fd6-437c-b158-81bd7f17f49f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13437 | 2024.09.06 06:41:43.566900 [ 3 ] {} <Debug> HTTP-Session: 7ff8acaf-4fd6-437c-b158-81bd7f17f49f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13438 | 2024.09.06 06:41:43.566914 [ 3 ] {} <Debug> HTTP-Session: 7ff8acaf-4fd6-437c-b158-81bd7f17f49f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13439 | 2024.09.06 06:41:43.566947 [ 3 ] {} <Trace> HTTP-Session: 7ff8acaf-4fd6-437c-b158-81bd7f17f49f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13440 | 2024.09.06 06:41:43.567078 [ 3 ] {04530935-1eb7-4362-9569-a232005d3ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13441 | 2024.09.06 06:41:43.567121 [ 3 ] {04530935-1eb7-4362-9569-a232005d3ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13442 | 2024.09.06 06:41:43.567361 [ 3 ] {04530935-1eb7-4362-9569-a232005d3ccb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13443 | 2024.09.06 06:41:43.567930 [ 3 ] {04530935-1eb7-4362-9569-a232005d3ccb} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13444 | 2024.09.06 06:41:43.567966 [ 3 ] {04530935-1eb7-4362-9569-a232005d3ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13445 | 2024.09.06 06:41:43.568336 [ 3 ] {04530935-1eb7-4362-9569-a232005d3ccb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13446 | 2024.09.06 06:41:43.568688 [ 3 ] {04530935-1eb7-4362-9569-a232005d3ccb} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13447 | 2024.09.06 06:41:43.568827 [ 3 ] {04530935-1eb7-4362-9569-a232005d3ccb} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.0018 sec., 52777.77777777778 rows/sec., 4.12 MiB/sec. | ||
13448 | 2024.09.06 06:41:43.569013 [ 3 ] {04530935-1eb7-4362-9569-a232005d3ccb} <Debug> DynamicQueryHandler: Done processing query | ||
13449 | 2024.09.06 06:41:43.569036 [ 3 ] {04530935-1eb7-4362-9569-a232005d3ccb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13450 | 2024.09.06 06:41:43.569052 [ 3 ] {} <Debug> HTTP-Session: 7ff8acaf-4fd6-437c-b158-81bd7f17f49f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13451 | 2024.09.06 06:41:43.569218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13452 | 2024.09.06 06:41:43.569267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13453 | 2024.09.06 06:41:43.569286 [ 3 ] {} <Debug> HTTP-Session: 0395032a-85c3-4d74-bd8b-f09bf8a47386 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13454 | 2024.09.06 06:41:43.569302 [ 3 ] {} <Debug> HTTP-Session: 0395032a-85c3-4d74-bd8b-f09bf8a47386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13455 | 2024.09.06 06:41:43.569316 [ 3 ] {} <Debug> HTTP-Session: 0395032a-85c3-4d74-bd8b-f09bf8a47386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13456 | 2024.09.06 06:41:43.569347 [ 3 ] {} <Trace> HTTP-Session: 0395032a-85c3-4d74-bd8b-f09bf8a47386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13457 | 2024.09.06 06:41:43.569491 [ 3 ] {41330bf0-2789-40c6-9ff0-19810df79074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13458 | 2024.09.06 06:41:43.569537 [ 3 ] {41330bf0-2789-40c6-9ff0-19810df79074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13459 | 2024.09.06 06:41:43.569683 [ 3 ] {41330bf0-2789-40c6-9ff0-19810df79074} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13460 | 2024.09.06 06:41:43.570090 [ 3 ] {41330bf0-2789-40c6-9ff0-19810df79074} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13461 | 2024.09.06 06:41:43.570125 [ 3 ] {41330bf0-2789-40c6-9ff0-19810df79074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13462 | 2024.09.06 06:41:43.570509 [ 3 ] {41330bf0-2789-40c6-9ff0-19810df79074} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13463 | 2024.09.06 06:41:43.570847 [ 3 ] {41330bf0-2789-40c6-9ff0-19810df79074} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13464 | 2024.09.06 06:41:43.570997 [ 3 ] {41330bf0-2789-40c6-9ff0-19810df79074} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
13465 | 2024.09.06 06:41:43.571164 [ 3 ] {41330bf0-2789-40c6-9ff0-19810df79074} <Debug> DynamicQueryHandler: Done processing query | ||
13466 | 2024.09.06 06:41:43.571187 [ 3 ] {41330bf0-2789-40c6-9ff0-19810df79074} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13467 | 2024.09.06 06:41:43.571203 [ 3 ] {} <Debug> HTTP-Session: 0395032a-85c3-4d74-bd8b-f09bf8a47386 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13468 | 2024.09.06 06:41:43.571355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13469 | 2024.09.06 06:41:43.571405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13470 | 2024.09.06 06:41:43.571423 [ 3 ] {} <Debug> HTTP-Session: e317c6d8-c551-4615-89a3-463c9238f361 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13471 | 2024.09.06 06:41:43.571440 [ 3 ] {} <Debug> HTTP-Session: e317c6d8-c551-4615-89a3-463c9238f361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13472 | 2024.09.06 06:41:43.571453 [ 3 ] {} <Debug> HTTP-Session: e317c6d8-c551-4615-89a3-463c9238f361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13473 | 2024.09.06 06:41:43.571484 [ 3 ] {} <Trace> HTTP-Session: e317c6d8-c551-4615-89a3-463c9238f361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13474 | 2024.09.06 06:41:43.571779 [ 3 ] {c57502e2-5f9d-46dd-b495-07e8a370ce50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13475 | 2024.09.06 06:41:43.571842 [ 3 ] {c57502e2-5f9d-46dd-b495-07e8a370ce50} <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_histogramu64 | ||
13476 | 2024.09.06 06:41:43.572267 [ 3 ] {c57502e2-5f9d-46dd-b495-07e8a370ce50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13477 | 2024.09.06 06:41:43.572937 [ 3 ] {c57502e2-5f9d-46dd-b495-07e8a370ce50} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13478 | 2024.09.06 06:41:43.572973 [ 3 ] {c57502e2-5f9d-46dd-b495-07e8a370ce50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13479 | 2024.09.06 06:41:43.573615 [ 3 ] {c57502e2-5f9d-46dd-b495-07e8a370ce50} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13480 | 2024.09.06 06:41:43.574032 [ 3 ] {c57502e2-5f9d-46dd-b495-07e8a370ce50} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13481 | 2024.09.06 06:41:43.574226 [ 3 ] {c57502e2-5f9d-46dd-b495-07e8a370ce50} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002663 sec., 11641.006383777694 rows/sec., 20.86 MiB/sec. | ||
13482 | 2024.09.06 06:41:43.574451 [ 3 ] {c57502e2-5f9d-46dd-b495-07e8a370ce50} <Debug> DynamicQueryHandler: Done processing query | ||
13483 | 2024.09.06 06:41:43.574474 [ 3 ] {c57502e2-5f9d-46dd-b495-07e8a370ce50} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
13484 | 2024.09.06 06:41:43.574490 [ 3 ] {} <Debug> HTTP-Session: e317c6d8-c551-4615-89a3-463c9238f361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13485 | 2024.09.06 06:41:43.574618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13486 | 2024.09.06 06:41:43.574666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13487 | 2024.09.06 06:41:43.574685 [ 3 ] {} <Debug> HTTP-Session: f2c7eff7-030d-45c3-9bdb-c62acfb0135b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13488 | 2024.09.06 06:41:43.574701 [ 3 ] {} <Debug> HTTP-Session: f2c7eff7-030d-45c3-9bdb-c62acfb0135b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13489 | 2024.09.06 06:41:43.574715 [ 3 ] {} <Debug> HTTP-Session: f2c7eff7-030d-45c3-9bdb-c62acfb0135b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13490 | 2024.09.06 06:41:43.574746 [ 3 ] {} <Trace> HTTP-Session: f2c7eff7-030d-45c3-9bdb-c62acfb0135b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13491 | 2024.09.06 06:41:43.574878 [ 3 ] {a07988d1-ebfd-49a9-81e9-cfb327c81799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13492 | 2024.09.06 06:41:43.574922 [ 3 ] {a07988d1-ebfd-49a9-81e9-cfb327c81799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13493 | 2024.09.06 06:41:43.575051 [ 3 ] {a07988d1-ebfd-49a9-81e9-cfb327c81799} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13494 | 2024.09.06 06:41:43.575473 [ 3 ] {a07988d1-ebfd-49a9-81e9-cfb327c81799} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13495 | 2024.09.06 06:41:43.575509 [ 3 ] {a07988d1-ebfd-49a9-81e9-cfb327c81799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13496 | 2024.09.06 06:41:43.575867 [ 3 ] {a07988d1-ebfd-49a9-81e9-cfb327c81799} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13497 | 2024.09.06 06:41:43.576191 [ 3 ] {a07988d1-ebfd-49a9-81e9-cfb327c81799} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13498 | 2024.09.06 06:41:43.576350 [ 3 ] {a07988d1-ebfd-49a9-81e9-cfb327c81799} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001518 sec., 39525.691699604744 rows/sec., 2.66 MiB/sec. | ||
13499 | 2024.09.06 06:41:43.576522 [ 3 ] {a07988d1-ebfd-49a9-81e9-cfb327c81799} <Debug> DynamicQueryHandler: Done processing query | ||
13500 | 2024.09.06 06:41:43.576545 [ 3 ] {a07988d1-ebfd-49a9-81e9-cfb327c81799} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13501 | 2024.09.06 06:41:43.576561 [ 3 ] {} <Debug> HTTP-Session: f2c7eff7-030d-45c3-9bdb-c62acfb0135b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13502 | 2024.09.06 06:41:45.504061 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13503 | 2024.09.06 06:41:45.504123 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13504 | 2024.09.06 06:41:48.565455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13505 | 2024.09.06 06:41:48.565648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13506 | 2024.09.06 06:41:48.565695 [ 3 ] {} <Debug> HTTP-Session: a503f8c3-538f-4a5c-8b69-99fd668072e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13507 | 2024.09.06 06:41:48.565737 [ 3 ] {} <Debug> HTTP-Session: a503f8c3-538f-4a5c-8b69-99fd668072e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13508 | 2024.09.06 06:41:48.565766 [ 3 ] {} <Debug> HTTP-Session: a503f8c3-538f-4a5c-8b69-99fd668072e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13509 | 2024.09.06 06:41:48.565849 [ 3 ] {} <Trace> HTTP-Session: a503f8c3-538f-4a5c-8b69-99fd668072e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13510 | 2024.09.06 06:41:48.566224 [ 3 ] {94ff1e32-1604-48b9-8bbe-6a7f8ffc7ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13511 | 2024.09.06 06:41:48.566334 [ 3 ] {94ff1e32-1604-48b9-8bbe-6a7f8ffc7ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13512 | 2024.09.06 06:41:48.566765 [ 3 ] {94ff1e32-1604-48b9-8bbe-6a7f8ffc7ee7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13513 | 2024.09.06 06:41:48.567482 [ 3 ] {94ff1e32-1604-48b9-8bbe-6a7f8ffc7ee7} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13514 | 2024.09.06 06:41:48.567524 [ 3 ] {94ff1e32-1604-48b9-8bbe-6a7f8ffc7ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13515 | 2024.09.06 06:41:48.567962 [ 3 ] {94ff1e32-1604-48b9-8bbe-6a7f8ffc7ee7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13516 | 2024.09.06 06:41:48.568353 [ 3 ] {94ff1e32-1604-48b9-8bbe-6a7f8ffc7ee7} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13517 | 2024.09.06 06:41:48.568522 [ 3 ] {94ff1e32-1604-48b9-8bbe-6a7f8ffc7ee7} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002464 sec., 83198.05194805194 rows/sec., 7.33 MiB/sec. | ||
13518 | 2024.09.06 06:41:48.568732 [ 3 ] {94ff1e32-1604-48b9-8bbe-6a7f8ffc7ee7} <Debug> DynamicQueryHandler: Done processing query | ||
13519 | 2024.09.06 06:41:48.568758 [ 3 ] {94ff1e32-1604-48b9-8bbe-6a7f8ffc7ee7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13520 | 2024.09.06 06:41:48.568774 [ 3 ] {} <Debug> HTTP-Session: a503f8c3-538f-4a5c-8b69-99fd668072e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13521 | 2024.09.06 06:41:48.568925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13522 | 2024.09.06 06:41:48.568975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13523 | 2024.09.06 06:41:48.568995 [ 3 ] {} <Debug> HTTP-Session: 67c22676-f130-48c2-bd50-9e05440ac6cc Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13524 | 2024.09.06 06:41:48.569012 [ 3 ] {} <Debug> HTTP-Session: 67c22676-f130-48c2-bd50-9e05440ac6cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13525 | 2024.09.06 06:41:48.569026 [ 3 ] {} <Debug> HTTP-Session: 67c22676-f130-48c2-bd50-9e05440ac6cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13526 | 2024.09.06 06:41:48.569060 [ 3 ] {} <Trace> HTTP-Session: 67c22676-f130-48c2-bd50-9e05440ac6cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13527 | 2024.09.06 06:41:48.569156 [ 3 ] {ebb178c1-e4aa-4e11-bd31-cb1e6117b2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13528 | 2024.09.06 06:41:48.569199 [ 3 ] {ebb178c1-e4aa-4e11-bd31-cb1e6117b2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13529 | 2024.09.06 06:41:48.569425 [ 3 ] {ebb178c1-e4aa-4e11-bd31-cb1e6117b2f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13530 | 2024.09.06 06:41:48.569740 [ 3 ] {ebb178c1-e4aa-4e11-bd31-cb1e6117b2f3} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13531 | 2024.09.06 06:41:48.569776 [ 3 ] {ebb178c1-e4aa-4e11-bd31-cb1e6117b2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13532 | 2024.09.06 06:41:48.570123 [ 3 ] {ebb178c1-e4aa-4e11-bd31-cb1e6117b2f3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13533 | 2024.09.06 06:41:48.570488 [ 3 ] {ebb178c1-e4aa-4e11-bd31-cb1e6117b2f3} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13534 | 2024.09.06 06:41:48.570656 [ 3 ] {ebb178c1-e4aa-4e11-bd31-cb1e6117b2f3} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001518 sec., 5270.092226613966 rows/sec., 396.29 KiB/sec. | ||
13535 | 2024.09.06 06:41:48.570931 [ 3 ] {ebb178c1-e4aa-4e11-bd31-cb1e6117b2f3} <Debug> DynamicQueryHandler: Done processing query | ||
13536 | 2024.09.06 06:41:48.570986 [ 3 ] {ebb178c1-e4aa-4e11-bd31-cb1e6117b2f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13537 | 2024.09.06 06:41:48.571048 [ 3 ] {} <Debug> HTTP-Session: 67c22676-f130-48c2-bd50-9e05440ac6cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13538 | 2024.09.06 06:41:48.571259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13539 | 2024.09.06 06:41:48.571313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13540 | 2024.09.06 06:41:48.571333 [ 3 ] {} <Debug> HTTP-Session: 8233f327-aeef-4bde-8f0c-9ad986501164 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13541 | 2024.09.06 06:41:48.571350 [ 3 ] {} <Debug> HTTP-Session: 8233f327-aeef-4bde-8f0c-9ad986501164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13542 | 2024.09.06 06:41:48.571364 [ 3 ] {} <Debug> HTTP-Session: 8233f327-aeef-4bde-8f0c-9ad986501164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13543 | 2024.09.06 06:41:48.571397 [ 3 ] {} <Trace> HTTP-Session: 8233f327-aeef-4bde-8f0c-9ad986501164 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13544 | 2024.09.06 06:41:48.571503 [ 3 ] {f00c1848-1db6-4938-95ab-1416dc4f890e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13545 | 2024.09.06 06:41:48.571548 [ 3 ] {f00c1848-1db6-4938-95ab-1416dc4f890e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13546 | 2024.09.06 06:41:48.571793 [ 3 ] {f00c1848-1db6-4938-95ab-1416dc4f890e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13547 | 2024.09.06 06:41:48.572108 [ 3 ] {f00c1848-1db6-4938-95ab-1416dc4f890e} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13548 | 2024.09.06 06:41:48.572145 [ 3 ] {f00c1848-1db6-4938-95ab-1416dc4f890e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13549 | 2024.09.06 06:41:48.572496 [ 3 ] {f00c1848-1db6-4938-95ab-1416dc4f890e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
13550 | 2024.09.06 06:41:48.572860 [ 3 ] {f00c1848-1db6-4938-95ab-1416dc4f890e} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13551 | 2024.09.06 06:41:48.573021 [ 3 ] {f00c1848-1db6-4938-95ab-1416dc4f890e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001536 sec., 9114.583333333334 rows/sec., 638.33 KiB/sec. | ||
13552 | 2024.09.06 06:41:48.573302 [ 3 ] {f00c1848-1db6-4938-95ab-1416dc4f890e} <Debug> DynamicQueryHandler: Done processing query | ||
13553 | 2024.09.06 06:41:48.573359 [ 3 ] {f00c1848-1db6-4938-95ab-1416dc4f890e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13554 | 2024.09.06 06:41:48.573413 [ 3 ] {} <Debug> HTTP-Session: 8233f327-aeef-4bde-8f0c-9ad986501164 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13555 | 2024.09.06 06:41:48.573546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13556 | 2024.09.06 06:41:48.573600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13557 | 2024.09.06 06:41:48.573620 [ 3 ] {} <Debug> HTTP-Session: c19fef02-b793-43b6-a5d0-6262579bd5d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13558 | 2024.09.06 06:41:48.573637 [ 3 ] {} <Debug> HTTP-Session: c19fef02-b793-43b6-a5d0-6262579bd5d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13559 | 2024.09.06 06:41:48.573651 [ 3 ] {} <Debug> HTTP-Session: c19fef02-b793-43b6-a5d0-6262579bd5d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13560 | 2024.09.06 06:41:48.573684 [ 3 ] {} <Trace> HTTP-Session: c19fef02-b793-43b6-a5d0-6262579bd5d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13561 | 2024.09.06 06:41:48.573783 [ 3 ] {591a6de2-4618-4e4e-8575-d9aff9faabc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13562 | 2024.09.06 06:41:48.573826 [ 3 ] {591a6de2-4618-4e4e-8575-d9aff9faabc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13563 | 2024.09.06 06:41:48.574069 [ 3 ] {591a6de2-4618-4e4e-8575-d9aff9faabc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13564 | 2024.09.06 06:41:48.574374 [ 3 ] {591a6de2-4618-4e4e-8575-d9aff9faabc8} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13565 | 2024.09.06 06:41:48.574410 [ 3 ] {591a6de2-4618-4e4e-8575-d9aff9faabc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13566 | 2024.09.06 06:41:48.574752 [ 3 ] {591a6de2-4618-4e4e-8575-d9aff9faabc8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13567 | 2024.09.06 06:41:48.575108 [ 3 ] {591a6de2-4618-4e4e-8575-d9aff9faabc8} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13568 | 2024.09.06 06:41:48.575274 [ 3 ] {591a6de2-4618-4e4e-8575-d9aff9faabc8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 235.70 KiB/sec. | ||
13569 | 2024.09.06 06:41:48.575614 [ 3 ] {591a6de2-4618-4e4e-8575-d9aff9faabc8} <Debug> DynamicQueryHandler: Done processing query | ||
13570 | 2024.09.06 06:41:48.575641 [ 3 ] {591a6de2-4618-4e4e-8575-d9aff9faabc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13571 | 2024.09.06 06:41:48.575657 [ 3 ] {} <Debug> HTTP-Session: c19fef02-b793-43b6-a5d0-6262579bd5d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13572 | 2024.09.06 06:41:48.575845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13573 | 2024.09.06 06:41:48.575894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13574 | 2024.09.06 06:41:48.575914 [ 3 ] {} <Debug> HTTP-Session: f0dac612-158d-4819-a13f-9c9f3c120624 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13575 | 2024.09.06 06:41:48.575930 [ 3 ] {} <Debug> HTTP-Session: f0dac612-158d-4819-a13f-9c9f3c120624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13576 | 2024.09.06 06:41:48.575944 [ 3 ] {} <Debug> HTTP-Session: f0dac612-158d-4819-a13f-9c9f3c120624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13577 | 2024.09.06 06:41:48.575976 [ 3 ] {} <Trace> HTTP-Session: f0dac612-158d-4819-a13f-9c9f3c120624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13578 | 2024.09.06 06:41:48.576187 [ 3 ] {06b246ca-1559-47be-89ce-7e9f79e9284c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13579 | 2024.09.06 06:41:48.576230 [ 3 ] {06b246ca-1559-47be-89ce-7e9f79e9284c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13580 | 2024.09.06 06:41:48.576477 [ 3 ] {06b246ca-1559-47be-89ce-7e9f79e9284c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13581 | 2024.09.06 06:41:48.577089 [ 3 ] {06b246ca-1559-47be-89ce-7e9f79e9284c} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13582 | 2024.09.06 06:41:48.577126 [ 3 ] {06b246ca-1559-47be-89ce-7e9f79e9284c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13583 | 2024.09.06 06:41:48.577504 [ 3 ] {06b246ca-1559-47be-89ce-7e9f79e9284c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13584 | 2024.09.06 06:41:48.577860 [ 3 ] {06b246ca-1559-47be-89ce-7e9f79e9284c} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13585 | 2024.09.06 06:41:48.578026 [ 3 ] {06b246ca-1559-47be-89ce-7e9f79e9284c} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001953 sec., 199692.78033794163 rows/sec., 14.16 MiB/sec. | ||
13586 | 2024.09.06 06:41:48.578200 [ 3 ] {06b246ca-1559-47be-89ce-7e9f79e9284c} <Debug> DynamicQueryHandler: Done processing query | ||
13587 | 2024.09.06 06:41:48.578223 [ 3 ] {06b246ca-1559-47be-89ce-7e9f79e9284c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13588 | 2024.09.06 06:41:48.578239 [ 3 ] {} <Debug> HTTP-Session: f0dac612-158d-4819-a13f-9c9f3c120624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13589 | 2024.09.06 06:41:48.578365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13590 | 2024.09.06 06:41:48.578414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13591 | 2024.09.06 06:41:48.578433 [ 3 ] {} <Debug> HTTP-Session: 30b4b256-bfae-40a8-9896-271ebe5e9058 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13592 | 2024.09.06 06:41:48.578450 [ 3 ] {} <Debug> HTTP-Session: 30b4b256-bfae-40a8-9896-271ebe5e9058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13593 | 2024.09.06 06:41:48.578463 [ 3 ] {} <Debug> HTTP-Session: 30b4b256-bfae-40a8-9896-271ebe5e9058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13594 | 2024.09.06 06:41:48.578495 [ 3 ] {} <Trace> HTTP-Session: 30b4b256-bfae-40a8-9896-271ebe5e9058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13595 | 2024.09.06 06:41:48.578593 [ 3 ] {f32f67d7-65f1-4243-99f6-44cfa9c308f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13596 | 2024.09.06 06:41:48.578638 [ 3 ] {f32f67d7-65f1-4243-99f6-44cfa9c308f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13597 | 2024.09.06 06:41:48.578768 [ 3 ] {f32f67d7-65f1-4243-99f6-44cfa9c308f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13598 | 2024.09.06 06:41:48.579040 [ 3 ] {f32f67d7-65f1-4243-99f6-44cfa9c308f8} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13599 | 2024.09.06 06:41:48.579075 [ 3 ] {f32f67d7-65f1-4243-99f6-44cfa9c308f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13600 | 2024.09.06 06:41:48.579435 [ 3 ] {f32f67d7-65f1-4243-99f6-44cfa9c308f8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13601 | 2024.09.06 06:41:48.579755 [ 3 ] {f32f67d7-65f1-4243-99f6-44cfa9c308f8} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13602 | 2024.09.06 06:41:48.579911 [ 3 ] {f32f67d7-65f1-4243-99f6-44cfa9c308f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 234.64 KiB/sec. | ||
13603 | 2024.09.06 06:41:48.580222 [ 3 ] {f32f67d7-65f1-4243-99f6-44cfa9c308f8} <Debug> DynamicQueryHandler: Done processing query | ||
13604 | 2024.09.06 06:41:48.580260 [ 3 ] {f32f67d7-65f1-4243-99f6-44cfa9c308f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13605 | 2024.09.06 06:41:48.580276 [ 3 ] {} <Debug> HTTP-Session: 30b4b256-bfae-40a8-9896-271ebe5e9058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13606 | 2024.09.06 06:41:48.580439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13607 | 2024.09.06 06:41:48.580525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13608 | 2024.09.06 06:41:48.580558 [ 3 ] {} <Debug> HTTP-Session: 06938817-0a2b-4a97-ad75-ea0118707450 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13609 | 2024.09.06 06:41:48.580583 [ 3 ] {} <Debug> HTTP-Session: 06938817-0a2b-4a97-ad75-ea0118707450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13610 | 2024.09.06 06:41:48.580604 [ 3 ] {} <Debug> HTTP-Session: 06938817-0a2b-4a97-ad75-ea0118707450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13611 | 2024.09.06 06:41:48.580646 [ 3 ] {} <Trace> HTTP-Session: 06938817-0a2b-4a97-ad75-ea0118707450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13612 | 2024.09.06 06:41:48.580886 [ 3 ] {8c028490-f4b1-4084-9a8d-ed2d196fd171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13613 | 2024.09.06 06:41:48.580936 [ 3 ] {8c028490-f4b1-4084-9a8d-ed2d196fd171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13614 | 2024.09.06 06:41:48.581095 [ 3 ] {8c028490-f4b1-4084-9a8d-ed2d196fd171} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13615 | 2024.09.06 06:41:48.581592 [ 3 ] {8c028490-f4b1-4084-9a8d-ed2d196fd171} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13616 | 2024.09.06 06:41:48.581630 [ 3 ] {8c028490-f4b1-4084-9a8d-ed2d196fd171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13617 | 2024.09.06 06:41:48.582032 [ 3 ] {8c028490-f4b1-4084-9a8d-ed2d196fd171} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13618 | 2024.09.06 06:41:48.582388 [ 3 ] {8c028490-f4b1-4084-9a8d-ed2d196fd171} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13619 | 2024.09.06 06:41:48.582550 [ 3 ] {8c028490-f4b1-4084-9a8d-ed2d196fd171} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001743 sec., 135972.4612736661 rows/sec., 9.11 MiB/sec. | ||
13620 | 2024.09.06 06:41:48.582814 [ 3 ] {8c028490-f4b1-4084-9a8d-ed2d196fd171} <Debug> DynamicQueryHandler: Done processing query | ||
13621 | 2024.09.06 06:41:48.582872 [ 3 ] {8c028490-f4b1-4084-9a8d-ed2d196fd171} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13622 | 2024.09.06 06:41:48.582929 [ 3 ] {} <Debug> HTTP-Session: 06938817-0a2b-4a97-ad75-ea0118707450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13623 | 2024.09.06 06:41:48.583087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13624 | 2024.09.06 06:41:48.583140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13625 | 2024.09.06 06:41:48.583160 [ 3 ] {} <Debug> HTTP-Session: db9a91cd-ca7e-49ae-9393-23d3ac0becda Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13626 | 2024.09.06 06:41:48.583178 [ 3 ] {} <Debug> HTTP-Session: db9a91cd-ca7e-49ae-9393-23d3ac0becda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13627 | 2024.09.06 06:41:48.583192 [ 3 ] {} <Debug> HTTP-Session: db9a91cd-ca7e-49ae-9393-23d3ac0becda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13628 | 2024.09.06 06:41:48.583225 [ 3 ] {} <Trace> HTTP-Session: db9a91cd-ca7e-49ae-9393-23d3ac0becda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13629 | 2024.09.06 06:41:48.583324 [ 3 ] {e04ae686-b679-4a3b-b49b-960a2098f74b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13630 | 2024.09.06 06:41:48.583372 [ 3 ] {e04ae686-b679-4a3b-b49b-960a2098f74b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13631 | 2024.09.06 06:41:48.583515 [ 3 ] {e04ae686-b679-4a3b-b49b-960a2098f74b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13632 | 2024.09.06 06:41:48.583781 [ 3 ] {e04ae686-b679-4a3b-b49b-960a2098f74b} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13633 | 2024.09.06 06:41:48.583818 [ 3 ] {e04ae686-b679-4a3b-b49b-960a2098f74b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13634 | 2024.09.06 06:41:48.584176 [ 3 ] {e04ae686-b679-4a3b-b49b-960a2098f74b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13635 | 2024.09.06 06:41:48.584502 [ 3 ] {e04ae686-b679-4a3b-b49b-960a2098f74b} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13636 | 2024.09.06 06:41:48.584654 [ 3 ] {e04ae686-b679-4a3b-b49b-960a2098f74b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001354 sec., 738.5524372230428 rows/sec., 49.77 KiB/sec. | ||
13637 | 2024.09.06 06:41:48.584818 [ 3 ] {e04ae686-b679-4a3b-b49b-960a2098f74b} <Debug> DynamicQueryHandler: Done processing query | ||
13638 | 2024.09.06 06:41:48.584842 [ 3 ] {e04ae686-b679-4a3b-b49b-960a2098f74b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13639 | 2024.09.06 06:41:48.584858 [ 3 ] {} <Debug> HTTP-Session: db9a91cd-ca7e-49ae-9393-23d3ac0becda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13640 | 2024.09.06 06:41:48.584983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13641 | 2024.09.06 06:41:48.585032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13642 | 2024.09.06 06:41:48.585051 [ 3 ] {} <Debug> HTTP-Session: 5251e613-cc65-4556-9660-378cc09d96a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13643 | 2024.09.06 06:41:48.585068 [ 3 ] {} <Debug> HTTP-Session: 5251e613-cc65-4556-9660-378cc09d96a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13644 | 2024.09.06 06:41:48.585081 [ 3 ] {} <Debug> HTTP-Session: 5251e613-cc65-4556-9660-378cc09d96a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13645 | 2024.09.06 06:41:48.585113 [ 3 ] {} <Trace> HTTP-Session: 5251e613-cc65-4556-9660-378cc09d96a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13646 | 2024.09.06 06:41:48.585301 [ 3 ] {80c1d4e1-d7ae-4506-8a97-43ae3ea37b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13647 | 2024.09.06 06:41:48.585366 [ 3 ] {80c1d4e1-d7ae-4506-8a97-43ae3ea37b29} <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_histogramu64 | ||
13648 | 2024.09.06 06:41:48.585787 [ 3 ] {80c1d4e1-d7ae-4506-8a97-43ae3ea37b29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13649 | 2024.09.06 06:41:48.586317 [ 3 ] {80c1d4e1-d7ae-4506-8a97-43ae3ea37b29} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13650 | 2024.09.06 06:41:48.586354 [ 3 ] {80c1d4e1-d7ae-4506-8a97-43ae3ea37b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13651 | 2024.09.06 06:41:48.586956 [ 3 ] {80c1d4e1-d7ae-4506-8a97-43ae3ea37b29} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13652 | 2024.09.06 06:41:48.587370 [ 3 ] {80c1d4e1-d7ae-4506-8a97-43ae3ea37b29} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13653 | 2024.09.06 06:41:48.587556 [ 3 ] {80c1d4e1-d7ae-4506-8a97-43ae3ea37b29} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002369 sec., 3376.952300548755 rows/sec., 6.05 MiB/sec. | ||
13654 | 2024.09.06 06:41:48.587790 [ 3 ] {80c1d4e1-d7ae-4506-8a97-43ae3ea37b29} <Debug> DynamicQueryHandler: Done processing query | ||
13655 | 2024.09.06 06:41:48.587814 [ 3 ] {80c1d4e1-d7ae-4506-8a97-43ae3ea37b29} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13656 | 2024.09.06 06:41:48.587832 [ 3 ] {} <Debug> HTTP-Session: 5251e613-cc65-4556-9660-378cc09d96a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13657 | 2024.09.06 06:41:48.587959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13658 | 2024.09.06 06:41:48.588010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13659 | 2024.09.06 06:41:48.588029 [ 3 ] {} <Debug> HTTP-Session: 8ea5a6d1-18c9-482d-93de-9659f98b3bcf Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13660 | 2024.09.06 06:41:48.588046 [ 3 ] {} <Debug> HTTP-Session: 8ea5a6d1-18c9-482d-93de-9659f98b3bcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13661 | 2024.09.06 06:41:48.588059 [ 3 ] {} <Debug> HTTP-Session: 8ea5a6d1-18c9-482d-93de-9659f98b3bcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13662 | 2024.09.06 06:41:48.588091 [ 3 ] {} <Trace> HTTP-Session: 8ea5a6d1-18c9-482d-93de-9659f98b3bcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13663 | 2024.09.06 06:41:48.588221 [ 3 ] {7e2baf56-39d2-4329-b6b9-503252cc364b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13664 | 2024.09.06 06:41:48.588266 [ 3 ] {7e2baf56-39d2-4329-b6b9-503252cc364b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13665 | 2024.09.06 06:41:48.588397 [ 3 ] {7e2baf56-39d2-4329-b6b9-503252cc364b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13666 | 2024.09.06 06:41:48.588807 [ 3 ] {7e2baf56-39d2-4329-b6b9-503252cc364b} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13667 | 2024.09.06 06:41:48.588844 [ 3 ] {7e2baf56-39d2-4329-b6b9-503252cc364b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13668 | 2024.09.06 06:41:48.589207 [ 3 ] {7e2baf56-39d2-4329-b6b9-503252cc364b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13669 | 2024.09.06 06:41:48.589543 [ 3 ] {7e2baf56-39d2-4329-b6b9-503252cc364b} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13670 | 2024.09.06 06:41:48.589700 [ 3 ] {7e2baf56-39d2-4329-b6b9-503252cc364b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001524 sec., 53805.77427821523 rows/sec., 3.42 MiB/sec. | ||
13671 | 2024.09.06 06:41:48.589864 [ 3 ] {7e2baf56-39d2-4329-b6b9-503252cc364b} <Debug> DynamicQueryHandler: Done processing query | ||
13672 | 2024.09.06 06:41:48.589889 [ 3 ] {7e2baf56-39d2-4329-b6b9-503252cc364b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13673 | 2024.09.06 06:41:48.589905 [ 3 ] {} <Debug> HTTP-Session: 8ea5a6d1-18c9-482d-93de-9659f98b3bcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13674 | 2024.09.06 06:41:53.591047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13675 | 2024.09.06 06:41:53.591188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13676 | 2024.09.06 06:41:53.591216 [ 3 ] {} <Debug> HTTP-Session: f5d945ff-cc91-414f-b8d3-b31e182257da Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13677 | 2024.09.06 06:41:53.591244 [ 3 ] {} <Debug> HTTP-Session: f5d945ff-cc91-414f-b8d3-b31e182257da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13678 | 2024.09.06 06:41:53.591262 [ 3 ] {} <Debug> HTTP-Session: f5d945ff-cc91-414f-b8d3-b31e182257da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13679 | 2024.09.06 06:41:53.591318 [ 3 ] {} <Trace> HTTP-Session: f5d945ff-cc91-414f-b8d3-b31e182257da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13680 | 2024.09.06 06:41:53.591532 [ 3 ] {9e367f6a-11ab-4926-9c05-4e5ff9412e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13681 | 2024.09.06 06:41:53.591608 [ 3 ] {9e367f6a-11ab-4926-9c05-4e5ff9412e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13682 | 2024.09.06 06:41:53.591968 [ 3 ] {9e367f6a-11ab-4926-9c05-4e5ff9412e78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13683 | 2024.09.06 06:41:53.592439 [ 3 ] {9e367f6a-11ab-4926-9c05-4e5ff9412e78} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13684 | 2024.09.06 06:41:53.592482 [ 3 ] {9e367f6a-11ab-4926-9c05-4e5ff9412e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13685 | 2024.09.06 06:41:53.592896 [ 3 ] {9e367f6a-11ab-4926-9c05-4e5ff9412e78} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
13686 | 2024.09.06 06:41:53.593314 [ 3 ] {9e367f6a-11ab-4926-9c05-4e5ff9412e78} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13687 | 2024.09.06 06:41:53.593690 [ 3 ] {9e367f6a-11ab-4926-9c05-4e5ff9412e78} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002181 sec., 4585.052728106372 rows/sec., 373.88 KiB/sec. | ||
13688 | 2024.09.06 06:41:53.594536 [ 3 ] {9e367f6a-11ab-4926-9c05-4e5ff9412e78} <Debug> DynamicQueryHandler: Done processing query | ||
13689 | 2024.09.06 06:41:53.594646 [ 3 ] {9e367f6a-11ab-4926-9c05-4e5ff9412e78} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13690 | 2024.09.06 06:41:53.594763 [ 3 ] {} <Debug> HTTP-Session: f5d945ff-cc91-414f-b8d3-b31e182257da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13691 | 2024.09.06 06:41:53.595259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 183492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13692 | 2024.09.06 06:41:53.595395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13693 | 2024.09.06 06:41:53.595424 [ 3 ] {} <Debug> HTTP-Session: 7767ffe6-9cdb-4c7b-b3db-c602661d0f1a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13694 | 2024.09.06 06:41:53.595442 [ 3 ] {} <Debug> HTTP-Session: 7767ffe6-9cdb-4c7b-b3db-c602661d0f1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13695 | 2024.09.06 06:41:53.595456 [ 3 ] {} <Debug> HTTP-Session: 7767ffe6-9cdb-4c7b-b3db-c602661d0f1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13696 | 2024.09.06 06:41:53.595490 [ 3 ] {} <Trace> HTTP-Session: 7767ffe6-9cdb-4c7b-b3db-c602661d0f1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13697 | 2024.09.06 06:41:53.595932 [ 3 ] {cdcc7866-7e89-43aa-b5d2-39a43a1dc3b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13698 | 2024.09.06 06:41:53.595977 [ 3 ] {cdcc7866-7e89-43aa-b5d2-39a43a1dc3b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13699 | 2024.09.06 06:41:53.596228 [ 3 ] {cdcc7866-7e89-43aa-b5d2-39a43a1dc3b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13700 | 2024.09.06 06:41:53.597514 [ 3 ] {cdcc7866-7e89-43aa-b5d2-39a43a1dc3b3} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13701 | 2024.09.06 06:41:53.597552 [ 3 ] {cdcc7866-7e89-43aa-b5d2-39a43a1dc3b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13702 | 2024.09.06 06:41:53.598001 [ 3 ] {cdcc7866-7e89-43aa-b5d2-39a43a1dc3b3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13703 | 2024.09.06 06:41:53.598366 [ 3 ] {cdcc7866-7e89-43aa-b5d2-39a43a1dc3b3} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13704 | 2024.09.06 06:41:53.598528 [ 3 ] {cdcc7866-7e89-43aa-b5d2-39a43a1dc3b3} <Debug> executeQuery: Read 1263 rows, 107.15 KiB in 0.002903 sec., 435067.17189114704 rows/sec., 36.04 MiB/sec. | ||
13705 | 2024.09.06 06:41:53.598713 [ 3 ] {cdcc7866-7e89-43aa-b5d2-39a43a1dc3b3} <Debug> DynamicQueryHandler: Done processing query | ||
13706 | 2024.09.06 06:41:53.598738 [ 3 ] {cdcc7866-7e89-43aa-b5d2-39a43a1dc3b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
13707 | 2024.09.06 06:41:53.598754 [ 3 ] {} <Debug> HTTP-Session: 7767ffe6-9cdb-4c7b-b3db-c602661d0f1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13708 | 2024.09.06 06:41:53.598954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 5891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13709 | 2024.09.06 06:41:53.599003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13710 | 2024.09.06 06:41:53.599022 [ 3 ] {} <Debug> HTTP-Session: a15184ae-7f25-4595-8d04-c6e6e350bd31 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13711 | 2024.09.06 06:41:53.599039 [ 3 ] {} <Debug> HTTP-Session: a15184ae-7f25-4595-8d04-c6e6e350bd31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13712 | 2024.09.06 06:41:53.599053 [ 3 ] {} <Debug> HTTP-Session: a15184ae-7f25-4595-8d04-c6e6e350bd31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13713 | 2024.09.06 06:41:53.599084 [ 3 ] {} <Trace> HTTP-Session: a15184ae-7f25-4595-8d04-c6e6e350bd31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13714 | 2024.09.06 06:41:53.599195 [ 3 ] {2ac93c5d-7306-4578-87e4-f95514f4444c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13715 | 2024.09.06 06:41:53.599237 [ 3 ] {2ac93c5d-7306-4578-87e4-f95514f4444c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13716 | 2024.09.06 06:41:53.599474 [ 3 ] {2ac93c5d-7306-4578-87e4-f95514f4444c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13717 | 2024.09.06 06:41:53.599862 [ 3 ] {2ac93c5d-7306-4578-87e4-f95514f4444c} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13718 | 2024.09.06 06:41:53.599900 [ 3 ] {2ac93c5d-7306-4578-87e4-f95514f4444c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13719 | 2024.09.06 06:41:53.600264 [ 3 ] {2ac93c5d-7306-4578-87e4-f95514f4444c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13720 | 2024.09.06 06:41:53.600627 [ 3 ] {2ac93c5d-7306-4578-87e4-f95514f4444c} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13721 | 2024.09.06 06:41:53.600778 [ 3 ] {2ac93c5d-7306-4578-87e4-f95514f4444c} <Debug> executeQuery: Read 41 rows, 3.03 KiB in 0.001611 sec., 25450.031036623215 rows/sec., 1.84 MiB/sec. | ||
13722 | 2024.09.06 06:41:53.600949 [ 3 ] {2ac93c5d-7306-4578-87e4-f95514f4444c} <Debug> DynamicQueryHandler: Done processing query | ||
13723 | 2024.09.06 06:41:53.600973 [ 3 ] {2ac93c5d-7306-4578-87e4-f95514f4444c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13724 | 2024.09.06 06:41:53.600989 [ 3 ] {} <Debug> HTTP-Session: a15184ae-7f25-4595-8d04-c6e6e350bd31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13725 | 2024.09.06 06:41:53.601144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13726 | 2024.09.06 06:41:53.601194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13727 | 2024.09.06 06:41:53.601213 [ 3 ] {} <Debug> HTTP-Session: e5f6a6bf-892f-40eb-a33f-08255af4e262 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13728 | 2024.09.06 06:41:53.601229 [ 3 ] {} <Debug> HTTP-Session: e5f6a6bf-892f-40eb-a33f-08255af4e262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13729 | 2024.09.06 06:41:53.601242 [ 3 ] {} <Debug> HTTP-Session: e5f6a6bf-892f-40eb-a33f-08255af4e262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13730 | 2024.09.06 06:41:53.601272 [ 3 ] {} <Trace> HTTP-Session: e5f6a6bf-892f-40eb-a33f-08255af4e262 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13731 | 2024.09.06 06:41:53.601419 [ 3 ] {af7a486e-1695-4e05-bbdd-a0c1f61210a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13732 | 2024.09.06 06:41:53.601461 [ 3 ] {af7a486e-1695-4e05-bbdd-a0c1f61210a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13733 | 2024.09.06 06:41:53.601685 [ 3 ] {af7a486e-1695-4e05-bbdd-a0c1f61210a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13734 | 2024.09.06 06:41:53.602137 [ 3 ] {af7a486e-1695-4e05-bbdd-a0c1f61210a3} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13735 | 2024.09.06 06:41:53.602175 [ 3 ] {af7a486e-1695-4e05-bbdd-a0c1f61210a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13736 | 2024.09.06 06:41:53.602543 [ 3 ] {af7a486e-1695-4e05-bbdd-a0c1f61210a3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
13737 | 2024.09.06 06:41:53.602896 [ 3 ] {af7a486e-1695-4e05-bbdd-a0c1f61210a3} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13738 | 2024.09.06 06:41:53.603055 [ 3 ] {af7a486e-1695-4e05-bbdd-a0c1f61210a3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.0017 sec., 134117.64705882352 rows/sec., 9.08 MiB/sec. | ||
13739 | 2024.09.06 06:41:53.603259 [ 3 ] {af7a486e-1695-4e05-bbdd-a0c1f61210a3} <Debug> DynamicQueryHandler: Done processing query | ||
13740 | 2024.09.06 06:41:53.603283 [ 3 ] {af7a486e-1695-4e05-bbdd-a0c1f61210a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13741 | 2024.09.06 06:41:53.603298 [ 3 ] {} <Debug> HTTP-Session: e5f6a6bf-892f-40eb-a33f-08255af4e262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13742 | 2024.09.06 06:41:53.603520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 92792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13743 | 2024.09.06 06:41:53.603569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13744 | 2024.09.06 06:41:53.603588 [ 3 ] {} <Debug> HTTP-Session: b543afed-d318-4df0-b4b1-c4db1ca81d71 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13745 | 2024.09.06 06:41:53.603605 [ 3 ] {} <Debug> HTTP-Session: b543afed-d318-4df0-b4b1-c4db1ca81d71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13746 | 2024.09.06 06:41:53.603619 [ 3 ] {} <Debug> HTTP-Session: b543afed-d318-4df0-b4b1-c4db1ca81d71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13747 | 2024.09.06 06:41:53.603650 [ 3 ] {} <Trace> HTTP-Session: b543afed-d318-4df0-b4b1-c4db1ca81d71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13748 | 2024.09.06 06:41:53.603930 [ 3 ] {05ed8c3d-7657-4579-8ae4-177cd7963d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13749 | 2024.09.06 06:41:53.603998 [ 3 ] {05ed8c3d-7657-4579-8ae4-177cd7963d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13750 | 2024.09.06 06:41:53.604228 [ 3 ] {05ed8c3d-7657-4579-8ae4-177cd7963d13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13751 | 2024.09.06 06:41:53.604892 [ 3 ] {05ed8c3d-7657-4579-8ae4-177cd7963d13} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13752 | 2024.09.06 06:41:53.604929 [ 3 ] {05ed8c3d-7657-4579-8ae4-177cd7963d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13753 | 2024.09.06 06:41:53.605308 [ 3 ] {05ed8c3d-7657-4579-8ae4-177cd7963d13} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13754 | 2024.09.06 06:41:53.605668 [ 3 ] {05ed8c3d-7657-4579-8ae4-177cd7963d13} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13755 | 2024.09.06 06:41:53.605820 [ 3 ] {05ed8c3d-7657-4579-8ae4-177cd7963d13} <Debug> executeQuery: Read 561 rows, 42.70 KiB in 0.002056 sec., 272859.9221789883 rows/sec., 20.28 MiB/sec. | ||
13756 | 2024.09.06 06:41:53.605992 [ 3 ] {05ed8c3d-7657-4579-8ae4-177cd7963d13} <Debug> DynamicQueryHandler: Done processing query | ||
13757 | 2024.09.06 06:41:53.606017 [ 3 ] {05ed8c3d-7657-4579-8ae4-177cd7963d13} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
13758 | 2024.09.06 06:41:53.606032 [ 3 ] {} <Debug> HTTP-Session: b543afed-d318-4df0-b4b1-c4db1ca81d71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13759 | 2024.09.06 06:41:53.606308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 161308, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13760 | 2024.09.06 06:41:53.606357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13761 | 2024.09.06 06:41:53.606376 [ 3 ] {} <Debug> HTTP-Session: 29ce8c22-6cd0-4818-848d-96a075599c64 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13762 | 2024.09.06 06:41:53.606393 [ 3 ] {} <Debug> HTTP-Session: 29ce8c22-6cd0-4818-848d-96a075599c64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13763 | 2024.09.06 06:41:53.606407 [ 3 ] {} <Debug> HTTP-Session: 29ce8c22-6cd0-4818-848d-96a075599c64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13764 | 2024.09.06 06:41:53.606438 [ 3 ] {} <Trace> HTTP-Session: 29ce8c22-6cd0-4818-848d-96a075599c64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13765 | 2024.09.06 06:41:53.606941 [ 3 ] {82b92be7-46f9-4cea-96f1-4fe3869ac379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13766 | 2024.09.06 06:41:53.606988 [ 3 ] {82b92be7-46f9-4cea-96f1-4fe3869ac379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13767 | 2024.09.06 06:41:53.607134 [ 3 ] {82b92be7-46f9-4cea-96f1-4fe3869ac379} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13768 | 2024.09.06 06:41:53.608041 [ 3 ] {82b92be7-46f9-4cea-96f1-4fe3869ac379} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13769 | 2024.09.06 06:41:53.608078 [ 3 ] {82b92be7-46f9-4cea-96f1-4fe3869ac379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13770 | 2024.09.06 06:41:53.608516 [ 3 ] {82b92be7-46f9-4cea-96f1-4fe3869ac379} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13771 | 2024.09.06 06:41:53.608855 [ 3 ] {82b92be7-46f9-4cea-96f1-4fe3869ac379} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13772 | 2024.09.06 06:41:53.609014 [ 3 ] {82b92be7-46f9-4cea-96f1-4fe3869ac379} <Debug> executeQuery: Read 849 rows, 58.52 KiB in 0.002415 sec., 351552.79503105587 rows/sec., 23.66 MiB/sec. | ||
13773 | 2024.09.06 06:41:53.609197 [ 3 ] {82b92be7-46f9-4cea-96f1-4fe3869ac379} <Debug> DynamicQueryHandler: Done processing query | ||
13774 | 2024.09.06 06:41:53.609220 [ 3 ] {82b92be7-46f9-4cea-96f1-4fe3869ac379} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
13775 | 2024.09.06 06:41:53.609236 [ 3 ] {} <Debug> HTTP-Session: 29ce8c22-6cd0-4818-848d-96a075599c64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13776 | 2024.09.06 06:41:53.609425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13777 | 2024.09.06 06:41:53.609475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13778 | 2024.09.06 06:41:53.609493 [ 3 ] {} <Debug> HTTP-Session: 67e41c15-919e-4055-83cb-fe5fd1bef9d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13779 | 2024.09.06 06:41:53.609509 [ 3 ] {} <Debug> HTTP-Session: 67e41c15-919e-4055-83cb-fe5fd1bef9d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13780 | 2024.09.06 06:41:53.609523 [ 3 ] {} <Debug> HTTP-Session: 67e41c15-919e-4055-83cb-fe5fd1bef9d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13781 | 2024.09.06 06:41:53.609554 [ 3 ] {} <Trace> HTTP-Session: 67e41c15-919e-4055-83cb-fe5fd1bef9d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13782 | 2024.09.06 06:41:53.609924 [ 3 ] {03b076d3-ad02-4531-a72b-acb30f751a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13783 | 2024.09.06 06:41:53.609989 [ 3 ] {03b076d3-ad02-4531-a72b-acb30f751a63} <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_histogramu64 | ||
13784 | 2024.09.06 06:41:53.610410 [ 3 ] {03b076d3-ad02-4531-a72b-acb30f751a63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13785 | 2024.09.06 06:41:53.611130 [ 3 ] {03b076d3-ad02-4531-a72b-acb30f751a63} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13786 | 2024.09.06 06:41:53.611166 [ 3 ] {03b076d3-ad02-4531-a72b-acb30f751a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13787 | 2024.09.06 06:41:53.611806 [ 3 ] {03b076d3-ad02-4531-a72b-acb30f751a63} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13788 | 2024.09.06 06:41:53.612214 [ 3 ] {03b076d3-ad02-4531-a72b-acb30f751a63} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13789 | 2024.09.06 06:41:53.612398 [ 3 ] {03b076d3-ad02-4531-a72b-acb30f751a63} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002759 sec., 11235.955056179775 rows/sec., 20.13 MiB/sec. | ||
13790 | 2024.09.06 06:41:53.612623 [ 3 ] {03b076d3-ad02-4531-a72b-acb30f751a63} <Debug> DynamicQueryHandler: Done processing query | ||
13791 | 2024.09.06 06:41:53.612647 [ 3 ] {03b076d3-ad02-4531-a72b-acb30f751a63} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
13792 | 2024.09.06 06:41:53.612663 [ 3 ] {} <Debug> HTTP-Session: 67e41c15-919e-4055-83cb-fe5fd1bef9d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13793 | 2024.09.06 06:41:53.612801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13794 | 2024.09.06 06:41:53.612849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13795 | 2024.09.06 06:41:53.612869 [ 3 ] {} <Debug> HTTP-Session: b9f06ced-7266-4e5d-adf2-48b7eaceff69 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13796 | 2024.09.06 06:41:53.612886 [ 3 ] {} <Debug> HTTP-Session: b9f06ced-7266-4e5d-adf2-48b7eaceff69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13797 | 2024.09.06 06:41:53.612900 [ 3 ] {} <Debug> HTTP-Session: b9f06ced-7266-4e5d-adf2-48b7eaceff69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13798 | 2024.09.06 06:41:53.612931 [ 3 ] {} <Trace> HTTP-Session: b9f06ced-7266-4e5d-adf2-48b7eaceff69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13799 | 2024.09.06 06:41:53.613046 [ 3 ] {94212db2-68e2-4762-af36-b2706cb391b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13800 | 2024.09.06 06:41:53.613092 [ 3 ] {94212db2-68e2-4762-af36-b2706cb391b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13801 | 2024.09.06 06:41:53.613220 [ 3 ] {94212db2-68e2-4762-af36-b2706cb391b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13802 | 2024.09.06 06:41:53.613531 [ 3 ] {94212db2-68e2-4762-af36-b2706cb391b3} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13803 | 2024.09.06 06:41:53.613567 [ 3 ] {94212db2-68e2-4762-af36-b2706cb391b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13804 | 2024.09.06 06:41:53.613930 [ 3 ] {94212db2-68e2-4762-af36-b2706cb391b3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13805 | 2024.09.06 06:41:53.614261 [ 3 ] {94212db2-68e2-4762-af36-b2706cb391b3} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13806 | 2024.09.06 06:41:53.614420 [ 3 ] {94212db2-68e2-4762-af36-b2706cb391b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
13807 | 2024.09.06 06:41:53.614588 [ 3 ] {94212db2-68e2-4762-af36-b2706cb391b3} <Debug> DynamicQueryHandler: Done processing query | ||
13808 | 2024.09.06 06:41:53.614612 [ 3 ] {94212db2-68e2-4762-af36-b2706cb391b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13809 | 2024.09.06 06:41:53.614627 [ 3 ] {} <Debug> HTTP-Session: b9f06ced-7266-4e5d-adf2-48b7eaceff69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13810 | 2024.09.06 06:41:58.565589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13811 | 2024.09.06 06:41:58.565727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13812 | 2024.09.06 06:41:58.565756 [ 3 ] {} <Debug> HTTP-Session: f69ff48f-2f16-401a-aa5f-9d42f661f88f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13813 | 2024.09.06 06:41:58.565785 [ 3 ] {} <Debug> HTTP-Session: f69ff48f-2f16-401a-aa5f-9d42f661f88f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13814 | 2024.09.06 06:41:58.565802 [ 3 ] {} <Debug> HTTP-Session: f69ff48f-2f16-401a-aa5f-9d42f661f88f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13815 | 2024.09.06 06:41:58.565860 [ 3 ] {} <Trace> HTTP-Session: f69ff48f-2f16-401a-aa5f-9d42f661f88f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13816 | 2024.09.06 06:41:58.566060 [ 3 ] {f6ba95fc-e772-4363-916b-8d5f702e076e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13817 | 2024.09.06 06:41:58.566127 [ 3 ] {f6ba95fc-e772-4363-916b-8d5f702e076e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13818 | 2024.09.06 06:41:58.566470 [ 3 ] {f6ba95fc-e772-4363-916b-8d5f702e076e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13819 | 2024.09.06 06:41:58.566890 [ 3 ] {f6ba95fc-e772-4363-916b-8d5f702e076e} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13820 | 2024.09.06 06:41:58.566934 [ 3 ] {f6ba95fc-e772-4363-916b-8d5f702e076e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13821 | 2024.09.06 06:41:58.567342 [ 3 ] {f6ba95fc-e772-4363-916b-8d5f702e076e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
13822 | 2024.09.06 06:41:58.567730 [ 3 ] {f6ba95fc-e772-4363-916b-8d5f702e076e} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13823 | 2024.09.06 06:41:58.567904 [ 3 ] {f6ba95fc-e772-4363-916b-8d5f702e076e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001891 sec., 1057.641459545214 rows/sec., 86.24 KiB/sec. | ||
13824 | 2024.09.06 06:41:58.568120 [ 3 ] {f6ba95fc-e772-4363-916b-8d5f702e076e} <Debug> DynamicQueryHandler: Done processing query | ||
13825 | 2024.09.06 06:41:58.568147 [ 3 ] {f6ba95fc-e772-4363-916b-8d5f702e076e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13826 | 2024.09.06 06:41:58.568163 [ 3 ] {} <Debug> HTTP-Session: f69ff48f-2f16-401a-aa5f-9d42f661f88f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13827 | 2024.09.06 06:41:58.568318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13828 | 2024.09.06 06:41:58.568369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13829 | 2024.09.06 06:41:58.568388 [ 3 ] {} <Debug> HTTP-Session: d4b77109-2507-4ab3-9397-7b4f30859c89 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13830 | 2024.09.06 06:41:58.568406 [ 3 ] {} <Debug> HTTP-Session: d4b77109-2507-4ab3-9397-7b4f30859c89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13831 | 2024.09.06 06:41:58.568420 [ 3 ] {} <Debug> HTTP-Session: d4b77109-2507-4ab3-9397-7b4f30859c89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13832 | 2024.09.06 06:41:58.568452 [ 3 ] {} <Trace> HTTP-Session: d4b77109-2507-4ab3-9397-7b4f30859c89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13833 | 2024.09.06 06:41:58.568599 [ 3 ] {191e0b1e-c8dc-4125-b948-c1249f4006bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13834 | 2024.09.06 06:41:58.568642 [ 3 ] {191e0b1e-c8dc-4125-b948-c1249f4006bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13835 | 2024.09.06 06:41:58.568870 [ 3 ] {191e0b1e-c8dc-4125-b948-c1249f4006bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13836 | 2024.09.06 06:41:58.569312 [ 3 ] {191e0b1e-c8dc-4125-b948-c1249f4006bf} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13837 | 2024.09.06 06:41:58.569349 [ 3 ] {191e0b1e-c8dc-4125-b948-c1249f4006bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13838 | 2024.09.06 06:41:58.569719 [ 3 ] {191e0b1e-c8dc-4125-b948-c1249f4006bf} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13839 | 2024.09.06 06:41:58.570077 [ 3 ] {191e0b1e-c8dc-4125-b948-c1249f4006bf} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13840 | 2024.09.06 06:41:58.570221 [ 3 ] {191e0b1e-c8dc-4125-b948-c1249f4006bf} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001692 sec., 121749.40898345155 rows/sec., 10.71 MiB/sec. | ||
13841 | 2024.09.06 06:41:58.570476 [ 3 ] {191e0b1e-c8dc-4125-b948-c1249f4006bf} <Debug> DynamicQueryHandler: Done processing query | ||
13842 | 2024.09.06 06:41:58.570517 [ 3 ] {191e0b1e-c8dc-4125-b948-c1249f4006bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13843 | 2024.09.06 06:41:58.570573 [ 3 ] {} <Debug> HTTP-Session: d4b77109-2507-4ab3-9397-7b4f30859c89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13844 | 2024.09.06 06:41:58.570792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13845 | 2024.09.06 06:41:58.570847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13846 | 2024.09.06 06:41:58.570866 [ 3 ] {} <Debug> HTTP-Session: 59860cc5-1307-48b2-86a9-0c99060baf82 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13847 | 2024.09.06 06:41:58.570883 [ 3 ] {} <Debug> HTTP-Session: 59860cc5-1307-48b2-86a9-0c99060baf82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13848 | 2024.09.06 06:41:58.570897 [ 3 ] {} <Debug> HTTP-Session: 59860cc5-1307-48b2-86a9-0c99060baf82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13849 | 2024.09.06 06:41:58.570930 [ 3 ] {} <Trace> HTTP-Session: 59860cc5-1307-48b2-86a9-0c99060baf82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13850 | 2024.09.06 06:41:58.571034 [ 3 ] {00cd803a-976a-456f-a4de-f04853ef7b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13851 | 2024.09.06 06:41:58.571077 [ 3 ] {00cd803a-976a-456f-a4de-f04853ef7b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13852 | 2024.09.06 06:41:58.571331 [ 3 ] {00cd803a-976a-456f-a4de-f04853ef7b1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13853 | 2024.09.06 06:41:58.571690 [ 3 ] {00cd803a-976a-456f-a4de-f04853ef7b1e} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13854 | 2024.09.06 06:41:58.571728 [ 3 ] {00cd803a-976a-456f-a4de-f04853ef7b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13855 | 2024.09.06 06:41:58.572090 [ 3 ] {00cd803a-976a-456f-a4de-f04853ef7b1e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13856 | 2024.09.06 06:41:58.572445 [ 3 ] {00cd803a-976a-456f-a4de-f04853ef7b1e} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13857 | 2024.09.06 06:41:58.572607 [ 3 ] {00cd803a-976a-456f-a4de-f04853ef7b1e} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001598 sec., 6257.822277847309 rows/sec., 463.84 KiB/sec. | ||
13858 | 2024.09.06 06:41:58.572787 [ 3 ] {00cd803a-976a-456f-a4de-f04853ef7b1e} <Debug> DynamicQueryHandler: Done processing query | ||
13859 | 2024.09.06 06:41:58.572812 [ 3 ] {00cd803a-976a-456f-a4de-f04853ef7b1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13860 | 2024.09.06 06:41:58.572829 [ 3 ] {} <Debug> HTTP-Session: 59860cc5-1307-48b2-86a9-0c99060baf82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13861 | 2024.09.06 06:41:58.572971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13862 | 2024.09.06 06:41:58.573021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13863 | 2024.09.06 06:41:58.573040 [ 3 ] {} <Debug> HTTP-Session: 82d1dd98-1691-4d10-b917-6c63ad294bf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13864 | 2024.09.06 06:41:58.573057 [ 3 ] {} <Debug> HTTP-Session: 82d1dd98-1691-4d10-b917-6c63ad294bf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13865 | 2024.09.06 06:41:58.573071 [ 3 ] {} <Debug> HTTP-Session: 82d1dd98-1691-4d10-b917-6c63ad294bf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13866 | 2024.09.06 06:41:58.573102 [ 3 ] {} <Trace> HTTP-Session: 82d1dd98-1691-4d10-b917-6c63ad294bf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13867 | 2024.09.06 06:41:58.573202 [ 3 ] {5c9d734a-d116-4212-8dbc-89d7896d3adf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13868 | 2024.09.06 06:41:58.573245 [ 3 ] {5c9d734a-d116-4212-8dbc-89d7896d3adf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13869 | 2024.09.06 06:41:58.573471 [ 3 ] {5c9d734a-d116-4212-8dbc-89d7896d3adf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13870 | 2024.09.06 06:41:58.573791 [ 3 ] {5c9d734a-d116-4212-8dbc-89d7896d3adf} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13871 | 2024.09.06 06:41:58.573829 [ 3 ] {5c9d734a-d116-4212-8dbc-89d7896d3adf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13872 | 2024.09.06 06:41:58.574179 [ 3 ] {5c9d734a-d116-4212-8dbc-89d7896d3adf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
13873 | 2024.09.06 06:41:58.574537 [ 3 ] {5c9d734a-d116-4212-8dbc-89d7896d3adf} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13874 | 2024.09.06 06:41:58.574706 [ 3 ] {5c9d734a-d116-4212-8dbc-89d7896d3adf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001519 sec., 9216.589861751152 rows/sec., 645.47 KiB/sec. | ||
13875 | 2024.09.06 06:41:58.574879 [ 3 ] {5c9d734a-d116-4212-8dbc-89d7896d3adf} <Debug> DynamicQueryHandler: Done processing query | ||
13876 | 2024.09.06 06:41:58.574904 [ 3 ] {5c9d734a-d116-4212-8dbc-89d7896d3adf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13877 | 2024.09.06 06:41:58.574920 [ 3 ] {} <Debug> HTTP-Session: 82d1dd98-1691-4d10-b917-6c63ad294bf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13878 | 2024.09.06 06:41:58.575038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13879 | 2024.09.06 06:41:58.575089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13880 | 2024.09.06 06:41:58.575108 [ 3 ] {} <Debug> HTTP-Session: b0a080bd-ee35-43e1-8320-49f9f812f67f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13881 | 2024.09.06 06:41:58.575125 [ 3 ] {} <Debug> HTTP-Session: b0a080bd-ee35-43e1-8320-49f9f812f67f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13882 | 2024.09.06 06:41:58.575140 [ 3 ] {} <Debug> HTTP-Session: b0a080bd-ee35-43e1-8320-49f9f812f67f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13883 | 2024.09.06 06:41:58.575171 [ 3 ] {} <Trace> HTTP-Session: b0a080bd-ee35-43e1-8320-49f9f812f67f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13884 | 2024.09.06 06:41:58.575267 [ 3 ] {796f7e1d-346a-4de4-a1ee-6ad486564476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13885 | 2024.09.06 06:41:58.575310 [ 3 ] {796f7e1d-346a-4de4-a1ee-6ad486564476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13886 | 2024.09.06 06:41:58.575539 [ 3 ] {796f7e1d-346a-4de4-a1ee-6ad486564476} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13887 | 2024.09.06 06:41:58.575837 [ 3 ] {796f7e1d-346a-4de4-a1ee-6ad486564476} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13888 | 2024.09.06 06:41:58.575875 [ 3 ] {796f7e1d-346a-4de4-a1ee-6ad486564476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13889 | 2024.09.06 06:41:58.576216 [ 3 ] {796f7e1d-346a-4de4-a1ee-6ad486564476} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13890 | 2024.09.06 06:41:58.576577 [ 3 ] {796f7e1d-346a-4de4-a1ee-6ad486564476} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13891 | 2024.09.06 06:41:58.576744 [ 45 ] {} <Debug> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
13892 | 2024.09.06 06:41:58.576749 [ 3 ] {796f7e1d-346a-4de4-a1ee-6ad486564476} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 236.64 KiB/sec. | ||
13893 | 2024.09.06 06:41:58.576829 [ 45 ] {} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13894 | 2024.09.06 06:41:58.576895 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13895 | 2024.09.06 06:41:58.577135 [ 3 ] {796f7e1d-346a-4de4-a1ee-6ad486564476} <Debug> DynamicQueryHandler: Done processing query | ||
13896 | 2024.09.06 06:41:58.577198 [ 3 ] {796f7e1d-346a-4de4-a1ee-6ad486564476} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13897 | 2024.09.06 06:41:58.577213 [ 194 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
13898 | 2024.09.06 06:41:58.577251 [ 3 ] {} <Debug> HTTP-Session: b0a080bd-ee35-43e1-8320-49f9f812f67f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13899 | 2024.09.06 06:41:58.577629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13900 | 2024.09.06 06:41:58.577791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13901 | 2024.09.06 06:41:58.577861 [ 3 ] {} <Debug> HTTP-Session: a9b9d8db-05a3-4250-b52c-0acd2acf36f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13902 | 2024.09.06 06:41:58.577865 [ 194 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13903 | 2024.09.06 06:41:58.577887 [ 3 ] {} <Debug> HTTP-Session: a9b9d8db-05a3-4250-b52c-0acd2acf36f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13904 | 2024.09.06 06:41:58.577932 [ 3 ] {} <Debug> HTTP-Session: a9b9d8db-05a3-4250-b52c-0acd2acf36f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13905 | 2024.09.06 06:41:58.577948 [ 194 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 6 rows starting from the beginning of the part | ||
13906 | 2024.09.06 06:41:58.578020 [ 3 ] {} <Trace> HTTP-Session: a9b9d8db-05a3-4250-b52c-0acd2acf36f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13907 | 2024.09.06 06:41:58.578273 [ 194 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
13908 | 2024.09.06 06:41:58.578511 [ 3 ] {51c0963f-8fac-48cc-b13a-eddc6af012fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13909 | 2024.09.06 06:41:58.578521 [ 194 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
13910 | 2024.09.06 06:41:58.578640 [ 3 ] {51c0963f-8fac-48cc-b13a-eddc6af012fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13911 | 2024.09.06 06:41:58.578854 [ 194 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
13912 | 2024.09.06 06:41:58.579220 [ 194 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
13913 | 2024.09.06 06:41:58.579983 [ 3 ] {51c0963f-8fac-48cc-b13a-eddc6af012fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13914 | 2024.09.06 06:41:58.581230 [ 3 ] {51c0963f-8fac-48cc-b13a-eddc6af012fd} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13915 | 2024.09.06 06:41:58.581307 [ 3 ] {51c0963f-8fac-48cc-b13a-eddc6af012fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13916 | 2024.09.06 06:41:58.581763 [ 194 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004751283 sec., 6314.084006362071 rows/sec., 400.80 KiB/sec. | ||
13917 | 2024.09.06 06:41:58.582034 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
13918 | 2024.09.06 06:41:58.582215 [ 3 ] {51c0963f-8fac-48cc-b13a-eddc6af012fd} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13919 | 2024.09.06 06:41:58.583306 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_33_8} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13920 | 2024.09.06 06:41:58.583345 [ 3 ] {51c0963f-8fac-48cc-b13a-eddc6af012fd} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13921 | 2024.09.06 06:41:58.583496 [ 189 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_33_8} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
13922 | 2024.09.06 06:41:58.583688 [ 3 ] {51c0963f-8fac-48cc-b13a-eddc6af012fd} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.005447 sec., 71966.21993758033 rows/sec., 5.11 MiB/sec. | ||
13923 | 2024.09.06 06:41:58.583745 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13924 | 2024.09.06 06:41:58.584110 [ 3 ] {51c0963f-8fac-48cc-b13a-eddc6af012fd} <Debug> DynamicQueryHandler: Done processing query | ||
13925 | 2024.09.06 06:41:58.584171 [ 3 ] {51c0963f-8fac-48cc-b13a-eddc6af012fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13926 | 2024.09.06 06:41:58.584237 [ 3 ] {} <Debug> HTTP-Session: a9b9d8db-05a3-4250-b52c-0acd2acf36f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13927 | 2024.09.06 06:41:58.584428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13928 | 2024.09.06 06:41:58.584484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13929 | 2024.09.06 06:41:58.584503 [ 3 ] {} <Debug> HTTP-Session: bfebfde9-6a21-43d0-963c-faca598ab0d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13930 | 2024.09.06 06:41:58.584521 [ 3 ] {} <Debug> HTTP-Session: bfebfde9-6a21-43d0-963c-faca598ab0d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13931 | 2024.09.06 06:41:58.584535 [ 3 ] {} <Debug> HTTP-Session: bfebfde9-6a21-43d0-963c-faca598ab0d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13932 | 2024.09.06 06:41:58.584568 [ 3 ] {} <Trace> HTTP-Session: bfebfde9-6a21-43d0-963c-faca598ab0d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13933 | 2024.09.06 06:41:58.584672 [ 3 ] {06a44a04-4af3-4b54-b0b7-b6337897e9c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13934 | 2024.09.06 06:41:58.584719 [ 3 ] {06a44a04-4af3-4b54-b0b7-b6337897e9c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13935 | 2024.09.06 06:41:58.584872 [ 3 ] {06a44a04-4af3-4b54-b0b7-b6337897e9c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13936 | 2024.09.06 06:41:58.585193 [ 3 ] {06a44a04-4af3-4b54-b0b7-b6337897e9c8} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13937 | 2024.09.06 06:41:58.585231 [ 3 ] {06a44a04-4af3-4b54-b0b7-b6337897e9c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13938 | 2024.09.06 06:41:58.585610 [ 3 ] {06a44a04-4af3-4b54-b0b7-b6337897e9c8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13939 | 2024.09.06 06:41:58.585934 [ 3 ] {06a44a04-4af3-4b54-b0b7-b6337897e9c8} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13940 | 2024.09.06 06:41:58.586095 [ 3 ] {06a44a04-4af3-4b54-b0b7-b6337897e9c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
13941 | 2024.09.06 06:41:58.586265 [ 3 ] {06a44a04-4af3-4b54-b0b7-b6337897e9c8} <Debug> DynamicQueryHandler: Done processing query | ||
13942 | 2024.09.06 06:41:58.586289 [ 3 ] {06a44a04-4af3-4b54-b0b7-b6337897e9c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13943 | 2024.09.06 06:41:58.586305 [ 3 ] {} <Debug> HTTP-Session: bfebfde9-6a21-43d0-963c-faca598ab0d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13944 | 2024.09.06 06:41:58.586467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13945 | 2024.09.06 06:41:58.586517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13946 | 2024.09.06 06:41:58.586536 [ 3 ] {} <Debug> HTTP-Session: 5223aa6f-0776-4afe-8c99-cbb5e873b638 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13947 | 2024.09.06 06:41:58.586553 [ 3 ] {} <Debug> HTTP-Session: 5223aa6f-0776-4afe-8c99-cbb5e873b638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13948 | 2024.09.06 06:41:58.586567 [ 3 ] {} <Debug> HTTP-Session: 5223aa6f-0776-4afe-8c99-cbb5e873b638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13949 | 2024.09.06 06:41:58.586598 [ 3 ] {} <Trace> HTTP-Session: 5223aa6f-0776-4afe-8c99-cbb5e873b638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13950 | 2024.09.06 06:41:58.586808 [ 3 ] {efbd2bd8-f03f-431a-ae28-c860dc29c665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13951 | 2024.09.06 06:41:58.586854 [ 3 ] {efbd2bd8-f03f-431a-ae28-c860dc29c665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13952 | 2024.09.06 06:41:58.587000 [ 3 ] {efbd2bd8-f03f-431a-ae28-c860dc29c665} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13953 | 2024.09.06 06:41:58.587468 [ 3 ] {efbd2bd8-f03f-431a-ae28-c860dc29c665} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13954 | 2024.09.06 06:41:58.587505 [ 3 ] {efbd2bd8-f03f-431a-ae28-c860dc29c665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13955 | 2024.09.06 06:41:58.587912 [ 3 ] {efbd2bd8-f03f-431a-ae28-c860dc29c665} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13956 | 2024.09.06 06:41:58.588255 [ 3 ] {efbd2bd8-f03f-431a-ae28-c860dc29c665} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13957 | 2024.09.06 06:41:58.588419 [ 3 ] {efbd2bd8-f03f-431a-ae28-c860dc29c665} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001718 sec., 138533.17811408616 rows/sec., 9.29 MiB/sec. | ||
13958 | 2024.09.06 06:41:58.588597 [ 3 ] {efbd2bd8-f03f-431a-ae28-c860dc29c665} <Debug> DynamicQueryHandler: Done processing query | ||
13959 | 2024.09.06 06:41:58.588624 [ 3 ] {efbd2bd8-f03f-431a-ae28-c860dc29c665} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13960 | 2024.09.06 06:41:58.588640 [ 3 ] {} <Debug> HTTP-Session: 5223aa6f-0776-4afe-8c99-cbb5e873b638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13961 | 2024.09.06 06:41:58.588771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13962 | 2024.09.06 06:41:58.588825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13963 | 2024.09.06 06:41:58.588845 [ 3 ] {} <Debug> HTTP-Session: 4bf53aac-447b-4819-8b12-568315bff10c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13964 | 2024.09.06 06:41:58.588862 [ 3 ] {} <Debug> HTTP-Session: 4bf53aac-447b-4819-8b12-568315bff10c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13965 | 2024.09.06 06:41:58.588875 [ 3 ] {} <Debug> HTTP-Session: 4bf53aac-447b-4819-8b12-568315bff10c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13966 | 2024.09.06 06:41:58.588907 [ 3 ] {} <Trace> HTTP-Session: 4bf53aac-447b-4819-8b12-568315bff10c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13967 | 2024.09.06 06:41:58.589009 [ 3 ] {2ee590a0-3d75-483b-9399-6205211ab70d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13968 | 2024.09.06 06:41:58.589056 [ 3 ] {2ee590a0-3d75-483b-9399-6205211ab70d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13969 | 2024.09.06 06:41:58.589191 [ 3 ] {2ee590a0-3d75-483b-9399-6205211ab70d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13970 | 2024.09.06 06:41:58.589459 [ 3 ] {2ee590a0-3d75-483b-9399-6205211ab70d} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13971 | 2024.09.06 06:41:58.589496 [ 3 ] {2ee590a0-3d75-483b-9399-6205211ab70d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13972 | 2024.09.06 06:41:58.589849 [ 3 ] {2ee590a0-3d75-483b-9399-6205211ab70d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13973 | 2024.09.06 06:41:58.590173 [ 3 ] {2ee590a0-3d75-483b-9399-6205211ab70d} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13974 | 2024.09.06 06:41:58.590328 [ 3 ] {2ee590a0-3d75-483b-9399-6205211ab70d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001337 sec., 747.9431563201197 rows/sec., 50.40 KiB/sec. | ||
13975 | 2024.09.06 06:41:58.590499 [ 3 ] {2ee590a0-3d75-483b-9399-6205211ab70d} <Debug> DynamicQueryHandler: Done processing query | ||
13976 | 2024.09.06 06:41:58.590523 [ 3 ] {2ee590a0-3d75-483b-9399-6205211ab70d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13977 | 2024.09.06 06:41:58.590539 [ 3 ] {} <Debug> HTTP-Session: 4bf53aac-447b-4819-8b12-568315bff10c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13978 | 2024.09.06 06:41:58.590648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13979 | 2024.09.06 06:41:58.590700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13980 | 2024.09.06 06:41:58.590721 [ 3 ] {} <Debug> HTTP-Session: 0c1aa1e5-2e65-4806-9b3e-3942950fb475 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13981 | 2024.09.06 06:41:58.590738 [ 3 ] {} <Debug> HTTP-Session: 0c1aa1e5-2e65-4806-9b3e-3942950fb475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13982 | 2024.09.06 06:41:58.590752 [ 3 ] {} <Debug> HTTP-Session: 0c1aa1e5-2e65-4806-9b3e-3942950fb475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13983 | 2024.09.06 06:41:58.590783 [ 3 ] {} <Trace> HTTP-Session: 0c1aa1e5-2e65-4806-9b3e-3942950fb475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13984 | 2024.09.06 06:41:58.590944 [ 3 ] {e412b4ed-6a9b-4c50-b310-724a5c93916b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13985 | 2024.09.06 06:41:58.591010 [ 3 ] {e412b4ed-6a9b-4c50-b310-724a5c93916b} <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_histogramu64 | ||
13986 | 2024.09.06 06:41:58.591429 [ 3 ] {e412b4ed-6a9b-4c50-b310-724a5c93916b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13987 | 2024.09.06 06:41:58.591972 [ 3 ] {e412b4ed-6a9b-4c50-b310-724a5c93916b} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13988 | 2024.09.06 06:41:58.592010 [ 3 ] {e412b4ed-6a9b-4c50-b310-724a5c93916b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
13989 | 2024.09.06 06:41:58.592615 [ 3 ] {e412b4ed-6a9b-4c50-b310-724a5c93916b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13990 | 2024.09.06 06:41:58.593039 [ 3 ] {e412b4ed-6a9b-4c50-b310-724a5c93916b} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13991 | 2024.09.06 06:41:58.593255 [ 3 ] {e412b4ed-6a9b-4c50-b310-724a5c93916b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002388 sec., 3350.0837520938026 rows/sec., 6.00 MiB/sec. | ||
13992 | 2024.09.06 06:41:58.593755 [ 3 ] {e412b4ed-6a9b-4c50-b310-724a5c93916b} <Debug> DynamicQueryHandler: Done processing query | ||
13993 | 2024.09.06 06:41:58.593797 [ 3 ] {e412b4ed-6a9b-4c50-b310-724a5c93916b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13994 | 2024.09.06 06:41:58.593815 [ 3 ] {} <Debug> HTTP-Session: 0c1aa1e5-2e65-4806-9b3e-3942950fb475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13995 | 2024.09.06 06:41:58.593939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13996 | 2024.09.06 06:41:58.593991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13997 | 2024.09.06 06:41:58.594012 [ 3 ] {} <Debug> HTTP-Session: f6338fe5-ef77-4133-bf45-751298b328be Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
13998 | 2024.09.06 06:41:58.594028 [ 3 ] {} <Debug> HTTP-Session: f6338fe5-ef77-4133-bf45-751298b328be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13999 | 2024.09.06 06:41:58.594043 [ 3 ] {} <Debug> HTTP-Session: f6338fe5-ef77-4133-bf45-751298b328be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14000 | 2024.09.06 06:41:58.594074 [ 3 ] {} <Trace> HTTP-Session: f6338fe5-ef77-4133-bf45-751298b328be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14001 | 2024.09.06 06:41:58.594208 [ 3 ] {2b32c5a3-0995-489d-adfd-2bf3a96b30ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14002 | 2024.09.06 06:41:58.594256 [ 3 ] {2b32c5a3-0995-489d-adfd-2bf3a96b30ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14003 | 2024.09.06 06:41:58.594405 [ 3 ] {2b32c5a3-0995-489d-adfd-2bf3a96b30ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14004 | 2024.09.06 06:41:58.594755 [ 3 ] {2b32c5a3-0995-489d-adfd-2bf3a96b30ce} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14005 | 2024.09.06 06:41:58.594792 [ 3 ] {2b32c5a3-0995-489d-adfd-2bf3a96b30ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14006 | 2024.09.06 06:41:58.595164 [ 3 ] {2b32c5a3-0995-489d-adfd-2bf3a96b30ce} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14007 | 2024.09.06 06:41:58.595502 [ 3 ] {2b32c5a3-0995-489d-adfd-2bf3a96b30ce} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14008 | 2024.09.06 06:41:58.595659 [ 3 ] {2b32c5a3-0995-489d-adfd-2bf3a96b30ce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001497 sec., 54776.219104876414 rows/sec., 3.48 MiB/sec. | ||
14009 | 2024.09.06 06:41:58.595826 [ 3 ] {2b32c5a3-0995-489d-adfd-2bf3a96b30ce} <Debug> DynamicQueryHandler: Done processing query | ||
14010 | 2024.09.06 06:41:58.595851 [ 3 ] {2b32c5a3-0995-489d-adfd-2bf3a96b30ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14011 | 2024.09.06 06:41:58.595867 [ 3 ] {} <Debug> HTTP-Session: f6338fe5-ef77-4133-bf45-751298b328be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14012 | 2024.09.06 06:42:00.504160 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14013 | 2024.09.06 06:42:00.504211 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14014 | 2024.09.06 06:42:03.562478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14015 | 2024.09.06 06:42:03.562617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14016 | 2024.09.06 06:42:03.562647 [ 3 ] {} <Debug> HTTP-Session: 92092145-beea-45d3-8da3-48a4cd648ea7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14017 | 2024.09.06 06:42:03.562675 [ 3 ] {} <Debug> HTTP-Session: 92092145-beea-45d3-8da3-48a4cd648ea7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14018 | 2024.09.06 06:42:03.562693 [ 3 ] {} <Debug> HTTP-Session: 92092145-beea-45d3-8da3-48a4cd648ea7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14019 | 2024.09.06 06:42:03.562749 [ 3 ] {} <Trace> HTTP-Session: 92092145-beea-45d3-8da3-48a4cd648ea7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14020 | 2024.09.06 06:42:03.562945 [ 3 ] {065ceb65-2339-4efc-94a6-04829fa41a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14021 | 2024.09.06 06:42:03.563020 [ 3 ] {065ceb65-2339-4efc-94a6-04829fa41a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14022 | 2024.09.06 06:42:03.563377 [ 3 ] {065ceb65-2339-4efc-94a6-04829fa41a78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14023 | 2024.09.06 06:42:03.563803 [ 3 ] {065ceb65-2339-4efc-94a6-04829fa41a78} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14024 | 2024.09.06 06:42:03.563846 [ 3 ] {065ceb65-2339-4efc-94a6-04829fa41a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14025 | 2024.09.06 06:42:03.564255 [ 3 ] {065ceb65-2339-4efc-94a6-04829fa41a78} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
14026 | 2024.09.06 06:42:03.564643 [ 3 ] {065ceb65-2339-4efc-94a6-04829fa41a78} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14027 | 2024.09.06 06:42:03.564827 [ 3 ] {065ceb65-2339-4efc-94a6-04829fa41a78} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00193 sec., 1036.2694300518135 rows/sec., 84.50 KiB/sec. | ||
14028 | 2024.09.06 06:42:03.565051 [ 3 ] {065ceb65-2339-4efc-94a6-04829fa41a78} <Debug> DynamicQueryHandler: Done processing query | ||
14029 | 2024.09.06 06:42:03.565078 [ 3 ] {065ceb65-2339-4efc-94a6-04829fa41a78} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14030 | 2024.09.06 06:42:03.565094 [ 3 ] {} <Debug> HTTP-Session: 92092145-beea-45d3-8da3-48a4cd648ea7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14031 | 2024.09.06 06:42:03.565280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 17540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14032 | 2024.09.06 06:42:03.565338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14033 | 2024.09.06 06:42:03.565359 [ 3 ] {} <Debug> HTTP-Session: 2d4db045-03fd-4228-b6de-a2d17080f631 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14034 | 2024.09.06 06:42:03.565377 [ 3 ] {} <Debug> HTTP-Session: 2d4db045-03fd-4228-b6de-a2d17080f631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14035 | 2024.09.06 06:42:03.565391 [ 3 ] {} <Debug> HTTP-Session: 2d4db045-03fd-4228-b6de-a2d17080f631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14036 | 2024.09.06 06:42:03.565425 [ 3 ] {} <Trace> HTTP-Session: 2d4db045-03fd-4228-b6de-a2d17080f631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14037 | 2024.09.06 06:42:03.565564 [ 3 ] {769a160c-d1f6-496c-8e02-3acd7a6ad88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14038 | 2024.09.06 06:42:03.565613 [ 3 ] {769a160c-d1f6-496c-8e02-3acd7a6ad88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14039 | 2024.09.06 06:42:03.565851 [ 3 ] {769a160c-d1f6-496c-8e02-3acd7a6ad88b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14040 | 2024.09.06 06:42:03.566267 [ 3 ] {769a160c-d1f6-496c-8e02-3acd7a6ad88b} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14041 | 2024.09.06 06:42:03.566305 [ 3 ] {769a160c-d1f6-496c-8e02-3acd7a6ad88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14042 | 2024.09.06 06:42:03.566675 [ 3 ] {769a160c-d1f6-496c-8e02-3acd7a6ad88b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14043 | 2024.09.06 06:42:03.567039 [ 3 ] {769a160c-d1f6-496c-8e02-3acd7a6ad88b} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14044 | 2024.09.06 06:42:03.567207 [ 3 ] {769a160c-d1f6-496c-8e02-3acd7a6ad88b} <Debug> executeQuery: Read 119 rows, 10.29 KiB in 0.001694 sec., 70247.93388429753 rows/sec., 5.93 MiB/sec. | ||
14045 | 2024.09.06 06:42:03.567218 [ 41 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14046 | 2024.09.06 06:42:03.567324 [ 41 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14047 | 2024.09.06 06:42:03.567372 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14048 | 2024.09.06 06:42:03.567497 [ 3 ] {769a160c-d1f6-496c-8e02-3acd7a6ad88b} <Debug> DynamicQueryHandler: Done processing query | ||
14049 | 2024.09.06 06:42:03.567577 [ 3 ] {769a160c-d1f6-496c-8e02-3acd7a6ad88b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14050 | 2024.09.06 06:42:03.567649 [ 3 ] {} <Debug> HTTP-Session: 2d4db045-03fd-4228-b6de-a2d17080f631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14051 | 2024.09.06 06:42:03.567712 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
14052 | 2024.09.06 06:42:03.567930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 4776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14053 | 2024.09.06 06:42:03.568097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14054 | 2024.09.06 06:42:03.568187 [ 3 ] {} <Debug> HTTP-Session: 1d02c2ff-a0eb-4b08-ac67-69f6e555309b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14055 | 2024.09.06 06:42:03.568260 [ 3 ] {} <Debug> HTTP-Session: 1d02c2ff-a0eb-4b08-ac67-69f6e555309b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14056 | 2024.09.06 06:42:03.568334 [ 3 ] {} <Debug> HTTP-Session: 1d02c2ff-a0eb-4b08-ac67-69f6e555309b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14057 | 2024.09.06 06:42:03.568481 [ 3 ] {} <Trace> HTTP-Session: 1d02c2ff-a0eb-4b08-ac67-69f6e555309b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14058 | 2024.09.06 06:42:03.568555 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14059 | 2024.09.06 06:42:03.568715 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1416 rows starting from the beginning of the part | ||
14060 | 2024.09.06 06:42:03.568887 [ 3 ] {11d86ff2-1973-45c4-b6fd-9e70639c68de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14061 | 2024.09.06 06:42:03.569088 [ 3 ] {11d86ff2-1973-45c4-b6fd-9e70639c68de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14062 | 2024.09.06 06:42:03.569439 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 118 rows starting from the beginning of the part | ||
14063 | 2024.09.06 06:42:03.569781 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 205 rows starting from the beginning of the part | ||
14064 | 2024.09.06 06:42:03.570123 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1263 rows starting from the beginning of the part | ||
14065 | 2024.09.06 06:42:03.570522 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 206 rows starting from the beginning of the part | ||
14066 | 2024.09.06 06:42:03.570835 [ 187 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 119 rows starting from the beginning of the part | ||
14067 | 2024.09.06 06:42:03.571216 [ 3 ] {11d86ff2-1973-45c4-b6fd-9e70639c68de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14068 | 2024.09.06 06:42:03.572212 [ 3 ] {11d86ff2-1973-45c4-b6fd-9e70639c68de} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14069 | 2024.09.06 06:42:03.572259 [ 3 ] {11d86ff2-1973-45c4-b6fd-9e70639c68de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14070 | 2024.09.06 06:42:03.573252 [ 3 ] {11d86ff2-1973-45c4-b6fd-9e70639c68de} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14071 | 2024.09.06 06:42:03.573876 [ 3 ] {11d86ff2-1973-45c4-b6fd-9e70639c68de} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14072 | 2024.09.06 06:42:03.574103 [ 41 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14073 | 2024.09.06 06:42:03.574123 [ 3 ] {11d86ff2-1973-45c4-b6fd-9e70639c68de} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.005358 sec., 6159.014557670773 rows/sec., 461.12 KiB/sec. | ||
14074 | 2024.09.06 06:42:03.574173 [ 41 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14075 | 2024.09.06 06:42:03.574253 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14076 | 2024.09.06 06:42:03.574877 [ 3 ] {11d86ff2-1973-45c4-b6fd-9e70639c68de} <Debug> DynamicQueryHandler: Done processing query | ||
14077 | 2024.09.06 06:42:03.574872 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
14078 | 2024.09.06 06:42:03.574962 [ 3 ] {11d86ff2-1973-45c4-b6fd-9e70639c68de} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14079 | 2024.09.06 06:42:03.575037 [ 3 ] {} <Debug> HTTP-Session: 1d02c2ff-a0eb-4b08-ac67-69f6e555309b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14080 | 2024.09.06 06:42:03.575122 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3327 rows, containing 5 columns (5 merged, 0 gathered) in 0.007660388 sec., 434312.20455151884 rows/sec., 38.14 MiB/sec. | ||
14081 | 2024.09.06 06:42:03.575237 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14082 | 2024.09.06 06:42:03.575265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 16476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14083 | 2024.09.06 06:42:03.575280 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 57 rows starting from the beginning of the part | ||
14084 | 2024.09.06 06:42:03.575383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14085 | 2024.09.06 06:42:03.575521 [ 3 ] {} <Debug> HTTP-Session: 714828d8-a911-43e5-8fdb-3ecf8508c7c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14086 | 2024.09.06 06:42:03.575548 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14087 | 2024.09.06 06:42:03.575632 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 31 rows starting from the beginning of the part | ||
14088 | 2024.09.06 06:42:03.575639 [ 3 ] {} <Debug> HTTP-Session: 714828d8-a911-43e5-8fdb-3ecf8508c7c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14089 | 2024.09.06 06:42:03.575770 [ 3 ] {} <Debug> HTTP-Session: 714828d8-a911-43e5-8fdb-3ecf8508c7c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14090 | 2024.09.06 06:42:03.576051 [ 3 ] {} <Trace> HTTP-Session: 714828d8-a911-43e5-8fdb-3ecf8508c7c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14091 | 2024.09.06 06:42:03.576133 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
14092 | 2024.09.06 06:42:03.576583 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 41 rows starting from the beginning of the part | ||
14093 | 2024.09.06 06:42:03.576648 [ 3 ] {a6cacae1-289e-4472-bd52-d666f2d72441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14094 | 2024.09.06 06:42:03.576949 [ 3 ] {a6cacae1-289e-4472-bd52-d666f2d72441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14095 | 2024.09.06 06:42:03.577266 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 10 rows starting from the beginning of the part | ||
14096 | 2024.09.06 06:42:03.578024 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 33 rows starting from the beginning of the part | ||
14097 | 2024.09.06 06:42:03.578746 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_76_15} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14098 | 2024.09.06 06:42:03.579120 [ 186 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_76_15} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14099 | 2024.09.06 06:42:03.579438 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
14100 | 2024.09.06 06:42:03.579446 [ 3 ] {a6cacae1-289e-4472-bd52-d666f2d72441} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14101 | 2024.09.06 06:42:03.580168 [ 3 ] {a6cacae1-289e-4472-bd52-d666f2d72441} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14102 | 2024.09.06 06:42:03.580211 [ 3 ] {a6cacae1-289e-4472-bd52-d666f2d72441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14103 | 2024.09.06 06:42:03.580597 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.0061968 sec., 29047.250193648335 rows/sec., 2.22 MiB/sec. | ||
14104 | 2024.09.06 06:42:03.580729 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14105 | 2024.09.06 06:42:03.580796 [ 3 ] {a6cacae1-289e-4472-bd52-d666f2d72441} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14106 | 2024.09.06 06:42:03.581398 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_71_14} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14107 | 2024.09.06 06:42:03.581483 [ 3 ] {a6cacae1-289e-4472-bd52-d666f2d72441} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14108 | 2024.09.06 06:42:03.581520 [ 195 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_71_14} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14109 | 2024.09.06 06:42:03.581632 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
14110 | 2024.09.06 06:42:03.581739 [ 41 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14111 | 2024.09.06 06:42:03.581757 [ 3 ] {a6cacae1-289e-4472-bd52-d666f2d72441} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005363 sec., 18086.89166511281 rows/sec., 1.41 MiB/sec. | ||
14112 | 2024.09.06 06:42:03.581790 [ 41 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14113 | 2024.09.06 06:42:03.581858 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14114 | 2024.09.06 06:42:03.582224 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
14115 | 2024.09.06 06:42:03.582260 [ 3 ] {a6cacae1-289e-4472-bd52-d666f2d72441} <Debug> DynamicQueryHandler: Done processing query | ||
14116 | 2024.09.06 06:42:03.582359 [ 3 ] {a6cacae1-289e-4472-bd52-d666f2d72441} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14117 | 2024.09.06 06:42:03.582445 [ 3 ] {} <Debug> HTTP-Session: 714828d8-a911-43e5-8fdb-3ecf8508c7c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14118 | 2024.09.06 06:42:03.582817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14119 | 2024.09.06 06:42:03.582959 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14120 | 2024.09.06 06:42:03.582996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14121 | 2024.09.06 06:42:03.583107 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
14122 | 2024.09.06 06:42:03.583113 [ 3 ] {} <Debug> HTTP-Session: ad4b71d4-50c4-4e8a-ae70-ab30fbff6eba Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14123 | 2024.09.06 06:42:03.583217 [ 3 ] {} <Debug> HTTP-Session: ad4b71d4-50c4-4e8a-ae70-ab30fbff6eba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14124 | 2024.09.06 06:42:03.583313 [ 3 ] {} <Debug> HTTP-Session: ad4b71d4-50c4-4e8a-ae70-ab30fbff6eba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14125 | 2024.09.06 06:42:03.583580 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 95 rows starting from the beginning of the part | ||
14126 | 2024.09.06 06:42:03.583599 [ 3 ] {} <Trace> HTTP-Session: ad4b71d4-50c4-4e8a-ae70-ab30fbff6eba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14127 | 2024.09.06 06:42:03.584358 [ 3 ] {834f4cf8-df28-4da9-8bb1-4cbe93392694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14128 | 2024.09.06 06:42:03.584381 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 390 rows starting from the beginning of the part | ||
14129 | 2024.09.06 06:42:03.584490 [ 3 ] {834f4cf8-df28-4da9-8bb1-4cbe93392694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14130 | 2024.09.06 06:42:03.584744 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 561 rows starting from the beginning of the part | ||
14131 | 2024.09.06 06:42:03.585061 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 392 rows starting from the beginning of the part | ||
14132 | 2024.09.06 06:42:03.585428 [ 186 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 97 rows starting from the beginning of the part | ||
14133 | 2024.09.06 06:42:03.585974 [ 3 ] {834f4cf8-df28-4da9-8bb1-4cbe93392694} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14134 | 2024.09.06 06:42:03.586806 [ 3 ] {834f4cf8-df28-4da9-8bb1-4cbe93392694} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14135 | 2024.09.06 06:42:03.586865 [ 3 ] {834f4cf8-df28-4da9-8bb1-4cbe93392694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14136 | 2024.09.06 06:42:03.587837 [ 3 ] {834f4cf8-df28-4da9-8bb1-4cbe93392694} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14137 | 2024.09.06 06:42:03.588582 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2448 rows, containing 5 columns (5 merged, 0 gathered) in 0.006627039 sec., 369395.74370997364 rows/sec., 28.36 MiB/sec. | ||
14138 | 2024.09.06 06:42:03.588828 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14139 | 2024.09.06 06:42:03.588837 [ 3 ] {834f4cf8-df28-4da9-8bb1-4cbe93392694} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14140 | 2024.09.06 06:42:03.589146 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14141 | 2024.09.06 06:42:03.589216 [ 3 ] {834f4cf8-df28-4da9-8bb1-4cbe93392694} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005172 sec., 31129.1569992266 rows/sec., 2.17 MiB/sec. | ||
14142 | 2024.09.06 06:42:03.589239 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14143 | 2024.09.06 06:42:03.589304 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14144 | 2024.09.06 06:42:03.589792 [ 190 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
14145 | 2024.09.06 06:42:03.590117 [ 3 ] {834f4cf8-df28-4da9-8bb1-4cbe93392694} <Debug> DynamicQueryHandler: Done processing query | ||
14146 | 2024.09.06 06:42:03.590192 [ 3 ] {834f4cf8-df28-4da9-8bb1-4cbe93392694} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14147 | 2024.09.06 06:42:03.590231 [ 190 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14148 | 2024.09.06 06:42:03.590269 [ 3 ] {} <Debug> HTTP-Session: ad4b71d4-50c4-4e8a-ae70-ab30fbff6eba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14149 | 2024.09.06 06:42:03.590314 [ 190 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22030 rows starting from the beginning of the part | ||
14150 | 2024.09.06 06:42:03.590481 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_76_15} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14151 | 2024.09.06 06:42:03.590630 [ 190 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
14152 | 2024.09.06 06:42:03.590678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 51107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14153 | 2024.09.06 06:42:03.590967 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_76_15} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14154 | 2024.09.06 06:42:03.590981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14155 | 2024.09.06 06:42:03.591175 [ 3 ] {} <Debug> HTTP-Session: 1fe91248-7a76-47cb-9541-92927bb1ea8c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14156 | 2024.09.06 06:42:03.591228 [ 190 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
14157 | 2024.09.06 06:42:03.591332 [ 3 ] {} <Debug> HTTP-Session: 1fe91248-7a76-47cb-9541-92927bb1ea8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14158 | 2024.09.06 06:42:03.591366 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
14159 | 2024.09.06 06:42:03.591459 [ 3 ] {} <Debug> HTTP-Session: 1fe91248-7a76-47cb-9541-92927bb1ea8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14160 | 2024.09.06 06:42:03.591639 [ 3 ] {} <Trace> HTTP-Session: 1fe91248-7a76-47cb-9541-92927bb1ea8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14161 | 2024.09.06 06:42:03.591698 [ 190 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 849 rows starting from the beginning of the part | ||
14162 | 2024.09.06 06:42:03.591938 [ 190 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 238 rows starting from the beginning of the part | ||
14163 | 2024.09.06 06:42:03.592105 [ 190 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 161 rows starting from the beginning of the part | ||
14164 | 2024.09.06 06:42:03.592324 [ 3 ] {f6194e22-b69e-4670-a2d3-2e82b151ef78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14165 | 2024.09.06 06:42:03.592686 [ 3 ] {f6194e22-b69e-4670-a2d3-2e82b151ef78} <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_histogramu64 | ||
14166 | 2024.09.06 06:42:03.593848 [ 3 ] {f6194e22-b69e-4670-a2d3-2e82b151ef78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14167 | 2024.09.06 06:42:03.595607 [ 3 ] {f6194e22-b69e-4670-a2d3-2e82b151ef78} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14168 | 2024.09.06 06:42:03.595659 [ 3 ] {f6194e22-b69e-4670-a2d3-2e82b151ef78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14169 | 2024.09.06 06:42:03.596871 [ 3 ] {f6194e22-b69e-4670-a2d3-2e82b151ef78} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14170 | 2024.09.06 06:42:03.601068 [ 3 ] {f6194e22-b69e-4670-a2d3-2e82b151ef78} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14171 | 2024.09.06 06:42:03.601448 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14172 | 2024.09.06 06:42:03.601452 [ 3 ] {f6194e22-b69e-4670-a2d3-2e82b151ef78} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.009565 sec., 3240.9827496079456 rows/sec., 5.81 MiB/sec. | ||
14173 | 2024.09.06 06:42:03.601544 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14174 | 2024.09.06 06:42:03.601646 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14175 | 2024.09.06 06:42:03.601914 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
14176 | 2024.09.06 06:42:03.602125 [ 3 ] {f6194e22-b69e-4670-a2d3-2e82b151ef78} <Debug> DynamicQueryHandler: Done processing query | ||
14177 | 2024.09.06 06:42:03.602163 [ 3 ] {f6194e22-b69e-4670-a2d3-2e82b151ef78} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
14178 | 2024.09.06 06:42:03.602195 [ 3 ] {} <Debug> HTTP-Session: 1fe91248-7a76-47cb-9541-92927bb1ea8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14179 | 2024.09.06 06:42:03.602357 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14180 | 2024.09.06 06:42:03.602389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14181 | 2024.09.06 06:42:03.602463 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1220 rows starting from the beginning of the part | ||
14182 | 2024.09.06 06:42:03.602483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14183 | 2024.09.06 06:42:03.602513 [ 3 ] {} <Debug> HTTP-Session: aa40f418-fda0-461a-9176-9dce592f1f1c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14184 | 2024.09.06 06:42:03.602545 [ 3 ] {} <Debug> HTTP-Session: aa40f418-fda0-461a-9176-9dce592f1f1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14185 | 2024.09.06 06:42:03.602569 [ 3 ] {} <Debug> HTTP-Session: aa40f418-fda0-461a-9176-9dce592f1f1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14186 | 2024.09.06 06:42:03.602660 [ 3 ] {} <Trace> HTTP-Session: aa40f418-fda0-461a-9176-9dce592f1f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14187 | 2024.09.06 06:42:03.602914 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 31 rows starting from the beginning of the part | ||
14188 | 2024.09.06 06:42:03.602924 [ 3 ] {5d663ef9-279d-41b8-9ede-18a080217e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14189 | 2024.09.06 06:42:03.602989 [ 3 ] {5d663ef9-279d-41b8-9ede-18a080217e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14190 | 2024.09.06 06:42:03.603678 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
14191 | 2024.09.06 06:42:03.603804 [ 3 ] {5d663ef9-279d-41b8-9ede-18a080217e5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14192 | 2024.09.06 06:42:03.604272 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 31 rows starting from the beginning of the part | ||
14193 | 2024.09.06 06:42:03.605661 [ 3 ] {5d663ef9-279d-41b8-9ede-18a080217e5d} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14194 | 2024.09.06 06:42:03.605681 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
14195 | 2024.09.06 06:42:03.605747 [ 3 ] {5d663ef9-279d-41b8-9ede-18a080217e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14196 | 2024.09.06 06:42:03.605869 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23675 rows, containing 5 columns (5 merged, 0 gathered) in 0.016381388 sec., 1445237.7295501456 rows/sec., 97.75 MiB/sec. | ||
14197 | 2024.09.06 06:42:03.606346 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 31 rows starting from the beginning of the part | ||
14198 | 2024.09.06 06:42:03.606902 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14199 | 2024.09.06 06:42:03.606937 [ 3 ] {5d663ef9-279d-41b8-9ede-18a080217e5d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14200 | 2024.09.06 06:42:03.608539 [ 3 ] {5d663ef9-279d-41b8-9ede-18a080217e5d} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14201 | 2024.09.06 06:42:03.609029 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14202 | 2024.09.06 06:42:03.609151 [ 38 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14203 | 2024.09.06 06:42:03.609168 [ 3 ] {5d663ef9-279d-41b8-9ede-18a080217e5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0063 sec., 9523.809523809523 rows/sec., 657.24 KiB/sec. | ||
14204 | 2024.09.06 06:42:03.609503 [ 192 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14205 | 2024.09.06 06:42:03.609525 [ 38 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14206 | 2024.09.06 06:42:03.609718 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14207 | 2024.09.06 06:42:03.609890 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
14208 | 2024.09.06 06:42:03.609889 [ 3 ] {5d663ef9-279d-41b8-9ede-18a080217e5d} <Debug> DynamicQueryHandler: Done processing query | ||
14209 | 2024.09.06 06:42:03.609989 [ 3 ] {5d663ef9-279d-41b8-9ede-18a080217e5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14210 | 2024.09.06 06:42:03.610080 [ 3 ] {} <Debug> HTTP-Session: aa40f418-fda0-461a-9176-9dce592f1f1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14211 | 2024.09.06 06:42:03.610274 [ 198 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
14212 | 2024.09.06 06:42:03.610861 [ 198 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14213 | 2024.09.06 06:42:03.610985 [ 198 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4786 rows starting from the beginning of the part | ||
14214 | 2024.09.06 06:42:03.611341 [ 198 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
14215 | 2024.09.06 06:42:03.611714 [ 198 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
14216 | 2024.09.06 06:42:03.612080 [ 198 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
14217 | 2024.09.06 06:42:03.612398 [ 198 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
14218 | 2024.09.06 06:42:03.612703 [ 198 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
14219 | 2024.09.06 06:42:03.617035 [ 192 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5130 rows, containing 4 columns (4 merged, 0 gathered) in 0.007086038 sec., 723958.8610730001 rows/sec., 47.30 MiB/sec. | ||
14220 | 2024.09.06 06:42:03.617409 [ 192 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14221 | 2024.09.06 06:42:03.618076 [ 192 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_76_15} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14222 | 2024.09.06 06:42:03.618163 [ 192 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_76_15} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14223 | 2024.09.06 06:42:03.618263 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
14224 | 2024.09.06 06:42:03.619573 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1329 rows, containing 19 columns (19 merged, 0 gathered) in 0.017786396 sec., 74720.02759862089 rows/sec., 133.89 MiB/sec. | ||
14225 | 2024.09.06 06:42:03.621607 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14226 | 2024.09.06 06:42:03.622236 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14227 | 2024.09.06 06:42:03.622329 [ 196 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14228 | 2024.09.06 06:42:03.622492 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. | ||
14229 | 2024.09.06 06:42:04.000150 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.38 MiB, peak 218.98 MiB, free memory in arenas 0.00 B, will set to 207.98 MiB (RSS), difference: 1.60 MiB | ||
14230 | 2024.09.06 06:42:08.565775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14231 | 2024.09.06 06:42:08.565909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14232 | 2024.09.06 06:42:08.565935 [ 3 ] {} <Debug> HTTP-Session: 5d02f761-0955-4f1d-b2b8-4d88468e0f5f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14233 | 2024.09.06 06:42:08.565960 [ 3 ] {} <Debug> HTTP-Session: 5d02f761-0955-4f1d-b2b8-4d88468e0f5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14234 | 2024.09.06 06:42:08.565975 [ 3 ] {} <Debug> HTTP-Session: 5d02f761-0955-4f1d-b2b8-4d88468e0f5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14235 | 2024.09.06 06:42:08.566026 [ 3 ] {} <Trace> HTTP-Session: 5d02f761-0955-4f1d-b2b8-4d88468e0f5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14236 | 2024.09.06 06:42:08.566270 [ 3 ] {6f9191ec-439a-459c-b781-b3c5540ec9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14237 | 2024.09.06 06:42:08.566337 [ 3 ] {6f9191ec-439a-459c-b781-b3c5540ec9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14238 | 2024.09.06 06:42:08.566675 [ 3 ] {6f9191ec-439a-459c-b781-b3c5540ec9f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14239 | 2024.09.06 06:42:08.567294 [ 3 ] {6f9191ec-439a-459c-b781-b3c5540ec9f7} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14240 | 2024.09.06 06:42:08.567337 [ 3 ] {6f9191ec-439a-459c-b781-b3c5540ec9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14241 | 2024.09.06 06:42:08.567792 [ 3 ] {6f9191ec-439a-459c-b781-b3c5540ec9f7} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14242 | 2024.09.06 06:42:08.568194 [ 3 ] {6f9191ec-439a-459c-b781-b3c5540ec9f7} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14243 | 2024.09.06 06:42:08.568353 [ 3 ] {6f9191ec-439a-459c-b781-b3c5540ec9f7} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002186 sec., 93778.59103385179 rows/sec., 8.26 MiB/sec. | ||
14244 | 2024.09.06 06:42:08.568604 [ 3 ] {6f9191ec-439a-459c-b781-b3c5540ec9f7} <Debug> DynamicQueryHandler: Done processing query | ||
14245 | 2024.09.06 06:42:08.568630 [ 3 ] {6f9191ec-439a-459c-b781-b3c5540ec9f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14246 | 2024.09.06 06:42:08.568647 [ 3 ] {} <Debug> HTTP-Session: 5d02f761-0955-4f1d-b2b8-4d88468e0f5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14247 | 2024.09.06 06:42:08.568869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14248 | 2024.09.06 06:42:08.568935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14249 | 2024.09.06 06:42:08.568961 [ 3 ] {} <Debug> HTTP-Session: abd5edce-effb-4d73-beda-63c5cff6f55a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14250 | 2024.09.06 06:42:08.568985 [ 3 ] {} <Debug> HTTP-Session: abd5edce-effb-4d73-beda-63c5cff6f55a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14251 | 2024.09.06 06:42:08.569004 [ 3 ] {} <Debug> HTTP-Session: abd5edce-effb-4d73-beda-63c5cff6f55a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14252 | 2024.09.06 06:42:08.569046 [ 3 ] {} <Trace> HTTP-Session: abd5edce-effb-4d73-beda-63c5cff6f55a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14253 | 2024.09.06 06:42:08.569167 [ 3 ] {ae8a9d26-4e7c-40cc-a8b7-c63868c22b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14254 | 2024.09.06 06:42:08.569220 [ 3 ] {ae8a9d26-4e7c-40cc-a8b7-c63868c22b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14255 | 2024.09.06 06:42:08.569518 [ 3 ] {ae8a9d26-4e7c-40cc-a8b7-c63868c22b2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14256 | 2024.09.06 06:42:08.569970 [ 3 ] {ae8a9d26-4e7c-40cc-a8b7-c63868c22b2a} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14257 | 2024.09.06 06:42:08.570016 [ 3 ] {ae8a9d26-4e7c-40cc-a8b7-c63868c22b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14258 | 2024.09.06 06:42:08.570462 [ 3 ] {ae8a9d26-4e7c-40cc-a8b7-c63868c22b2a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14259 | 2024.09.06 06:42:08.570940 [ 3 ] {ae8a9d26-4e7c-40cc-a8b7-c63868c22b2a} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14260 | 2024.09.06 06:42:08.571108 [ 3 ] {ae8a9d26-4e7c-40cc-a8b7-c63868c22b2a} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001972 sec., 4056.795131845842 rows/sec., 305.05 KiB/sec. | ||
14261 | 2024.09.06 06:42:08.571435 [ 3 ] {ae8a9d26-4e7c-40cc-a8b7-c63868c22b2a} <Debug> DynamicQueryHandler: Done processing query | ||
14262 | 2024.09.06 06:42:08.571508 [ 3 ] {ae8a9d26-4e7c-40cc-a8b7-c63868c22b2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14263 | 2024.09.06 06:42:08.571573 [ 3 ] {} <Debug> HTTP-Session: abd5edce-effb-4d73-beda-63c5cff6f55a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14264 | 2024.09.06 06:42:08.571849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14265 | 2024.09.06 06:42:08.571907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14266 | 2024.09.06 06:42:08.571928 [ 3 ] {} <Debug> HTTP-Session: 1450909b-7b94-48ac-8fe3-556e9fd1df22 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14267 | 2024.09.06 06:42:08.571949 [ 3 ] {} <Debug> HTTP-Session: 1450909b-7b94-48ac-8fe3-556e9fd1df22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14268 | 2024.09.06 06:42:08.571964 [ 3 ] {} <Debug> HTTP-Session: 1450909b-7b94-48ac-8fe3-556e9fd1df22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14269 | 2024.09.06 06:42:08.571998 [ 3 ] {} <Trace> HTTP-Session: 1450909b-7b94-48ac-8fe3-556e9fd1df22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14270 | 2024.09.06 06:42:08.572105 [ 3 ] {ba0d8c49-b7af-4a4e-bb71-9aeaaaba69a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14271 | 2024.09.06 06:42:08.572150 [ 3 ] {ba0d8c49-b7af-4a4e-bb71-9aeaaaba69a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14272 | 2024.09.06 06:42:08.572410 [ 3 ] {ba0d8c49-b7af-4a4e-bb71-9aeaaaba69a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14273 | 2024.09.06 06:42:08.572754 [ 3 ] {ba0d8c49-b7af-4a4e-bb71-9aeaaaba69a5} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14274 | 2024.09.06 06:42:08.572793 [ 3 ] {ba0d8c49-b7af-4a4e-bb71-9aeaaaba69a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14275 | 2024.09.06 06:42:08.573148 [ 3 ] {ba0d8c49-b7af-4a4e-bb71-9aeaaaba69a5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
14276 | 2024.09.06 06:42:08.573508 [ 3 ] {ba0d8c49-b7af-4a4e-bb71-9aeaaaba69a5} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14277 | 2024.09.06 06:42:08.573669 [ 3 ] {ba0d8c49-b7af-4a4e-bb71-9aeaaaba69a5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001589 sec., 8810.57268722467 rows/sec., 617.04 KiB/sec. | ||
14278 | 2024.09.06 06:42:08.573686 [ 34 ] {} <Debug> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
14279 | 2024.09.06 06:42:08.573775 [ 34 ] {} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14280 | 2024.09.06 06:42:08.573826 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14281 | 2024.09.06 06:42:08.573962 [ 3 ] {ba0d8c49-b7af-4a4e-bb71-9aeaaaba69a5} <Debug> DynamicQueryHandler: Done processing query | ||
14282 | 2024.09.06 06:42:08.574061 [ 3 ] {ba0d8c49-b7af-4a4e-bb71-9aeaaaba69a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14283 | 2024.09.06 06:42:08.574124 [ 3 ] {} <Debug> HTTP-Session: 1450909b-7b94-48ac-8fe3-556e9fd1df22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14284 | 2024.09.06 06:42:08.574143 [ 193 ] {5f691591-518a-4472-9850-9bd51d87b65e::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 | ||
14285 | 2024.09.06 06:42:08.574381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14286 | 2024.09.06 06:42:08.574583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14287 | 2024.09.06 06:42:08.574700 [ 3 ] {} <Debug> HTTP-Session: 28bdf06b-0319-4981-b587-4060eeea3fc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14288 | 2024.09.06 06:42:08.574798 [ 3 ] {} <Debug> HTTP-Session: 28bdf06b-0319-4981-b587-4060eeea3fc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14289 | 2024.09.06 06:42:08.574883 [ 3 ] {} <Debug> HTTP-Session: 28bdf06b-0319-4981-b587-4060eeea3fc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14290 | 2024.09.06 06:42:08.574940 [ 193 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14291 | 2024.09.06 06:42:08.574994 [ 3 ] {} <Trace> HTTP-Session: 28bdf06b-0319-4981-b587-4060eeea3fc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14292 | 2024.09.06 06:42:08.575025 [ 193 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 242 rows starting from the beginning of the part | ||
14293 | 2024.09.06 06:42:08.575267 [ 193 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
14294 | 2024.09.06 06:42:08.575353 [ 3 ] {b48bf228-33f8-4173-b0d5-aa13fc0e0617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14295 | 2024.09.06 06:42:08.575527 [ 3 ] {b48bf228-33f8-4173-b0d5-aa13fc0e0617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14296 | 2024.09.06 06:42:08.575542 [ 193 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
14297 | 2024.09.06 06:42:08.575911 [ 193 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 228 rows starting from the beginning of the part | ||
14298 | 2024.09.06 06:42:08.576197 [ 193 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
14299 | 2024.09.06 06:42:08.576533 [ 193 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
14300 | 2024.09.06 06:42:08.577315 [ 3 ] {b48bf228-33f8-4173-b0d5-aa13fc0e0617} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14301 | 2024.09.06 06:42:08.578230 [ 3 ] {b48bf228-33f8-4173-b0d5-aa13fc0e0617} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14302 | 2024.09.06 06:42:08.578295 [ 3 ] {b48bf228-33f8-4173-b0d5-aa13fc0e0617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
14303 | 2024.09.06 06:42:08.579369 [ 3 ] {b48bf228-33f8-4173-b0d5-aa13fc0e0617} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14304 | 2024.09.06 06:42:08.579714 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005794543 sec., 90775.06198504352 rows/sec., 6.17 MiB/sec. | ||
14305 | 2024.09.06 06:42:08.580022 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
14306 | 2024.09.06 06:42:08.580213 [ 3 ] {b48bf228-33f8-4173-b0d5-aa13fc0e0617} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14307 | 2024.09.06 06:42:08.580582 [ 3 ] {b48bf228-33f8-4173-b0d5-aa13fc0e0617} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005392 sec., 1112.759643916914 rows/sec., 65.74 KiB/sec. | ||
14308 | 2024.09.06 06:42:08.581129 [ 3 ] {b48bf228-33f8-4173-b0d5-aa13fc0e0617} <Debug> DynamicQueryHandler: Done processing query | ||
14309 | 2024.09.06 06:42:08.581166 [ 3 ] {b48bf228-33f8-4173-b0d5-aa13fc0e0617} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14310 | 2024.09.06 06:42:08.581196 [ 3 ] {} <Debug> HTTP-Session: 28bdf06b-0319-4981-b587-4060eeea3fc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14311 | 2024.09.06 06:42:08.581261 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_46_9} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14312 | 2024.09.06 06:42:08.581367 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_46_9} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
14313 | 2024.09.06 06:42:08.581495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14314 | 2024.09.06 06:42:08.581506 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
14315 | 2024.09.06 06:42:08.581573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14316 | 2024.09.06 06:42:08.581599 [ 3 ] {} <Debug> HTTP-Session: 08846f29-c1da-4a6e-9393-29ba40c005ab Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14317 | 2024.09.06 06:42:08.581617 [ 3 ] {} <Debug> HTTP-Session: 08846f29-c1da-4a6e-9393-29ba40c005ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14318 | 2024.09.06 06:42:08.581632 [ 3 ] {} <Debug> HTTP-Session: 08846f29-c1da-4a6e-9393-29ba40c005ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14319 | 2024.09.06 06:42:08.581669 [ 3 ] {} <Trace> HTTP-Session: 08846f29-c1da-4a6e-9393-29ba40c005ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14320 | 2024.09.06 06:42:08.581889 [ 3 ] {631045d9-c292-4e96-9cf5-8be90f8942e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14321 | 2024.09.06 06:42:08.581936 [ 3 ] {631045d9-c292-4e96-9cf5-8be90f8942e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14322 | 2024.09.06 06:42:08.582197 [ 3 ] {631045d9-c292-4e96-9cf5-8be90f8942e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14323 | 2024.09.06 06:42:08.582777 [ 3 ] {631045d9-c292-4e96-9cf5-8be90f8942e2} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14324 | 2024.09.06 06:42:08.582817 [ 3 ] {631045d9-c292-4e96-9cf5-8be90f8942e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14325 | 2024.09.06 06:42:08.583228 [ 3 ] {631045d9-c292-4e96-9cf5-8be90f8942e2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14326 | 2024.09.06 06:42:08.583635 [ 3 ] {631045d9-c292-4e96-9cf5-8be90f8942e2} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14327 | 2024.09.06 06:42:08.583794 [ 3 ] {631045d9-c292-4e96-9cf5-8be90f8942e2} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002021 sec., 192973.7753587333 rows/sec., 13.69 MiB/sec. | ||
14328 | 2024.09.06 06:42:08.584095 [ 3 ] {631045d9-c292-4e96-9cf5-8be90f8942e2} <Debug> DynamicQueryHandler: Done processing query | ||
14329 | 2024.09.06 06:42:08.584160 [ 3 ] {631045d9-c292-4e96-9cf5-8be90f8942e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14330 | 2024.09.06 06:42:08.584218 [ 3 ] {} <Debug> HTTP-Session: 08846f29-c1da-4a6e-9393-29ba40c005ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14331 | 2024.09.06 06:42:08.584412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14332 | 2024.09.06 06:42:08.584474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14333 | 2024.09.06 06:42:08.584495 [ 3 ] {} <Debug> HTTP-Session: c550eaaa-2ad5-444d-a84b-69224e16edf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14334 | 2024.09.06 06:42:08.584512 [ 3 ] {} <Debug> HTTP-Session: c550eaaa-2ad5-444d-a84b-69224e16edf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14335 | 2024.09.06 06:42:08.584526 [ 3 ] {} <Debug> HTTP-Session: c550eaaa-2ad5-444d-a84b-69224e16edf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14336 | 2024.09.06 06:42:08.584561 [ 3 ] {} <Trace> HTTP-Session: c550eaaa-2ad5-444d-a84b-69224e16edf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14337 | 2024.09.06 06:42:08.584668 [ 3 ] {e30ddd91-23e9-40ac-9ddb-58b2c93cf618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14338 | 2024.09.06 06:42:08.584718 [ 3 ] {e30ddd91-23e9-40ac-9ddb-58b2c93cf618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14339 | 2024.09.06 06:42:08.584873 [ 3 ] {e30ddd91-23e9-40ac-9ddb-58b2c93cf618} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14340 | 2024.09.06 06:42:08.585157 [ 3 ] {e30ddd91-23e9-40ac-9ddb-58b2c93cf618} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14341 | 2024.09.06 06:42:08.585194 [ 3 ] {e30ddd91-23e9-40ac-9ddb-58b2c93cf618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14342 | 2024.09.06 06:42:08.585565 [ 3 ] {e30ddd91-23e9-40ac-9ddb-58b2c93cf618} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14343 | 2024.09.06 06:42:08.585908 [ 3 ] {e30ddd91-23e9-40ac-9ddb-58b2c93cf618} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14344 | 2024.09.06 06:42:08.586040 [ 3 ] {e30ddd91-23e9-40ac-9ddb-58b2c93cf618} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001399 sec., 4288.777698355968 rows/sec., 224.07 KiB/sec. | ||
14345 | 2024.09.06 06:42:08.586213 [ 3 ] {e30ddd91-23e9-40ac-9ddb-58b2c93cf618} <Debug> DynamicQueryHandler: Done processing query | ||
14346 | 2024.09.06 06:42:08.586238 [ 3 ] {e30ddd91-23e9-40ac-9ddb-58b2c93cf618} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14347 | 2024.09.06 06:42:08.586255 [ 3 ] {} <Debug> HTTP-Session: c550eaaa-2ad5-444d-a84b-69224e16edf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14348 | 2024.09.06 06:42:08.586433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14349 | 2024.09.06 06:42:08.586487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14350 | 2024.09.06 06:42:08.586507 [ 3 ] {} <Debug> HTTP-Session: 0362c264-5748-47a2-b4e7-6be026fd7ce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14351 | 2024.09.06 06:42:08.586525 [ 3 ] {} <Debug> HTTP-Session: 0362c264-5748-47a2-b4e7-6be026fd7ce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14352 | 2024.09.06 06:42:08.586541 [ 3 ] {} <Debug> HTTP-Session: 0362c264-5748-47a2-b4e7-6be026fd7ce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14353 | 2024.09.06 06:42:08.586573 [ 3 ] {} <Trace> HTTP-Session: 0362c264-5748-47a2-b4e7-6be026fd7ce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14354 | 2024.09.06 06:42:08.586772 [ 3 ] {9246cd32-670e-42c4-b9ee-95f3537a8055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14355 | 2024.09.06 06:42:08.586820 [ 3 ] {9246cd32-670e-42c4-b9ee-95f3537a8055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14356 | 2024.09.06 06:42:08.586967 [ 3 ] {9246cd32-670e-42c4-b9ee-95f3537a8055} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14357 | 2024.09.06 06:42:08.587415 [ 3 ] {9246cd32-670e-42c4-b9ee-95f3537a8055} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14358 | 2024.09.06 06:42:08.587453 [ 3 ] {9246cd32-670e-42c4-b9ee-95f3537a8055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14359 | 2024.09.06 06:42:08.587858 [ 3 ] {9246cd32-670e-42c4-b9ee-95f3537a8055} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14360 | 2024.09.06 06:42:08.588216 [ 3 ] {9246cd32-670e-42c4-b9ee-95f3537a8055} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14361 | 2024.09.06 06:42:08.588343 [ 3 ] {9246cd32-670e-42c4-b9ee-95f3537a8055} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001683 sec., 140819.96434937613 rows/sec., 9.44 MiB/sec. | ||
14362 | 2024.09.06 06:42:08.588515 [ 3 ] {9246cd32-670e-42c4-b9ee-95f3537a8055} <Debug> DynamicQueryHandler: Done processing query | ||
14363 | 2024.09.06 06:42:08.588540 [ 3 ] {9246cd32-670e-42c4-b9ee-95f3537a8055} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14364 | 2024.09.06 06:42:08.588557 [ 3 ] {} <Debug> HTTP-Session: 0362c264-5748-47a2-b4e7-6be026fd7ce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14365 | 2024.09.06 06:42:08.588677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14366 | 2024.09.06 06:42:08.588728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14367 | 2024.09.06 06:42:08.588748 [ 3 ] {} <Debug> HTTP-Session: da839fb5-b373-460b-a425-f7c68e066c09 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14368 | 2024.09.06 06:42:08.588766 [ 3 ] {} <Debug> HTTP-Session: da839fb5-b373-460b-a425-f7c68e066c09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14369 | 2024.09.06 06:42:08.588780 [ 3 ] {} <Debug> HTTP-Session: da839fb5-b373-460b-a425-f7c68e066c09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14370 | 2024.09.06 06:42:08.588811 [ 3 ] {} <Trace> HTTP-Session: da839fb5-b373-460b-a425-f7c68e066c09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14371 | 2024.09.06 06:42:08.588907 [ 3 ] {cddc1015-0a31-42f5-973d-7fd5be2cdb6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14372 | 2024.09.06 06:42:08.588955 [ 3 ] {cddc1015-0a31-42f5-973d-7fd5be2cdb6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14373 | 2024.09.06 06:42:08.589087 [ 3 ] {cddc1015-0a31-42f5-973d-7fd5be2cdb6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14374 | 2024.09.06 06:42:08.589362 [ 3 ] {cddc1015-0a31-42f5-973d-7fd5be2cdb6c} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14375 | 2024.09.06 06:42:08.589400 [ 3 ] {cddc1015-0a31-42f5-973d-7fd5be2cdb6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14376 | 2024.09.06 06:42:08.589764 [ 3 ] {cddc1015-0a31-42f5-973d-7fd5be2cdb6c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14377 | 2024.09.06 06:42:08.590108 [ 3 ] {cddc1015-0a31-42f5-973d-7fd5be2cdb6c} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14378 | 2024.09.06 06:42:08.590237 [ 3 ] {cddc1015-0a31-42f5-973d-7fd5be2cdb6c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001352 sec., 739.6449704142012 rows/sec., 49.84 KiB/sec. | ||
14379 | 2024.09.06 06:42:08.590400 [ 3 ] {cddc1015-0a31-42f5-973d-7fd5be2cdb6c} <Debug> DynamicQueryHandler: Done processing query | ||
14380 | 2024.09.06 06:42:08.590425 [ 3 ] {cddc1015-0a31-42f5-973d-7fd5be2cdb6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14381 | 2024.09.06 06:42:08.590441 [ 3 ] {} <Debug> HTTP-Session: da839fb5-b373-460b-a425-f7c68e066c09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14382 | 2024.09.06 06:42:08.590567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14383 | 2024.09.06 06:42:08.590619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14384 | 2024.09.06 06:42:08.590639 [ 3 ] {} <Debug> HTTP-Session: ca663a64-c3d3-4db9-8fd0-7e9aa2fc55df Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14385 | 2024.09.06 06:42:08.590656 [ 3 ] {} <Debug> HTTP-Session: ca663a64-c3d3-4db9-8fd0-7e9aa2fc55df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14386 | 2024.09.06 06:42:08.590670 [ 3 ] {} <Debug> HTTP-Session: ca663a64-c3d3-4db9-8fd0-7e9aa2fc55df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14387 | 2024.09.06 06:42:08.590700 [ 3 ] {} <Trace> HTTP-Session: ca663a64-c3d3-4db9-8fd0-7e9aa2fc55df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14388 | 2024.09.06 06:42:08.590884 [ 3 ] {1b59e50d-d566-41a4-9eb1-2c266c1506a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14389 | 2024.09.06 06:42:08.590950 [ 3 ] {1b59e50d-d566-41a4-9eb1-2c266c1506a5} <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_histogramu64 | ||
14390 | 2024.09.06 06:42:08.591368 [ 3 ] {1b59e50d-d566-41a4-9eb1-2c266c1506a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14391 | 2024.09.06 06:42:08.591954 [ 3 ] {1b59e50d-d566-41a4-9eb1-2c266c1506a5} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14392 | 2024.09.06 06:42:08.591992 [ 3 ] {1b59e50d-d566-41a4-9eb1-2c266c1506a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14393 | 2024.09.06 06:42:08.592611 [ 3 ] {1b59e50d-d566-41a4-9eb1-2c266c1506a5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14394 | 2024.09.06 06:42:08.593041 [ 3 ] {1b59e50d-d566-41a4-9eb1-2c266c1506a5} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14395 | 2024.09.06 06:42:08.593199 [ 3 ] {1b59e50d-d566-41a4-9eb1-2c266c1506a5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002423 sec., 3301.6921172100706 rows/sec., 5.92 MiB/sec. | ||
14396 | 2024.09.06 06:42:08.593528 [ 3 ] {1b59e50d-d566-41a4-9eb1-2c266c1506a5} <Debug> DynamicQueryHandler: Done processing query | ||
14397 | 2024.09.06 06:42:08.593556 [ 3 ] {1b59e50d-d566-41a4-9eb1-2c266c1506a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14398 | 2024.09.06 06:42:08.593577 [ 3 ] {} <Debug> HTTP-Session: ca663a64-c3d3-4db9-8fd0-7e9aa2fc55df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14399 | 2024.09.06 06:42:08.593698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14400 | 2024.09.06 06:42:08.593751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14401 | 2024.09.06 06:42:08.593772 [ 3 ] {} <Debug> HTTP-Session: 358ac852-fa72-417a-8330-5ab439a05f2d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14402 | 2024.09.06 06:42:08.593790 [ 3 ] {} <Debug> HTTP-Session: 358ac852-fa72-417a-8330-5ab439a05f2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14403 | 2024.09.06 06:42:08.593804 [ 3 ] {} <Debug> HTTP-Session: 358ac852-fa72-417a-8330-5ab439a05f2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14404 | 2024.09.06 06:42:08.593835 [ 3 ] {} <Trace> HTTP-Session: 358ac852-fa72-417a-8330-5ab439a05f2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14405 | 2024.09.06 06:42:08.593962 [ 3 ] {11b6261a-088f-401b-a427-af9eab52476f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14406 | 2024.09.06 06:42:08.594010 [ 3 ] {11b6261a-088f-401b-a427-af9eab52476f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14407 | 2024.09.06 06:42:08.594141 [ 3 ] {11b6261a-088f-401b-a427-af9eab52476f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14408 | 2024.09.06 06:42:08.594471 [ 3 ] {11b6261a-088f-401b-a427-af9eab52476f} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14409 | 2024.09.06 06:42:08.594508 [ 3 ] {11b6261a-088f-401b-a427-af9eab52476f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14410 | 2024.09.06 06:42:08.594878 [ 3 ] {11b6261a-088f-401b-a427-af9eab52476f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14411 | 2024.09.06 06:42:08.595223 [ 3 ] {11b6261a-088f-401b-a427-af9eab52476f} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14412 | 2024.09.06 06:42:08.595351 [ 3 ] {11b6261a-088f-401b-a427-af9eab52476f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001438 sec., 57023.643949930454 rows/sec., 3.62 MiB/sec. | ||
14413 | 2024.09.06 06:42:08.595594 [ 3 ] {11b6261a-088f-401b-a427-af9eab52476f} <Debug> DynamicQueryHandler: Done processing query | ||
14414 | 2024.09.06 06:42:08.595651 [ 3 ] {11b6261a-088f-401b-a427-af9eab52476f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14415 | 2024.09.06 06:42:08.595709 [ 3 ] {} <Debug> HTTP-Session: 358ac852-fa72-417a-8330-5ab439a05f2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14416 | 2024.09.06 06:42:13.562610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14417 | 2024.09.06 06:42:13.562747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14418 | 2024.09.06 06:42:13.562775 [ 3 ] {} <Debug> HTTP-Session: 5e186e63-b670-47c1-b206-6fafc1860f20 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14419 | 2024.09.06 06:42:13.562799 [ 3 ] {} <Debug> HTTP-Session: 5e186e63-b670-47c1-b206-6fafc1860f20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14420 | 2024.09.06 06:42:13.562815 [ 3 ] {} <Debug> HTTP-Session: 5e186e63-b670-47c1-b206-6fafc1860f20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14421 | 2024.09.06 06:42:13.562864 [ 3 ] {} <Trace> HTTP-Session: 5e186e63-b670-47c1-b206-6fafc1860f20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14422 | 2024.09.06 06:42:13.563053 [ 3 ] {566fa233-b469-4635-a9a2-d0b40c252695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14423 | 2024.09.06 06:42:13.563124 [ 3 ] {566fa233-b469-4635-a9a2-d0b40c252695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14424 | 2024.09.06 06:42:13.563468 [ 3 ] {566fa233-b469-4635-a9a2-d0b40c252695} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14425 | 2024.09.06 06:42:13.563930 [ 3 ] {566fa233-b469-4635-a9a2-d0b40c252695} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14426 | 2024.09.06 06:42:13.563980 [ 3 ] {566fa233-b469-4635-a9a2-d0b40c252695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.21 GiB. | ||
14427 | 2024.09.06 06:42:13.564411 [ 3 ] {566fa233-b469-4635-a9a2-d0b40c252695} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
14428 | 2024.09.06 06:42:13.564819 [ 3 ] {566fa233-b469-4635-a9a2-d0b40c252695} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14429 | 2024.09.06 06:42:13.565004 [ 30 ] {} <Debug> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
14430 | 2024.09.06 06:42:13.565008 [ 3 ] {566fa233-b469-4635-a9a2-d0b40c252695} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002001 sec., 999.5002498750624 rows/sec., 81.50 KiB/sec. | ||
14431 | 2024.09.06 06:42:13.565091 [ 30 ] {} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14432 | 2024.09.06 06:42:13.565163 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.21 GiB. | ||
14433 | 2024.09.06 06:42:13.565498 [ 3 ] {566fa233-b469-4635-a9a2-d0b40c252695} <Debug> DynamicQueryHandler: Done processing query | ||
14434 | 2024.09.06 06:42:13.565584 [ 3 ] {566fa233-b469-4635-a9a2-d0b40c252695} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14435 | 2024.09.06 06:42:13.565652 [ 3 ] {} <Debug> HTTP-Session: 5e186e63-b670-47c1-b206-6fafc1860f20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14436 | 2024.09.06 06:42:13.565643 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
14437 | 2024.09.06 06:42:13.565915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 19707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14438 | 2024.09.06 06:42:13.566035 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14439 | 2024.09.06 06:42:13.566042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14440 | 2024.09.06 06:42:13.566110 [ 3 ] {} <Debug> HTTP-Session: a495acdc-faef-4f91-bfc4-0789f6d9a62e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14441 | 2024.09.06 06:42:13.566117 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 18 rows starting from the beginning of the part | ||
14442 | 2024.09.06 06:42:13.566141 [ 3 ] {} <Debug> HTTP-Session: a495acdc-faef-4f91-bfc4-0789f6d9a62e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14443 | 2024.09.06 06:42:13.566178 [ 3 ] {} <Debug> HTTP-Session: a495acdc-faef-4f91-bfc4-0789f6d9a62e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14444 | 2024.09.06 06:42:13.566278 [ 3 ] {} <Trace> HTTP-Session: a495acdc-faef-4f91-bfc4-0789f6d9a62e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14445 | 2024.09.06 06:42:13.566401 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
14446 | 2024.09.06 06:42:13.566629 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part | ||
14447 | 2024.09.06 06:42:13.566662 [ 3 ] {1dc29750-6c32-4f03-92c1-b67a65e643f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14448 | 2024.09.06 06:42:13.566874 [ 3 ] {1dc29750-6c32-4f03-92c1-b67a65e643f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14449 | 2024.09.06 06:42:13.566911 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
14450 | 2024.09.06 06:42:13.567311 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
14451 | 2024.09.06 06:42:13.567718 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
14452 | 2024.09.06 06:42:13.568497 [ 3 ] {1dc29750-6c32-4f03-92c1-b67a65e643f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14453 | 2024.09.06 06:42:13.569584 [ 3 ] {1dc29750-6c32-4f03-92c1-b67a65e643f6} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14454 | 2024.09.06 06:42:13.569649 [ 3 ] {1dc29750-6c32-4f03-92c1-b67a65e643f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.21 GiB. | ||
14455 | 2024.09.06 06:42:13.570575 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.005295393 sec., 6798.362274528066 rows/sec., 580.91 KiB/sec. | ||
14456 | 2024.09.06 06:42:13.570700 [ 3 ] {1dc29750-6c32-4f03-92c1-b67a65e643f6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14457 | 2024.09.06 06:42:13.570747 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
14458 | 2024.09.06 06:42:13.571876 [ 3 ] {1dc29750-6c32-4f03-92c1-b67a65e643f6} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14459 | 2024.09.06 06:42:13.572035 [ 193 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_29_6} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14460 | 2024.09.06 06:42:13.572205 [ 3 ] {1dc29750-6c32-4f03-92c1-b67a65e643f6} <Debug> executeQuery: Read 133 rows, 11.60 KiB in 0.005706 sec., 23308.797756747284 rows/sec., 1.99 MiB/sec. | ||
14461 | 2024.09.06 06:42:13.572332 [ 193 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_29_6} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
14462 | 2024.09.06 06:42:13.572616 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
14463 | 2024.09.06 06:42:13.572875 [ 3 ] {1dc29750-6c32-4f03-92c1-b67a65e643f6} <Debug> DynamicQueryHandler: Done processing query | ||
14464 | 2024.09.06 06:42:13.572920 [ 3 ] {1dc29750-6c32-4f03-92c1-b67a65e643f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14465 | 2024.09.06 06:42:13.572938 [ 3 ] {} <Debug> HTTP-Session: a495acdc-faef-4f91-bfc4-0789f6d9a62e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14466 | 2024.09.06 06:42:13.573096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 5783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14467 | 2024.09.06 06:42:13.573152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14468 | 2024.09.06 06:42:13.573173 [ 3 ] {} <Debug> HTTP-Session: f70c6a65-c6e3-4cb1-ae6e-a21dd873d6b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14469 | 2024.09.06 06:42:13.573191 [ 3 ] {} <Debug> HTTP-Session: f70c6a65-c6e3-4cb1-ae6e-a21dd873d6b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14470 | 2024.09.06 06:42:13.573205 [ 3 ] {} <Debug> HTTP-Session: f70c6a65-c6e3-4cb1-ae6e-a21dd873d6b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14471 | 2024.09.06 06:42:13.573238 [ 3 ] {} <Trace> HTTP-Session: f70c6a65-c6e3-4cb1-ae6e-a21dd873d6b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14472 | 2024.09.06 06:42:13.573368 [ 3 ] {dd9ec63f-f2c1-4447-9ef0-e9593f345dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14473 | 2024.09.06 06:42:13.573417 [ 3 ] {dd9ec63f-f2c1-4447-9ef0-e9593f345dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14474 | 2024.09.06 06:42:13.573684 [ 3 ] {dd9ec63f-f2c1-4447-9ef0-e9593f345dd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14475 | 2024.09.06 06:42:13.574048 [ 3 ] {dd9ec63f-f2c1-4447-9ef0-e9593f345dd0} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14476 | 2024.09.06 06:42:13.574088 [ 3 ] {dd9ec63f-f2c1-4447-9ef0-e9593f345dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.21 GiB. | ||
14477 | 2024.09.06 06:42:13.574456 [ 3 ] {dd9ec63f-f2c1-4447-9ef0-e9593f345dd0} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14478 | 2024.09.06 06:42:13.574844 [ 3 ] {dd9ec63f-f2c1-4447-9ef0-e9593f345dd0} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14479 | 2024.09.06 06:42:13.575010 [ 3 ] {dd9ec63f-f2c1-4447-9ef0-e9593f345dd0} <Debug> executeQuery: Read 40 rows, 3.00 KiB in 0.001685 sec., 23738.87240356083 rows/sec., 1.74 MiB/sec. | ||
14480 | 2024.09.06 06:42:13.575188 [ 3 ] {dd9ec63f-f2c1-4447-9ef0-e9593f345dd0} <Debug> DynamicQueryHandler: Done processing query | ||
14481 | 2024.09.06 06:42:13.575213 [ 3 ] {dd9ec63f-f2c1-4447-9ef0-e9593f345dd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14482 | 2024.09.06 06:42:13.575231 [ 3 ] {} <Debug> HTTP-Session: f70c6a65-c6e3-4cb1-ae6e-a21dd873d6b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14483 | 2024.09.06 06:42:13.575391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 18711, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14484 | 2024.09.06 06:42:13.575442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14485 | 2024.09.06 06:42:13.575462 [ 3 ] {} <Debug> HTTP-Session: 1ab829e9-7a61-4fe6-a5ec-a9575df5db57 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14486 | 2024.09.06 06:42:13.575479 [ 3 ] {} <Debug> HTTP-Session: 1ab829e9-7a61-4fe6-a5ec-a9575df5db57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14487 | 2024.09.06 06:42:13.575493 [ 3 ] {} <Debug> HTTP-Session: 1ab829e9-7a61-4fe6-a5ec-a9575df5db57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14488 | 2024.09.06 06:42:13.575525 [ 3 ] {} <Trace> HTTP-Session: 1ab829e9-7a61-4fe6-a5ec-a9575df5db57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14489 | 2024.09.06 06:42:13.575663 [ 3 ] {109bbc32-6169-49c4-b8cb-213d9db23d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14490 | 2024.09.06 06:42:13.575706 [ 3 ] {109bbc32-6169-49c4-b8cb-213d9db23d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14491 | 2024.09.06 06:42:13.575946 [ 3 ] {109bbc32-6169-49c4-b8cb-213d9db23d50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14492 | 2024.09.06 06:42:13.576349 [ 3 ] {109bbc32-6169-49c4-b8cb-213d9db23d50} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14493 | 2024.09.06 06:42:13.576387 [ 3 ] {109bbc32-6169-49c4-b8cb-213d9db23d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.21 GiB. | ||
14494 | 2024.09.06 06:42:13.576750 [ 3 ] {109bbc32-6169-49c4-b8cb-213d9db23d50} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14495 | 2024.09.06 06:42:13.577111 [ 3 ] {109bbc32-6169-49c4-b8cb-213d9db23d50} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14496 | 2024.09.06 06:42:13.577273 [ 3 ] {109bbc32-6169-49c4-b8cb-213d9db23d50} <Debug> executeQuery: Read 110 rows, 8.83 KiB in 0.001662 sec., 66185.31889290012 rows/sec., 5.19 MiB/sec. | ||
14497 | 2024.09.06 06:42:13.577464 [ 3 ] {109bbc32-6169-49c4-b8cb-213d9db23d50} <Debug> DynamicQueryHandler: Done processing query | ||
14498 | 2024.09.06 06:42:13.577489 [ 3 ] {109bbc32-6169-49c4-b8cb-213d9db23d50} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
14499 | 2024.09.06 06:42:13.577506 [ 3 ] {} <Debug> HTTP-Session: 1ab829e9-7a61-4fe6-a5ec-a9575df5db57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14500 | 2024.09.06 06:42:13.577696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14501 | 2024.09.06 06:42:13.577749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14502 | 2024.09.06 06:42:13.577769 [ 3 ] {} <Debug> HTTP-Session: ddda111c-efcd-481f-ac7e-f84bafcd8a35 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14503 | 2024.09.06 06:42:13.577787 [ 3 ] {} <Debug> HTTP-Session: ddda111c-efcd-481f-ac7e-f84bafcd8a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14504 | 2024.09.06 06:42:13.577801 [ 3 ] {} <Debug> HTTP-Session: ddda111c-efcd-481f-ac7e-f84bafcd8a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14505 | 2024.09.06 06:42:13.577832 [ 3 ] {} <Trace> HTTP-Session: ddda111c-efcd-481f-ac7e-f84bafcd8a35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14506 | 2024.09.06 06:42:13.577986 [ 3 ] {08beb4b1-e8fc-4374-b45f-fecc4addddc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14507 | 2024.09.06 06:42:13.578036 [ 3 ] {08beb4b1-e8fc-4374-b45f-fecc4addddc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14508 | 2024.09.06 06:42:13.578193 [ 3 ] {08beb4b1-e8fc-4374-b45f-fecc4addddc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14509 | 2024.09.06 06:42:13.578598 [ 3 ] {08beb4b1-e8fc-4374-b45f-fecc4addddc6} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14510 | 2024.09.06 06:42:13.578635 [ 3 ] {08beb4b1-e8fc-4374-b45f-fecc4addddc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.21 GiB. | ||
14511 | 2024.09.06 06:42:13.579030 [ 3 ] {08beb4b1-e8fc-4374-b45f-fecc4addddc6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14512 | 2024.09.06 06:42:13.579374 [ 3 ] {08beb4b1-e8fc-4374-b45f-fecc4addddc6} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14513 | 2024.09.06 06:42:13.579543 [ 3 ] {08beb4b1-e8fc-4374-b45f-fecc4addddc6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001625 sec., 99076.92307692308 rows/sec., 6.90 MiB/sec. | ||
14514 | 2024.09.06 06:42:13.579726 [ 3 ] {08beb4b1-e8fc-4374-b45f-fecc4addddc6} <Debug> DynamicQueryHandler: Done processing query | ||
14515 | 2024.09.06 06:42:13.579751 [ 3 ] {08beb4b1-e8fc-4374-b45f-fecc4addddc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14516 | 2024.09.06 06:42:13.579769 [ 3 ] {} <Debug> HTTP-Session: ddda111c-efcd-481f-ac7e-f84bafcd8a35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14517 | 2024.09.06 06:42:13.579989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 62404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14518 | 2024.09.06 06:42:13.580042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14519 | 2024.09.06 06:42:13.580061 [ 3 ] {} <Debug> HTTP-Session: 9446203d-4e9c-4130-b41c-97fd759549ab Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14520 | 2024.09.06 06:42:13.580078 [ 3 ] {} <Debug> HTTP-Session: 9446203d-4e9c-4130-b41c-97fd759549ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14521 | 2024.09.06 06:42:13.580093 [ 3 ] {} <Debug> HTTP-Session: 9446203d-4e9c-4130-b41c-97fd759549ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14522 | 2024.09.06 06:42:13.580124 [ 3 ] {} <Trace> HTTP-Session: 9446203d-4e9c-4130-b41c-97fd759549ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14523 | 2024.09.06 06:42:13.580537 [ 3 ] {e32e4ad1-418a-4c32-ae8e-95941fb3f98e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14524 | 2024.09.06 06:42:13.580609 [ 3 ] {e32e4ad1-418a-4c32-ae8e-95941fb3f98e} <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_histogramu64 | ||
14525 | 2024.09.06 06:42:13.581039 [ 3 ] {e32e4ad1-418a-4c32-ae8e-95941fb3f98e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14526 | 2024.09.06 06:42:13.581770 [ 3 ] {e32e4ad1-418a-4c32-ae8e-95941fb3f98e} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14527 | 2024.09.06 06:42:13.581808 [ 3 ] {e32e4ad1-418a-4c32-ae8e-95941fb3f98e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.21 GiB. | ||
14528 | 2024.09.06 06:42:13.582481 [ 3 ] {e32e4ad1-418a-4c32-ae8e-95941fb3f98e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14529 | 2024.09.06 06:42:13.582922 [ 3 ] {e32e4ad1-418a-4c32-ae8e-95941fb3f98e} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14530 | 2024.09.06 06:42:13.583123 [ 3 ] {e32e4ad1-418a-4c32-ae8e-95941fb3f98e} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002901 sec., 13098.931402964496 rows/sec., 23.47 MiB/sec. | ||
14531 | 2024.09.06 06:42:13.583437 [ 3 ] {e32e4ad1-418a-4c32-ae8e-95941fb3f98e} <Debug> DynamicQueryHandler: Done processing query | ||
14532 | 2024.09.06 06:42:13.583471 [ 3 ] {e32e4ad1-418a-4c32-ae8e-95941fb3f98e} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
14533 | 2024.09.06 06:42:13.583488 [ 3 ] {} <Debug> HTTP-Session: 9446203d-4e9c-4130-b41c-97fd759549ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14534 | 2024.09.06 06:42:13.583616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14535 | 2024.09.06 06:42:13.583669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14536 | 2024.09.06 06:42:13.583691 [ 3 ] {} <Debug> HTTP-Session: 1fa716f7-4a9a-445a-83d0-3d1d12ba8fa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14537 | 2024.09.06 06:42:13.583708 [ 3 ] {} <Debug> HTTP-Session: 1fa716f7-4a9a-445a-83d0-3d1d12ba8fa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14538 | 2024.09.06 06:42:13.583722 [ 3 ] {} <Debug> HTTP-Session: 1fa716f7-4a9a-445a-83d0-3d1d12ba8fa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14539 | 2024.09.06 06:42:13.583754 [ 3 ] {} <Trace> HTTP-Session: 1fa716f7-4a9a-445a-83d0-3d1d12ba8fa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14540 | 2024.09.06 06:42:13.583853 [ 3 ] {b3ec6818-b54c-4488-9e41-0252187def34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14541 | 2024.09.06 06:42:13.583900 [ 3 ] {b3ec6818-b54c-4488-9e41-0252187def34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14542 | 2024.09.06 06:42:13.584032 [ 3 ] {b3ec6818-b54c-4488-9e41-0252187def34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14543 | 2024.09.06 06:42:13.584314 [ 3 ] {b3ec6818-b54c-4488-9e41-0252187def34} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14544 | 2024.09.06 06:42:13.584351 [ 3 ] {b3ec6818-b54c-4488-9e41-0252187def34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.21 GiB. | ||
14545 | 2024.09.06 06:42:13.584723 [ 3 ] {b3ec6818-b54c-4488-9e41-0252187def34} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
14546 | 2024.09.06 06:42:13.585055 [ 3 ] {b3ec6818-b54c-4488-9e41-0252187def34} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14547 | 2024.09.06 06:42:13.585211 [ 3 ] {b3ec6818-b54c-4488-9e41-0252187def34} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 329.07 KiB/sec. | ||
14548 | 2024.09.06 06:42:13.585468 [ 3 ] {b3ec6818-b54c-4488-9e41-0252187def34} <Debug> DynamicQueryHandler: Done processing query | ||
14549 | 2024.09.06 06:42:13.585493 [ 3 ] {b3ec6818-b54c-4488-9e41-0252187def34} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14550 | 2024.09.06 06:42:13.585509 [ 3 ] {} <Debug> HTTP-Session: 1fa716f7-4a9a-445a-83d0-3d1d12ba8fa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14551 | 2024.09.06 06:42:13.585642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14552 | 2024.09.06 06:42:13.585693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14553 | 2024.09.06 06:42:13.585713 [ 3 ] {} <Debug> HTTP-Session: a6905c88-da51-4b0d-af98-f50cc0fa1604 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14554 | 2024.09.06 06:42:13.585731 [ 3 ] {} <Debug> HTTP-Session: a6905c88-da51-4b0d-af98-f50cc0fa1604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14555 | 2024.09.06 06:42:13.585746 [ 3 ] {} <Debug> HTTP-Session: a6905c88-da51-4b0d-af98-f50cc0fa1604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14556 | 2024.09.06 06:42:13.585776 [ 3 ] {} <Trace> HTTP-Session: a6905c88-da51-4b0d-af98-f50cc0fa1604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14557 | 2024.09.06 06:42:13.585893 [ 3 ] {102711d1-8170-497b-a8e3-2bef174bc303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14558 | 2024.09.06 06:42:13.585940 [ 3 ] {102711d1-8170-497b-a8e3-2bef174bc303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14559 | 2024.09.06 06:42:13.586093 [ 3 ] {102711d1-8170-497b-a8e3-2bef174bc303} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14560 | 2024.09.06 06:42:13.586395 [ 3 ] {102711d1-8170-497b-a8e3-2bef174bc303} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14561 | 2024.09.06 06:42:13.586431 [ 3 ] {102711d1-8170-497b-a8e3-2bef174bc303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.21 GiB. | ||
14562 | 2024.09.06 06:42:13.586801 [ 3 ] {102711d1-8170-497b-a8e3-2bef174bc303} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14563 | 2024.09.06 06:42:13.587150 [ 3 ] {102711d1-8170-497b-a8e3-2bef174bc303} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14564 | 2024.09.06 06:42:13.587309 [ 3 ] {102711d1-8170-497b-a8e3-2bef174bc303} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec. | ||
14565 | 2024.09.06 06:42:13.587485 [ 3 ] {102711d1-8170-497b-a8e3-2bef174bc303} <Debug> DynamicQueryHandler: Done processing query | ||
14566 | 2024.09.06 06:42:13.587509 [ 3 ] {102711d1-8170-497b-a8e3-2bef174bc303} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14567 | 2024.09.06 06:42:13.587526 [ 3 ] {} <Debug> HTTP-Session: a6905c88-da51-4b0d-af98-f50cc0fa1604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14568 | 2024.09.06 06:42:15.504275 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14569 | 2024.09.06 06:42:15.504381 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14570 | 2024.09.06 06:42:18.565080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14571 | 2024.09.06 06:42:18.565192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14572 | 2024.09.06 06:42:18.565218 [ 3 ] {} <Debug> HTTP-Session: 9b1c2099-a4f1-43b1-af34-8788f82d1a1a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14573 | 2024.09.06 06:42:18.565243 [ 3 ] {} <Debug> HTTP-Session: 9b1c2099-a4f1-43b1-af34-8788f82d1a1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14574 | 2024.09.06 06:42:18.565259 [ 3 ] {} <Debug> HTTP-Session: 9b1c2099-a4f1-43b1-af34-8788f82d1a1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14575 | 2024.09.06 06:42:18.565308 [ 3 ] {} <Trace> HTTP-Session: 9b1c2099-a4f1-43b1-af34-8788f82d1a1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14576 | 2024.09.06 06:42:18.565543 [ 3 ] {bbb7db39-d896-4f98-809c-3b6092a480c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14577 | 2024.09.06 06:42:18.565610 [ 3 ] {bbb7db39-d896-4f98-809c-3b6092a480c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14578 | 2024.09.06 06:42:18.565949 [ 3 ] {bbb7db39-d896-4f98-809c-3b6092a480c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14579 | 2024.09.06 06:42:18.566509 [ 3 ] {bbb7db39-d896-4f98-809c-3b6092a480c7} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14580 | 2024.09.06 06:42:18.566548 [ 3 ] {bbb7db39-d896-4f98-809c-3b6092a480c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14581 | 2024.09.06 06:42:18.566991 [ 3 ] {bbb7db39-d896-4f98-809c-3b6092a480c7} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14582 | 2024.09.06 06:42:18.567405 [ 3 ] {bbb7db39-d896-4f98-809c-3b6092a480c7} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14583 | 2024.09.06 06:42:18.567555 [ 3 ] {bbb7db39-d896-4f98-809c-3b6092a480c7} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002114 sec., 96972.56385998108 rows/sec., 8.54 MiB/sec. | ||
14584 | 2024.09.06 06:42:18.567761 [ 3 ] {bbb7db39-d896-4f98-809c-3b6092a480c7} <Debug> DynamicQueryHandler: Done processing query | ||
14585 | 2024.09.06 06:42:18.567786 [ 3 ] {bbb7db39-d896-4f98-809c-3b6092a480c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14586 | 2024.09.06 06:42:18.567804 [ 3 ] {} <Debug> HTTP-Session: 9b1c2099-a4f1-43b1-af34-8788f82d1a1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14587 | 2024.09.06 06:42:18.567948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14588 | 2024.09.06 06:42:18.568005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14589 | 2024.09.06 06:42:18.568025 [ 3 ] {} <Debug> HTTP-Session: e1b67539-2421-487f-a4c6-ad5241814033 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14590 | 2024.09.06 06:42:18.568043 [ 3 ] {} <Debug> HTTP-Session: e1b67539-2421-487f-a4c6-ad5241814033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14591 | 2024.09.06 06:42:18.568057 [ 3 ] {} <Debug> HTTP-Session: e1b67539-2421-487f-a4c6-ad5241814033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14592 | 2024.09.06 06:42:18.568089 [ 3 ] {} <Trace> HTTP-Session: e1b67539-2421-487f-a4c6-ad5241814033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14593 | 2024.09.06 06:42:18.568193 [ 3 ] {418b2da0-afd6-468c-9b93-bf37d90fbaec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14594 | 2024.09.06 06:42:18.568239 [ 3 ] {418b2da0-afd6-468c-9b93-bf37d90fbaec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14595 | 2024.09.06 06:42:18.568470 [ 3 ] {418b2da0-afd6-468c-9b93-bf37d90fbaec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14596 | 2024.09.06 06:42:18.568783 [ 3 ] {418b2da0-afd6-468c-9b93-bf37d90fbaec} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14597 | 2024.09.06 06:42:18.568819 [ 3 ] {418b2da0-afd6-468c-9b93-bf37d90fbaec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14598 | 2024.09.06 06:42:18.569174 [ 3 ] {418b2da0-afd6-468c-9b93-bf37d90fbaec} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14599 | 2024.09.06 06:42:18.569544 [ 3 ] {418b2da0-afd6-468c-9b93-bf37d90fbaec} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14600 | 2024.09.06 06:42:18.569672 [ 3 ] {418b2da0-afd6-468c-9b93-bf37d90fbaec} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001505 sec., 5315.614617940199 rows/sec., 399.71 KiB/sec. | ||
14601 | 2024.09.06 06:42:18.569941 [ 3 ] {418b2da0-afd6-468c-9b93-bf37d90fbaec} <Debug> DynamicQueryHandler: Done processing query | ||
14602 | 2024.09.06 06:42:18.570001 [ 3 ] {418b2da0-afd6-468c-9b93-bf37d90fbaec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14603 | 2024.09.06 06:42:18.570059 [ 3 ] {} <Debug> HTTP-Session: e1b67539-2421-487f-a4c6-ad5241814033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14604 | 2024.09.06 06:42:18.570279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14605 | 2024.09.06 06:42:18.570335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14606 | 2024.09.06 06:42:18.570356 [ 3 ] {} <Debug> HTTP-Session: 21992c9e-6ce1-4cd5-a19f-c1431d37daa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14607 | 2024.09.06 06:42:18.570374 [ 3 ] {} <Debug> HTTP-Session: 21992c9e-6ce1-4cd5-a19f-c1431d37daa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14608 | 2024.09.06 06:42:18.570387 [ 3 ] {} <Debug> HTTP-Session: 21992c9e-6ce1-4cd5-a19f-c1431d37daa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14609 | 2024.09.06 06:42:18.570420 [ 3 ] {} <Trace> HTTP-Session: 21992c9e-6ce1-4cd5-a19f-c1431d37daa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14610 | 2024.09.06 06:42:18.570528 [ 3 ] {566859a0-c1ba-4393-bd1c-5ad36fd267d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14611 | 2024.09.06 06:42:18.570575 [ 3 ] {566859a0-c1ba-4393-bd1c-5ad36fd267d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14612 | 2024.09.06 06:42:18.570821 [ 3 ] {566859a0-c1ba-4393-bd1c-5ad36fd267d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14613 | 2024.09.06 06:42:18.571129 [ 3 ] {566859a0-c1ba-4393-bd1c-5ad36fd267d9} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14614 | 2024.09.06 06:42:18.571166 [ 3 ] {566859a0-c1ba-4393-bd1c-5ad36fd267d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14615 | 2024.09.06 06:42:18.571525 [ 3 ] {566859a0-c1ba-4393-bd1c-5ad36fd267d9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
14616 | 2024.09.06 06:42:18.571914 [ 3 ] {566859a0-c1ba-4393-bd1c-5ad36fd267d9} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14617 | 2024.09.06 06:42:18.572041 [ 3 ] {566859a0-c1ba-4393-bd1c-5ad36fd267d9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001543 sec., 9073.233959818535 rows/sec., 635.43 KiB/sec. | ||
14618 | 2024.09.06 06:42:18.572217 [ 3 ] {566859a0-c1ba-4393-bd1c-5ad36fd267d9} <Debug> DynamicQueryHandler: Done processing query | ||
14619 | 2024.09.06 06:42:18.572241 [ 3 ] {566859a0-c1ba-4393-bd1c-5ad36fd267d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14620 | 2024.09.06 06:42:18.572257 [ 3 ] {} <Debug> HTTP-Session: 21992c9e-6ce1-4cd5-a19f-c1431d37daa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14621 | 2024.09.06 06:42:18.572427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14622 | 2024.09.06 06:42:18.572477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14623 | 2024.09.06 06:42:18.572501 [ 3 ] {} <Debug> HTTP-Session: ca96a076-29e9-4156-89c0-d9868856ab02 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14624 | 2024.09.06 06:42:18.572519 [ 3 ] {} <Debug> HTTP-Session: ca96a076-29e9-4156-89c0-d9868856ab02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14625 | 2024.09.06 06:42:18.572533 [ 3 ] {} <Debug> HTTP-Session: ca96a076-29e9-4156-89c0-d9868856ab02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14626 | 2024.09.06 06:42:18.572564 [ 3 ] {} <Trace> HTTP-Session: ca96a076-29e9-4156-89c0-d9868856ab02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14627 | 2024.09.06 06:42:18.572661 [ 3 ] {75a68d3d-f2f4-474a-88c7-cb8e89a25f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14628 | 2024.09.06 06:42:18.572708 [ 3 ] {75a68d3d-f2f4-474a-88c7-cb8e89a25f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14629 | 2024.09.06 06:42:18.572936 [ 3 ] {75a68d3d-f2f4-474a-88c7-cb8e89a25f96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14630 | 2024.09.06 06:42:18.573257 [ 3 ] {75a68d3d-f2f4-474a-88c7-cb8e89a25f96} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14631 | 2024.09.06 06:42:18.573293 [ 3 ] {75a68d3d-f2f4-474a-88c7-cb8e89a25f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14632 | 2024.09.06 06:42:18.573642 [ 3 ] {75a68d3d-f2f4-474a-88c7-cb8e89a25f96} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14633 | 2024.09.06 06:42:18.574006 [ 3 ] {75a68d3d-f2f4-474a-88c7-cb8e89a25f96} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14634 | 2024.09.06 06:42:18.574136 [ 3 ] {75a68d3d-f2f4-474a-88c7-cb8e89a25f96} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001499 sec., 4002.6684456304206 rows/sec., 236.49 KiB/sec. | ||
14635 | 2024.09.06 06:42:18.574306 [ 3 ] {75a68d3d-f2f4-474a-88c7-cb8e89a25f96} <Debug> DynamicQueryHandler: Done processing query | ||
14636 | 2024.09.06 06:42:18.574331 [ 3 ] {75a68d3d-f2f4-474a-88c7-cb8e89a25f96} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14637 | 2024.09.06 06:42:18.574347 [ 3 ] {} <Debug> HTTP-Session: ca96a076-29e9-4156-89c0-d9868856ab02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14638 | 2024.09.06 06:42:18.574531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14639 | 2024.09.06 06:42:18.574583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14640 | 2024.09.06 06:42:18.574605 [ 3 ] {} <Debug> HTTP-Session: 8aa6f2a1-e22c-4fbd-b75a-f6a047ae3cfb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14641 | 2024.09.06 06:42:18.574622 [ 3 ] {} <Debug> HTTP-Session: 8aa6f2a1-e22c-4fbd-b75a-f6a047ae3cfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14642 | 2024.09.06 06:42:18.574636 [ 3 ] {} <Debug> HTTP-Session: 8aa6f2a1-e22c-4fbd-b75a-f6a047ae3cfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14643 | 2024.09.06 06:42:18.574666 [ 3 ] {} <Trace> HTTP-Session: 8aa6f2a1-e22c-4fbd-b75a-f6a047ae3cfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14644 | 2024.09.06 06:42:18.574869 [ 3 ] {79fe25f5-1287-4cde-bf1c-d36829c33fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14645 | 2024.09.06 06:42:18.574914 [ 3 ] {79fe25f5-1287-4cde-bf1c-d36829c33fa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14646 | 2024.09.06 06:42:18.575137 [ 3 ] {79fe25f5-1287-4cde-bf1c-d36829c33fa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14647 | 2024.09.06 06:42:18.575710 [ 3 ] {79fe25f5-1287-4cde-bf1c-d36829c33fa6} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14648 | 2024.09.06 06:42:18.575748 [ 3 ] {79fe25f5-1287-4cde-bf1c-d36829c33fa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14649 | 2024.09.06 06:42:18.576127 [ 3 ] {79fe25f5-1287-4cde-bf1c-d36829c33fa6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14650 | 2024.09.06 06:42:18.576493 [ 3 ] {79fe25f5-1287-4cde-bf1c-d36829c33fa6} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14651 | 2024.09.06 06:42:18.576631 [ 3 ] {79fe25f5-1287-4cde-bf1c-d36829c33fa6} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001869 sec., 208667.7367576244 rows/sec., 14.80 MiB/sec. | ||
14652 | 2024.09.06 06:42:18.576836 [ 3 ] {79fe25f5-1287-4cde-bf1c-d36829c33fa6} <Debug> DynamicQueryHandler: Done processing query | ||
14653 | 2024.09.06 06:42:18.576860 [ 3 ] {79fe25f5-1287-4cde-bf1c-d36829c33fa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14654 | 2024.09.06 06:42:18.576877 [ 3 ] {} <Debug> HTTP-Session: 8aa6f2a1-e22c-4fbd-b75a-f6a047ae3cfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14655 | 2024.09.06 06:42:18.577078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14656 | 2024.09.06 06:42:18.577128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14657 | 2024.09.06 06:42:18.577148 [ 3 ] {} <Debug> HTTP-Session: e361adde-59bb-42d2-be58-a4123bd435c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14658 | 2024.09.06 06:42:18.577164 [ 3 ] {} <Debug> HTTP-Session: e361adde-59bb-42d2-be58-a4123bd435c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14659 | 2024.09.06 06:42:18.577178 [ 3 ] {} <Debug> HTTP-Session: e361adde-59bb-42d2-be58-a4123bd435c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14660 | 2024.09.06 06:42:18.577208 [ 3 ] {} <Trace> HTTP-Session: e361adde-59bb-42d2-be58-a4123bd435c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14661 | 2024.09.06 06:42:18.577306 [ 3 ] {5b975c4c-4ac8-49bb-8f6f-16cf2d05d111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14662 | 2024.09.06 06:42:18.577351 [ 3 ] {5b975c4c-4ac8-49bb-8f6f-16cf2d05d111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14663 | 2024.09.06 06:42:18.577494 [ 3 ] {5b975c4c-4ac8-49bb-8f6f-16cf2d05d111} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14664 | 2024.09.06 06:42:18.577779 [ 3 ] {5b975c4c-4ac8-49bb-8f6f-16cf2d05d111} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14665 | 2024.09.06 06:42:18.577817 [ 3 ] {5b975c4c-4ac8-49bb-8f6f-16cf2d05d111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14666 | 2024.09.06 06:42:18.578186 [ 3 ] {5b975c4c-4ac8-49bb-8f6f-16cf2d05d111} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14667 | 2024.09.06 06:42:18.578512 [ 3 ] {5b975c4c-4ac8-49bb-8f6f-16cf2d05d111} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14668 | 2024.09.06 06:42:18.578653 [ 3 ] {5b975c4c-4ac8-49bb-8f6f-16cf2d05d111} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001367 sec., 4389.1733723482075 rows/sec., 229.32 KiB/sec. | ||
14669 | 2024.09.06 06:42:18.578917 [ 3 ] {5b975c4c-4ac8-49bb-8f6f-16cf2d05d111} <Debug> DynamicQueryHandler: Done processing query | ||
14670 | 2024.09.06 06:42:18.578965 [ 3 ] {5b975c4c-4ac8-49bb-8f6f-16cf2d05d111} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14671 | 2024.09.06 06:42:18.579008 [ 3 ] {} <Debug> HTTP-Session: e361adde-59bb-42d2-be58-a4123bd435c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14672 | 2024.09.06 06:42:18.579189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14673 | 2024.09.06 06:42:18.579241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14674 | 2024.09.06 06:42:18.579260 [ 3 ] {} <Debug> HTTP-Session: 62c8752b-9bc8-4c4b-adae-80d579995930 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14675 | 2024.09.06 06:42:18.579276 [ 3 ] {} <Debug> HTTP-Session: 62c8752b-9bc8-4c4b-adae-80d579995930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14676 | 2024.09.06 06:42:18.579290 [ 3 ] {} <Debug> HTTP-Session: 62c8752b-9bc8-4c4b-adae-80d579995930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14677 | 2024.09.06 06:42:18.579321 [ 3 ] {} <Trace> HTTP-Session: 62c8752b-9bc8-4c4b-adae-80d579995930 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14678 | 2024.09.06 06:42:18.579528 [ 3 ] {da56ea82-8ee3-47c6-bbf8-a98ada2359b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14679 | 2024.09.06 06:42:18.579577 [ 3 ] {da56ea82-8ee3-47c6-bbf8-a98ada2359b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14680 | 2024.09.06 06:42:18.579744 [ 3 ] {da56ea82-8ee3-47c6-bbf8-a98ada2359b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14681 | 2024.09.06 06:42:18.580181 [ 3 ] {da56ea82-8ee3-47c6-bbf8-a98ada2359b9} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14682 | 2024.09.06 06:42:18.580218 [ 3 ] {da56ea82-8ee3-47c6-bbf8-a98ada2359b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14683 | 2024.09.06 06:42:18.580612 [ 3 ] {da56ea82-8ee3-47c6-bbf8-a98ada2359b9} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14684 | 2024.09.06 06:42:18.580955 [ 3 ] {da56ea82-8ee3-47c6-bbf8-a98ada2359b9} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14685 | 2024.09.06 06:42:18.581114 [ 3 ] {da56ea82-8ee3-47c6-bbf8-a98ada2359b9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001702 sec., 139247.9435957697 rows/sec., 9.33 MiB/sec. | ||
14686 | 2024.09.06 06:42:18.581297 [ 3 ] {da56ea82-8ee3-47c6-bbf8-a98ada2359b9} <Debug> DynamicQueryHandler: Done processing query | ||
14687 | 2024.09.06 06:42:18.581322 [ 3 ] {da56ea82-8ee3-47c6-bbf8-a98ada2359b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14688 | 2024.09.06 06:42:18.581337 [ 3 ] {} <Debug> HTTP-Session: 62c8752b-9bc8-4c4b-adae-80d579995930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14689 | 2024.09.06 06:42:18.581520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14690 | 2024.09.06 06:42:18.581569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14691 | 2024.09.06 06:42:18.581589 [ 3 ] {} <Debug> HTTP-Session: eedc0551-13bb-4bdf-a5b0-c4c8aa839ab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14692 | 2024.09.06 06:42:18.581605 [ 3 ] {} <Debug> HTTP-Session: eedc0551-13bb-4bdf-a5b0-c4c8aa839ab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14693 | 2024.09.06 06:42:18.581619 [ 3 ] {} <Debug> HTTP-Session: eedc0551-13bb-4bdf-a5b0-c4c8aa839ab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14694 | 2024.09.06 06:42:18.581649 [ 3 ] {} <Trace> HTTP-Session: eedc0551-13bb-4bdf-a5b0-c4c8aa839ab1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14695 | 2024.09.06 06:42:18.581744 [ 3 ] {f8cd55f8-80e9-4de5-8db5-756143825638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14696 | 2024.09.06 06:42:18.581790 [ 3 ] {f8cd55f8-80e9-4de5-8db5-756143825638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14697 | 2024.09.06 06:42:18.581921 [ 3 ] {f8cd55f8-80e9-4de5-8db5-756143825638} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14698 | 2024.09.06 06:42:18.582184 [ 3 ] {f8cd55f8-80e9-4de5-8db5-756143825638} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14699 | 2024.09.06 06:42:18.582221 [ 3 ] {f8cd55f8-80e9-4de5-8db5-756143825638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14700 | 2024.09.06 06:42:18.582577 [ 3 ] {f8cd55f8-80e9-4de5-8db5-756143825638} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14701 | 2024.09.06 06:42:18.582912 [ 3 ] {f8cd55f8-80e9-4de5-8db5-756143825638} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14702 | 2024.09.06 06:42:18.583073 [ 3 ] {f8cd55f8-80e9-4de5-8db5-756143825638} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001343 sec., 744.6016381236038 rows/sec., 50.17 KiB/sec. | ||
14703 | 2024.09.06 06:42:18.583075 [ 53 ] {} <Debug> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
14704 | 2024.09.06 06:42:18.583177 [ 53 ] {} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14705 | 2024.09.06 06:42:18.583226 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14706 | 2024.09.06 06:42:18.583319 [ 3 ] {f8cd55f8-80e9-4de5-8db5-756143825638} <Debug> DynamicQueryHandler: Done processing query | ||
14707 | 2024.09.06 06:42:18.583383 [ 3 ] {f8cd55f8-80e9-4de5-8db5-756143825638} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14708 | 2024.09.06 06:42:18.583418 [ 3 ] {} <Debug> HTTP-Session: eedc0551-13bb-4bdf-a5b0-c4c8aa839ab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14709 | 2024.09.06 06:42:18.583440 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
14710 | 2024.09.06 06:42:18.583623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14228, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14711 | 2024.09.06 06:42:18.583694 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14712 | 2024.09.06 06:42:18.583717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14713 | 2024.09.06 06:42:18.583752 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
14714 | 2024.09.06 06:42:18.583763 [ 3 ] {} <Debug> HTTP-Session: e9ccd327-6f17-4202-bc27-cc35497155e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14715 | 2024.09.06 06:42:18.583817 [ 3 ] {} <Debug> HTTP-Session: e9ccd327-6f17-4202-bc27-cc35497155e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14716 | 2024.09.06 06:42:18.583863 [ 3 ] {} <Debug> HTTP-Session: e9ccd327-6f17-4202-bc27-cc35497155e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14717 | 2024.09.06 06:42:18.583923 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
14718 | 2024.09.06 06:42:18.583972 [ 3 ] {} <Trace> HTTP-Session: e9ccd327-6f17-4202-bc27-cc35497155e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14719 | 2024.09.06 06:42:18.584241 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
14720 | 2024.09.06 06:42:18.584499 [ 3 ] {b43336f2-6a69-467a-bc85-577f2135db95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14721 | 2024.09.06 06:42:18.584571 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
14722 | 2024.09.06 06:42:18.584839 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
14723 | 2024.09.06 06:42:18.584866 [ 3 ] {b43336f2-6a69-467a-bc85-577f2135db95} <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_histogramu64 | ||
14724 | 2024.09.06 06:42:18.585168 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
14725 | 2024.09.06 06:42:18.587159 [ 3 ] {b43336f2-6a69-467a-bc85-577f2135db95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14726 | 2024.09.06 06:42:18.588753 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.005439026 sec., 6434.975673953389 rows/sec., 433.61 KiB/sec. | ||
14727 | 2024.09.06 06:42:18.588817 [ 3 ] {b43336f2-6a69-467a-bc85-577f2135db95} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14728 | 2024.09.06 06:42:18.588878 [ 3 ] {b43336f2-6a69-467a-bc85-577f2135db95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14729 | 2024.09.06 06:42:18.588940 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
14730 | 2024.09.06 06:42:18.589909 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_35_7} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14731 | 2024.09.06 06:42:18.590122 [ 188 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_35_7} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
14732 | 2024.09.06 06:42:18.590305 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
14733 | 2024.09.06 06:42:18.590464 [ 3 ] {b43336f2-6a69-467a-bc85-577f2135db95} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14734 | 2024.09.06 06:42:18.590917 [ 3 ] {b43336f2-6a69-467a-bc85-577f2135db95} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14735 | 2024.09.06 06:42:18.591112 [ 3 ] {b43336f2-6a69-467a-bc85-577f2135db95} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006898 sec., 1159.7564511452595 rows/sec., 2.08 MiB/sec. | ||
14736 | 2024.09.06 06:42:18.591373 [ 3 ] {b43336f2-6a69-467a-bc85-577f2135db95} <Debug> DynamicQueryHandler: Done processing query | ||
14737 | 2024.09.06 06:42:18.591398 [ 3 ] {b43336f2-6a69-467a-bc85-577f2135db95} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14738 | 2024.09.06 06:42:18.591415 [ 3 ] {} <Debug> HTTP-Session: e9ccd327-6f17-4202-bc27-cc35497155e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14739 | 2024.09.06 06:42:18.591568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14740 | 2024.09.06 06:42:18.591620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14741 | 2024.09.06 06:42:18.591639 [ 3 ] {} <Debug> HTTP-Session: e374713a-c154-4725-81c6-6732801d7d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14742 | 2024.09.06 06:42:18.591656 [ 3 ] {} <Debug> HTTP-Session: e374713a-c154-4725-81c6-6732801d7d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14743 | 2024.09.06 06:42:18.591671 [ 3 ] {} <Debug> HTTP-Session: e374713a-c154-4725-81c6-6732801d7d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14744 | 2024.09.06 06:42:18.591704 [ 3 ] {} <Trace> HTTP-Session: e374713a-c154-4725-81c6-6732801d7d28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14745 | 2024.09.06 06:42:18.591830 [ 3 ] {5de2cd35-e8f2-4e0a-946e-b060c08f9504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14746 | 2024.09.06 06:42:18.591877 [ 3 ] {5de2cd35-e8f2-4e0a-946e-b060c08f9504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14747 | 2024.09.06 06:42:18.592010 [ 3 ] {5de2cd35-e8f2-4e0a-946e-b060c08f9504} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14748 | 2024.09.06 06:42:18.592334 [ 3 ] {5de2cd35-e8f2-4e0a-946e-b060c08f9504} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14749 | 2024.09.06 06:42:18.592372 [ 3 ] {5de2cd35-e8f2-4e0a-946e-b060c08f9504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14750 | 2024.09.06 06:42:18.592750 [ 3 ] {5de2cd35-e8f2-4e0a-946e-b060c08f9504} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14751 | 2024.09.06 06:42:18.593081 [ 3 ] {5de2cd35-e8f2-4e0a-946e-b060c08f9504} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14752 | 2024.09.06 06:42:18.593243 [ 3 ] {5de2cd35-e8f2-4e0a-946e-b060c08f9504} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001451 sec., 56512.74982770503 rows/sec., 3.59 MiB/sec. | ||
14753 | 2024.09.06 06:42:18.593415 [ 3 ] {5de2cd35-e8f2-4e0a-946e-b060c08f9504} <Debug> DynamicQueryHandler: Done processing query | ||
14754 | 2024.09.06 06:42:18.593440 [ 3 ] {5de2cd35-e8f2-4e0a-946e-b060c08f9504} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14755 | 2024.09.06 06:42:18.593456 [ 3 ] {} <Debug> HTTP-Session: e374713a-c154-4725-81c6-6732801d7d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14756 | 2024.09.06 06:42:23.592900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 186550, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14757 | 2024.09.06 06:42:23.593034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14758 | 2024.09.06 06:42:23.593065 [ 3 ] {} <Debug> HTTP-Session: e294450a-055e-48ff-a3a0-faf7b5c82b55 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14759 | 2024.09.06 06:42:23.593094 [ 3 ] {} <Debug> HTTP-Session: e294450a-055e-48ff-a3a0-faf7b5c82b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14760 | 2024.09.06 06:42:23.593112 [ 3 ] {} <Debug> HTTP-Session: e294450a-055e-48ff-a3a0-faf7b5c82b55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14761 | 2024.09.06 06:42:23.593169 [ 3 ] {} <Trace> HTTP-Session: e294450a-055e-48ff-a3a0-faf7b5c82b55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14762 | 2024.09.06 06:42:23.593784 [ 3 ] {a56d7fa2-c038-4b2a-b88c-06ced8255747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14763 | 2024.09.06 06:42:23.593855 [ 3 ] {a56d7fa2-c038-4b2a-b88c-06ced8255747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14764 | 2024.09.06 06:42:23.594189 [ 3 ] {a56d7fa2-c038-4b2a-b88c-06ced8255747} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14765 | 2024.09.06 06:42:23.595500 [ 3 ] {a56d7fa2-c038-4b2a-b88c-06ced8255747} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14766 | 2024.09.06 06:42:23.595541 [ 3 ] {a56d7fa2-c038-4b2a-b88c-06ced8255747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14767 | 2024.09.06 06:42:23.596041 [ 3 ] {a56d7fa2-c038-4b2a-b88c-06ced8255747} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14768 | 2024.09.06 06:42:23.596446 [ 3 ] {a56d7fa2-c038-4b2a-b88c-06ced8255747} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14769 | 2024.09.06 06:42:23.596626 [ 3 ] {a56d7fa2-c038-4b2a-b88c-06ced8255747} <Debug> executeQuery: Read 1282 rows, 109.04 KiB in 0.003244 sec., 395191.12207151664 rows/sec., 32.83 MiB/sec. | ||
14770 | 2024.09.06 06:42:23.596866 [ 3 ] {a56d7fa2-c038-4b2a-b88c-06ced8255747} <Debug> DynamicQueryHandler: Done processing query | ||
14771 | 2024.09.06 06:42:23.596905 [ 3 ] {a56d7fa2-c038-4b2a-b88c-06ced8255747} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
14772 | 2024.09.06 06:42:23.596937 [ 3 ] {} <Debug> HTTP-Session: e294450a-055e-48ff-a3a0-faf7b5c82b55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14773 | 2024.09.06 06:42:23.597208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 6222, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14774 | 2024.09.06 06:42:23.597261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14775 | 2024.09.06 06:42:23.597282 [ 3 ] {} <Debug> HTTP-Session: 03a6f0bf-02ba-4d64-8aa1-e8a99a9135fe Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14776 | 2024.09.06 06:42:23.597299 [ 3 ] {} <Debug> HTTP-Session: 03a6f0bf-02ba-4d64-8aa1-e8a99a9135fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14777 | 2024.09.06 06:42:23.597313 [ 3 ] {} <Debug> HTTP-Session: 03a6f0bf-02ba-4d64-8aa1-e8a99a9135fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14778 | 2024.09.06 06:42:23.597346 [ 3 ] {} <Trace> HTTP-Session: 03a6f0bf-02ba-4d64-8aa1-e8a99a9135fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14779 | 2024.09.06 06:42:23.597458 [ 3 ] {19369648-00e6-4385-b91a-02e93e4ddedc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14780 | 2024.09.06 06:42:23.597503 [ 3 ] {19369648-00e6-4385-b91a-02e93e4ddedc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14781 | 2024.09.06 06:42:23.597737 [ 3 ] {19369648-00e6-4385-b91a-02e93e4ddedc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14782 | 2024.09.06 06:42:23.598086 [ 3 ] {19369648-00e6-4385-b91a-02e93e4ddedc} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14783 | 2024.09.06 06:42:23.598124 [ 3 ] {19369648-00e6-4385-b91a-02e93e4ddedc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14784 | 2024.09.06 06:42:23.598475 [ 3 ] {19369648-00e6-4385-b91a-02e93e4ddedc} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14785 | 2024.09.06 06:42:23.598897 [ 3 ] {19369648-00e6-4385-b91a-02e93e4ddedc} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14786 | 2024.09.06 06:42:23.599074 [ 3 ] {19369648-00e6-4385-b91a-02e93e4ddedc} <Debug> executeQuery: Read 43 rows, 3.23 KiB in 0.001648 sec., 26092.23300970874 rows/sec., 1.92 MiB/sec. | ||
14787 | 2024.09.06 06:42:23.599441 [ 3 ] {19369648-00e6-4385-b91a-02e93e4ddedc} <Debug> DynamicQueryHandler: Done processing query | ||
14788 | 2024.09.06 06:42:23.599511 [ 3 ] {19369648-00e6-4385-b91a-02e93e4ddedc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14789 | 2024.09.06 06:42:23.599589 [ 3 ] {} <Debug> HTTP-Session: 03a6f0bf-02ba-4d64-8aa1-e8a99a9135fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14790 | 2024.09.06 06:42:23.599816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14791 | 2024.09.06 06:42:23.599884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14792 | 2024.09.06 06:42:23.599913 [ 3 ] {} <Debug> HTTP-Session: 4d506ceb-5cb0-45cc-b676-d7084f899f10 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14793 | 2024.09.06 06:42:23.599937 [ 3 ] {} <Debug> HTTP-Session: 4d506ceb-5cb0-45cc-b676-d7084f899f10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14794 | 2024.09.06 06:42:23.599958 [ 3 ] {} <Debug> HTTP-Session: 4d506ceb-5cb0-45cc-b676-d7084f899f10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14795 | 2024.09.06 06:42:23.600004 [ 3 ] {} <Trace> HTTP-Session: 4d506ceb-5cb0-45cc-b676-d7084f899f10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14796 | 2024.09.06 06:42:23.600209 [ 3 ] {7db74054-3625-4460-8422-63f5437ce053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14797 | 2024.09.06 06:42:23.600263 [ 3 ] {7db74054-3625-4460-8422-63f5437ce053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14798 | 2024.09.06 06:42:23.600595 [ 3 ] {7db74054-3625-4460-8422-63f5437ce053} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14799 | 2024.09.06 06:42:23.601123 [ 3 ] {7db74054-3625-4460-8422-63f5437ce053} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14800 | 2024.09.06 06:42:23.601171 [ 3 ] {7db74054-3625-4460-8422-63f5437ce053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14801 | 2024.09.06 06:42:23.601677 [ 3 ] {7db74054-3625-4460-8422-63f5437ce053} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
14802 | 2024.09.06 06:42:23.602222 [ 3 ] {7db74054-3625-4460-8422-63f5437ce053} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14803 | 2024.09.06 06:42:23.602430 [ 3 ] {7db74054-3625-4460-8422-63f5437ce053} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002319 sec., 98318.24062095731 rows/sec., 6.66 MiB/sec. | ||
14804 | 2024.09.06 06:42:23.602724 [ 3 ] {7db74054-3625-4460-8422-63f5437ce053} <Debug> DynamicQueryHandler: Done processing query | ||
14805 | 2024.09.06 06:42:23.602751 [ 3 ] {7db74054-3625-4460-8422-63f5437ce053} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
14806 | 2024.09.06 06:42:23.602769 [ 3 ] {} <Debug> HTTP-Session: 4d506ceb-5cb0-45cc-b676-d7084f899f10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14807 | 2024.09.06 06:42:23.603058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 94649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14808 | 2024.09.06 06:42:23.603109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14809 | 2024.09.06 06:42:23.603130 [ 3 ] {} <Debug> HTTP-Session: 41d1004c-d893-470f-9d5b-9718f708c829 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14810 | 2024.09.06 06:42:23.603147 [ 3 ] {} <Debug> HTTP-Session: 41d1004c-d893-470f-9d5b-9718f708c829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14811 | 2024.09.06 06:42:23.603161 [ 3 ] {} <Debug> HTTP-Session: 41d1004c-d893-470f-9d5b-9718f708c829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14812 | 2024.09.06 06:42:23.603193 [ 3 ] {} <Trace> HTTP-Session: 41d1004c-d893-470f-9d5b-9718f708c829 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14813 | 2024.09.06 06:42:23.603550 [ 3 ] {d0aeacf1-3d8a-4cdc-aff4-66b46b4adef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14814 | 2024.09.06 06:42:23.603596 [ 3 ] {d0aeacf1-3d8a-4cdc-aff4-66b46b4adef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14815 | 2024.09.06 06:42:23.603826 [ 3 ] {d0aeacf1-3d8a-4cdc-aff4-66b46b4adef1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14816 | 2024.09.06 06:42:23.604520 [ 3 ] {d0aeacf1-3d8a-4cdc-aff4-66b46b4adef1} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14817 | 2024.09.06 06:42:23.604557 [ 3 ] {d0aeacf1-3d8a-4cdc-aff4-66b46b4adef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14818 | 2024.09.06 06:42:23.604949 [ 3 ] {d0aeacf1-3d8a-4cdc-aff4-66b46b4adef1} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14819 | 2024.09.06 06:42:23.605318 [ 3 ] {d0aeacf1-3d8a-4cdc-aff4-66b46b4adef1} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14820 | 2024.09.06 06:42:23.605485 [ 3 ] {d0aeacf1-3d8a-4cdc-aff4-66b46b4adef1} <Debug> executeQuery: Read 572 rows, 43.57 KiB in 0.002171 sec., 263473.05389221554 rows/sec., 19.60 MiB/sec. | ||
14821 | 2024.09.06 06:42:23.605671 [ 3 ] {d0aeacf1-3d8a-4cdc-aff4-66b46b4adef1} <Debug> DynamicQueryHandler: Done processing query | ||
14822 | 2024.09.06 06:42:23.605696 [ 3 ] {d0aeacf1-3d8a-4cdc-aff4-66b46b4adef1} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
14823 | 2024.09.06 06:42:23.605713 [ 3 ] {} <Debug> HTTP-Session: 41d1004c-d893-470f-9d5b-9718f708c829 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14824 | 2024.09.06 06:42:23.605952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 160371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14825 | 2024.09.06 06:42:23.606003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14826 | 2024.09.06 06:42:23.606024 [ 3 ] {} <Debug> HTTP-Session: fe83339c-6b08-47f6-aa13-99e4e6ad009e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14827 | 2024.09.06 06:42:23.606041 [ 3 ] {} <Debug> HTTP-Session: fe83339c-6b08-47f6-aa13-99e4e6ad009e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14828 | 2024.09.06 06:42:23.606054 [ 3 ] {} <Debug> HTTP-Session: fe83339c-6b08-47f6-aa13-99e4e6ad009e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14829 | 2024.09.06 06:42:23.606085 [ 3 ] {} <Trace> HTTP-Session: fe83339c-6b08-47f6-aa13-99e4e6ad009e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14830 | 2024.09.06 06:42:23.606597 [ 3 ] {16337592-8abe-40a4-a4c5-ae32c5ae8249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14831 | 2024.09.06 06:42:23.606648 [ 3 ] {16337592-8abe-40a4-a4c5-ae32c5ae8249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14832 | 2024.09.06 06:42:23.606797 [ 3 ] {16337592-8abe-40a4-a4c5-ae32c5ae8249} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14833 | 2024.09.06 06:42:23.607743 [ 3 ] {16337592-8abe-40a4-a4c5-ae32c5ae8249} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14834 | 2024.09.06 06:42:23.607781 [ 3 ] {16337592-8abe-40a4-a4c5-ae32c5ae8249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14835 | 2024.09.06 06:42:23.608218 [ 3 ] {16337592-8abe-40a4-a4c5-ae32c5ae8249} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14836 | 2024.09.06 06:42:23.608567 [ 3 ] {16337592-8abe-40a4-a4c5-ae32c5ae8249} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14837 | 2024.09.06 06:42:23.608730 [ 3 ] {16337592-8abe-40a4-a4c5-ae32c5ae8249} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002474 sec., 341147.93856103474 rows/sec., 22.96 MiB/sec. | ||
14838 | 2024.09.06 06:42:23.608918 [ 3 ] {16337592-8abe-40a4-a4c5-ae32c5ae8249} <Debug> DynamicQueryHandler: Done processing query | ||
14839 | 2024.09.06 06:42:23.608943 [ 3 ] {16337592-8abe-40a4-a4c5-ae32c5ae8249} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
14840 | 2024.09.06 06:42:23.608960 [ 3 ] {} <Debug> HTTP-Session: fe83339c-6b08-47f6-aa13-99e4e6ad009e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14841 | 2024.09.06 06:42:23.609210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 70568, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14842 | 2024.09.06 06:42:23.609261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14843 | 2024.09.06 06:42:23.609281 [ 3 ] {} <Debug> HTTP-Session: 433fd32b-21b6-48eb-87a7-c9ce081686ca Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14844 | 2024.09.06 06:42:23.609297 [ 3 ] {} <Debug> HTTP-Session: 433fd32b-21b6-48eb-87a7-c9ce081686ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14845 | 2024.09.06 06:42:23.609311 [ 3 ] {} <Debug> HTTP-Session: 433fd32b-21b6-48eb-87a7-c9ce081686ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14846 | 2024.09.06 06:42:23.609343 [ 3 ] {} <Trace> HTTP-Session: 433fd32b-21b6-48eb-87a7-c9ce081686ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14847 | 2024.09.06 06:42:23.609787 [ 3 ] {c909cca5-eb53-4b23-b56a-1a708f1977d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14848 | 2024.09.06 06:42:23.609855 [ 3 ] {c909cca5-eb53-4b23-b56a-1a708f1977d7} <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_histogramu64 | ||
14849 | 2024.09.06 06:42:23.610283 [ 3 ] {c909cca5-eb53-4b23-b56a-1a708f1977d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14850 | 2024.09.06 06:42:23.611082 [ 3 ] {c909cca5-eb53-4b23-b56a-1a708f1977d7} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14851 | 2024.09.06 06:42:23.611119 [ 3 ] {c909cca5-eb53-4b23-b56a-1a708f1977d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14852 | 2024.09.06 06:42:23.611763 [ 3 ] {c909cca5-eb53-4b23-b56a-1a708f1977d7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14853 | 2024.09.06 06:42:23.612179 [ 3 ] {c909cca5-eb53-4b23-b56a-1a708f1977d7} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14854 | 2024.09.06 06:42:23.612375 [ 3 ] {c909cca5-eb53-4b23-b56a-1a708f1977d7} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.002923 sec., 14710.91344509066 rows/sec., 26.36 MiB/sec. | ||
14855 | 2024.09.06 06:42:23.612604 [ 3 ] {c909cca5-eb53-4b23-b56a-1a708f1977d7} <Debug> DynamicQueryHandler: Done processing query | ||
14856 | 2024.09.06 06:42:23.612629 [ 3 ] {c909cca5-eb53-4b23-b56a-1a708f1977d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
14857 | 2024.09.06 06:42:23.612646 [ 3 ] {} <Debug> HTTP-Session: 433fd32b-21b6-48eb-87a7-c9ce081686ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14858 | 2024.09.06 06:42:23.612768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14859 | 2024.09.06 06:42:23.612819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14860 | 2024.09.06 06:42:23.612839 [ 3 ] {} <Debug> HTTP-Session: c51301f7-e8a5-43cb-a1b2-18c4e4ae0f85 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14861 | 2024.09.06 06:42:23.612856 [ 3 ] {} <Debug> HTTP-Session: c51301f7-e8a5-43cb-a1b2-18c4e4ae0f85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14862 | 2024.09.06 06:42:23.612870 [ 3 ] {} <Debug> HTTP-Session: c51301f7-e8a5-43cb-a1b2-18c4e4ae0f85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14863 | 2024.09.06 06:42:23.612901 [ 3 ] {} <Trace> HTTP-Session: c51301f7-e8a5-43cb-a1b2-18c4e4ae0f85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14864 | 2024.09.06 06:42:23.613004 [ 3 ] {7b6c889e-07d9-413c-be14-28ce40fc19a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14865 | 2024.09.06 06:42:23.613050 [ 3 ] {7b6c889e-07d9-413c-be14-28ce40fc19a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14866 | 2024.09.06 06:42:23.613183 [ 3 ] {7b6c889e-07d9-413c-be14-28ce40fc19a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14867 | 2024.09.06 06:42:23.613474 [ 3 ] {7b6c889e-07d9-413c-be14-28ce40fc19a9} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14868 | 2024.09.06 06:42:23.613513 [ 3 ] {7b6c889e-07d9-413c-be14-28ce40fc19a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14869 | 2024.09.06 06:42:23.613872 [ 3 ] {7b6c889e-07d9-413c-be14-28ce40fc19a9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
14870 | 2024.09.06 06:42:23.614192 [ 3 ] {7b6c889e-07d9-413c-be14-28ce40fc19a9} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14871 | 2024.09.06 06:42:23.614364 [ 3 ] {7b6c889e-07d9-413c-be14-28ce40fc19a9} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001372 sec., 6559.766763848396 rows/sec., 463.37 KiB/sec. | ||
14872 | 2024.09.06 06:42:23.614579 [ 3 ] {7b6c889e-07d9-413c-be14-28ce40fc19a9} <Debug> DynamicQueryHandler: Done processing query | ||
14873 | 2024.09.06 06:42:23.614603 [ 3 ] {7b6c889e-07d9-413c-be14-28ce40fc19a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14874 | 2024.09.06 06:42:23.614620 [ 3 ] {} <Debug> HTTP-Session: c51301f7-e8a5-43cb-a1b2-18c4e4ae0f85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14875 | 2024.09.06 06:42:23.614750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14876 | 2024.09.06 06:42:23.614801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14877 | 2024.09.06 06:42:23.614821 [ 3 ] {} <Debug> HTTP-Session: deab68ad-a87a-408c-aa3b-d1b857d0ca10 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14878 | 2024.09.06 06:42:23.614839 [ 3 ] {} <Debug> HTTP-Session: deab68ad-a87a-408c-aa3b-d1b857d0ca10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14879 | 2024.09.06 06:42:23.614853 [ 3 ] {} <Debug> HTTP-Session: deab68ad-a87a-408c-aa3b-d1b857d0ca10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14880 | 2024.09.06 06:42:23.614884 [ 3 ] {} <Trace> HTTP-Session: deab68ad-a87a-408c-aa3b-d1b857d0ca10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14881 | 2024.09.06 06:42:23.614997 [ 3 ] {e6899745-cde5-4df9-a88b-93ef72677e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14882 | 2024.09.06 06:42:23.615042 [ 3 ] {e6899745-cde5-4df9-a88b-93ef72677e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14883 | 2024.09.06 06:42:23.615173 [ 3 ] {e6899745-cde5-4df9-a88b-93ef72677e95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14884 | 2024.09.06 06:42:23.615486 [ 3 ] {e6899745-cde5-4df9-a88b-93ef72677e95} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14885 | 2024.09.06 06:42:23.615525 [ 3 ] {e6899745-cde5-4df9-a88b-93ef72677e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14886 | 2024.09.06 06:42:23.615877 [ 3 ] {e6899745-cde5-4df9-a88b-93ef72677e95} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14887 | 2024.09.06 06:42:23.616192 [ 3 ] {e6899745-cde5-4df9-a88b-93ef72677e95} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14888 | 2024.09.06 06:42:23.616352 [ 3 ] {e6899745-cde5-4df9-a88b-93ef72677e95} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
14889 | 2024.09.06 06:42:23.616537 [ 3 ] {e6899745-cde5-4df9-a88b-93ef72677e95} <Debug> DynamicQueryHandler: Done processing query | ||
14890 | 2024.09.06 06:42:23.616562 [ 3 ] {e6899745-cde5-4df9-a88b-93ef72677e95} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14891 | 2024.09.06 06:42:23.616578 [ 3 ] {} <Debug> HTTP-Session: deab68ad-a87a-408c-aa3b-d1b857d0ca10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14892 | 2024.09.06 06:42:28.565369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14893 | 2024.09.06 06:42:28.565524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14894 | 2024.09.06 06:42:28.565557 [ 3 ] {} <Debug> HTTP-Session: a0859e64-53bf-4d88-9efa-ee2f7bd70e63 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14895 | 2024.09.06 06:42:28.565585 [ 3 ] {} <Debug> HTTP-Session: a0859e64-53bf-4d88-9efa-ee2f7bd70e63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14896 | 2024.09.06 06:42:28.565603 [ 3 ] {} <Debug> HTTP-Session: a0859e64-53bf-4d88-9efa-ee2f7bd70e63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14897 | 2024.09.06 06:42:28.565659 [ 3 ] {} <Trace> HTTP-Session: a0859e64-53bf-4d88-9efa-ee2f7bd70e63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14898 | 2024.09.06 06:42:28.565866 [ 3 ] {9482de2b-3a7b-471e-8320-7405c3ab8e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14899 | 2024.09.06 06:42:28.565945 [ 3 ] {9482de2b-3a7b-471e-8320-7405c3ab8e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14900 | 2024.09.06 06:42:28.566289 [ 3 ] {9482de2b-3a7b-471e-8320-7405c3ab8e74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14901 | 2024.09.06 06:42:28.566747 [ 3 ] {9482de2b-3a7b-471e-8320-7405c3ab8e74} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14902 | 2024.09.06 06:42:28.566790 [ 3 ] {9482de2b-3a7b-471e-8320-7405c3ab8e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14903 | 2024.09.06 06:42:28.567199 [ 3 ] {9482de2b-3a7b-471e-8320-7405c3ab8e74} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
14904 | 2024.09.06 06:42:28.567602 [ 3 ] {9482de2b-3a7b-471e-8320-7405c3ab8e74} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14905 | 2024.09.06 06:42:28.567776 [ 3 ] {9482de2b-3a7b-471e-8320-7405c3ab8e74} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001963 sec., 1018.8487009679063 rows/sec., 83.08 KiB/sec. | ||
14906 | 2024.09.06 06:42:28.568017 [ 3 ] {9482de2b-3a7b-471e-8320-7405c3ab8e74} <Debug> DynamicQueryHandler: Done processing query | ||
14907 | 2024.09.06 06:42:28.568044 [ 3 ] {9482de2b-3a7b-471e-8320-7405c3ab8e74} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14908 | 2024.09.06 06:42:28.568062 [ 3 ] {} <Debug> HTTP-Session: a0859e64-53bf-4d88-9efa-ee2f7bd70e63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14909 | 2024.09.06 06:42:28.568284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14910 | 2024.09.06 06:42:28.568335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14911 | 2024.09.06 06:42:28.568355 [ 3 ] {} <Debug> HTTP-Session: 7b27687f-95d4-41be-bfd1-e6f9f3df6edb Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14912 | 2024.09.06 06:42:28.568372 [ 3 ] {} <Debug> HTTP-Session: 7b27687f-95d4-41be-bfd1-e6f9f3df6edb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14913 | 2024.09.06 06:42:28.568386 [ 3 ] {} <Debug> HTTP-Session: 7b27687f-95d4-41be-bfd1-e6f9f3df6edb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14914 | 2024.09.06 06:42:28.568417 [ 3 ] {} <Trace> HTTP-Session: 7b27687f-95d4-41be-bfd1-e6f9f3df6edb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14915 | 2024.09.06 06:42:28.568567 [ 3 ] {3cc50ced-fb31-4c17-8892-7959338ad02d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14916 | 2024.09.06 06:42:28.568612 [ 3 ] {3cc50ced-fb31-4c17-8892-7959338ad02d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14917 | 2024.09.06 06:42:28.568839 [ 3 ] {3cc50ced-fb31-4c17-8892-7959338ad02d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14918 | 2024.09.06 06:42:28.569322 [ 3 ] {3cc50ced-fb31-4c17-8892-7959338ad02d} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14919 | 2024.09.06 06:42:28.569360 [ 3 ] {3cc50ced-fb31-4c17-8892-7959338ad02d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14920 | 2024.09.06 06:42:28.569726 [ 3 ] {3cc50ced-fb31-4c17-8892-7959338ad02d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14921 | 2024.09.06 06:42:28.570080 [ 3 ] {3cc50ced-fb31-4c17-8892-7959338ad02d} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14922 | 2024.09.06 06:42:28.570245 [ 3 ] {3cc50ced-fb31-4c17-8892-7959338ad02d} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001745 sec., 118051.57593123209 rows/sec., 10.39 MiB/sec. | ||
14923 | 2024.09.06 06:42:28.570257 [ 125 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14924 | 2024.09.06 06:42:28.570397 [ 125 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14925 | 2024.09.06 06:42:28.570436 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14926 | 2024.09.06 06:42:28.570519 [ 3 ] {3cc50ced-fb31-4c17-8892-7959338ad02d} <Debug> DynamicQueryHandler: Done processing query | ||
14927 | 2024.09.06 06:42:28.570573 [ 3 ] {3cc50ced-fb31-4c17-8892-7959338ad02d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14928 | 2024.09.06 06:42:28.570624 [ 3 ] {} <Debug> HTTP-Session: 7b27687f-95d4-41be-bfd1-e6f9f3df6edb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14929 | 2024.09.06 06:42:28.570700 [ 200 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
14930 | 2024.09.06 06:42:28.570803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14931 | 2024.09.06 06:42:28.570905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14932 | 2024.09.06 06:42:28.570979 [ 3 ] {} <Debug> HTTP-Session: 95844dfa-7b2d-4cd6-9495-64d7b6f602ac Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14933 | 2024.09.06 06:42:28.571038 [ 3 ] {} <Debug> HTTP-Session: 95844dfa-7b2d-4cd6-9495-64d7b6f602ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14934 | 2024.09.06 06:42:28.571063 [ 200 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14935 | 2024.09.06 06:42:28.571075 [ 3 ] {} <Debug> HTTP-Session: 95844dfa-7b2d-4cd6-9495-64d7b6f602ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14936 | 2024.09.06 06:42:28.571141 [ 200 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1416 rows starting from the beginning of the part | ||
14937 | 2024.09.06 06:42:28.571153 [ 3 ] {} <Trace> HTTP-Session: 95844dfa-7b2d-4cd6-9495-64d7b6f602ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14938 | 2024.09.06 06:42:28.571343 [ 200 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 205 rows starting from the beginning of the part | ||
14939 | 2024.09.06 06:42:28.571462 [ 3 ] {06015c29-39a1-4e07-894a-3f207f53a89f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14940 | 2024.09.06 06:42:28.571603 [ 3 ] {06015c29-39a1-4e07-894a-3f207f53a89f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14941 | 2024.09.06 06:42:28.571754 [ 200 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 133 rows starting from the beginning of the part | ||
14942 | 2024.09.06 06:42:28.572122 [ 200 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 205 rows starting from the beginning of the part | ||
14943 | 2024.09.06 06:42:28.572505 [ 200 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1282 rows starting from the beginning of the part | ||
14944 | 2024.09.06 06:42:28.572851 [ 200 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 206 rows starting from the beginning of the part | ||
14945 | 2024.09.06 06:42:28.573375 [ 3 ] {06015c29-39a1-4e07-894a-3f207f53a89f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14946 | 2024.09.06 06:42:28.574123 [ 3 ] {06015c29-39a1-4e07-894a-3f207f53a89f} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14947 | 2024.09.06 06:42:28.574174 [ 3 ] {06015c29-39a1-4e07-894a-3f207f53a89f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14948 | 2024.09.06 06:42:28.575126 [ 3 ] {06015c29-39a1-4e07-894a-3f207f53a89f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14949 | 2024.09.06 06:42:28.575800 [ 3 ] {06015c29-39a1-4e07-894a-3f207f53a89f} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14950 | 2024.09.06 06:42:28.576091 [ 3 ] {06015c29-39a1-4e07-894a-3f207f53a89f} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.004752 sec., 2104.3771043771044 rows/sec., 155.98 KiB/sec. | ||
14951 | 2024.09.06 06:42:28.576090 [ 125 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14952 | 2024.09.06 06:42:28.576344 [ 125 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14953 | 2024.09.06 06:42:28.576489 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14954 | 2024.09.06 06:42:28.576824 [ 3 ] {06015c29-39a1-4e07-894a-3f207f53a89f} <Debug> DynamicQueryHandler: Done processing query | ||
14955 | 2024.09.06 06:42:28.576839 [ 199 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3447 rows, containing 5 columns (5 merged, 0 gathered) in 0.006298502 sec., 547272.9864974243 rows/sec., 48.24 MiB/sec. | ||
14956 | 2024.09.06 06:42:28.576897 [ 3 ] {06015c29-39a1-4e07-894a-3f207f53a89f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14957 | 2024.09.06 06:42:28.576984 [ 3 ] {} <Debug> HTTP-Session: 95844dfa-7b2d-4cd6-9495-64d7b6f602ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14958 | 2024.09.06 06:42:28.577181 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
14959 | 2024.09.06 06:42:28.577223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14960 | 2024.09.06 06:42:28.577265 [ 199 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14961 | 2024.09.06 06:42:28.577370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14962 | 2024.09.06 06:42:28.577483 [ 3 ] {} <Debug> HTTP-Session: 36e13238-aeb1-4872-a14f-61f736bd3ab7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14963 | 2024.09.06 06:42:28.577543 [ 3 ] {} <Debug> HTTP-Session: 36e13238-aeb1-4872-a14f-61f736bd3ab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14964 | 2024.09.06 06:42:28.577610 [ 3 ] {} <Debug> HTTP-Session: 36e13238-aeb1-4872-a14f-61f736bd3ab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14965 | 2024.09.06 06:42:28.577761 [ 3 ] {} <Trace> HTTP-Session: 36e13238-aeb1-4872-a14f-61f736bd3ab7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14966 | 2024.09.06 06:42:28.578126 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14967 | 2024.09.06 06:42:28.578149 [ 3 ] {b912fac4-001a-476c-b1a8-e982bfa50c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14968 | 2024.09.06 06:42:28.578260 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 57 rows starting from the beginning of the part | ||
14969 | 2024.09.06 06:42:28.578312 [ 3 ] {b912fac4-001a-476c-b1a8-e982bfa50c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14970 | 2024.09.06 06:42:28.578892 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
14971 | 2024.09.06 06:42:28.579437 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 40 rows starting from the beginning of the part | ||
14972 | 2024.09.06 06:42:28.579900 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part | ||
14973 | 2024.09.06 06:42:28.580271 [ 199 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_81_16} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14974 | 2024.09.06 06:42:28.580487 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 43 rows starting from the beginning of the part | ||
14975 | 2024.09.06 06:42:28.580738 [ 199 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_81_16} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14976 | 2024.09.06 06:42:28.581162 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
14977 | 2024.09.06 06:42:28.581165 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 10 rows starting from the beginning of the part | ||
14978 | 2024.09.06 06:42:28.581572 [ 3 ] {b912fac4-001a-476c-b1a8-e982bfa50c5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14979 | 2024.09.06 06:42:28.582541 [ 3 ] {b912fac4-001a-476c-b1a8-e982bfa50c5a} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14980 | 2024.09.06 06:42:28.582597 [ 3 ] {b912fac4-001a-476c-b1a8-e982bfa50c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
14981 | 2024.09.06 06:42:28.583673 [ 3 ] {b912fac4-001a-476c-b1a8-e982bfa50c5a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
14982 | 2024.09.06 06:42:28.584176 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 5 columns (5 merged, 0 gathered) in 0.007313942 sec., 22696.379052500004 rows/sec., 1.74 MiB/sec. | ||
14983 | 2024.09.06 06:42:28.584426 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14984 | 2024.09.06 06:42:28.584714 [ 3 ] {b912fac4-001a-476c-b1a8-e982bfa50c5a} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14985 | 2024.09.06 06:42:28.585303 [ 3 ] {b912fac4-001a-476c-b1a8-e982bfa50c5a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00728 sec., 1923.076923076923 rows/sec., 134.68 KiB/sec. | ||
14986 | 2024.09.06 06:42:28.585840 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_76_15} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14987 | 2024.09.06 06:42:28.585901 [ 3 ] {b912fac4-001a-476c-b1a8-e982bfa50c5a} <Debug> DynamicQueryHandler: Done processing query | ||
14988 | 2024.09.06 06:42:28.585984 [ 3 ] {b912fac4-001a-476c-b1a8-e982bfa50c5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14989 | 2024.09.06 06:42:28.586061 [ 3 ] {} <Debug> HTTP-Session: 36e13238-aeb1-4872-a14f-61f736bd3ab7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14990 | 2024.09.06 06:42:28.586323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14991 | 2024.09.06 06:42:28.586313 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_76_15} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14992 | 2024.09.06 06:42:28.586454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14993 | 2024.09.06 06:42:28.586524 [ 3 ] {} <Debug> HTTP-Session: 619b67e5-a1d8-46ac-9582-167919c5901f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
14994 | 2024.09.06 06:42:28.586540 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
14995 | 2024.09.06 06:42:28.586550 [ 3 ] {} <Debug> HTTP-Session: 619b67e5-a1d8-46ac-9582-167919c5901f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14996 | 2024.09.06 06:42:28.586590 [ 3 ] {} <Debug> HTTP-Session: 619b67e5-a1d8-46ac-9582-167919c5901f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14997 | 2024.09.06 06:42:28.586623 [ 3 ] {} <Trace> HTTP-Session: 619b67e5-a1d8-46ac-9582-167919c5901f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14998 | 2024.09.06 06:42:28.586729 [ 3 ] {586efdc8-1ac2-43d2-b5f7-afea16fd1ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14999 | 2024.09.06 06:42:28.586774 [ 3 ] {586efdc8-1ac2-43d2-b5f7-afea16fd1ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15000 | 2024.09.06 06:42:28.587035 [ 3 ] {586efdc8-1ac2-43d2-b5f7-afea16fd1ed4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15001 | 2024.09.06 06:42:28.587410 [ 3 ] {586efdc8-1ac2-43d2-b5f7-afea16fd1ed4} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15002 | 2024.09.06 06:42:28.587449 [ 3 ] {586efdc8-1ac2-43d2-b5f7-afea16fd1ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
15003 | 2024.09.06 06:42:28.587808 [ 3 ] {586efdc8-1ac2-43d2-b5f7-afea16fd1ed4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15004 | 2024.09.06 06:42:28.588186 [ 3 ] {586efdc8-1ac2-43d2-b5f7-afea16fd1ed4} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15005 | 2024.09.06 06:42:28.588350 [ 3 ] {586efdc8-1ac2-43d2-b5f7-afea16fd1ed4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001638 sec., 3663.0036630036634 rows/sec., 216.42 KiB/sec. | ||
15006 | 2024.09.06 06:42:28.588529 [ 3 ] {586efdc8-1ac2-43d2-b5f7-afea16fd1ed4} <Debug> DynamicQueryHandler: Done processing query | ||
15007 | 2024.09.06 06:42:28.588554 [ 3 ] {586efdc8-1ac2-43d2-b5f7-afea16fd1ed4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15008 | 2024.09.06 06:42:28.588570 [ 3 ] {} <Debug> HTTP-Session: 619b67e5-a1d8-46ac-9582-167919c5901f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15009 | 2024.09.06 06:42:28.588755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15010 | 2024.09.06 06:42:28.588807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15011 | 2024.09.06 06:42:28.588828 [ 3 ] {} <Debug> HTTP-Session: 9ff6448d-7f84-44c5-8af2-abc36802276a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15012 | 2024.09.06 06:42:28.588845 [ 3 ] {} <Debug> HTTP-Session: 9ff6448d-7f84-44c5-8af2-abc36802276a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15013 | 2024.09.06 06:42:28.588859 [ 3 ] {} <Debug> HTTP-Session: 9ff6448d-7f84-44c5-8af2-abc36802276a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15014 | 2024.09.06 06:42:28.588890 [ 3 ] {} <Trace> HTTP-Session: 9ff6448d-7f84-44c5-8af2-abc36802276a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15015 | 2024.09.06 06:42:28.589138 [ 3 ] {6a427f3a-6d80-492a-a2cc-37538e51b7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15016 | 2024.09.06 06:42:28.589183 [ 3 ] {6a427f3a-6d80-492a-a2cc-37538e51b7a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15017 | 2024.09.06 06:42:28.589414 [ 3 ] {6a427f3a-6d80-492a-a2cc-37538e51b7a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15018 | 2024.09.06 06:42:28.590013 [ 3 ] {6a427f3a-6d80-492a-a2cc-37538e51b7a0} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15019 | 2024.09.06 06:42:28.590052 [ 3 ] {6a427f3a-6d80-492a-a2cc-37538e51b7a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
15020 | 2024.09.06 06:42:28.590433 [ 3 ] {6a427f3a-6d80-492a-a2cc-37538e51b7a0} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15021 | 2024.09.06 06:42:28.590804 [ 3 ] {6a427f3a-6d80-492a-a2cc-37538e51b7a0} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15022 | 2024.09.06 06:42:28.590964 [ 125 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15023 | 2024.09.06 06:42:28.590972 [ 3 ] {6a427f3a-6d80-492a-a2cc-37538e51b7a0} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001979 sec., 198079.83830217284 rows/sec., 14.06 MiB/sec. | ||
15024 | 2024.09.06 06:42:28.591008 [ 125 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15025 | 2024.09.06 06:42:28.591076 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
15026 | 2024.09.06 06:42:28.591300 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
15027 | 2024.09.06 06:42:28.591324 [ 3 ] {6a427f3a-6d80-492a-a2cc-37538e51b7a0} <Debug> DynamicQueryHandler: Done processing query | ||
15028 | 2024.09.06 06:42:28.591375 [ 3 ] {6a427f3a-6d80-492a-a2cc-37538e51b7a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15029 | 2024.09.06 06:42:28.591417 [ 3 ] {} <Debug> HTTP-Session: 9ff6448d-7f84-44c5-8af2-abc36802276a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15030 | 2024.09.06 06:42:28.591544 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15031 | 2024.09.06 06:42:28.591584 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part | ||
15032 | 2024.09.06 06:42:28.591741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15033 | 2024.09.06 06:42:28.591782 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 390 rows starting from the beginning of the part | ||
15034 | 2024.09.06 06:42:28.591901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15035 | 2024.09.06 06:42:28.592008 [ 3 ] {} <Debug> HTTP-Session: 314b0b2a-0336-4d0b-818c-06f95cf445ce Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15036 | 2024.09.06 06:42:28.592099 [ 3 ] {} <Debug> HTTP-Session: 314b0b2a-0336-4d0b-818c-06f95cf445ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15037 | 2024.09.06 06:42:28.592109 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 110 rows starting from the beginning of the part | ||
15038 | 2024.09.06 06:42:28.592142 [ 3 ] {} <Debug> HTTP-Session: 314b0b2a-0336-4d0b-818c-06f95cf445ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15039 | 2024.09.06 06:42:28.592302 [ 3 ] {} <Trace> HTTP-Session: 314b0b2a-0336-4d0b-818c-06f95cf445ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15040 | 2024.09.06 06:42:28.592463 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 390 rows starting from the beginning of the part | ||
15041 | 2024.09.06 06:42:28.592630 [ 3 ] {9fc79297-1534-4135-9c97-bda6503c2ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15042 | 2024.09.06 06:42:28.592809 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 572 rows starting from the beginning of the part | ||
15043 | 2024.09.06 06:42:28.592826 [ 3 ] {9fc79297-1534-4135-9c97-bda6503c2ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15044 | 2024.09.06 06:42:28.593126 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 392 rows starting from the beginning of the part | ||
15045 | 2024.09.06 06:42:28.593863 [ 3 ] {9fc79297-1534-4135-9c97-bda6503c2ba7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15046 | 2024.09.06 06:42:28.594470 [ 3 ] {9fc79297-1534-4135-9c97-bda6503c2ba7} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15047 | 2024.09.06 06:42:28.594532 [ 3 ] {9fc79297-1534-4135-9c97-bda6503c2ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
15048 | 2024.09.06 06:42:28.595449 [ 3 ] {9fc79297-1534-4135-9c97-bda6503c2ba7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15049 | 2024.09.06 06:42:28.595903 [ 3 ] {9fc79297-1534-4135-9c97-bda6503c2ba7} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15050 | 2024.09.06 06:42:28.596248 [ 125 ] {} <Debug> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
15051 | 2024.09.06 06:42:28.596345 [ 3 ] {9fc79297-1534-4135-9c97-bda6503c2ba7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003832 sec., 1565.7620041753653 rows/sec., 81.80 KiB/sec. | ||
15052 | 2024.09.06 06:42:28.596687 [ 125 ] {} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15053 | 2024.09.06 06:42:28.596701 [ 195 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2767 rows, containing 5 columns (5 merged, 0 gathered) in 0.005490086 sec., 503999.3909020733 rows/sec., 38.48 MiB/sec. | ||
15054 | 2024.09.06 06:42:28.596784 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
15055 | 2024.09.06 06:42:28.596921 [ 3 ] {9fc79297-1534-4135-9c97-bda6503c2ba7} <Debug> DynamicQueryHandler: Done processing query | ||
15056 | 2024.09.06 06:42:28.597005 [ 3 ] {9fc79297-1534-4135-9c97-bda6503c2ba7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15057 | 2024.09.06 06:42:28.597097 [ 195 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15058 | 2024.09.06 06:42:28.597098 [ 3 ] {} <Debug> HTTP-Session: 314b0b2a-0336-4d0b-818c-06f95cf445ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15059 | 2024.09.06 06:42:28.597209 [ 187 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::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 | ||
15060 | 2024.09.06 06:42:28.597480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15061 | 2024.09.06 06:42:28.597671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15062 | 2024.09.06 06:42:28.597782 [ 3 ] {} <Debug> HTTP-Session: 33a67eed-8984-40f5-8bb0-6db610d019cf Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15063 | 2024.09.06 06:42:28.597797 [ 187 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15064 | 2024.09.06 06:42:28.597850 [ 3 ] {} <Debug> HTTP-Session: 33a67eed-8984-40f5-8bb0-6db610d019cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15065 | 2024.09.06 06:42:28.597942 [ 3 ] {} <Debug> HTTP-Session: 33a67eed-8984-40f5-8bb0-6db610d019cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15066 | 2024.09.06 06:42:28.597967 [ 187 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
15067 | 2024.09.06 06:42:28.598087 [ 3 ] {} <Trace> HTTP-Session: 33a67eed-8984-40f5-8bb0-6db610d019cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15068 | 2024.09.06 06:42:28.598447 [ 187 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
15069 | 2024.09.06 06:42:28.598652 [ 3 ] {409302d7-7115-4478-8d7e-eb8c641bfb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15070 | 2024.09.06 06:42:28.598880 [ 3 ] {409302d7-7115-4478-8d7e-eb8c641bfb70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15071 | 2024.09.06 06:42:28.598871 [ 187 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
15072 | 2024.09.06 06:42:28.599057 [ 195 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_81_16} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15073 | 2024.09.06 06:42:28.599652 [ 195 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_81_16} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15074 | 2024.09.06 06:42:28.599771 [ 187 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
15075 | 2024.09.06 06:42:28.599958 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
15076 | 2024.09.06 06:42:28.600195 [ 187 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
15077 | 2024.09.06 06:42:28.600565 [ 187 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
15078 | 2024.09.06 06:42:28.600692 [ 3 ] {409302d7-7115-4478-8d7e-eb8c641bfb70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15079 | 2024.09.06 06:42:28.601951 [ 3 ] {409302d7-7115-4478-8d7e-eb8c641bfb70} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15080 | 2024.09.06 06:42:28.602009 [ 3 ] {409302d7-7115-4478-8d7e-eb8c641bfb70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
15081 | 2024.09.06 06:42:28.603128 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.00620465 sec., 34812.60022724892 rows/sec., 1.78 MiB/sec. | ||
15082 | 2024.09.06 06:42:28.603170 [ 3 ] {409302d7-7115-4478-8d7e-eb8c641bfb70} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15083 | 2024.09.06 06:42:28.603349 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
15084 | 2024.09.06 06:42:28.604053 [ 3 ] {409302d7-7115-4478-8d7e-eb8c641bfb70} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15085 | 2024.09.06 06:42:28.604389 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15086 | 2024.09.06 06:42:28.604404 [ 3 ] {409302d7-7115-4478-8d7e-eb8c641bfb70} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.006031 sec., 39462.77565909468 rows/sec., 2.65 MiB/sec. | ||
15087 | 2024.09.06 06:42:28.604466 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15088 | 2024.09.06 06:42:28.604540 [ 198 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_36_7} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15089 | 2024.09.06 06:42:28.604564 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
15090 | 2024.09.06 06:42:28.604907 [ 198 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_36_7} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
15091 | 2024.09.06 06:42:28.605031 [ 3 ] {409302d7-7115-4478-8d7e-eb8c641bfb70} <Debug> DynamicQueryHandler: Done processing query | ||
15092 | 2024.09.06 06:42:28.605116 [ 3 ] {409302d7-7115-4478-8d7e-eb8c641bfb70} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15093 | 2024.09.06 06:42:28.605138 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
15094 | 2024.09.06 06:42:28.605196 [ 3 ] {} <Debug> HTTP-Session: 33a67eed-8984-40f5-8bb0-6db610d019cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15095 | 2024.09.06 06:42:28.605243 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
15096 | 2024.09.06 06:42:28.605412 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15097 | 2024.09.06 06:42:28.605432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15098 | 2024.09.06 06:42:28.605461 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23675 rows starting from the beginning of the part | ||
15099 | 2024.09.06 06:42:28.605495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15100 | 2024.09.06 06:42:28.605532 [ 3 ] {} <Debug> HTTP-Session: 121413f9-b4a1-487b-9c8f-f1b5f957afad Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15101 | 2024.09.06 06:42:28.605593 [ 3 ] {} <Debug> HTTP-Session: 121413f9-b4a1-487b-9c8f-f1b5f957afad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15102 | 2024.09.06 06:42:28.605641 [ 3 ] {} <Debug> HTTP-Session: 121413f9-b4a1-487b-9c8f-f1b5f957afad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15103 | 2024.09.06 06:42:28.605648 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 237 rows starting from the beginning of the part | ||
15104 | 2024.09.06 06:42:28.605711 [ 3 ] {} <Trace> HTTP-Session: 121413f9-b4a1-487b-9c8f-f1b5f957afad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15105 | 2024.09.06 06:42:28.605803 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 161 rows starting from the beginning of the part | ||
15106 | 2024.09.06 06:42:28.605922 [ 3 ] {a76e8c56-3206-4eae-b5ce-6686eb6b75fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15107 | 2024.09.06 06:42:28.605993 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part | ||
15108 | 2024.09.06 06:42:28.606021 [ 3 ] {a76e8c56-3206-4eae-b5ce-6686eb6b75fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15109 | 2024.09.06 06:42:28.606195 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 844 rows starting from the beginning of the part | ||
15110 | 2024.09.06 06:42:28.606411 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 238 rows starting from the beginning of the part | ||
15111 | 2024.09.06 06:42:28.606729 [ 3 ] {a76e8c56-3206-4eae-b5ce-6686eb6b75fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15112 | 2024.09.06 06:42:28.607167 [ 3 ] {a76e8c56-3206-4eae-b5ce-6686eb6b75fd} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15113 | 2024.09.06 06:42:28.607209 [ 3 ] {a76e8c56-3206-4eae-b5ce-6686eb6b75fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
15114 | 2024.09.06 06:42:28.607592 [ 3 ] {a76e8c56-3206-4eae-b5ce-6686eb6b75fd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15115 | 2024.09.06 06:42:28.608018 [ 3 ] {a76e8c56-3206-4eae-b5ce-6686eb6b75fd} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15116 | 2024.09.06 06:42:28.608182 [ 3 ] {a76e8c56-3206-4eae-b5ce-6686eb6b75fd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00234 sec., 427.3504273504273 rows/sec., 28.80 KiB/sec. | ||
15117 | 2024.09.06 06:42:28.608391 [ 3 ] {a76e8c56-3206-4eae-b5ce-6686eb6b75fd} <Debug> DynamicQueryHandler: Done processing query | ||
15118 | 2024.09.06 06:42:28.608424 [ 3 ] {a76e8c56-3206-4eae-b5ce-6686eb6b75fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15119 | 2024.09.06 06:42:28.608450 [ 3 ] {} <Debug> HTTP-Session: 121413f9-b4a1-487b-9c8f-f1b5f957afad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15120 | 2024.09.06 06:42:28.608599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15121 | 2024.09.06 06:42:28.608660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15122 | 2024.09.06 06:42:28.608682 [ 3 ] {} <Debug> HTTP-Session: 633a9843-0093-4932-923a-1f192ad23230 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15123 | 2024.09.06 06:42:28.608711 [ 3 ] {} <Debug> HTTP-Session: 633a9843-0093-4932-923a-1f192ad23230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15124 | 2024.09.06 06:42:28.608734 [ 3 ] {} <Debug> HTTP-Session: 633a9843-0093-4932-923a-1f192ad23230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15125 | 2024.09.06 06:42:28.608779 [ 3 ] {} <Trace> HTTP-Session: 633a9843-0093-4932-923a-1f192ad23230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15126 | 2024.09.06 06:42:28.608991 [ 3 ] {bd4773b4-f32f-4d9a-973b-9b7be1db6621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15127 | 2024.09.06 06:42:28.609064 [ 3 ] {bd4773b4-f32f-4d9a-973b-9b7be1db6621} <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_histogramu64 | ||
15128 | 2024.09.06 06:42:28.609586 [ 3 ] {bd4773b4-f32f-4d9a-973b-9b7be1db6621} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15129 | 2024.09.06 06:42:28.610153 [ 3 ] {bd4773b4-f32f-4d9a-973b-9b7be1db6621} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15130 | 2024.09.06 06:42:28.610192 [ 3 ] {bd4773b4-f32f-4d9a-973b-9b7be1db6621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
15131 | 2024.09.06 06:42:28.610933 [ 3 ] {bd4773b4-f32f-4d9a-973b-9b7be1db6621} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15132 | 2024.09.06 06:42:28.611414 [ 3 ] {bd4773b4-f32f-4d9a-973b-9b7be1db6621} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15133 | 2024.09.06 06:42:28.611600 [ 125 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
15134 | 2024.09.06 06:42:28.611616 [ 3 ] {bd4773b4-f32f-4d9a-973b-9b7be1db6621} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002745 sec., 2914.3897996357014 rows/sec., 5.22 MiB/sec. | ||
15135 | 2024.09.06 06:42:28.611745 [ 125 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15136 | 2024.09.06 06:42:28.611831 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
15137 | 2024.09.06 06:42:28.612325 [ 198 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
15138 | 2024.09.06 06:42:28.612576 [ 3 ] {bd4773b4-f32f-4d9a-973b-9b7be1db6621} <Debug> DynamicQueryHandler: Done processing query | ||
15139 | 2024.09.06 06:42:28.612624 [ 3 ] {bd4773b4-f32f-4d9a-973b-9b7be1db6621} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15140 | 2024.09.06 06:42:28.612690 [ 3 ] {} <Debug> HTTP-Session: 633a9843-0093-4932-923a-1f192ad23230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15141 | 2024.09.06 06:42:28.612903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15142 | 2024.09.06 06:42:28.613049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15143 | 2024.09.06 06:42:28.613115 [ 3 ] {} <Debug> HTTP-Session: 63062afb-8687-4b6c-ab01-e678885e3482 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15144 | 2024.09.06 06:42:28.613165 [ 3 ] {} <Debug> HTTP-Session: 63062afb-8687-4b6c-ab01-e678885e3482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15145 | 2024.09.06 06:42:28.613227 [ 3 ] {} <Debug> HTTP-Session: 63062afb-8687-4b6c-ab01-e678885e3482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15146 | 2024.09.06 06:42:28.613327 [ 3 ] {} <Trace> HTTP-Session: 63062afb-8687-4b6c-ab01-e678885e3482 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15147 | 2024.09.06 06:42:28.613368 [ 198 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15148 | 2024.09.06 06:42:28.613539 [ 198 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1329 rows starting from the beginning of the part | ||
15149 | 2024.09.06 06:42:28.613615 [ 3 ] {db7b3e93-39f0-4a12-a44b-708982016fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15150 | 2024.09.06 06:42:28.613883 [ 3 ] {db7b3e93-39f0-4a12-a44b-708982016fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15151 | 2024.09.06 06:42:28.614710 [ 198 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
15152 | 2024.09.06 06:42:28.615318 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25392 rows, containing 5 columns (5 merged, 0 gathered) in 0.010557194 sec., 2405184.5594577496 rows/sec., 162.64 MiB/sec. | ||
15153 | 2024.09.06 06:42:28.615974 [ 191 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15154 | 2024.09.06 06:42:28.616048 [ 3 ] {db7b3e93-39f0-4a12-a44b-708982016fc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15155 | 2024.09.06 06:42:28.616076 [ 198 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 38 rows starting from the beginning of the part | ||
15156 | 2024.09.06 06:42:28.617338 [ 198 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part | ||
15157 | 2024.09.06 06:42:28.618185 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15158 | 2024.09.06 06:42:28.618248 [ 3 ] {db7b3e93-39f0-4a12-a44b-708982016fc9} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15159 | 2024.09.06 06:42:28.618411 [ 3 ] {db7b3e93-39f0-4a12-a44b-708982016fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
15160 | 2024.09.06 06:42:28.618512 [ 198 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 43 rows starting from the beginning of the part | ||
15161 | 2024.09.06 06:42:28.618609 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15162 | 2024.09.06 06:42:28.618929 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
15163 | 2024.09.06 06:42:28.619530 [ 198 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part | ||
15164 | 2024.09.06 06:42:28.619916 [ 3 ] {db7b3e93-39f0-4a12-a44b-708982016fc9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15165 | 2024.09.06 06:42:28.620891 [ 3 ] {db7b3e93-39f0-4a12-a44b-708982016fc9} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15166 | 2024.09.06 06:42:28.621198 [ 125 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15167 | 2024.09.06 06:42:28.621289 [ 125 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15168 | 2024.09.06 06:42:28.621344 [ 3 ] {db7b3e93-39f0-4a12-a44b-708982016fc9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007813 sec., 10495.328298988865 rows/sec., 682.58 KiB/sec. | ||
15169 | 2024.09.06 06:42:28.621459 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.71 GiB. | ||
15170 | 2024.09.06 06:42:28.621769 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
15171 | 2024.09.06 06:42:28.621956 [ 3 ] {db7b3e93-39f0-4a12-a44b-708982016fc9} <Debug> DynamicQueryHandler: Done processing query | ||
15172 | 2024.09.06 06:42:28.622011 [ 3 ] {db7b3e93-39f0-4a12-a44b-708982016fc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15173 | 2024.09.06 06:42:28.622014 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15174 | 2024.09.06 06:42:28.622041 [ 3 ] {} <Debug> HTTP-Session: 63062afb-8687-4b6c-ab01-e678885e3482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15175 | 2024.09.06 06:42:28.622093 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5130 rows starting from the beginning of the part | ||
15176 | 2024.09.06 06:42:28.622201 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part | ||
15177 | 2024.09.06 06:42:28.622457 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
15178 | 2024.09.06 06:42:28.622736 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
15179 | 2024.09.06 06:42:28.622975 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
15180 | 2024.09.06 06:42:28.623308 [ 193 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part | ||
15181 | 2024.09.06 06:42:28.626329 [ 189 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5496 rows, containing 4 columns (4 merged, 0 gathered) in 0.004728212 sec., 1162384.4277710053 rows/sec., 75.90 MiB/sec. | ||
15182 | 2024.09.06 06:42:28.627102 [ 189 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15183 | 2024.09.06 06:42:28.627542 [ 189 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_81_16} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15184 | 2024.09.06 06:42:28.627650 [ 189 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_81_16} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15185 | 2024.09.06 06:42:28.627726 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
15186 | 2024.09.06 06:42:28.628486 [ 186 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1434 rows, containing 19 columns (19 merged, 0 gathered) in 0.016478 sec., 87025.12440830198 rows/sec., 155.95 MiB/sec. | ||
15187 | 2024.09.06 06:42:28.629905 [ 189 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15188 | 2024.09.06 06:42:28.630469 [ 189 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15189 | 2024.09.06 06:42:28.630552 [ 189 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15190 | 2024.09.06 06:42:28.630664 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. | ||
15191 | 2024.09.06 06:42:29.000157 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.89 MiB, peak 221.43 MiB, free memory in arenas 0.00 B, will set to 210.97 MiB (RSS), difference: 2.08 MiB | ||
15192 | 2024.09.06 06:42:30.504981 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15193 | 2024.09.06 06:42:30.505059 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15194 | 2024.09.06 06:42:33.558437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15195 | 2024.09.06 06:42:33.558576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15196 | 2024.09.06 06:42:33.558606 [ 3 ] {} <Debug> HTTP-Session: 9e4e8d0a-5115-42fe-a3df-ee5d214de339 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15197 | 2024.09.06 06:42:33.558635 [ 3 ] {} <Debug> HTTP-Session: 9e4e8d0a-5115-42fe-a3df-ee5d214de339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15198 | 2024.09.06 06:42:33.558653 [ 3 ] {} <Debug> HTTP-Session: 9e4e8d0a-5115-42fe-a3df-ee5d214de339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15199 | 2024.09.06 06:42:33.558711 [ 3 ] {} <Trace> HTTP-Session: 9e4e8d0a-5115-42fe-a3df-ee5d214de339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15200 | 2024.09.06 06:42:33.559014 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
15201 | 2024.09.06 06:42:33.559448 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15202 | 2024.09.06 06:42:33.559504 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
15203 | 2024.09.06 06:42:33.559884 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15204 | 2024.09.06 06:42:33.559966 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15205 | 2024.09.06 06:42:33.560147 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
15206 | 2024.09.06 06:42:33.560187 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15207 | 2024.09.06 06:42:33.560212 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Debug> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (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 | ||
15208 | 2024.09.06 06:42:33.560230 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15209 | 2024.09.06 06:42:33.560282 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
15210 | 2024.09.06 06:42:33.560309 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
15211 | 2024.09.06 06:42:33.561613 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002725 sec., 15045.871559633028 rows/sec., 573.75 KiB/sec. | ||
15212 | 2024.09.06 06:42:33.561893 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Debug> DynamicQueryHandler: Done processing query | ||
15213 | 2024.09.06 06:42:33.561921 [ 3 ] {f02e3fd7-3918-402f-88aa-08be4872e8ae} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15214 | 2024.09.06 06:42:33.561939 [ 3 ] {} <Debug> HTTP-Session: 9e4e8d0a-5115-42fe-a3df-ee5d214de339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15215 | 2024.09.06 06:42:33.566723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15216 | 2024.09.06 06:42:33.566824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15217 | 2024.09.06 06:42:33.566865 [ 3 ] {} <Debug> HTTP-Session: 2fbc4b33-86d7-41bc-acef-32045b9c9565 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15218 | 2024.09.06 06:42:33.566897 [ 3 ] {} <Debug> HTTP-Session: 2fbc4b33-86d7-41bc-acef-32045b9c9565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15219 | 2024.09.06 06:42:33.566925 [ 3 ] {} <Debug> HTTP-Session: 2fbc4b33-86d7-41bc-acef-32045b9c9565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15220 | 2024.09.06 06:42:33.566987 [ 3 ] {} <Trace> HTTP-Session: 2fbc4b33-86d7-41bc-acef-32045b9c9565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15221 | 2024.09.06 06:42:33.567163 [ 3 ] {a1e5333b-793a-4fc4-b855-df9df01408c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
15222 | 2024.09.06 06:42:33.567210 [ 3 ] {a1e5333b-793a-4fc4-b855-df9df01408c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15223 | 2024.09.06 06:42:33.567383 [ 3 ] {a1e5333b-793a-4fc4-b855-df9df01408c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15224 | 2024.09.06 06:42:33.567738 [ 3 ] {a1e5333b-793a-4fc4-b855-df9df01408c2} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15225 | 2024.09.06 06:42:33.567780 [ 3 ] {a1e5333b-793a-4fc4-b855-df9df01408c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15226 | 2024.09.06 06:42:33.568295 [ 3 ] {a1e5333b-793a-4fc4-b855-df9df01408c2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
15227 | 2024.09.06 06:42:33.568621 [ 3 ] {a1e5333b-793a-4fc4-b855-df9df01408c2} <Trace> oximeter.timeseries_schema (fef195ce-1520-4e3f-941f-c0ca458f7133): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15228 | 2024.09.06 06:42:33.568801 [ 3 ] {a1e5333b-793a-4fc4-b855-df9df01408c2} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001673 sec., 597.7286312014345 rows/sec., 166.36 KiB/sec. | ||
15229 | 2024.09.06 06:42:33.569095 [ 3 ] {a1e5333b-793a-4fc4-b855-df9df01408c2} <Debug> DynamicQueryHandler: Done processing query | ||
15230 | 2024.09.06 06:42:33.569120 [ 3 ] {a1e5333b-793a-4fc4-b855-df9df01408c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15231 | 2024.09.06 06:42:33.569136 [ 3 ] {} <Debug> HTTP-Session: 2fbc4b33-86d7-41bc-acef-32045b9c9565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15232 | 2024.09.06 06:42:33.569245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15233 | 2024.09.06 06:42:33.569295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15234 | 2024.09.06 06:42:33.569316 [ 3 ] {} <Debug> HTTP-Session: 5a4069ae-d7b0-4bcf-8534-80ee863f4fba Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15235 | 2024.09.06 06:42:33.569334 [ 3 ] {} <Debug> HTTP-Session: 5a4069ae-d7b0-4bcf-8534-80ee863f4fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15236 | 2024.09.06 06:42:33.569348 [ 3 ] {} <Debug> HTTP-Session: 5a4069ae-d7b0-4bcf-8534-80ee863f4fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15237 | 2024.09.06 06:42:33.569379 [ 3 ] {} <Trace> HTTP-Session: 5a4069ae-d7b0-4bcf-8534-80ee863f4fba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15238 | 2024.09.06 06:42:33.569476 [ 3 ] {47d8fc5b-6e30-4218-b56a-37e7802e7bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15239 | 2024.09.06 06:42:33.569523 [ 3 ] {47d8fc5b-6e30-4218-b56a-37e7802e7bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15240 | 2024.09.06 06:42:33.569788 [ 3 ] {47d8fc5b-6e30-4218-b56a-37e7802e7bf7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15241 | 2024.09.06 06:42:33.570122 [ 3 ] {47d8fc5b-6e30-4218-b56a-37e7802e7bf7} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15242 | 2024.09.06 06:42:33.570159 [ 3 ] {47d8fc5b-6e30-4218-b56a-37e7802e7bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15243 | 2024.09.06 06:42:33.570515 [ 3 ] {47d8fc5b-6e30-4218-b56a-37e7802e7bf7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
15244 | 2024.09.06 06:42:33.570889 [ 3 ] {47d8fc5b-6e30-4218-b56a-37e7802e7bf7} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15245 | 2024.09.06 06:42:33.571056 [ 3 ] {47d8fc5b-6e30-4218-b56a-37e7802e7bf7} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001599 sec., 1876.172607879925 rows/sec., 139.25 KiB/sec. | ||
15246 | 2024.09.06 06:42:33.571432 [ 3 ] {47d8fc5b-6e30-4218-b56a-37e7802e7bf7} <Debug> DynamicQueryHandler: Done processing query | ||
15247 | 2024.09.06 06:42:33.571468 [ 3 ] {47d8fc5b-6e30-4218-b56a-37e7802e7bf7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15248 | 2024.09.06 06:42:33.571486 [ 3 ] {} <Debug> HTTP-Session: 5a4069ae-d7b0-4bcf-8534-80ee863f4fba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15249 | 2024.09.06 06:42:33.571678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 22522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15250 | 2024.09.06 06:42:33.571731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15251 | 2024.09.06 06:42:33.571752 [ 3 ] {} <Debug> HTTP-Session: cbb71d50-ea57-42fe-b81c-2a128c34a3cc Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15252 | 2024.09.06 06:42:33.571770 [ 3 ] {} <Debug> HTTP-Session: cbb71d50-ea57-42fe-b81c-2a128c34a3cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15253 | 2024.09.06 06:42:33.571784 [ 3 ] {} <Debug> HTTP-Session: cbb71d50-ea57-42fe-b81c-2a128c34a3cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15254 | 2024.09.06 06:42:33.571815 [ 3 ] {} <Trace> HTTP-Session: cbb71d50-ea57-42fe-b81c-2a128c34a3cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15255 | 2024.09.06 06:42:33.571956 [ 3 ] {278514fa-7db7-4fc5-8c93-89f9d1b4d3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15256 | 2024.09.06 06:42:33.572004 [ 3 ] {278514fa-7db7-4fc5-8c93-89f9d1b4d3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15257 | 2024.09.06 06:42:33.572255 [ 3 ] {278514fa-7db7-4fc5-8c93-89f9d1b4d3d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15258 | 2024.09.06 06:42:33.572689 [ 3 ] {278514fa-7db7-4fc5-8c93-89f9d1b4d3d6} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15259 | 2024.09.06 06:42:33.572727 [ 3 ] {278514fa-7db7-4fc5-8c93-89f9d1b4d3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15260 | 2024.09.06 06:42:33.573096 [ 3 ] {278514fa-7db7-4fc5-8c93-89f9d1b4d3d6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15261 | 2024.09.06 06:42:33.573471 [ 3 ] {278514fa-7db7-4fc5-8c93-89f9d1b4d3d6} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15262 | 2024.09.06 06:42:33.573629 [ 3 ] {278514fa-7db7-4fc5-8c93-89f9d1b4d3d6} <Debug> executeQuery: Read 152 rows, 13.27 KiB in 0.001731 sec., 87810.51415366841 rows/sec., 7.49 MiB/sec. | ||
15263 | 2024.09.06 06:42:33.573921 [ 3 ] {278514fa-7db7-4fc5-8c93-89f9d1b4d3d6} <Debug> DynamicQueryHandler: Done processing query | ||
15264 | 2024.09.06 06:42:33.573982 [ 3 ] {278514fa-7db7-4fc5-8c93-89f9d1b4d3d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15265 | 2024.09.06 06:42:33.574041 [ 3 ] {} <Debug> HTTP-Session: cbb71d50-ea57-42fe-b81c-2a128c34a3cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15266 | 2024.09.06 06:42:33.574205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 6906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15267 | 2024.09.06 06:42:33.574259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15268 | 2024.09.06 06:42:33.574280 [ 3 ] {} <Debug> HTTP-Session: 8dece9bf-0559-45a2-b6a7-4a080c6ad062 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15269 | 2024.09.06 06:42:33.574296 [ 3 ] {} <Debug> HTTP-Session: 8dece9bf-0559-45a2-b6a7-4a080c6ad062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15270 | 2024.09.06 06:42:33.574311 [ 3 ] {} <Debug> HTTP-Session: 8dece9bf-0559-45a2-b6a7-4a080c6ad062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15271 | 2024.09.06 06:42:33.574343 [ 3 ] {} <Trace> HTTP-Session: 8dece9bf-0559-45a2-b6a7-4a080c6ad062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15272 | 2024.09.06 06:42:33.574466 [ 3 ] {6f5f7ae5-dac2-4658-bfab-07e29a4f3000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15273 | 2024.09.06 06:42:33.574512 [ 3 ] {6f5f7ae5-dac2-4658-bfab-07e29a4f3000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15274 | 2024.09.06 06:42:33.574764 [ 3 ] {6f5f7ae5-dac2-4658-bfab-07e29a4f3000} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15275 | 2024.09.06 06:42:33.575160 [ 3 ] {6f5f7ae5-dac2-4658-bfab-07e29a4f3000} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15276 | 2024.09.06 06:42:33.575198 [ 3 ] {6f5f7ae5-dac2-4658-bfab-07e29a4f3000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15277 | 2024.09.06 06:42:33.575553 [ 3 ] {6f5f7ae5-dac2-4658-bfab-07e29a4f3000} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15278 | 2024.09.06 06:42:33.575920 [ 3 ] {6f5f7ae5-dac2-4658-bfab-07e29a4f3000} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15279 | 2024.09.06 06:42:33.576077 [ 3 ] {6f5f7ae5-dac2-4658-bfab-07e29a4f3000} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.001645 sec., 29179.331306990884 rows/sec., 2.12 MiB/sec. | ||
15280 | 2024.09.06 06:42:33.576337 [ 3 ] {6f5f7ae5-dac2-4658-bfab-07e29a4f3000} <Debug> DynamicQueryHandler: Done processing query | ||
15281 | 2024.09.06 06:42:33.576397 [ 3 ] {6f5f7ae5-dac2-4658-bfab-07e29a4f3000} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15282 | 2024.09.06 06:42:33.576458 [ 3 ] {} <Debug> HTTP-Session: 8dece9bf-0559-45a2-b6a7-4a080c6ad062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15283 | 2024.09.06 06:42:33.576664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 21853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15284 | 2024.09.06 06:42:33.576720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15285 | 2024.09.06 06:42:33.576741 [ 3 ] {} <Debug> HTTP-Session: df2e4d79-5e1f-403b-afc3-2157d318ec2e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15286 | 2024.09.06 06:42:33.576758 [ 3 ] {} <Debug> HTTP-Session: df2e4d79-5e1f-403b-afc3-2157d318ec2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15287 | 2024.09.06 06:42:33.576772 [ 3 ] {} <Debug> HTTP-Session: df2e4d79-5e1f-403b-afc3-2157d318ec2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15288 | 2024.09.06 06:42:33.576805 [ 3 ] {} <Trace> HTTP-Session: df2e4d79-5e1f-403b-afc3-2157d318ec2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15289 | 2024.09.06 06:42:33.576943 [ 3 ] {9e3aff16-4bc6-43e2-a018-7faf7a8420ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15290 | 2024.09.06 06:42:33.576988 [ 3 ] {9e3aff16-4bc6-43e2-a018-7faf7a8420ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15291 | 2024.09.06 06:42:33.577227 [ 3 ] {9e3aff16-4bc6-43e2-a018-7faf7a8420ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15292 | 2024.09.06 06:42:33.577651 [ 3 ] {9e3aff16-4bc6-43e2-a018-7faf7a8420ed} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15293 | 2024.09.06 06:42:33.577689 [ 3 ] {9e3aff16-4bc6-43e2-a018-7faf7a8420ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15294 | 2024.09.06 06:42:33.578047 [ 3 ] {9e3aff16-4bc6-43e2-a018-7faf7a8420ed} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15295 | 2024.09.06 06:42:33.578411 [ 3 ] {9e3aff16-4bc6-43e2-a018-7faf7a8420ed} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15296 | 2024.09.06 06:42:33.578568 [ 3 ] {9e3aff16-4bc6-43e2-a018-7faf7a8420ed} <Debug> executeQuery: Read 130 rows, 10.19 KiB in 0.001675 sec., 77611.94029850746 rows/sec., 5.94 MiB/sec. | ||
15297 | 2024.09.06 06:42:33.578741 [ 3 ] {9e3aff16-4bc6-43e2-a018-7faf7a8420ed} <Debug> DynamicQueryHandler: Done processing query | ||
15298 | 2024.09.06 06:42:33.578764 [ 3 ] {9e3aff16-4bc6-43e2-a018-7faf7a8420ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15299 | 2024.09.06 06:42:33.578781 [ 3 ] {} <Debug> HTTP-Session: df2e4d79-5e1f-403b-afc3-2157d318ec2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15300 | 2024.09.06 06:42:33.578932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15301 | 2024.09.06 06:42:33.578982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15302 | 2024.09.06 06:42:33.579003 [ 3 ] {} <Debug> HTTP-Session: 32519f9e-b805-45d6-9786-27eaf71765c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15303 | 2024.09.06 06:42:33.579020 [ 3 ] {} <Debug> HTTP-Session: 32519f9e-b805-45d6-9786-27eaf71765c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15304 | 2024.09.06 06:42:33.579034 [ 3 ] {} <Debug> HTTP-Session: 32519f9e-b805-45d6-9786-27eaf71765c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15305 | 2024.09.06 06:42:33.579065 [ 3 ] {} <Trace> HTTP-Session: 32519f9e-b805-45d6-9786-27eaf71765c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15306 | 2024.09.06 06:42:33.579208 [ 3 ] {d7661a59-66ad-4d8c-aa3c-dac310746d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15307 | 2024.09.06 06:42:33.579255 [ 3 ] {d7661a59-66ad-4d8c-aa3c-dac310746d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15308 | 2024.09.06 06:42:33.579403 [ 3 ] {d7661a59-66ad-4d8c-aa3c-dac310746d45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15309 | 2024.09.06 06:42:33.579794 [ 3 ] {d7661a59-66ad-4d8c-aa3c-dac310746d45} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15310 | 2024.09.06 06:42:33.579831 [ 3 ] {d7661a59-66ad-4d8c-aa3c-dac310746d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15311 | 2024.09.06 06:42:33.580217 [ 3 ] {d7661a59-66ad-4d8c-aa3c-dac310746d45} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15312 | 2024.09.06 06:42:33.580583 [ 3 ] {d7661a59-66ad-4d8c-aa3c-dac310746d45} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15313 | 2024.09.06 06:42:33.580747 [ 3 ] {d7661a59-66ad-4d8c-aa3c-dac310746d45} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.001595 sec., 102194.35736677116 rows/sec., 7.10 MiB/sec. | ||
15314 | 2024.09.06 06:42:33.581006 [ 3 ] {d7661a59-66ad-4d8c-aa3c-dac310746d45} <Debug> DynamicQueryHandler: Done processing query | ||
15315 | 2024.09.06 06:42:33.581065 [ 3 ] {d7661a59-66ad-4d8c-aa3c-dac310746d45} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15316 | 2024.09.06 06:42:33.581124 [ 3 ] {} <Debug> HTTP-Session: 32519f9e-b805-45d6-9786-27eaf71765c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15317 | 2024.09.06 06:42:33.581419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 73894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15318 | 2024.09.06 06:42:33.581480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15319 | 2024.09.06 06:42:33.581501 [ 3 ] {} <Debug> HTTP-Session: 85bcdd0d-541f-4a89-b87d-6cf5ba7a7898 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15320 | 2024.09.06 06:42:33.581519 [ 3 ] {} <Debug> HTTP-Session: 85bcdd0d-541f-4a89-b87d-6cf5ba7a7898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15321 | 2024.09.06 06:42:33.581533 [ 3 ] {} <Debug> HTTP-Session: 85bcdd0d-541f-4a89-b87d-6cf5ba7a7898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15322 | 2024.09.06 06:42:33.581566 [ 3 ] {} <Trace> HTTP-Session: 85bcdd0d-541f-4a89-b87d-6cf5ba7a7898 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15323 | 2024.09.06 06:42:33.582023 [ 3 ] {6f96119e-ff1a-4b70-8ccc-0e9c92314a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15324 | 2024.09.06 06:42:33.582094 [ 3 ] {6f96119e-ff1a-4b70-8ccc-0e9c92314a28} <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_histogramu64 | ||
15325 | 2024.09.06 06:42:33.582525 [ 3 ] {6f96119e-ff1a-4b70-8ccc-0e9c92314a28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15326 | 2024.09.06 06:42:33.583336 [ 3 ] {6f96119e-ff1a-4b70-8ccc-0e9c92314a28} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15327 | 2024.09.06 06:42:33.583373 [ 3 ] {6f96119e-ff1a-4b70-8ccc-0e9c92314a28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15328 | 2024.09.06 06:42:33.584046 [ 3 ] {6f96119e-ff1a-4b70-8ccc-0e9c92314a28} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15329 | 2024.09.06 06:42:33.584466 [ 3 ] {6f96119e-ff1a-4b70-8ccc-0e9c92314a28} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15330 | 2024.09.06 06:42:33.584640 [ 3 ] {6f96119e-ff1a-4b70-8ccc-0e9c92314a28} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.002952 sec., 15243.902439024389 rows/sec., 27.32 MiB/sec. | ||
15331 | 2024.09.06 06:42:33.584872 [ 3 ] {6f96119e-ff1a-4b70-8ccc-0e9c92314a28} <Debug> DynamicQueryHandler: Done processing query | ||
15332 | 2024.09.06 06:42:33.584899 [ 3 ] {6f96119e-ff1a-4b70-8ccc-0e9c92314a28} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
15333 | 2024.09.06 06:42:33.584916 [ 3 ] {} <Debug> HTTP-Session: 85bcdd0d-541f-4a89-b87d-6cf5ba7a7898 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15334 | 2024.09.06 06:42:33.585038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15335 | 2024.09.06 06:42:33.585089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15336 | 2024.09.06 06:42:33.585109 [ 3 ] {} <Debug> HTTP-Session: cf1bacbb-222c-4046-8a3e-d5da545350e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15337 | 2024.09.06 06:42:33.585126 [ 3 ] {} <Debug> HTTP-Session: cf1bacbb-222c-4046-8a3e-d5da545350e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15338 | 2024.09.06 06:42:33.585140 [ 3 ] {} <Debug> HTTP-Session: cf1bacbb-222c-4046-8a3e-d5da545350e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15339 | 2024.09.06 06:42:33.585170 [ 3 ] {} <Trace> HTTP-Session: cf1bacbb-222c-4046-8a3e-d5da545350e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15340 | 2024.09.06 06:42:33.585285 [ 3 ] {09f0f3f0-8d73-4b0b-9490-fb91aadc27a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15341 | 2024.09.06 06:42:33.585330 [ 3 ] {09f0f3f0-8d73-4b0b-9490-fb91aadc27a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15342 | 2024.09.06 06:42:33.585459 [ 3 ] {09f0f3f0-8d73-4b0b-9490-fb91aadc27a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15343 | 2024.09.06 06:42:33.585791 [ 3 ] {09f0f3f0-8d73-4b0b-9490-fb91aadc27a0} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15344 | 2024.09.06 06:42:33.585828 [ 3 ] {09f0f3f0-8d73-4b0b-9490-fb91aadc27a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15345 | 2024.09.06 06:42:33.586196 [ 3 ] {09f0f3f0-8d73-4b0b-9490-fb91aadc27a0} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15346 | 2024.09.06 06:42:33.586522 [ 3 ] {09f0f3f0-8d73-4b0b-9490-fb91aadc27a0} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15347 | 2024.09.06 06:42:33.586679 [ 3 ] {09f0f3f0-8d73-4b0b-9490-fb91aadc27a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
15348 | 2024.09.06 06:42:33.586849 [ 3 ] {09f0f3f0-8d73-4b0b-9490-fb91aadc27a0} <Debug> DynamicQueryHandler: Done processing query | ||
15349 | 2024.09.06 06:42:33.586874 [ 3 ] {09f0f3f0-8d73-4b0b-9490-fb91aadc27a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15350 | 2024.09.06 06:42:33.586891 [ 3 ] {} <Debug> HTTP-Session: cf1bacbb-222c-4046-8a3e-d5da545350e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15351 | 2024.09.06 06:42:34.567528 [ 86 ] {} <Debug> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
15352 | 2024.09.06 06:42:34.567648 [ 86 ] {} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15353 | 2024.09.06 06:42:34.567692 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15354 | 2024.09.06 06:42:34.568085 [ 188 ] {43701628-ec83-4ff2-85ed-252907d5ce55::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 | ||
15355 | 2024.09.06 06:42:34.568300 [ 188 ] {43701628-ec83-4ff2-85ed-252907d5ce55::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15356 | 2024.09.06 06:42:34.568338 [ 188 ] {43701628-ec83-4ff2-85ed-252907d5ce55::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
15357 | 2024.09.06 06:42:34.568419 [ 188 ] {43701628-ec83-4ff2-85ed-252907d5ce55::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 | ||
15358 | 2024.09.06 06:42:34.568618 [ 188 ] {43701628-ec83-4ff2-85ed-252907d5ce55::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
15359 | 2024.09.06 06:42:34.568786 [ 188 ] {43701628-ec83-4ff2-85ed-252907d5ce55::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 | ||
15360 | 2024.09.06 06:42:34.568987 [ 188 ] {43701628-ec83-4ff2-85ed-252907d5ce55::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 | ||
15361 | 2024.09.06 06:42:34.570153 [ 188 ] {43701628-ec83-4ff2-85ed-252907d5ce55::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.002347095 sec., 17894.4610252248 rows/sec., 1.28 MiB/sec. | ||
15362 | 2024.09.06 06:42:34.570347 [ 188 ] {43701628-ec83-4ff2-85ed-252907d5ce55::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
15363 | 2024.09.06 06:42:34.570853 [ 188 ] {43701628-ec83-4ff2-85ed-252907d5ce55::all_1_5_1} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15364 | 2024.09.06 06:42:34.570937 [ 188 ] {43701628-ec83-4ff2-85ed-252907d5ce55::all_1_5_1} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
15365 | 2024.09.06 06:42:34.571015 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15366 | 2024.09.06 06:42:38.564556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15367 | 2024.09.06 06:42:38.564691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15368 | 2024.09.06 06:42:38.564722 [ 3 ] {} <Debug> HTTP-Session: 508ca76c-d80a-4f7e-b2bd-fa27f5ca5257 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15369 | 2024.09.06 06:42:38.564750 [ 3 ] {} <Debug> HTTP-Session: 508ca76c-d80a-4f7e-b2bd-fa27f5ca5257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15370 | 2024.09.06 06:42:38.564769 [ 3 ] {} <Debug> HTTP-Session: 508ca76c-d80a-4f7e-b2bd-fa27f5ca5257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15371 | 2024.09.06 06:42:38.564825 [ 3 ] {} <Trace> HTTP-Session: 508ca76c-d80a-4f7e-b2bd-fa27f5ca5257 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15372 | 2024.09.06 06:42:38.565095 [ 3 ] {973f1c8a-7e4f-448b-aadd-5b51377adecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15373 | 2024.09.06 06:42:38.565175 [ 3 ] {973f1c8a-7e4f-448b-aadd-5b51377adecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15374 | 2024.09.06 06:42:38.565516 [ 3 ] {973f1c8a-7e4f-448b-aadd-5b51377adecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15375 | 2024.09.06 06:42:38.566215 [ 3 ] {973f1c8a-7e4f-448b-aadd-5b51377adecd} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15376 | 2024.09.06 06:42:38.566260 [ 3 ] {973f1c8a-7e4f-448b-aadd-5b51377adecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15377 | 2024.09.06 06:42:38.566722 [ 3 ] {973f1c8a-7e4f-448b-aadd-5b51377adecd} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15378 | 2024.09.06 06:42:38.567108 [ 3 ] {973f1c8a-7e4f-448b-aadd-5b51377adecd} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15379 | 2024.09.06 06:42:38.567265 [ 3 ] {973f1c8a-7e4f-448b-aadd-5b51377adecd} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002286 sec., 89676.29046369204 rows/sec., 7.90 MiB/sec. | ||
15380 | 2024.09.06 06:42:38.567592 [ 3 ] {973f1c8a-7e4f-448b-aadd-5b51377adecd} <Debug> DynamicQueryHandler: Done processing query | ||
15381 | 2024.09.06 06:42:38.567620 [ 3 ] {973f1c8a-7e4f-448b-aadd-5b51377adecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15382 | 2024.09.06 06:42:38.567669 [ 3 ] {} <Debug> HTTP-Session: 508ca76c-d80a-4f7e-b2bd-fa27f5ca5257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15383 | 2024.09.06 06:42:38.567966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15384 | 2024.09.06 06:42:38.568098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15385 | 2024.09.06 06:42:38.568143 [ 3 ] {} <Debug> HTTP-Session: 4c965d79-c0bc-4a8f-b8fb-507a3011c890 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15386 | 2024.09.06 06:42:38.568189 [ 3 ] {} <Debug> HTTP-Session: 4c965d79-c0bc-4a8f-b8fb-507a3011c890 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15387 | 2024.09.06 06:42:38.568218 [ 3 ] {} <Debug> HTTP-Session: 4c965d79-c0bc-4a8f-b8fb-507a3011c890 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15388 | 2024.09.06 06:42:38.568254 [ 3 ] {} <Trace> HTTP-Session: 4c965d79-c0bc-4a8f-b8fb-507a3011c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15389 | 2024.09.06 06:42:38.568367 [ 3 ] {d063ded0-612c-4678-aa74-ed5d6be32cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15390 | 2024.09.06 06:42:38.568419 [ 3 ] {d063ded0-612c-4678-aa74-ed5d6be32cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15391 | 2024.09.06 06:42:38.568677 [ 3 ] {d063ded0-612c-4678-aa74-ed5d6be32cef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15392 | 2024.09.06 06:42:38.568992 [ 3 ] {d063ded0-612c-4678-aa74-ed5d6be32cef} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15393 | 2024.09.06 06:42:38.569031 [ 3 ] {d063ded0-612c-4678-aa74-ed5d6be32cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15394 | 2024.09.06 06:42:38.569414 [ 3 ] {d063ded0-612c-4678-aa74-ed5d6be32cef} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15395 | 2024.09.06 06:42:38.569790 [ 3 ] {d063ded0-612c-4678-aa74-ed5d6be32cef} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15396 | 2024.09.06 06:42:38.569961 [ 3 ] {d063ded0-612c-4678-aa74-ed5d6be32cef} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001625 sec., 4923.076923076923 rows/sec., 370.19 KiB/sec. | ||
15397 | 2024.09.06 06:42:38.570147 [ 3 ] {d063ded0-612c-4678-aa74-ed5d6be32cef} <Debug> DynamicQueryHandler: Done processing query | ||
15398 | 2024.09.06 06:42:38.570172 [ 3 ] {d063ded0-612c-4678-aa74-ed5d6be32cef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15399 | 2024.09.06 06:42:38.570190 [ 3 ] {} <Debug> HTTP-Session: 4c965d79-c0bc-4a8f-b8fb-507a3011c890 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15400 | 2024.09.06 06:42:38.570321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15401 | 2024.09.06 06:42:38.570373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15402 | 2024.09.06 06:42:38.570393 [ 3 ] {} <Debug> HTTP-Session: 5be78d70-56b1-47c6-bc22-cdb908a49753 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15403 | 2024.09.06 06:42:38.570411 [ 3 ] {} <Debug> HTTP-Session: 5be78d70-56b1-47c6-bc22-cdb908a49753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15404 | 2024.09.06 06:42:38.570424 [ 3 ] {} <Debug> HTTP-Session: 5be78d70-56b1-47c6-bc22-cdb908a49753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15405 | 2024.09.06 06:42:38.570456 [ 3 ] {} <Trace> HTTP-Session: 5be78d70-56b1-47c6-bc22-cdb908a49753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15406 | 2024.09.06 06:42:38.570558 [ 3 ] {60927385-d4c8-4a23-ad9d-f8b1b33e6ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15407 | 2024.09.06 06:42:38.570603 [ 3 ] {60927385-d4c8-4a23-ad9d-f8b1b33e6ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15408 | 2024.09.06 06:42:38.570834 [ 3 ] {60927385-d4c8-4a23-ad9d-f8b1b33e6ff5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15409 | 2024.09.06 06:42:38.571145 [ 3 ] {60927385-d4c8-4a23-ad9d-f8b1b33e6ff5} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15410 | 2024.09.06 06:42:38.571184 [ 3 ] {60927385-d4c8-4a23-ad9d-f8b1b33e6ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15411 | 2024.09.06 06:42:38.571543 [ 3 ] {60927385-d4c8-4a23-ad9d-f8b1b33e6ff5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
15412 | 2024.09.06 06:42:38.571911 [ 3 ] {60927385-d4c8-4a23-ad9d-f8b1b33e6ff5} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15413 | 2024.09.06 06:42:38.572075 [ 3 ] {60927385-d4c8-4a23-ad9d-f8b1b33e6ff5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001535 sec., 9120.521172638437 rows/sec., 638.74 KiB/sec. | ||
15414 | 2024.09.06 06:42:38.572586 [ 3 ] {60927385-d4c8-4a23-ad9d-f8b1b33e6ff5} <Debug> DynamicQueryHandler: Done processing query | ||
15415 | 2024.09.06 06:42:38.572662 [ 3 ] {60927385-d4c8-4a23-ad9d-f8b1b33e6ff5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15416 | 2024.09.06 06:42:38.572735 [ 3 ] {} <Debug> HTTP-Session: 5be78d70-56b1-47c6-bc22-cdb908a49753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15417 | 2024.09.06 06:42:38.572988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15418 | 2024.09.06 06:42:38.573141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15419 | 2024.09.06 06:42:38.573218 [ 3 ] {} <Debug> HTTP-Session: 1a0ed0b9-0865-4d7e-9753-b0e1c1513428 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15420 | 2024.09.06 06:42:38.573285 [ 3 ] {} <Debug> HTTP-Session: 1a0ed0b9-0865-4d7e-9753-b0e1c1513428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15421 | 2024.09.06 06:42:38.573327 [ 3 ] {} <Debug> HTTP-Session: 1a0ed0b9-0865-4d7e-9753-b0e1c1513428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15422 | 2024.09.06 06:42:38.573393 [ 3 ] {} <Trace> HTTP-Session: 1a0ed0b9-0865-4d7e-9753-b0e1c1513428 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15423 | 2024.09.06 06:42:38.573497 [ 3 ] {c7312fe7-dbf5-4575-9070-68e0fdcf7232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15424 | 2024.09.06 06:42:38.573544 [ 3 ] {c7312fe7-dbf5-4575-9070-68e0fdcf7232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15425 | 2024.09.06 06:42:38.573806 [ 3 ] {c7312fe7-dbf5-4575-9070-68e0fdcf7232} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15426 | 2024.09.06 06:42:38.574124 [ 3 ] {c7312fe7-dbf5-4575-9070-68e0fdcf7232} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15427 | 2024.09.06 06:42:38.574162 [ 3 ] {c7312fe7-dbf5-4575-9070-68e0fdcf7232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15428 | 2024.09.06 06:42:38.574519 [ 3 ] {c7312fe7-dbf5-4575-9070-68e0fdcf7232} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15429 | 2024.09.06 06:42:38.574927 [ 3 ] {c7312fe7-dbf5-4575-9070-68e0fdcf7232} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15430 | 2024.09.06 06:42:38.575100 [ 3 ] {c7312fe7-dbf5-4575-9070-68e0fdcf7232} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001623 sec., 3696.857670979667 rows/sec., 218.42 KiB/sec. | ||
15431 | 2024.09.06 06:42:38.575109 [ 148 ] {} <Debug> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
15432 | 2024.09.06 06:42:38.575244 [ 148 ] {} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15433 | 2024.09.06 06:42:38.575284 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15434 | 2024.09.06 06:42:38.575359 [ 3 ] {c7312fe7-dbf5-4575-9070-68e0fdcf7232} <Debug> DynamicQueryHandler: Done processing query | ||
15435 | 2024.09.06 06:42:38.575422 [ 3 ] {c7312fe7-dbf5-4575-9070-68e0fdcf7232} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15436 | 2024.09.06 06:42:38.575470 [ 3 ] {} <Debug> HTTP-Session: 1a0ed0b9-0865-4d7e-9753-b0e1c1513428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15437 | 2024.09.06 06:42:38.575500 [ 188 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
15438 | 2024.09.06 06:42:38.575758 [ 188 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15439 | 2024.09.06 06:42:38.575759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15440 | 2024.09.06 06:42:38.575806 [ 188 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 6 rows starting from the beginning of the part | ||
15441 | 2024.09.06 06:42:38.575913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15442 | 2024.09.06 06:42:38.576008 [ 3 ] {} <Debug> HTTP-Session: c6e3ce19-a037-40fd-9a88-9ff43087b915 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15443 | 2024.09.06 06:42:38.576027 [ 188 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
15444 | 2024.09.06 06:42:38.576082 [ 3 ] {} <Debug> HTTP-Session: c6e3ce19-a037-40fd-9a88-9ff43087b915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15445 | 2024.09.06 06:42:38.576143 [ 3 ] {} <Debug> HTTP-Session: c6e3ce19-a037-40fd-9a88-9ff43087b915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15446 | 2024.09.06 06:42:38.576316 [ 3 ] {} <Trace> HTTP-Session: c6e3ce19-a037-40fd-9a88-9ff43087b915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15447 | 2024.09.06 06:42:38.576343 [ 188 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
15448 | 2024.09.06 06:42:38.576531 [ 188 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
15449 | 2024.09.06 06:42:38.576863 [ 188 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
15450 | 2024.09.06 06:42:38.576883 [ 3 ] {32ea3c84-789b-4210-88f4-3cf57be95c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15451 | 2024.09.06 06:42:38.577058 [ 3 ] {32ea3c84-789b-4210-88f4-3cf57be95c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15452 | 2024.09.06 06:42:38.578191 [ 3 ] {32ea3c84-789b-4210-88f4-3cf57be95c7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15453 | 2024.09.06 06:42:38.579145 [ 188 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003767874 sec., 7962.049686374863 rows/sec., 505.40 KiB/sec. | ||
15454 | 2024.09.06 06:42:38.579354 [ 188 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
15455 | 2024.09.06 06:42:38.579573 [ 3 ] {32ea3c84-789b-4210-88f4-3cf57be95c7a} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15456 | 2024.09.06 06:42:38.579681 [ 3 ] {32ea3c84-789b-4210-88f4-3cf57be95c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15457 | 2024.09.06 06:42:38.580207 [ 188 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_37_9} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15458 | 2024.09.06 06:42:38.580390 [ 188 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_37_9} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
15459 | 2024.09.06 06:42:38.580567 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
15460 | 2024.09.06 06:42:38.580711 [ 3 ] {32ea3c84-789b-4210-88f4-3cf57be95c7a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15461 | 2024.09.06 06:42:38.581270 [ 3 ] {32ea3c84-789b-4210-88f4-3cf57be95c7a} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15462 | 2024.09.06 06:42:38.581497 [ 3 ] {32ea3c84-789b-4210-88f4-3cf57be95c7a} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004929 sec., 79123.55447352404 rows/sec., 5.61 MiB/sec. | ||
15463 | 2024.09.06 06:42:38.581747 [ 3 ] {32ea3c84-789b-4210-88f4-3cf57be95c7a} <Debug> DynamicQueryHandler: Done processing query | ||
15464 | 2024.09.06 06:42:38.581774 [ 3 ] {32ea3c84-789b-4210-88f4-3cf57be95c7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15465 | 2024.09.06 06:42:38.581791 [ 3 ] {} <Debug> HTTP-Session: c6e3ce19-a037-40fd-9a88-9ff43087b915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15466 | 2024.09.06 06:42:38.581965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15467 | 2024.09.06 06:42:38.582021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15468 | 2024.09.06 06:42:38.582041 [ 3 ] {} <Debug> HTTP-Session: 8d8bc167-2f1d-4719-9969-227cebdcab3e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15469 | 2024.09.06 06:42:38.582058 [ 3 ] {} <Debug> HTTP-Session: 8d8bc167-2f1d-4719-9969-227cebdcab3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15470 | 2024.09.06 06:42:38.582072 [ 3 ] {} <Debug> HTTP-Session: 8d8bc167-2f1d-4719-9969-227cebdcab3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15471 | 2024.09.06 06:42:38.582108 [ 3 ] {} <Trace> HTTP-Session: 8d8bc167-2f1d-4719-9969-227cebdcab3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15472 | 2024.09.06 06:42:38.582216 [ 3 ] {444aa4ca-d136-44b6-a37e-fac9882f1da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15473 | 2024.09.06 06:42:38.582265 [ 3 ] {444aa4ca-d136-44b6-a37e-fac9882f1da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15474 | 2024.09.06 06:42:38.582407 [ 3 ] {444aa4ca-d136-44b6-a37e-fac9882f1da0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15475 | 2024.09.06 06:42:38.582684 [ 3 ] {444aa4ca-d136-44b6-a37e-fac9882f1da0} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15476 | 2024.09.06 06:42:38.582722 [ 3 ] {444aa4ca-d136-44b6-a37e-fac9882f1da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15477 | 2024.09.06 06:42:38.583089 [ 3 ] {444aa4ca-d136-44b6-a37e-fac9882f1da0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15478 | 2024.09.06 06:42:38.583418 [ 3 ] {444aa4ca-d136-44b6-a37e-fac9882f1da0} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15479 | 2024.09.06 06:42:38.583573 [ 3 ] {444aa4ca-d136-44b6-a37e-fac9882f1da0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001378 sec., 4354.136429608127 rows/sec., 227.49 KiB/sec. | ||
15480 | 2024.09.06 06:42:38.583745 [ 3 ] {444aa4ca-d136-44b6-a37e-fac9882f1da0} <Debug> DynamicQueryHandler: Done processing query | ||
15481 | 2024.09.06 06:42:38.583769 [ 3 ] {444aa4ca-d136-44b6-a37e-fac9882f1da0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15482 | 2024.09.06 06:42:38.583785 [ 3 ] {} <Debug> HTTP-Session: 8d8bc167-2f1d-4719-9969-227cebdcab3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15483 | 2024.09.06 06:42:38.583941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15484 | 2024.09.06 06:42:38.583991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15485 | 2024.09.06 06:42:38.584010 [ 3 ] {} <Debug> HTTP-Session: 4aa2562b-50d6-4f20-ab01-73c5e361ae0d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15486 | 2024.09.06 06:42:38.584027 [ 3 ] {} <Debug> HTTP-Session: 4aa2562b-50d6-4f20-ab01-73c5e361ae0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15487 | 2024.09.06 06:42:38.584040 [ 3 ] {} <Debug> HTTP-Session: 4aa2562b-50d6-4f20-ab01-73c5e361ae0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15488 | 2024.09.06 06:42:38.584072 [ 3 ] {} <Trace> HTTP-Session: 4aa2562b-50d6-4f20-ab01-73c5e361ae0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15489 | 2024.09.06 06:42:38.584260 [ 3 ] {2996a742-6958-4ec6-9fb8-4c758137b3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15490 | 2024.09.06 06:42:38.584307 [ 3 ] {2996a742-6958-4ec6-9fb8-4c758137b3fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15491 | 2024.09.06 06:42:38.584454 [ 3 ] {2996a742-6958-4ec6-9fb8-4c758137b3fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15492 | 2024.09.06 06:42:38.584872 [ 3 ] {2996a742-6958-4ec6-9fb8-4c758137b3fc} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15493 | 2024.09.06 06:42:38.584909 [ 3 ] {2996a742-6958-4ec6-9fb8-4c758137b3fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15494 | 2024.09.06 06:42:38.585297 [ 3 ] {2996a742-6958-4ec6-9fb8-4c758137b3fc} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15495 | 2024.09.06 06:42:38.585654 [ 3 ] {2996a742-6958-4ec6-9fb8-4c758137b3fc} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15496 | 2024.09.06 06:42:38.585801 [ 3 ] {2996a742-6958-4ec6-9fb8-4c758137b3fc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001645 sec., 144072.9483282675 rows/sec., 9.66 MiB/sec. | ||
15497 | 2024.09.06 06:42:38.585990 [ 3 ] {2996a742-6958-4ec6-9fb8-4c758137b3fc} <Debug> DynamicQueryHandler: Done processing query | ||
15498 | 2024.09.06 06:42:38.586014 [ 3 ] {2996a742-6958-4ec6-9fb8-4c758137b3fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15499 | 2024.09.06 06:42:38.586030 [ 3 ] {} <Debug> HTTP-Session: 4aa2562b-50d6-4f20-ab01-73c5e361ae0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15500 | 2024.09.06 06:42:38.586156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15501 | 2024.09.06 06:42:38.586205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15502 | 2024.09.06 06:42:38.586224 [ 3 ] {} <Debug> HTTP-Session: 9188295d-2594-49fa-bf2e-cccb89f90741 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15503 | 2024.09.06 06:42:38.586241 [ 3 ] {} <Debug> HTTP-Session: 9188295d-2594-49fa-bf2e-cccb89f90741 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15504 | 2024.09.06 06:42:38.586254 [ 3 ] {} <Debug> HTTP-Session: 9188295d-2594-49fa-bf2e-cccb89f90741 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15505 | 2024.09.06 06:42:38.586286 [ 3 ] {} <Trace> HTTP-Session: 9188295d-2594-49fa-bf2e-cccb89f90741 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15506 | 2024.09.06 06:42:38.586377 [ 3 ] {196d998d-887c-4bfc-8621-dd5ec27d5ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15507 | 2024.09.06 06:42:38.586421 [ 3 ] {196d998d-887c-4bfc-8621-dd5ec27d5ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15508 | 2024.09.06 06:42:38.586551 [ 3 ] {196d998d-887c-4bfc-8621-dd5ec27d5ba3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15509 | 2024.09.06 06:42:38.586807 [ 3 ] {196d998d-887c-4bfc-8621-dd5ec27d5ba3} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15510 | 2024.09.06 06:42:38.586843 [ 3 ] {196d998d-887c-4bfc-8621-dd5ec27d5ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15511 | 2024.09.06 06:42:38.587186 [ 3 ] {196d998d-887c-4bfc-8621-dd5ec27d5ba3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15512 | 2024.09.06 06:42:38.587505 [ 3 ] {196d998d-887c-4bfc-8621-dd5ec27d5ba3} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15513 | 2024.09.06 06:42:38.587671 [ 3 ] {196d998d-887c-4bfc-8621-dd5ec27d5ba3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001311 sec., 762.7765064836002 rows/sec., 51.40 KiB/sec. | ||
15514 | 2024.09.06 06:42:38.587834 [ 3 ] {196d998d-887c-4bfc-8621-dd5ec27d5ba3} <Debug> DynamicQueryHandler: Done processing query | ||
15515 | 2024.09.06 06:42:38.587858 [ 3 ] {196d998d-887c-4bfc-8621-dd5ec27d5ba3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15516 | 2024.09.06 06:42:38.587874 [ 3 ] {} <Debug> HTTP-Session: 9188295d-2594-49fa-bf2e-cccb89f90741 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15517 | 2024.09.06 06:42:38.587994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14232, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15518 | 2024.09.06 06:42:38.588043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15519 | 2024.09.06 06:42:38.588062 [ 3 ] {} <Debug> HTTP-Session: 86395ff1-c7a0-44bd-9fc4-fbc60ff99d1f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15520 | 2024.09.06 06:42:38.588079 [ 3 ] {} <Debug> HTTP-Session: 86395ff1-c7a0-44bd-9fc4-fbc60ff99d1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15521 | 2024.09.06 06:42:38.588092 [ 3 ] {} <Debug> HTTP-Session: 86395ff1-c7a0-44bd-9fc4-fbc60ff99d1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15522 | 2024.09.06 06:42:38.588123 [ 3 ] {} <Trace> HTTP-Session: 86395ff1-c7a0-44bd-9fc4-fbc60ff99d1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15523 | 2024.09.06 06:42:38.588317 [ 3 ] {31cb9a25-69b6-4922-a1d3-f27e92208876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15524 | 2024.09.06 06:42:38.588381 [ 3 ] {31cb9a25-69b6-4922-a1d3-f27e92208876} <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_histogramu64 | ||
15525 | 2024.09.06 06:42:38.588815 [ 3 ] {31cb9a25-69b6-4922-a1d3-f27e92208876} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15526 | 2024.09.06 06:42:38.589341 [ 3 ] {31cb9a25-69b6-4922-a1d3-f27e92208876} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15527 | 2024.09.06 06:42:38.589377 [ 3 ] {31cb9a25-69b6-4922-a1d3-f27e92208876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15528 | 2024.09.06 06:42:38.590005 [ 3 ] {31cb9a25-69b6-4922-a1d3-f27e92208876} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15529 | 2024.09.06 06:42:38.590427 [ 3 ] {31cb9a25-69b6-4922-a1d3-f27e92208876} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15530 | 2024.09.06 06:42:38.590622 [ 3 ] {31cb9a25-69b6-4922-a1d3-f27e92208876} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002427 sec., 3296.250515039143 rows/sec., 5.91 MiB/sec. | ||
15531 | 2024.09.06 06:42:38.590850 [ 3 ] {31cb9a25-69b6-4922-a1d3-f27e92208876} <Debug> DynamicQueryHandler: Done processing query | ||
15532 | 2024.09.06 06:42:38.590874 [ 3 ] {31cb9a25-69b6-4922-a1d3-f27e92208876} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15533 | 2024.09.06 06:42:38.590890 [ 3 ] {} <Debug> HTTP-Session: 86395ff1-c7a0-44bd-9fc4-fbc60ff99d1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15534 | 2024.09.06 06:42:38.591020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15535 | 2024.09.06 06:42:38.591068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15536 | 2024.09.06 06:42:38.591087 [ 3 ] {} <Debug> HTTP-Session: 1d483877-707d-4f67-830c-12bf6c5e0935 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15537 | 2024.09.06 06:42:38.591103 [ 3 ] {} <Debug> HTTP-Session: 1d483877-707d-4f67-830c-12bf6c5e0935 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15538 | 2024.09.06 06:42:38.591117 [ 3 ] {} <Debug> HTTP-Session: 1d483877-707d-4f67-830c-12bf6c5e0935 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15539 | 2024.09.06 06:42:38.591148 [ 3 ] {} <Trace> HTTP-Session: 1d483877-707d-4f67-830c-12bf6c5e0935 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15540 | 2024.09.06 06:42:38.591275 [ 3 ] {21f577b1-9d58-4684-be0c-2c2632bb519e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15541 | 2024.09.06 06:42:38.591318 [ 3 ] {21f577b1-9d58-4684-be0c-2c2632bb519e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15542 | 2024.09.06 06:42:38.591448 [ 3 ] {21f577b1-9d58-4684-be0c-2c2632bb519e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15543 | 2024.09.06 06:42:38.591752 [ 3 ] {21f577b1-9d58-4684-be0c-2c2632bb519e} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15544 | 2024.09.06 06:42:38.591788 [ 3 ] {21f577b1-9d58-4684-be0c-2c2632bb519e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.70 GiB. | ||
15545 | 2024.09.06 06:42:38.592145 [ 3 ] {21f577b1-9d58-4684-be0c-2c2632bb519e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15546 | 2024.09.06 06:42:38.592479 [ 3 ] {21f577b1-9d58-4684-be0c-2c2632bb519e} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15547 | 2024.09.06 06:42:38.592631 [ 3 ] {21f577b1-9d58-4684-be0c-2c2632bb519e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001401 sec., 58529.621698786585 rows/sec., 3.72 MiB/sec. | ||
15548 | 2024.09.06 06:42:38.592799 [ 3 ] {21f577b1-9d58-4684-be0c-2c2632bb519e} <Debug> DynamicQueryHandler: Done processing query | ||
15549 | 2024.09.06 06:42:38.592824 [ 3 ] {21f577b1-9d58-4684-be0c-2c2632bb519e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15550 | 2024.09.06 06:42:38.592840 [ 3 ] {} <Debug> HTTP-Session: 1d483877-707d-4f67-830c-12bf6c5e0935 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15551 | 2024.09.06 06:42:43.563114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15552 | 2024.09.06 06:42:43.563245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15553 | 2024.09.06 06:42:43.563271 [ 3 ] {} <Debug> HTTP-Session: eb534a1e-2f62-4e03-9125-38e126dde89f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15554 | 2024.09.06 06:42:43.563297 [ 3 ] {} <Debug> HTTP-Session: eb534a1e-2f62-4e03-9125-38e126dde89f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15555 | 2024.09.06 06:42:43.563312 [ 3 ] {} <Debug> HTTP-Session: eb534a1e-2f62-4e03-9125-38e126dde89f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15556 | 2024.09.06 06:42:43.563363 [ 3 ] {} <Trace> HTTP-Session: eb534a1e-2f62-4e03-9125-38e126dde89f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15557 | 2024.09.06 06:42:43.563548 [ 3 ] {3c1fac03-d9c3-4648-8951-f2a45aa29f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15558 | 2024.09.06 06:42:43.563618 [ 3 ] {3c1fac03-d9c3-4648-8951-f2a45aa29f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15559 | 2024.09.06 06:42:43.563964 [ 3 ] {3c1fac03-d9c3-4648-8951-f2a45aa29f0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15560 | 2024.09.06 06:42:43.564382 [ 3 ] {3c1fac03-d9c3-4648-8951-f2a45aa29f0d} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15561 | 2024.09.06 06:42:43.564431 [ 3 ] {3c1fac03-d9c3-4648-8951-f2a45aa29f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15562 | 2024.09.06 06:42:43.564849 [ 3 ] {3c1fac03-d9c3-4648-8951-f2a45aa29f0d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
15563 | 2024.09.06 06:42:43.565235 [ 3 ] {3c1fac03-d9c3-4648-8951-f2a45aa29f0d} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15564 | 2024.09.06 06:42:43.565417 [ 3 ] {3c1fac03-d9c3-4648-8951-f2a45aa29f0d} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001923 sec., 1560.0624024960998 rows/sec., 115.79 KiB/sec. | ||
15565 | 2024.09.06 06:42:43.565662 [ 3 ] {3c1fac03-d9c3-4648-8951-f2a45aa29f0d} <Debug> DynamicQueryHandler: Done processing query | ||
15566 | 2024.09.06 06:42:43.565689 [ 3 ] {3c1fac03-d9c3-4648-8951-f2a45aa29f0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15567 | 2024.09.06 06:42:43.565707 [ 3 ] {} <Debug> HTTP-Session: eb534a1e-2f62-4e03-9125-38e126dde89f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15568 | 2024.09.06 06:42:43.565892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 24669, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15569 | 2024.09.06 06:42:43.565951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15570 | 2024.09.06 06:42:43.565971 [ 3 ] {} <Debug> HTTP-Session: f9223233-7779-4899-b3f4-b70157e2e31f Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15571 | 2024.09.06 06:42:43.565989 [ 3 ] {} <Debug> HTTP-Session: f9223233-7779-4899-b3f4-b70157e2e31f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15572 | 2024.09.06 06:42:43.566003 [ 3 ] {} <Debug> HTTP-Session: f9223233-7779-4899-b3f4-b70157e2e31f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15573 | 2024.09.06 06:42:43.566039 [ 3 ] {} <Trace> HTTP-Session: f9223233-7779-4899-b3f4-b70157e2e31f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15574 | 2024.09.06 06:42:43.566195 [ 3 ] {d81ff37f-8b11-418a-803e-69d2b658cfca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15575 | 2024.09.06 06:42:43.566244 [ 3 ] {d81ff37f-8b11-418a-803e-69d2b658cfca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15576 | 2024.09.06 06:42:43.566488 [ 3 ] {d81ff37f-8b11-418a-803e-69d2b658cfca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15577 | 2024.09.06 06:42:43.566933 [ 3 ] {d81ff37f-8b11-418a-803e-69d2b658cfca} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15578 | 2024.09.06 06:42:43.566972 [ 3 ] {d81ff37f-8b11-418a-803e-69d2b658cfca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15579 | 2024.09.06 06:42:43.567344 [ 3 ] {d81ff37f-8b11-418a-803e-69d2b658cfca} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15580 | 2024.09.06 06:42:43.567712 [ 3 ] {d81ff37f-8b11-418a-803e-69d2b658cfca} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15581 | 2024.09.06 06:42:43.567845 [ 3 ] {d81ff37f-8b11-418a-803e-69d2b658cfca} <Debug> executeQuery: Read 166 rows, 14.56 KiB in 0.001722 sec., 96399.53542392567 rows/sec., 8.26 MiB/sec. | ||
15582 | 2024.09.06 06:42:43.568114 [ 3 ] {d81ff37f-8b11-418a-803e-69d2b658cfca} <Debug> DynamicQueryHandler: Done processing query | ||
15583 | 2024.09.06 06:42:43.568170 [ 3 ] {d81ff37f-8b11-418a-803e-69d2b658cfca} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
15584 | 2024.09.06 06:42:43.568228 [ 3 ] {} <Debug> HTTP-Session: f9223233-7779-4899-b3f4-b70157e2e31f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15585 | 2024.09.06 06:42:43.568425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 7911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15586 | 2024.09.06 06:42:43.568482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15587 | 2024.09.06 06:42:43.568501 [ 3 ] {} <Debug> HTTP-Session: 85583bb7-d2f4-400f-aea6-7e0b1cdd0035 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15588 | 2024.09.06 06:42:43.568519 [ 3 ] {} <Debug> HTTP-Session: 85583bb7-d2f4-400f-aea6-7e0b1cdd0035 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15589 | 2024.09.06 06:42:43.568534 [ 3 ] {} <Debug> HTTP-Session: 85583bb7-d2f4-400f-aea6-7e0b1cdd0035 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15590 | 2024.09.06 06:42:43.568567 [ 3 ] {} <Trace> HTTP-Session: 85583bb7-d2f4-400f-aea6-7e0b1cdd0035 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15591 | 2024.09.06 06:42:43.568697 [ 3 ] {411e42f6-e281-4836-8312-82882bee22d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15592 | 2024.09.06 06:42:43.568743 [ 3 ] {411e42f6-e281-4836-8312-82882bee22d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15593 | 2024.09.06 06:42:43.568991 [ 3 ] {411e42f6-e281-4836-8312-82882bee22d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15594 | 2024.09.06 06:42:43.569318 [ 3 ] {411e42f6-e281-4836-8312-82882bee22d1} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15595 | 2024.09.06 06:42:43.569356 [ 3 ] {411e42f6-e281-4836-8312-82882bee22d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15596 | 2024.09.06 06:42:43.569724 [ 3 ] {411e42f6-e281-4836-8312-82882bee22d1} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15597 | 2024.09.06 06:42:43.570081 [ 3 ] {411e42f6-e281-4836-8312-82882bee22d1} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15598 | 2024.09.06 06:42:43.570209 [ 3 ] {411e42f6-e281-4836-8312-82882bee22d1} <Debug> executeQuery: Read 55 rows, 4.10 KiB in 0.001563 sec., 35188.73960332694 rows/sec., 2.56 MiB/sec. | ||
15599 | 2024.09.06 06:42:43.570510 [ 3 ] {411e42f6-e281-4836-8312-82882bee22d1} <Debug> DynamicQueryHandler: Done processing query | ||
15600 | 2024.09.06 06:42:43.570566 [ 3 ] {411e42f6-e281-4836-8312-82882bee22d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15601 | 2024.09.06 06:42:43.570626 [ 3 ] {} <Debug> HTTP-Session: 85583bb7-d2f4-400f-aea6-7e0b1cdd0035 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15602 | 2024.09.06 06:42:43.570817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 24566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15603 | 2024.09.06 06:42:43.570871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15604 | 2024.09.06 06:42:43.570890 [ 3 ] {} <Debug> HTTP-Session: d30d135a-5e4e-4f5f-b412-d0c7d077b117 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15605 | 2024.09.06 06:42:43.570907 [ 3 ] {} <Debug> HTTP-Session: d30d135a-5e4e-4f5f-b412-d0c7d077b117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15606 | 2024.09.06 06:42:43.570921 [ 3 ] {} <Debug> HTTP-Session: d30d135a-5e4e-4f5f-b412-d0c7d077b117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15607 | 2024.09.06 06:42:43.570953 [ 3 ] {} <Trace> HTTP-Session: d30d135a-5e4e-4f5f-b412-d0c7d077b117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15608 | 2024.09.06 06:42:43.571102 [ 3 ] {315014f8-6e4d-4928-a0f4-afa9d126a610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15609 | 2024.09.06 06:42:43.571147 [ 3 ] {315014f8-6e4d-4928-a0f4-afa9d126a610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15610 | 2024.09.06 06:42:43.571392 [ 3 ] {315014f8-6e4d-4928-a0f4-afa9d126a610} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15611 | 2024.09.06 06:42:43.571805 [ 3 ] {315014f8-6e4d-4928-a0f4-afa9d126a610} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15612 | 2024.09.06 06:42:43.571844 [ 3 ] {315014f8-6e4d-4928-a0f4-afa9d126a610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15613 | 2024.09.06 06:42:43.572203 [ 3 ] {315014f8-6e4d-4928-a0f4-afa9d126a610} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15614 | 2024.09.06 06:42:43.572565 [ 3 ] {315014f8-6e4d-4928-a0f4-afa9d126a610} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15615 | 2024.09.06 06:42:43.572697 [ 3 ] {315014f8-6e4d-4928-a0f4-afa9d126a610} <Debug> executeQuery: Read 146 rows, 11.48 KiB in 0.00166 sec., 87951.80722891566 rows/sec., 6.75 MiB/sec. | ||
15616 | 2024.09.06 06:42:43.572989 [ 3 ] {315014f8-6e4d-4928-a0f4-afa9d126a610} <Debug> DynamicQueryHandler: Done processing query | ||
15617 | 2024.09.06 06:42:43.573044 [ 3 ] {315014f8-6e4d-4928-a0f4-afa9d126a610} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15618 | 2024.09.06 06:42:43.573102 [ 3 ] {} <Debug> HTTP-Session: d30d135a-5e4e-4f5f-b412-d0c7d077b117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15619 | 2024.09.06 06:42:43.573296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15620 | 2024.09.06 06:42:43.573349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15621 | 2024.09.06 06:42:43.573369 [ 3 ] {} <Debug> HTTP-Session: 7f6d4698-f09b-4f6a-b73e-c9e3e29b7c8c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15622 | 2024.09.06 06:42:43.573387 [ 3 ] {} <Debug> HTTP-Session: 7f6d4698-f09b-4f6a-b73e-c9e3e29b7c8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15623 | 2024.09.06 06:42:43.573401 [ 3 ] {} <Debug> HTTP-Session: 7f6d4698-f09b-4f6a-b73e-c9e3e29b7c8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15624 | 2024.09.06 06:42:43.573433 [ 3 ] {} <Trace> HTTP-Session: 7f6d4698-f09b-4f6a-b73e-c9e3e29b7c8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15625 | 2024.09.06 06:42:43.573594 [ 3 ] {7020e7c1-c8b2-400e-aeb0-2bdd8aa861c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15626 | 2024.09.06 06:42:43.573645 [ 3 ] {7020e7c1-c8b2-400e-aeb0-2bdd8aa861c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15627 | 2024.09.06 06:42:43.573815 [ 3 ] {7020e7c1-c8b2-400e-aeb0-2bdd8aa861c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15628 | 2024.09.06 06:42:43.574196 [ 3 ] {7020e7c1-c8b2-400e-aeb0-2bdd8aa861c5} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15629 | 2024.09.06 06:42:43.574234 [ 3 ] {7020e7c1-c8b2-400e-aeb0-2bdd8aa861c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15630 | 2024.09.06 06:42:43.574619 [ 3 ] {7020e7c1-c8b2-400e-aeb0-2bdd8aa861c5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15631 | 2024.09.06 06:42:43.574963 [ 3 ] {7020e7c1-c8b2-400e-aeb0-2bdd8aa861c5} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15632 | 2024.09.06 06:42:43.575095 [ 3 ] {7020e7c1-c8b2-400e-aeb0-2bdd8aa861c5} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.001575 sec., 103492.06349206349 rows/sec., 7.19 MiB/sec. | ||
15633 | 2024.09.06 06:42:43.575367 [ 3 ] {7020e7c1-c8b2-400e-aeb0-2bdd8aa861c5} <Debug> DynamicQueryHandler: Done processing query | ||
15634 | 2024.09.06 06:42:43.575423 [ 3 ] {7020e7c1-c8b2-400e-aeb0-2bdd8aa861c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15635 | 2024.09.06 06:42:43.575480 [ 3 ] {} <Debug> HTTP-Session: 7f6d4698-f09b-4f6a-b73e-c9e3e29b7c8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15636 | 2024.09.06 06:42:43.575701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 85636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15637 | 2024.09.06 06:42:43.575755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15638 | 2024.09.06 06:42:43.575775 [ 3 ] {} <Debug> HTTP-Session: 97a88b09-0ba0-4326-a6e4-108f85bc52f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15639 | 2024.09.06 06:42:43.575791 [ 3 ] {} <Debug> HTTP-Session: 97a88b09-0ba0-4326-a6e4-108f85bc52f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15640 | 2024.09.06 06:42:43.575806 [ 3 ] {} <Debug> HTTP-Session: 97a88b09-0ba0-4326-a6e4-108f85bc52f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15641 | 2024.09.06 06:42:43.575839 [ 3 ] {} <Trace> HTTP-Session: 97a88b09-0ba0-4326-a6e4-108f85bc52f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15642 | 2024.09.06 06:42:43.576305 [ 3 ] {82b36fff-6205-4411-b3dd-4c10721f0337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15643 | 2024.09.06 06:42:43.576376 [ 3 ] {82b36fff-6205-4411-b3dd-4c10721f0337} <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_histogramu64 | ||
15644 | 2024.09.06 06:42:43.576818 [ 3 ] {82b36fff-6205-4411-b3dd-4c10721f0337} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15645 | 2024.09.06 06:42:43.577770 [ 3 ] {82b36fff-6205-4411-b3dd-4c10721f0337} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15646 | 2024.09.06 06:42:43.577807 [ 3 ] {82b36fff-6205-4411-b3dd-4c10721f0337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15647 | 2024.09.06 06:42:43.578486 [ 3 ] {82b36fff-6205-4411-b3dd-4c10721f0337} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15648 | 2024.09.06 06:42:43.578900 [ 3 ] {82b36fff-6205-4411-b3dd-4c10721f0337} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15649 | 2024.09.06 06:42:43.579052 [ 3 ] {82b36fff-6205-4411-b3dd-4c10721f0337} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.003109 sec., 16725.635252492764 rows/sec., 29.97 MiB/sec. | ||
15650 | 2024.09.06 06:42:43.579291 [ 3 ] {82b36fff-6205-4411-b3dd-4c10721f0337} <Debug> DynamicQueryHandler: Done processing query | ||
15651 | 2024.09.06 06:42:43.579317 [ 3 ] {82b36fff-6205-4411-b3dd-4c10721f0337} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
15652 | 2024.09.06 06:42:43.579334 [ 3 ] {} <Debug> HTTP-Session: 97a88b09-0ba0-4326-a6e4-108f85bc52f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15653 | 2024.09.06 06:42:43.579470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15654 | 2024.09.06 06:42:43.579521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15655 | 2024.09.06 06:42:43.579540 [ 3 ] {} <Debug> HTTP-Session: 5ecbf4e8-24b2-4d78-9b84-e3af98b4974a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15656 | 2024.09.06 06:42:43.579557 [ 3 ] {} <Debug> HTTP-Session: 5ecbf4e8-24b2-4d78-9b84-e3af98b4974a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15657 | 2024.09.06 06:42:43.579571 [ 3 ] {} <Debug> HTTP-Session: 5ecbf4e8-24b2-4d78-9b84-e3af98b4974a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15658 | 2024.09.06 06:42:43.579604 [ 3 ] {} <Trace> HTTP-Session: 5ecbf4e8-24b2-4d78-9b84-e3af98b4974a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15659 | 2024.09.06 06:42:43.579702 [ 3 ] {b8176e34-e0ce-4fd1-908d-c0182c8a03ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15660 | 2024.09.06 06:42:43.579746 [ 3 ] {b8176e34-e0ce-4fd1-908d-c0182c8a03ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15661 | 2024.09.06 06:42:43.579877 [ 3 ] {b8176e34-e0ce-4fd1-908d-c0182c8a03ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15662 | 2024.09.06 06:42:43.580203 [ 3 ] {b8176e34-e0ce-4fd1-908d-c0182c8a03ea} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15663 | 2024.09.06 06:42:43.580239 [ 3 ] {b8176e34-e0ce-4fd1-908d-c0182c8a03ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15664 | 2024.09.06 06:42:43.580598 [ 3 ] {b8176e34-e0ce-4fd1-908d-c0182c8a03ea} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
15665 | 2024.09.06 06:42:43.580923 [ 3 ] {b8176e34-e0ce-4fd1-908d-c0182c8a03ea} <Trace> oximeter.measurements_i64 (43701628-ec83-4ff2-85ed-252907d5ce55): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15666 | 2024.09.06 06:42:43.581046 [ 3 ] {b8176e34-e0ce-4fd1-908d-c0182c8a03ea} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001372 sec., 6559.766763848396 rows/sec., 463.37 KiB/sec. | ||
15667 | 2024.09.06 06:42:43.581217 [ 3 ] {b8176e34-e0ce-4fd1-908d-c0182c8a03ea} <Debug> DynamicQueryHandler: Done processing query | ||
15668 | 2024.09.06 06:42:43.581242 [ 3 ] {b8176e34-e0ce-4fd1-908d-c0182c8a03ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15669 | 2024.09.06 06:42:43.581259 [ 3 ] {} <Debug> HTTP-Session: 5ecbf4e8-24b2-4d78-9b84-e3af98b4974a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15670 | 2024.09.06 06:42:43.581372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15671 | 2024.09.06 06:42:43.581422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15672 | 2024.09.06 06:42:43.581441 [ 3 ] {} <Debug> HTTP-Session: 538e4203-7bd2-4898-8b4d-e58e3cc9ffbc Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15673 | 2024.09.06 06:42:43.581458 [ 3 ] {} <Debug> HTTP-Session: 538e4203-7bd2-4898-8b4d-e58e3cc9ffbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15674 | 2024.09.06 06:42:43.581472 [ 3 ] {} <Debug> HTTP-Session: 538e4203-7bd2-4898-8b4d-e58e3cc9ffbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15675 | 2024.09.06 06:42:43.581503 [ 3 ] {} <Trace> HTTP-Session: 538e4203-7bd2-4898-8b4d-e58e3cc9ffbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15676 | 2024.09.06 06:42:43.581615 [ 3 ] {b885495e-0338-4c14-8a6d-672034ed48fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15677 | 2024.09.06 06:42:43.581659 [ 3 ] {b885495e-0338-4c14-8a6d-672034ed48fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15678 | 2024.09.06 06:42:43.581788 [ 3 ] {b885495e-0338-4c14-8a6d-672034ed48fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15679 | 2024.09.06 06:42:43.582084 [ 3 ] {b885495e-0338-4c14-8a6d-672034ed48fb} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15680 | 2024.09.06 06:42:43.582120 [ 3 ] {b885495e-0338-4c14-8a6d-672034ed48fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15681 | 2024.09.06 06:42:43.582479 [ 3 ] {b885495e-0338-4c14-8a6d-672034ed48fb} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15682 | 2024.09.06 06:42:43.582815 [ 3 ] {b885495e-0338-4c14-8a6d-672034ed48fb} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15683 | 2024.09.06 06:42:43.582942 [ 3 ] {b885495e-0338-4c14-8a6d-672034ed48fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
15684 | 2024.09.06 06:42:43.583125 [ 3 ] {b885495e-0338-4c14-8a6d-672034ed48fb} <Debug> DynamicQueryHandler: Done processing query | ||
15685 | 2024.09.06 06:42:43.583160 [ 3 ] {b885495e-0338-4c14-8a6d-672034ed48fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15686 | 2024.09.06 06:42:43.583189 [ 3 ] {} <Debug> HTTP-Session: 538e4203-7bd2-4898-8b4d-e58e3cc9ffbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15687 | 2024.09.06 06:42:45.505110 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15688 | 2024.09.06 06:42:45.505173 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15689 | 2024.09.06 06:42:48.564300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15690 | 2024.09.06 06:42:48.564478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15691 | 2024.09.06 06:42:48.564523 [ 3 ] {} <Debug> HTTP-Session: b95d721a-efc7-4db0-8b19-8672c716bc4a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15692 | 2024.09.06 06:42:48.564566 [ 3 ] {} <Debug> HTTP-Session: b95d721a-efc7-4db0-8b19-8672c716bc4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15693 | 2024.09.06 06:42:48.564595 [ 3 ] {} <Debug> HTTP-Session: b95d721a-efc7-4db0-8b19-8672c716bc4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15694 | 2024.09.06 06:42:48.564658 [ 3 ] {} <Trace> HTTP-Session: b95d721a-efc7-4db0-8b19-8672c716bc4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15695 | 2024.09.06 06:42:48.564901 [ 3 ] {a7b0cf9b-5d2c-421c-9966-84d72dc5295a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15696 | 2024.09.06 06:42:48.564970 [ 3 ] {a7b0cf9b-5d2c-421c-9966-84d72dc5295a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15697 | 2024.09.06 06:42:48.565307 [ 3 ] {a7b0cf9b-5d2c-421c-9966-84d72dc5295a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15698 | 2024.09.06 06:42:48.565921 [ 3 ] {a7b0cf9b-5d2c-421c-9966-84d72dc5295a} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15699 | 2024.09.06 06:42:48.565965 [ 3 ] {a7b0cf9b-5d2c-421c-9966-84d72dc5295a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15700 | 2024.09.06 06:42:48.566405 [ 3 ] {a7b0cf9b-5d2c-421c-9966-84d72dc5295a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15701 | 2024.09.06 06:42:48.566801 [ 3 ] {a7b0cf9b-5d2c-421c-9966-84d72dc5295a} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15702 | 2024.09.06 06:42:48.566971 [ 3 ] {a7b0cf9b-5d2c-421c-9966-84d72dc5295a} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002165 sec., 94688.22170900693 rows/sec., 8.34 MiB/sec. | ||
15703 | 2024.09.06 06:42:48.567257 [ 3 ] {a7b0cf9b-5d2c-421c-9966-84d72dc5295a} <Debug> DynamicQueryHandler: Done processing query | ||
15704 | 2024.09.06 06:42:48.567317 [ 3 ] {a7b0cf9b-5d2c-421c-9966-84d72dc5295a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15705 | 2024.09.06 06:42:48.567382 [ 3 ] {} <Debug> HTTP-Session: b95d721a-efc7-4db0-8b19-8672c716bc4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15706 | 2024.09.06 06:42:48.567640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15707 | 2024.09.06 06:42:48.567770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15708 | 2024.09.06 06:42:48.567804 [ 3 ] {} <Debug> HTTP-Session: f5330bb7-815e-4779-8674-7c2e0da3c182 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15709 | 2024.09.06 06:42:48.567822 [ 3 ] {} <Debug> HTTP-Session: f5330bb7-815e-4779-8674-7c2e0da3c182 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15710 | 2024.09.06 06:42:48.567836 [ 3 ] {} <Debug> HTTP-Session: f5330bb7-815e-4779-8674-7c2e0da3c182 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15711 | 2024.09.06 06:42:48.567870 [ 3 ] {} <Trace> HTTP-Session: f5330bb7-815e-4779-8674-7c2e0da3c182 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15712 | 2024.09.06 06:42:48.567976 [ 3 ] {ba3b7eab-2362-4629-8dc0-f9bfd82eb852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15713 | 2024.09.06 06:42:48.568020 [ 3 ] {ba3b7eab-2362-4629-8dc0-f9bfd82eb852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15714 | 2024.09.06 06:42:48.568268 [ 3 ] {ba3b7eab-2362-4629-8dc0-f9bfd82eb852} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15715 | 2024.09.06 06:42:48.568603 [ 3 ] {ba3b7eab-2362-4629-8dc0-f9bfd82eb852} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15716 | 2024.09.06 06:42:48.568640 [ 3 ] {ba3b7eab-2362-4629-8dc0-f9bfd82eb852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15717 | 2024.09.06 06:42:48.568992 [ 3 ] {ba3b7eab-2362-4629-8dc0-f9bfd82eb852} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15718 | 2024.09.06 06:42:48.569360 [ 3 ] {ba3b7eab-2362-4629-8dc0-f9bfd82eb852} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15719 | 2024.09.06 06:42:48.569514 [ 3 ] {ba3b7eab-2362-4629-8dc0-f9bfd82eb852} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001565 sec., 5111.821086261981 rows/sec., 384.38 KiB/sec. | ||
15720 | 2024.09.06 06:42:48.569700 [ 3 ] {ba3b7eab-2362-4629-8dc0-f9bfd82eb852} <Debug> DynamicQueryHandler: Done processing query | ||
15721 | 2024.09.06 06:42:48.569724 [ 3 ] {ba3b7eab-2362-4629-8dc0-f9bfd82eb852} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15722 | 2024.09.06 06:42:48.569740 [ 3 ] {} <Debug> HTTP-Session: f5330bb7-815e-4779-8674-7c2e0da3c182 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15723 | 2024.09.06 06:42:48.569894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15724 | 2024.09.06 06:42:48.569943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15725 | 2024.09.06 06:42:48.569962 [ 3 ] {} <Debug> HTTP-Session: 610f9390-f4fc-42e2-a67a-eebc05642620 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15726 | 2024.09.06 06:42:48.569978 [ 3 ] {} <Debug> HTTP-Session: 610f9390-f4fc-42e2-a67a-eebc05642620 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15727 | 2024.09.06 06:42:48.569992 [ 3 ] {} <Debug> HTTP-Session: 610f9390-f4fc-42e2-a67a-eebc05642620 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15728 | 2024.09.06 06:42:48.570023 [ 3 ] {} <Trace> HTTP-Session: 610f9390-f4fc-42e2-a67a-eebc05642620 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15729 | 2024.09.06 06:42:48.570122 [ 3 ] {fae2757f-a202-4409-806f-60ad11dd9851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15730 | 2024.09.06 06:42:48.570165 [ 3 ] {fae2757f-a202-4409-806f-60ad11dd9851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15731 | 2024.09.06 06:42:48.570392 [ 3 ] {fae2757f-a202-4409-806f-60ad11dd9851} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15732 | 2024.09.06 06:42:48.570707 [ 3 ] {fae2757f-a202-4409-806f-60ad11dd9851} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15733 | 2024.09.06 06:42:48.570744 [ 3 ] {fae2757f-a202-4409-806f-60ad11dd9851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15734 | 2024.09.06 06:42:48.571115 [ 3 ] {fae2757f-a202-4409-806f-60ad11dd9851} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
15735 | 2024.09.06 06:42:48.571480 [ 3 ] {fae2757f-a202-4409-806f-60ad11dd9851} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15736 | 2024.09.06 06:42:48.571649 [ 3 ] {fae2757f-a202-4409-806f-60ad11dd9851} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001543 sec., 9073.233959818535 rows/sec., 635.43 KiB/sec. | ||
15737 | 2024.09.06 06:42:48.571650 [ 139 ] {} <Debug> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
15738 | 2024.09.06 06:42:48.571762 [ 139 ] {} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15739 | 2024.09.06 06:42:48.571813 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15740 | 2024.09.06 06:42:48.571912 [ 3 ] {fae2757f-a202-4409-806f-60ad11dd9851} <Debug> DynamicQueryHandler: Done processing query | ||
15741 | 2024.09.06 06:42:48.571988 [ 3 ] {fae2757f-a202-4409-806f-60ad11dd9851} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15742 | 2024.09.06 06:42:48.572059 [ 3 ] {} <Debug> HTTP-Session: 610f9390-f4fc-42e2-a67a-eebc05642620 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15743 | 2024.09.06 06:42:48.572209 [ 197 ] {5f691591-518a-4472-9850-9bd51d87b65e::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 | ||
15744 | 2024.09.06 06:42:48.572342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15745 | 2024.09.06 06:42:48.572502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15746 | 2024.09.06 06:42:48.572593 [ 3 ] {} <Debug> HTTP-Session: 0f9dc66f-09cc-499e-9974-98cb2f30e66e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15747 | 2024.09.06 06:42:48.572662 [ 3 ] {} <Debug> HTTP-Session: 0f9dc66f-09cc-499e-9974-98cb2f30e66e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15748 | 2024.09.06 06:42:48.572712 [ 3 ] {} <Debug> HTTP-Session: 0f9dc66f-09cc-499e-9974-98cb2f30e66e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15749 | 2024.09.06 06:42:48.572809 [ 3 ] {} <Trace> HTTP-Session: 0f9dc66f-09cc-499e-9974-98cb2f30e66e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15750 | 2024.09.06 06:42:48.572856 [ 197 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15751 | 2024.09.06 06:42:48.572923 [ 197 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 242 rows starting from the beginning of the part | ||
15752 | 2024.09.06 06:42:48.573034 [ 3 ] {41b4cb8e-9a00-48ab-9032-f38c6a5886e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15753 | 2024.09.06 06:42:48.573208 [ 3 ] {41b4cb8e-9a00-48ab-9032-f38c6a5886e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15754 | 2024.09.06 06:42:48.573211 [ 197 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
15755 | 2024.09.06 06:42:48.573603 [ 197 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 228 rows starting from the beginning of the part | ||
15756 | 2024.09.06 06:42:48.573923 [ 197 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
15757 | 2024.09.06 06:42:48.574266 [ 197 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
15758 | 2024.09.06 06:42:48.574605 [ 197 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
15759 | 2024.09.06 06:42:48.575197 [ 3 ] {41b4cb8e-9a00-48ab-9032-f38c6a5886e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15760 | 2024.09.06 06:42:48.576055 [ 3 ] {41b4cb8e-9a00-48ab-9032-f38c6a5886e5} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15761 | 2024.09.06 06:42:48.576123 [ 3 ] {41b4cb8e-9a00-48ab-9032-f38c6a5886e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15762 | 2024.09.06 06:42:48.577203 [ 3 ] {41b4cb8e-9a00-48ab-9032-f38c6a5886e5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15763 | 2024.09.06 06:42:48.577758 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005840453 sec., 90061.50721527937 rows/sec., 6.12 MiB/sec. | ||
15764 | 2024.09.06 06:42:48.578078 [ 3 ] {41b4cb8e-9a00-48ab-9032-f38c6a5886e5} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15765 | 2024.09.06 06:42:48.578160 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
15766 | 2024.09.06 06:42:48.578450 [ 3 ] {41b4cb8e-9a00-48ab-9032-f38c6a5886e5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00549 sec., 1092.896174863388 rows/sec., 64.57 KiB/sec. | ||
15767 | 2024.09.06 06:42:48.578788 [ 3 ] {41b4cb8e-9a00-48ab-9032-f38c6a5886e5} <Debug> DynamicQueryHandler: Done processing query | ||
15768 | 2024.09.06 06:42:48.578847 [ 3 ] {41b4cb8e-9a00-48ab-9032-f38c6a5886e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15769 | 2024.09.06 06:42:48.578906 [ 3 ] {} <Debug> HTTP-Session: 0f9dc66f-09cc-499e-9974-98cb2f30e66e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15770 | 2024.09.06 06:42:48.579187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15771 | 2024.09.06 06:42:48.579212 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_51_10} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15772 | 2024.09.06 06:42:48.579275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15773 | 2024.09.06 06:42:48.579334 [ 3 ] {} <Debug> HTTP-Session: 4d7fb70a-311b-47c8-8cbd-2c22573d5f0c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15774 | 2024.09.06 06:42:48.579366 [ 3 ] {} <Debug> HTTP-Session: 4d7fb70a-311b-47c8-8cbd-2c22573d5f0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15775 | 2024.09.06 06:42:48.579398 [ 3 ] {} <Debug> HTTP-Session: 4d7fb70a-311b-47c8-8cbd-2c22573d5f0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15776 | 2024.09.06 06:42:48.579406 [ 196 ] {5f691591-518a-4472-9850-9bd51d87b65e::all_1_51_10} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
15777 | 2024.09.06 06:42:48.579456 [ 3 ] {} <Trace> HTTP-Session: 4d7fb70a-311b-47c8-8cbd-2c22573d5f0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15778 | 2024.09.06 06:42:48.579568 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
15779 | 2024.09.06 06:42:48.579746 [ 3 ] {d85feccd-d826-4bf7-9a84-8b2934be9320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15780 | 2024.09.06 06:42:48.579794 [ 3 ] {d85feccd-d826-4bf7-9a84-8b2934be9320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15781 | 2024.09.06 06:42:48.580039 [ 3 ] {d85feccd-d826-4bf7-9a84-8b2934be9320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15782 | 2024.09.06 06:42:48.580661 [ 3 ] {d85feccd-d826-4bf7-9a84-8b2934be9320} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15783 | 2024.09.06 06:42:48.580698 [ 3 ] {d85feccd-d826-4bf7-9a84-8b2934be9320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15784 | 2024.09.06 06:42:48.581080 [ 3 ] {d85feccd-d826-4bf7-9a84-8b2934be9320} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15785 | 2024.09.06 06:42:48.581448 [ 3 ] {d85feccd-d826-4bf7-9a84-8b2934be9320} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15786 | 2024.09.06 06:42:48.581608 [ 3 ] {d85feccd-d826-4bf7-9a84-8b2934be9320} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001973 sec., 197668.5250886974 rows/sec., 14.02 MiB/sec. | ||
15787 | 2024.09.06 06:42:48.581803 [ 3 ] {d85feccd-d826-4bf7-9a84-8b2934be9320} <Debug> DynamicQueryHandler: Done processing query | ||
15788 | 2024.09.06 06:42:48.581827 [ 3 ] {d85feccd-d826-4bf7-9a84-8b2934be9320} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15789 | 2024.09.06 06:42:48.581843 [ 3 ] {} <Debug> HTTP-Session: 4d7fb70a-311b-47c8-8cbd-2c22573d5f0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15790 | 2024.09.06 06:42:48.581992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15791 | 2024.09.06 06:42:48.582040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15792 | 2024.09.06 06:42:48.582059 [ 3 ] {} <Debug> HTTP-Session: b8ba71b0-6cdc-486a-8c2d-1924712969e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15793 | 2024.09.06 06:42:48.582076 [ 3 ] {} <Debug> HTTP-Session: b8ba71b0-6cdc-486a-8c2d-1924712969e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15794 | 2024.09.06 06:42:48.582089 [ 3 ] {} <Debug> HTTP-Session: b8ba71b0-6cdc-486a-8c2d-1924712969e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15795 | 2024.09.06 06:42:48.582122 [ 3 ] {} <Trace> HTTP-Session: b8ba71b0-6cdc-486a-8c2d-1924712969e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15796 | 2024.09.06 06:42:48.582216 [ 3 ] {8e19b27f-75c2-4801-bc56-3ac4771cc59b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15797 | 2024.09.06 06:42:48.582260 [ 3 ] {8e19b27f-75c2-4801-bc56-3ac4771cc59b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15798 | 2024.09.06 06:42:48.582391 [ 3 ] {8e19b27f-75c2-4801-bc56-3ac4771cc59b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15799 | 2024.09.06 06:42:48.582714 [ 3 ] {8e19b27f-75c2-4801-bc56-3ac4771cc59b} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15800 | 2024.09.06 06:42:48.582749 [ 3 ] {8e19b27f-75c2-4801-bc56-3ac4771cc59b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15801 | 2024.09.06 06:42:48.583104 [ 3 ] {8e19b27f-75c2-4801-bc56-3ac4771cc59b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15802 | 2024.09.06 06:42:48.583423 [ 3 ] {8e19b27f-75c2-4801-bc56-3ac4771cc59b} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15803 | 2024.09.06 06:42:48.583584 [ 3 ] {8e19b27f-75c2-4801-bc56-3ac4771cc59b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001385 sec., 4332.129963898917 rows/sec., 226.34 KiB/sec. | ||
15804 | 2024.09.06 06:42:48.583751 [ 3 ] {8e19b27f-75c2-4801-bc56-3ac4771cc59b} <Debug> DynamicQueryHandler: Done processing query | ||
15805 | 2024.09.06 06:42:48.583775 [ 3 ] {8e19b27f-75c2-4801-bc56-3ac4771cc59b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15806 | 2024.09.06 06:42:48.583791 [ 3 ] {} <Debug> HTTP-Session: b8ba71b0-6cdc-486a-8c2d-1924712969e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15807 | 2024.09.06 06:42:48.583945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15808 | 2024.09.06 06:42:48.583993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15809 | 2024.09.06 06:42:48.584012 [ 3 ] {} <Debug> HTTP-Session: 4aaa6497-4e29-4dd8-beae-c8d2338e368c Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15810 | 2024.09.06 06:42:48.584029 [ 3 ] {} <Debug> HTTP-Session: 4aaa6497-4e29-4dd8-beae-c8d2338e368c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15811 | 2024.09.06 06:42:48.584042 [ 3 ] {} <Debug> HTTP-Session: 4aaa6497-4e29-4dd8-beae-c8d2338e368c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15812 | 2024.09.06 06:42:48.584073 [ 3 ] {} <Trace> HTTP-Session: 4aaa6497-4e29-4dd8-beae-c8d2338e368c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15813 | 2024.09.06 06:42:48.584269 [ 3 ] {7fa4856d-6222-4956-86b8-a1d315ba16ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15814 | 2024.09.06 06:42:48.584315 [ 3 ] {7fa4856d-6222-4956-86b8-a1d315ba16ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15815 | 2024.09.06 06:42:48.584461 [ 3 ] {7fa4856d-6222-4956-86b8-a1d315ba16ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15816 | 2024.09.06 06:42:48.584938 [ 3 ] {7fa4856d-6222-4956-86b8-a1d315ba16ba} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15817 | 2024.09.06 06:42:48.584974 [ 3 ] {7fa4856d-6222-4956-86b8-a1d315ba16ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15818 | 2024.09.06 06:42:48.585359 [ 3 ] {7fa4856d-6222-4956-86b8-a1d315ba16ba} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15819 | 2024.09.06 06:42:48.585697 [ 3 ] {7fa4856d-6222-4956-86b8-a1d315ba16ba} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15820 | 2024.09.06 06:42:48.585863 [ 3 ] {7fa4856d-6222-4956-86b8-a1d315ba16ba} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
15821 | 2024.09.06 06:42:48.586034 [ 3 ] {7fa4856d-6222-4956-86b8-a1d315ba16ba} <Debug> DynamicQueryHandler: Done processing query | ||
15822 | 2024.09.06 06:42:48.586057 [ 3 ] {7fa4856d-6222-4956-86b8-a1d315ba16ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15823 | 2024.09.06 06:42:48.586073 [ 3 ] {} <Debug> HTTP-Session: 4aaa6497-4e29-4dd8-beae-c8d2338e368c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15824 | 2024.09.06 06:42:48.586189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15825 | 2024.09.06 06:42:48.586237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15826 | 2024.09.06 06:42:48.586256 [ 3 ] {} <Debug> HTTP-Session: 9bafa95e-3563-4304-af5d-affb02f62030 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15827 | 2024.09.06 06:42:48.586273 [ 3 ] {} <Debug> HTTP-Session: 9bafa95e-3563-4304-af5d-affb02f62030 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15828 | 2024.09.06 06:42:48.586286 [ 3 ] {} <Debug> HTTP-Session: 9bafa95e-3563-4304-af5d-affb02f62030 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15829 | 2024.09.06 06:42:48.586317 [ 3 ] {} <Trace> HTTP-Session: 9bafa95e-3563-4304-af5d-affb02f62030 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15830 | 2024.09.06 06:42:48.586408 [ 3 ] {94f33796-6b22-4926-81eb-15e9c08017ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15831 | 2024.09.06 06:42:48.586453 [ 3 ] {94f33796-6b22-4926-81eb-15e9c08017ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15832 | 2024.09.06 06:42:48.586581 [ 3 ] {94f33796-6b22-4926-81eb-15e9c08017ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15833 | 2024.09.06 06:42:48.586849 [ 3 ] {94f33796-6b22-4926-81eb-15e9c08017ab} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15834 | 2024.09.06 06:42:48.586885 [ 3 ] {94f33796-6b22-4926-81eb-15e9c08017ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15835 | 2024.09.06 06:42:48.587230 [ 3 ] {94f33796-6b22-4926-81eb-15e9c08017ab} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15836 | 2024.09.06 06:42:48.587567 [ 3 ] {94f33796-6b22-4926-81eb-15e9c08017ab} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15837 | 2024.09.06 06:42:48.587727 [ 3 ] {94f33796-6b22-4926-81eb-15e9c08017ab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001332 sec., 750.7507507507507 rows/sec., 50.59 KiB/sec. | ||
15838 | 2024.09.06 06:42:48.588051 [ 3 ] {94f33796-6b22-4926-81eb-15e9c08017ab} <Debug> DynamicQueryHandler: Done processing query | ||
15839 | 2024.09.06 06:42:48.588092 [ 3 ] {94f33796-6b22-4926-81eb-15e9c08017ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15840 | 2024.09.06 06:42:48.588110 [ 3 ] {} <Debug> HTTP-Session: 9bafa95e-3563-4304-af5d-affb02f62030 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15841 | 2024.09.06 06:42:48.588232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15842 | 2024.09.06 06:42:48.588281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15843 | 2024.09.06 06:42:48.588300 [ 3 ] {} <Debug> HTTP-Session: 41434e87-4f1e-4781-8e2e-cb8954682fb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15844 | 2024.09.06 06:42:48.588316 [ 3 ] {} <Debug> HTTP-Session: 41434e87-4f1e-4781-8e2e-cb8954682fb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15845 | 2024.09.06 06:42:48.588330 [ 3 ] {} <Debug> HTTP-Session: 41434e87-4f1e-4781-8e2e-cb8954682fb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15846 | 2024.09.06 06:42:48.588361 [ 3 ] {} <Trace> HTTP-Session: 41434e87-4f1e-4781-8e2e-cb8954682fb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15847 | 2024.09.06 06:42:48.588541 [ 3 ] {b6e6d518-4905-4898-bd93-e3c16782a045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15848 | 2024.09.06 06:42:48.588614 [ 3 ] {b6e6d518-4905-4898-bd93-e3c16782a045} <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_histogramu64 | ||
15849 | 2024.09.06 06:42:48.589052 [ 3 ] {b6e6d518-4905-4898-bd93-e3c16782a045} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15850 | 2024.09.06 06:42:48.589576 [ 3 ] {b6e6d518-4905-4898-bd93-e3c16782a045} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15851 | 2024.09.06 06:42:48.589639 [ 3 ] {b6e6d518-4905-4898-bd93-e3c16782a045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15852 | 2024.09.06 06:42:48.590235 [ 3 ] {b6e6d518-4905-4898-bd93-e3c16782a045} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15853 | 2024.09.06 06:42:48.590643 [ 3 ] {b6e6d518-4905-4898-bd93-e3c16782a045} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15854 | 2024.09.06 06:42:48.590832 [ 3 ] {b6e6d518-4905-4898-bd93-e3c16782a045} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002396 sec., 3338.89816360601 rows/sec., 5.98 MiB/sec. | ||
15855 | 2024.09.06 06:42:48.591054 [ 3 ] {b6e6d518-4905-4898-bd93-e3c16782a045} <Debug> DynamicQueryHandler: Done processing query | ||
15856 | 2024.09.06 06:42:48.591078 [ 3 ] {b6e6d518-4905-4898-bd93-e3c16782a045} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15857 | 2024.09.06 06:42:48.591093 [ 3 ] {} <Debug> HTTP-Session: 41434e87-4f1e-4781-8e2e-cb8954682fb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15858 | 2024.09.06 06:42:48.591221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15859 | 2024.09.06 06:42:48.591269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15860 | 2024.09.06 06:42:48.591288 [ 3 ] {} <Debug> HTTP-Session: 79019a71-4a07-4986-bec0-98d1a94f1a72 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15861 | 2024.09.06 06:42:48.591328 [ 3 ] {} <Debug> HTTP-Session: 79019a71-4a07-4986-bec0-98d1a94f1a72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15862 | 2024.09.06 06:42:48.591343 [ 3 ] {} <Debug> HTTP-Session: 79019a71-4a07-4986-bec0-98d1a94f1a72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15863 | 2024.09.06 06:42:48.591374 [ 3 ] {} <Trace> HTTP-Session: 79019a71-4a07-4986-bec0-98d1a94f1a72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15864 | 2024.09.06 06:42:48.591497 [ 3 ] {384824d3-8794-4a49-b45e-7bda21ddae08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15865 | 2024.09.06 06:42:48.591550 [ 3 ] {384824d3-8794-4a49-b45e-7bda21ddae08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15866 | 2024.09.06 06:42:48.591681 [ 3 ] {384824d3-8794-4a49-b45e-7bda21ddae08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15867 | 2024.09.06 06:42:48.592060 [ 3 ] {384824d3-8794-4a49-b45e-7bda21ddae08} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15868 | 2024.09.06 06:42:48.592096 [ 3 ] {384824d3-8794-4a49-b45e-7bda21ddae08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15869 | 2024.09.06 06:42:48.592457 [ 3 ] {384824d3-8794-4a49-b45e-7bda21ddae08} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15870 | 2024.09.06 06:42:48.592777 [ 3 ] {384824d3-8794-4a49-b45e-7bda21ddae08} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15871 | 2024.09.06 06:42:48.592934 [ 3 ] {384824d3-8794-4a49-b45e-7bda21ddae08} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001475 sec., 55593.220338983054 rows/sec., 3.53 MiB/sec. | ||
15872 | 2024.09.06 06:42:48.593198 [ 3 ] {384824d3-8794-4a49-b45e-7bda21ddae08} <Debug> DynamicQueryHandler: Done processing query | ||
15873 | 2024.09.06 06:42:48.593256 [ 3 ] {384824d3-8794-4a49-b45e-7bda21ddae08} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15874 | 2024.09.06 06:42:48.593324 [ 3 ] {} <Debug> HTTP-Session: 79019a71-4a07-4986-bec0-98d1a94f1a72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15875 | 2024.09.06 06:42:53.595241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15876 | 2024.09.06 06:42:53.595381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15877 | 2024.09.06 06:42:53.595410 [ 3 ] {} <Debug> HTTP-Session: dfca8020-170c-48cf-b000-2ae277018ec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15878 | 2024.09.06 06:42:53.595439 [ 3 ] {} <Debug> HTTP-Session: dfca8020-170c-48cf-b000-2ae277018ec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15879 | 2024.09.06 06:42:53.595457 [ 3 ] {} <Debug> HTTP-Session: dfca8020-170c-48cf-b000-2ae277018ec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15880 | 2024.09.06 06:42:53.595512 [ 3 ] {} <Trace> HTTP-Session: dfca8020-170c-48cf-b000-2ae277018ec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15881 | 2024.09.06 06:42:53.595715 [ 3 ] {d979279f-d85d-4dbd-955a-5e81bc9e2750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15882 | 2024.09.06 06:42:53.595782 [ 3 ] {d979279f-d85d-4dbd-955a-5e81bc9e2750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15883 | 2024.09.06 06:42:53.596115 [ 3 ] {d979279f-d85d-4dbd-955a-5e81bc9e2750} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15884 | 2024.09.06 06:42:53.596581 [ 3 ] {d979279f-d85d-4dbd-955a-5e81bc9e2750} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15885 | 2024.09.06 06:42:53.596622 [ 3 ] {d979279f-d85d-4dbd-955a-5e81bc9e2750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15886 | 2024.09.06 06:42:53.597051 [ 3 ] {d979279f-d85d-4dbd-955a-5e81bc9e2750} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
15887 | 2024.09.06 06:42:53.597444 [ 3 ] {d979279f-d85d-4dbd-955a-5e81bc9e2750} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15888 | 2024.09.06 06:42:53.597601 [ 3 ] {d979279f-d85d-4dbd-955a-5e81bc9e2750} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001949 sec., 5130.83632632119 rows/sec., 418.38 KiB/sec. | ||
15889 | 2024.09.06 06:42:53.597981 [ 3 ] {d979279f-d85d-4dbd-955a-5e81bc9e2750} <Debug> DynamicQueryHandler: Done processing query | ||
15890 | 2024.09.06 06:42:53.598011 [ 3 ] {d979279f-d85d-4dbd-955a-5e81bc9e2750} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15891 | 2024.09.06 06:42:53.598028 [ 3 ] {} <Debug> HTTP-Session: dfca8020-170c-48cf-b000-2ae277018ec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15892 | 2024.09.06 06:42:53.598395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 189990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15893 | 2024.09.06 06:42:53.598453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15894 | 2024.09.06 06:42:53.598473 [ 3 ] {} <Debug> HTTP-Session: 59f6f744-57af-4ecd-a446-06d1109f981e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15895 | 2024.09.06 06:42:53.598491 [ 3 ] {} <Debug> HTTP-Session: 59f6f744-57af-4ecd-a446-06d1109f981e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15896 | 2024.09.06 06:42:53.598506 [ 3 ] {} <Debug> HTTP-Session: 59f6f744-57af-4ecd-a446-06d1109f981e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15897 | 2024.09.06 06:42:53.598543 [ 3 ] {} <Trace> HTTP-Session: 59f6f744-57af-4ecd-a446-06d1109f981e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15898 | 2024.09.06 06:42:53.599033 [ 3 ] {6a14b0a8-1d83-416c-9120-dd7f98292c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15899 | 2024.09.06 06:42:53.599084 [ 3 ] {6a14b0a8-1d83-416c-9120-dd7f98292c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15900 | 2024.09.06 06:42:53.599343 [ 3 ] {6a14b0a8-1d83-416c-9120-dd7f98292c53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15901 | 2024.09.06 06:42:53.600700 [ 3 ] {6a14b0a8-1d83-416c-9120-dd7f98292c53} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15902 | 2024.09.06 06:42:53.600737 [ 3 ] {6a14b0a8-1d83-416c-9120-dd7f98292c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15903 | 2024.09.06 06:42:53.601181 [ 3 ] {6a14b0a8-1d83-416c-9120-dd7f98292c53} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15904 | 2024.09.06 06:42:53.601552 [ 3 ] {6a14b0a8-1d83-416c-9120-dd7f98292c53} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15905 | 2024.09.06 06:42:53.601686 [ 3 ] {6a14b0a8-1d83-416c-9120-dd7f98292c53} <Debug> executeQuery: Read 1305 rows, 111.09 KiB in 0.002981 sec., 437772.55954377726 rows/sec., 36.39 MiB/sec. | ||
15906 | 2024.09.06 06:42:53.601688 [ 134 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15907 | 2024.09.06 06:42:53.601755 [ 134 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15908 | 2024.09.06 06:42:53.601795 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15909 | 2024.09.06 06:42:53.601931 [ 3 ] {6a14b0a8-1d83-416c-9120-dd7f98292c53} <Debug> DynamicQueryHandler: Done processing query | ||
15910 | 2024.09.06 06:42:53.601980 [ 3 ] {6a14b0a8-1d83-416c-9120-dd7f98292c53} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
15911 | 2024.09.06 06:42:53.602006 [ 3 ] {} <Debug> HTTP-Session: 59f6f744-57af-4ecd-a446-06d1109f981e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15912 | 2024.09.06 06:42:53.602014 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::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 | ||
15913 | 2024.09.06 06:42:53.602225 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15914 | 2024.09.06 06:42:53.602295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 8907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15915 | 2024.09.06 06:42:53.602306 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1440 rows starting from the beginning of the part | ||
15916 | 2024.09.06 06:42:53.602382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15917 | 2024.09.06 06:42:53.602444 [ 3 ] {} <Debug> HTTP-Session: 56f4d4ad-4f63-4e0b-b746-0e57d5bd5580 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15918 | 2024.09.06 06:42:53.602520 [ 3 ] {} <Debug> HTTP-Session: 56f4d4ad-4f63-4e0b-b746-0e57d5bd5580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15919 | 2024.09.06 06:42:53.602582 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 152 rows starting from the beginning of the part | ||
15920 | 2024.09.06 06:42:53.602597 [ 3 ] {} <Debug> HTTP-Session: 56f4d4ad-4f63-4e0b-b746-0e57d5bd5580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15921 | 2024.09.06 06:42:53.602720 [ 3 ] {} <Trace> HTTP-Session: 56f4d4ad-4f63-4e0b-b746-0e57d5bd5580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15922 | 2024.09.06 06:42:53.602913 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 205 rows starting from the beginning of the part | ||
15923 | 2024.09.06 06:42:53.603098 [ 3 ] {cf2fea01-21c7-43ea-ae2f-1b7f93fca842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15924 | 2024.09.06 06:42:53.603178 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 166 rows starting from the beginning of the part | ||
15925 | 2024.09.06 06:42:53.603234 [ 3 ] {cf2fea01-21c7-43ea-ae2f-1b7f93fca842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15926 | 2024.09.06 06:42:53.603480 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 205 rows starting from the beginning of the part | ||
15927 | 2024.09.06 06:42:53.603812 [ 193 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1305 rows starting from the beginning of the part | ||
15928 | 2024.09.06 06:42:53.604588 [ 3 ] {cf2fea01-21c7-43ea-ae2f-1b7f93fca842} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15929 | 2024.09.06 06:42:53.605366 [ 3 ] {cf2fea01-21c7-43ea-ae2f-1b7f93fca842} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15930 | 2024.09.06 06:42:53.605421 [ 3 ] {cf2fea01-21c7-43ea-ae2f-1b7f93fca842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15931 | 2024.09.06 06:42:53.606387 [ 3 ] {cf2fea01-21c7-43ea-ae2f-1b7f93fca842} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15932 | 2024.09.06 06:42:53.606890 [ 3 ] {cf2fea01-21c7-43ea-ae2f-1b7f93fca842} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15933 | 2024.09.06 06:42:53.607130 [ 134 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15934 | 2024.09.06 06:42:53.607166 [ 3 ] {cf2fea01-21c7-43ea-ae2f-1b7f93fca842} <Debug> executeQuery: Read 62 rows, 4.61 KiB in 0.004202 sec., 14754.878629224178 rows/sec., 1.07 MiB/sec. | ||
15935 | 2024.09.06 06:42:53.607232 [ 134 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15936 | 2024.09.06 06:42:53.607335 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15937 | 2024.09.06 06:42:53.607917 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
15938 | 2024.09.06 06:42:53.607946 [ 195 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3473 rows, containing 5 columns (5 merged, 0 gathered) in 0.006061877 sec., 572924.8547933255 rows/sec., 50.46 MiB/sec. | ||
15939 | 2024.09.06 06:42:53.607947 [ 3 ] {cf2fea01-21c7-43ea-ae2f-1b7f93fca842} <Debug> DynamicQueryHandler: Done processing query | ||
15940 | 2024.09.06 06:42:53.608024 [ 3 ] {cf2fea01-21c7-43ea-ae2f-1b7f93fca842} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15941 | 2024.09.06 06:42:53.608052 [ 3 ] {} <Debug> HTTP-Session: 56f4d4ad-4f63-4e0b-b746-0e57d5bd5580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15942 | 2024.09.06 06:42:53.608268 [ 195 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15943 | 2024.09.06 06:42:53.608295 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15944 | 2024.09.06 06:42:53.608322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15945 | 2024.09.06 06:42:53.608428 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 69 rows starting from the beginning of the part | ||
15946 | 2024.09.06 06:42:53.608464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15947 | 2024.09.06 06:42:53.608527 [ 3 ] {} <Debug> HTTP-Session: 7787103b-56d5-4233-ac90-ed0db0711324 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15948 | 2024.09.06 06:42:53.608616 [ 3 ] {} <Debug> HTTP-Session: 7787103b-56d5-4233-ac90-ed0db0711324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15949 | 2024.09.06 06:42:53.608706 [ 3 ] {} <Debug> HTTP-Session: 7787103b-56d5-4233-ac90-ed0db0711324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15950 | 2024.09.06 06:42:53.608877 [ 3 ] {} <Trace> HTTP-Session: 7787103b-56d5-4233-ac90-ed0db0711324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15951 | 2024.09.06 06:42:53.608905 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 48 rows starting from the beginning of the part | ||
15952 | 2024.09.06 06:42:53.609529 [ 3 ] {9ea23253-c7eb-49a9-9305-cb02ded7ad9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15953 | 2024.09.06 06:42:53.609553 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part | ||
15954 | 2024.09.06 06:42:53.609703 [ 3 ] {9ea23253-c7eb-49a9-9305-cb02ded7ad9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15955 | 2024.09.06 06:42:53.610191 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 55 rows starting from the beginning of the part | ||
15956 | 2024.09.06 06:42:53.610633 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part | ||
15957 | 2024.09.06 06:42:53.611082 [ 195 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_86_17} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15958 | 2024.09.06 06:42:53.611217 [ 192 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 62 rows starting from the beginning of the part | ||
15959 | 2024.09.06 06:42:53.611652 [ 195 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_86_17} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15960 | 2024.09.06 06:42:53.612000 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
15961 | 2024.09.06 06:42:53.612378 [ 3 ] {9ea23253-c7eb-49a9-9305-cb02ded7ad9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15962 | 2024.09.06 06:42:53.613383 [ 3 ] {9ea23253-c7eb-49a9-9305-cb02ded7ad9b} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15963 | 2024.09.06 06:42:53.613462 [ 3 ] {9ea23253-c7eb-49a9-9305-cb02ded7ad9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15964 | 2024.09.06 06:42:53.614581 [ 3 ] {9ea23253-c7eb-49a9-9305-cb02ded7ad9b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
15965 | 2024.09.06 06:42:53.614651 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 250 rows, containing 5 columns (5 merged, 0 gathered) in 0.007093057 sec., 35245.73396209843 rows/sec., 2.69 MiB/sec. | ||
15966 | 2024.09.06 06:42:53.614939 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15967 | 2024.09.06 06:42:53.615335 [ 3 ] {9ea23253-c7eb-49a9-9305-cb02ded7ad9b} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15968 | 2024.09.06 06:42:53.615848 [ 3 ] {9ea23253-c7eb-49a9-9305-cb02ded7ad9b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006653 sec., 34270.25402074252 rows/sec., 2.32 MiB/sec. | ||
15969 | 2024.09.06 06:42:53.616120 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_81_16} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15970 | 2024.09.06 06:42:53.616246 [ 3 ] {9ea23253-c7eb-49a9-9305-cb02ded7ad9b} <Debug> DynamicQueryHandler: Done processing query | ||
15971 | 2024.09.06 06:42:53.616292 [ 201 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_81_16} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15972 | 2024.09.06 06:42:53.616299 [ 3 ] {9ea23253-c7eb-49a9-9305-cb02ded7ad9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
15973 | 2024.09.06 06:42:53.616340 [ 3 ] {} <Debug> HTTP-Session: 7787103b-56d5-4233-ac90-ed0db0711324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15974 | 2024.09.06 06:42:53.616462 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
15975 | 2024.09.06 06:42:53.616634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 96354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15976 | 2024.09.06 06:42:53.616692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15977 | 2024.09.06 06:42:53.616711 [ 3 ] {} <Debug> HTTP-Session: 01d12d83-c73a-4372-97a1-ba4305ec4da4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15978 | 2024.09.06 06:42:53.616729 [ 3 ] {} <Debug> HTTP-Session: 01d12d83-c73a-4372-97a1-ba4305ec4da4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15979 | 2024.09.06 06:42:53.616743 [ 3 ] {} <Debug> HTTP-Session: 01d12d83-c73a-4372-97a1-ba4305ec4da4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15980 | 2024.09.06 06:42:53.616780 [ 3 ] {} <Trace> HTTP-Session: 01d12d83-c73a-4372-97a1-ba4305ec4da4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15981 | 2024.09.06 06:42:53.617090 [ 3 ] {ebdd09ee-e816-41dc-ae7e-21758bee0caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15982 | 2024.09.06 06:42:53.617137 [ 3 ] {ebdd09ee-e816-41dc-ae7e-21758bee0caa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15983 | 2024.09.06 06:42:53.617391 [ 3 ] {ebdd09ee-e816-41dc-ae7e-21758bee0caa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15984 | 2024.09.06 06:42:53.618138 [ 3 ] {ebdd09ee-e816-41dc-ae7e-21758bee0caa} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15985 | 2024.09.06 06:42:53.618175 [ 3 ] {ebdd09ee-e816-41dc-ae7e-21758bee0caa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15986 | 2024.09.06 06:42:53.618565 [ 3 ] {ebdd09ee-e816-41dc-ae7e-21758bee0caa} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15987 | 2024.09.06 06:42:53.618935 [ 3 ] {ebdd09ee-e816-41dc-ae7e-21758bee0caa} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15988 | 2024.09.06 06:42:53.619068 [ 3 ] {ebdd09ee-e816-41dc-ae7e-21758bee0caa} <Debug> executeQuery: Read 582 rows, 44.38 KiB in 0.002159 sec., 269569.245020843 rows/sec., 20.08 MiB/sec. | ||
15989 | 2024.09.06 06:42:53.619072 [ 134 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15990 | 2024.09.06 06:42:53.619131 [ 134 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15991 | 2024.09.06 06:42:53.619163 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
15992 | 2024.09.06 06:42:53.619349 [ 3 ] {ebdd09ee-e816-41dc-ae7e-21758bee0caa} <Debug> DynamicQueryHandler: Done processing query | ||
15993 | 2024.09.06 06:42:53.619420 [ 3 ] {ebdd09ee-e816-41dc-ae7e-21758bee0caa} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
15994 | 2024.09.06 06:42:53.619421 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::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 | ||
15995 | 2024.09.06 06:42:53.619453 [ 3 ] {} <Debug> HTTP-Session: 01d12d83-c73a-4372-97a1-ba4305ec4da4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15996 | 2024.09.06 06:42:53.619933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 161374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15997 | 2024.09.06 06:42:53.620103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15998 | 2024.09.06 06:42:53.620195 [ 3 ] {} <Debug> HTTP-Session: 13664f30-4c08-4a8e-934f-b882a3a393b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
15999 | 2024.09.06 06:42:53.620193 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16000 | 2024.09.06 06:42:53.620263 [ 3 ] {} <Debug> HTTP-Session: 13664f30-4c08-4a8e-934f-b882a3a393b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16001 | 2024.09.06 06:42:53.620329 [ 3 ] {} <Debug> HTTP-Session: 13664f30-4c08-4a8e-934f-b882a3a393b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16002 | 2024.09.06 06:42:53.620402 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 928 rows starting from the beginning of the part | ||
16003 | 2024.09.06 06:42:53.620471 [ 3 ] {} <Trace> HTTP-Session: 13664f30-4c08-4a8e-934f-b882a3a393b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16004 | 2024.09.06 06:42:53.620936 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 130 rows starting from the beginning of the part | ||
16005 | 2024.09.06 06:42:53.621061 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 390 rows starting from the beginning of the part | ||
16006 | 2024.09.06 06:42:53.621176 [ 3 ] {e5c44615-40ce-41c4-a162-4168b7ec1d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16007 | 2024.09.06 06:42:53.621371 [ 3 ] {e5c44615-40ce-41c4-a162-4168b7ec1d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16008 | 2024.09.06 06:42:53.621418 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 146 rows starting from the beginning of the part | ||
16009 | 2024.09.06 06:42:53.621857 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 390 rows starting from the beginning of the part | ||
16010 | 2024.09.06 06:42:53.622216 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 582 rows starting from the beginning of the part | ||
16011 | 2024.09.06 06:42:53.622531 [ 3 ] {e5c44615-40ce-41c4-a162-4168b7ec1d27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16012 | 2024.09.06 06:42:53.624117 [ 3 ] {e5c44615-40ce-41c4-a162-4168b7ec1d27} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16013 | 2024.09.06 06:42:53.624187 [ 3 ] {e5c44615-40ce-41c4-a162-4168b7ec1d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16014 | 2024.09.06 06:42:53.624947 [ 3 ] {e5c44615-40ce-41c4-a162-4168b7ec1d27} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16015 | 2024.09.06 06:42:53.624966 [ 199 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2566 rows, containing 5 columns (5 merged, 0 gathered) in 0.005732432 sec., 447628.51090078347 rows/sec., 34.40 MiB/sec. | ||
16016 | 2024.09.06 06:42:53.625253 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16017 | 2024.09.06 06:42:53.625573 [ 3 ] {e5c44615-40ce-41c4-a162-4168b7ec1d27} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16018 | 2024.09.06 06:42:53.625969 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16019 | 2024.09.06 06:42:53.626045 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16020 | 2024.09.06 06:42:53.626079 [ 3 ] {e5c44615-40ce-41c4-a162-4168b7ec1d27} <Debug> executeQuery: Read 849 rows, 58.52 KiB in 0.00529 sec., 160491.4933837429 rows/sec., 10.80 MiB/sec. | ||
16021 | 2024.09.06 06:42:53.626125 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16022 | 2024.09.06 06:42:53.626639 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::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 | ||
16023 | 2024.09.06 06:42:53.626749 [ 3 ] {e5c44615-40ce-41c4-a162-4168b7ec1d27} <Debug> DynamicQueryHandler: Done processing query | ||
16024 | 2024.09.06 06:42:53.626787 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_86_17} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16025 | 2024.09.06 06:42:53.626800 [ 3 ] {e5c44615-40ce-41c4-a162-4168b7ec1d27} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
16026 | 2024.09.06 06:42:53.626866 [ 3 ] {} <Debug> HTTP-Session: 13664f30-4c08-4a8e-934f-b882a3a393b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16027 | 2024.09.06 06:42:53.627074 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_86_17} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16028 | 2024.09.06 06:42:53.627106 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16029 | 2024.09.06 06:42:53.627164 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 25392 rows starting from the beginning of the part | ||
16030 | 2024.09.06 06:42:53.627269 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
16031 | 2024.09.06 06:42:53.627387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 85627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16032 | 2024.09.06 06:42:53.627507 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 163 rows starting from the beginning of the part | ||
16033 | 2024.09.06 06:42:53.627578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16034 | 2024.09.06 06:42:53.627682 [ 3 ] {} <Debug> HTTP-Session: 90b24ecd-5580-45ba-8e70-d4d3c1b2e1f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16035 | 2024.09.06 06:42:53.627741 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part | ||
16036 | 2024.09.06 06:42:53.627760 [ 3 ] {} <Debug> HTTP-Session: 90b24ecd-5580-45ba-8e70-d4d3c1b2e1f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16037 | 2024.09.06 06:42:53.627839 [ 3 ] {} <Debug> HTTP-Session: 90b24ecd-5580-45ba-8e70-d4d3c1b2e1f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16038 | 2024.09.06 06:42:53.627974 [ 3 ] {} <Trace> HTTP-Session: 90b24ecd-5580-45ba-8e70-d4d3c1b2e1f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16039 | 2024.09.06 06:42:53.628089 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 163 rows starting from the beginning of the part | ||
16040 | 2024.09.06 06:42:53.628345 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 237 rows starting from the beginning of the part | ||
16041 | 2024.09.06 06:42:53.628474 [ 198 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 849 rows starting from the beginning of the part | ||
16042 | 2024.09.06 06:42:53.628792 [ 3 ] {2a9d4b9c-258e-483b-bf69-113f13e5fc1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16043 | 2024.09.06 06:42:53.628983 [ 3 ] {2a9d4b9c-258e-483b-bf69-113f13e5fc1a} <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_histogramu64 | ||
16044 | 2024.09.06 06:42:53.629999 [ 3 ] {2a9d4b9c-258e-483b-bf69-113f13e5fc1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16045 | 2024.09.06 06:42:53.631232 [ 3 ] {2a9d4b9c-258e-483b-bf69-113f13e5fc1a} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16046 | 2024.09.06 06:42:53.631283 [ 3 ] {2a9d4b9c-258e-483b-bf69-113f13e5fc1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16047 | 2024.09.06 06:42:53.632073 [ 3 ] {2a9d4b9c-258e-483b-bf69-113f13e5fc1a} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
16048 | 2024.09.06 06:42:53.632748 [ 3 ] {2a9d4b9c-258e-483b-bf69-113f13e5fc1a} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16049 | 2024.09.06 06:42:53.632981 [ 3 ] {2a9d4b9c-258e-483b-bf69-113f13e5fc1a} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.004734 sec., 10984.368398817067 rows/sec., 19.68 MiB/sec. | ||
16050 | 2024.09.06 06:42:53.632997 [ 133 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
16051 | 2024.09.06 06:42:53.633125 [ 133 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16052 | 2024.09.06 06:42:53.633278 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16053 | 2024.09.06 06:42:53.633581 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
16054 | 2024.09.06 06:42:53.633706 [ 3 ] {2a9d4b9c-258e-483b-bf69-113f13e5fc1a} <Debug> DynamicQueryHandler: Done processing query | ||
16055 | 2024.09.06 06:42:53.633736 [ 3 ] {2a9d4b9c-258e-483b-bf69-113f13e5fc1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
16056 | 2024.09.06 06:42:53.633769 [ 3 ] {} <Debug> HTTP-Session: 90b24ecd-5580-45ba-8e70-d4d3c1b2e1f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16057 | 2024.09.06 06:42:53.633926 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16058 | 2024.09.06 06:42:53.633964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16059 | 2024.09.06 06:42:53.634030 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1434 rows starting from the beginning of the part | ||
16060 | 2024.09.06 06:42:53.634044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16061 | 2024.09.06 06:42:53.634087 [ 3 ] {} <Debug> HTTP-Session: 44211f27-44bd-4cdc-9bee-d0b75af73c7a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16062 | 2024.09.06 06:42:53.634109 [ 3 ] {} <Debug> HTTP-Session: 44211f27-44bd-4cdc-9bee-d0b75af73c7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16063 | 2024.09.06 06:42:53.634130 [ 3 ] {} <Debug> HTTP-Session: 44211f27-44bd-4cdc-9bee-d0b75af73c7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16064 | 2024.09.06 06:42:53.634225 [ 3 ] {} <Trace> HTTP-Session: 44211f27-44bd-4cdc-9bee-d0b75af73c7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16065 | 2024.09.06 06:42:53.634392 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 45 rows starting from the beginning of the part | ||
16066 | 2024.09.06 06:42:53.634431 [ 3 ] {0c939afd-fc1b-4343-aaf6-f98a93666cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16067 | 2024.09.06 06:42:53.634520 [ 3 ] {0c939afd-fc1b-4343-aaf6-f98a93666cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16068 | 2024.09.06 06:42:53.634878 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part | ||
16069 | 2024.09.06 06:42:53.635252 [ 3 ] {0c939afd-fc1b-4343-aaf6-f98a93666cef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16070 | 2024.09.06 06:42:53.635472 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 52 rows starting from the beginning of the part | ||
16071 | 2024.09.06 06:42:53.635981 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part | ||
16072 | 2024.09.06 06:42:53.636215 [ 3 ] {0c939afd-fc1b-4343-aaf6-f98a93666cef} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16073 | 2024.09.06 06:42:53.636318 [ 3 ] {0c939afd-fc1b-4343-aaf6-f98a93666cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16074 | 2024.09.06 06:42:53.636523 [ 191 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 52 rows starting from the beginning of the part | ||
16075 | 2024.09.06 06:42:53.637476 [ 3 ] {0c939afd-fc1b-4343-aaf6-f98a93666cef} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16076 | 2024.09.06 06:42:53.637532 [ 199 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27041 rows, containing 5 columns (5 merged, 0 gathered) in 0.011211377 sec., 2411924.958013632 rows/sec., 163.11 MiB/sec. | ||
16077 | 2024.09.06 06:42:53.637855 [ 199 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16078 | 2024.09.06 06:42:53.638309 [ 3 ] {0c939afd-fc1b-4343-aaf6-f98a93666cef} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16079 | 2024.09.06 06:42:53.638898 [ 133 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16080 | 2024.09.06 06:42:53.638945 [ 3 ] {0c939afd-fc1b-4343-aaf6-f98a93666cef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004545 sec., 13201.3201320132 rows/sec., 911.03 KiB/sec. | ||
16081 | 2024.09.06 06:42:53.639034 [ 133 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16082 | 2024.09.06 06:42:53.639154 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16083 | 2024.09.06 06:42:53.639511 [ 199 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16084 | 2024.09.06 06:42:53.639689 [ 3 ] {0c939afd-fc1b-4343-aaf6-f98a93666cef} <Debug> DynamicQueryHandler: Done processing query | ||
16085 | 2024.09.06 06:42:53.639811 [ 3 ] {0c939afd-fc1b-4343-aaf6-f98a93666cef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16086 | 2024.09.06 06:42:53.639883 [ 186 ] {c089b50b-081e-48df-9946-62d7c23348be::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 | ||
16087 | 2024.09.06 06:42:53.639918 [ 199 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16088 | 2024.09.06 06:42:53.639904 [ 3 ] {} <Debug> HTTP-Session: 44211f27-44bd-4cdc-9bee-d0b75af73c7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16089 | 2024.09.06 06:42:53.640175 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
16090 | 2024.09.06 06:42:53.640451 [ 186 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16091 | 2024.09.06 06:42:53.640542 [ 186 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5496 rows starting from the beginning of the part | ||
16092 | 2024.09.06 06:42:53.640820 [ 186 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
16093 | 2024.09.06 06:42:53.641250 [ 186 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part | ||
16094 | 2024.09.06 06:42:53.641512 [ 186 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
16095 | 2024.09.06 06:42:53.641835 [ 186 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
16096 | 2024.09.06 06:42:53.642175 [ 186 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
16097 | 2024.09.06 06:42:53.646710 [ 186 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5840 rows, containing 4 columns (4 merged, 0 gathered) in 0.007318002 sec., 798032.0311472996 rows/sec., 52.12 MiB/sec. | ||
16098 | 2024.09.06 06:42:53.647238 [ 188 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16099 | 2024.09.06 06:42:53.649232 [ 188 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_86_17} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16100 | 2024.09.06 06:42:53.649321 [ 188 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_86_17} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16101 | 2024.09.06 06:42:53.649414 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
16102 | 2024.09.06 06:42:53.651052 [ 189 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1599 rows, containing 19 columns (19 merged, 0 gathered) in 0.017605872 sec., 90821.97121505823 rows/sec., 162.75 MiB/sec. | ||
16103 | 2024.09.06 06:42:53.653365 [ 189 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16104 | 2024.09.06 06:42:53.654005 [ 189 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16105 | 2024.09.06 06:42:53.654096 [ 189 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16106 | 2024.09.06 06:42:53.654258 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.71 MiB. | ||
16107 | 2024.09.06 06:42:54.000138 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.72 MiB, peak 226.92 MiB, free memory in arenas 0.00 B, will set to 217.03 MiB (RSS), difference: 5.31 MiB | ||
16108 | 2024.09.06 06:42:58.565712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16109 | 2024.09.06 06:42:58.565859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16110 | 2024.09.06 06:42:58.565889 [ 3 ] {} <Debug> HTTP-Session: c7529331-c720-4f1f-b65e-51c4471943fe Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16111 | 2024.09.06 06:42:58.565919 [ 3 ] {} <Debug> HTTP-Session: c7529331-c720-4f1f-b65e-51c4471943fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16112 | 2024.09.06 06:42:58.565937 [ 3 ] {} <Debug> HTTP-Session: c7529331-c720-4f1f-b65e-51c4471943fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16113 | 2024.09.06 06:42:58.565994 [ 3 ] {} <Trace> HTTP-Session: c7529331-c720-4f1f-b65e-51c4471943fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16114 | 2024.09.06 06:42:58.566199 [ 3 ] {5ee86a45-d0fc-43a0-be32-6b49dd8c029a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16115 | 2024.09.06 06:42:58.566275 [ 3 ] {5ee86a45-d0fc-43a0-be32-6b49dd8c029a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16116 | 2024.09.06 06:42:58.566663 [ 3 ] {5ee86a45-d0fc-43a0-be32-6b49dd8c029a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16117 | 2024.09.06 06:42:58.567116 [ 3 ] {5ee86a45-d0fc-43a0-be32-6b49dd8c029a} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16118 | 2024.09.06 06:42:58.567158 [ 3 ] {5ee86a45-d0fc-43a0-be32-6b49dd8c029a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16119 | 2024.09.06 06:42:58.567590 [ 3 ] {5ee86a45-d0fc-43a0-be32-6b49dd8c029a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
16120 | 2024.09.06 06:42:58.567987 [ 3 ] {5ee86a45-d0fc-43a0-be32-6b49dd8c029a} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16121 | 2024.09.06 06:42:58.568176 [ 3 ] {5ee86a45-d0fc-43a0-be32-6b49dd8c029a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002027 sec., 986.6798223976319 rows/sec., 80.46 KiB/sec. | ||
16122 | 2024.09.06 06:42:58.568178 [ 129 ] {} <Debug> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
16123 | 2024.09.06 06:42:58.568279 [ 129 ] {} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16124 | 2024.09.06 06:42:58.568339 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16125 | 2024.09.06 06:42:58.568534 [ 3 ] {5ee86a45-d0fc-43a0-be32-6b49dd8c029a} <Debug> DynamicQueryHandler: Done processing query | ||
16126 | 2024.09.06 06:42:58.568604 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
16127 | 2024.09.06 06:42:58.568617 [ 3 ] {5ee86a45-d0fc-43a0-be32-6b49dd8c029a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16128 | 2024.09.06 06:42:58.568743 [ 3 ] {} <Debug> HTTP-Session: c7529331-c720-4f1f-b65e-51c4471943fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16129 | 2024.09.06 06:42:58.568969 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16130 | 2024.09.06 06:42:58.569015 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 18 rows starting from the beginning of the part | ||
16131 | 2024.09.06 06:42:58.569052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 31076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16132 | 2024.09.06 06:42:58.569193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16133 | 2024.09.06 06:42:58.569209 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
16134 | 2024.09.06 06:42:58.569264 [ 3 ] {} <Debug> HTTP-Session: aaa3b260-feb4-4503-9a94-b45c98e04882 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16135 | 2024.09.06 06:42:58.569331 [ 3 ] {} <Debug> HTTP-Session: aaa3b260-feb4-4503-9a94-b45c98e04882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16136 | 2024.09.06 06:42:58.569422 [ 3 ] {} <Debug> HTTP-Session: aaa3b260-feb4-4503-9a94-b45c98e04882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16137 | 2024.09.06 06:42:58.569483 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 3 rows starting from the beginning of the part | ||
16138 | 2024.09.06 06:42:58.569551 [ 3 ] {} <Trace> HTTP-Session: aaa3b260-feb4-4503-9a94-b45c98e04882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16139 | 2024.09.06 06:42:58.569857 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 3 rows starting from the beginning of the part | ||
16140 | 2024.09.06 06:42:58.569990 [ 3 ] {eb4b02ad-508f-43d4-81e2-70bcf1b951b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16141 | 2024.09.06 06:42:58.570179 [ 3 ] {eb4b02ad-508f-43d4-81e2-70bcf1b951b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16142 | 2024.09.06 06:42:58.570217 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 10 rows starting from the beginning of the part | ||
16143 | 2024.09.06 06:42:58.570590 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
16144 | 2024.09.06 06:42:58.571380 [ 3 ] {eb4b02ad-508f-43d4-81e2-70bcf1b951b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16145 | 2024.09.06 06:42:58.572499 [ 3 ] {eb4b02ad-508f-43d4-81e2-70bcf1b951b4} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16146 | 2024.09.06 06:42:58.572574 [ 3 ] {eb4b02ad-508f-43d4-81e2-70bcf1b951b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16147 | 2024.09.06 06:42:58.573290 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.004862935 sec., 7814.210965188719 rows/sec., 658.68 KiB/sec. | ||
16148 | 2024.09.06 06:42:58.573493 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
16149 | 2024.09.06 06:42:58.573554 [ 3 ] {eb4b02ad-508f-43d4-81e2-70bcf1b951b4} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16150 | 2024.09.06 06:42:58.574657 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_34_7} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16151 | 2024.09.06 06:42:58.574744 [ 3 ] {eb4b02ad-508f-43d4-81e2-70bcf1b951b4} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16152 | 2024.09.06 06:42:58.574852 [ 188 ] {54c9ef95-608b-4e64-b1c1-8e040bfaf05a::all_1_34_7} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
16153 | 2024.09.06 06:42:58.575057 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16154 | 2024.09.06 06:42:58.575116 [ 3 ] {eb4b02ad-508f-43d4-81e2-70bcf1b951b4} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.005298 sec., 38882.59720649302 rows/sec., 3.42 MiB/sec. | ||
16155 | 2024.09.06 06:42:58.575342 [ 3 ] {eb4b02ad-508f-43d4-81e2-70bcf1b951b4} <Debug> DynamicQueryHandler: Done processing query | ||
16156 | 2024.09.06 06:42:58.575369 [ 3 ] {eb4b02ad-508f-43d4-81e2-70bcf1b951b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16157 | 2024.09.06 06:42:58.575385 [ 3 ] {} <Debug> HTTP-Session: aaa3b260-feb4-4503-9a94-b45c98e04882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16158 | 2024.09.06 06:42:58.575533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16159 | 2024.09.06 06:42:58.575584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16160 | 2024.09.06 06:42:58.575603 [ 3 ] {} <Debug> HTTP-Session: ece8028a-83ff-4829-b5b0-df6359b8bc18 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16161 | 2024.09.06 06:42:58.575620 [ 3 ] {} <Debug> HTTP-Session: ece8028a-83ff-4829-b5b0-df6359b8bc18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16162 | 2024.09.06 06:42:58.575634 [ 3 ] {} <Debug> HTTP-Session: ece8028a-83ff-4829-b5b0-df6359b8bc18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16163 | 2024.09.06 06:42:58.575665 [ 3 ] {} <Trace> HTTP-Session: ece8028a-83ff-4829-b5b0-df6359b8bc18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16164 | 2024.09.06 06:42:58.575768 [ 3 ] {780b9a2b-c44c-4b68-b2a1-841ed6ef451f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16165 | 2024.09.06 06:42:58.575812 [ 3 ] {780b9a2b-c44c-4b68-b2a1-841ed6ef451f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16166 | 2024.09.06 06:42:58.576047 [ 3 ] {780b9a2b-c44c-4b68-b2a1-841ed6ef451f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16167 | 2024.09.06 06:42:58.576379 [ 3 ] {780b9a2b-c44c-4b68-b2a1-841ed6ef451f} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16168 | 2024.09.06 06:42:58.576416 [ 3 ] {780b9a2b-c44c-4b68-b2a1-841ed6ef451f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16169 | 2024.09.06 06:42:58.576774 [ 3 ] {780b9a2b-c44c-4b68-b2a1-841ed6ef451f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16170 | 2024.09.06 06:42:58.577151 [ 3 ] {780b9a2b-c44c-4b68-b2a1-841ed6ef451f} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16171 | 2024.09.06 06:42:58.577278 [ 3 ] {780b9a2b-c44c-4b68-b2a1-841ed6ef451f} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001539 sec., 6497.72579597141 rows/sec., 481.62 KiB/sec. | ||
16172 | 2024.09.06 06:42:58.577523 [ 3 ] {780b9a2b-c44c-4b68-b2a1-841ed6ef451f} <Debug> DynamicQueryHandler: Done processing query | ||
16173 | 2024.09.06 06:42:58.577560 [ 3 ] {780b9a2b-c44c-4b68-b2a1-841ed6ef451f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16174 | 2024.09.06 06:42:58.577579 [ 3 ] {} <Debug> HTTP-Session: ece8028a-83ff-4829-b5b0-df6359b8bc18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16175 | 2024.09.06 06:42:58.577772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16176 | 2024.09.06 06:42:58.577920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16177 | 2024.09.06 06:42:58.577997 [ 3 ] {} <Debug> HTTP-Session: 20eeb4ce-734c-49ab-9700-b5d972e72a82 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16178 | 2024.09.06 06:42:58.578059 [ 3 ] {} <Debug> HTTP-Session: 20eeb4ce-734c-49ab-9700-b5d972e72a82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16179 | 2024.09.06 06:42:58.578113 [ 3 ] {} <Debug> HTTP-Session: 20eeb4ce-734c-49ab-9700-b5d972e72a82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16180 | 2024.09.06 06:42:58.578229 [ 3 ] {} <Trace> HTTP-Session: 20eeb4ce-734c-49ab-9700-b5d972e72a82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16181 | 2024.09.06 06:42:58.578434 [ 3 ] {785cc2ac-0ffd-4bac-8759-d7a7148207d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16182 | 2024.09.06 06:42:58.578478 [ 3 ] {785cc2ac-0ffd-4bac-8759-d7a7148207d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16183 | 2024.09.06 06:42:58.578719 [ 3 ] {785cc2ac-0ffd-4bac-8759-d7a7148207d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16184 | 2024.09.06 06:42:58.579044 [ 3 ] {785cc2ac-0ffd-4bac-8759-d7a7148207d9} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16185 | 2024.09.06 06:42:58.579082 [ 3 ] {785cc2ac-0ffd-4bac-8759-d7a7148207d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16186 | 2024.09.06 06:42:58.579440 [ 3 ] {785cc2ac-0ffd-4bac-8759-d7a7148207d9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
16187 | 2024.09.06 06:42:58.579803 [ 3 ] {785cc2ac-0ffd-4bac-8759-d7a7148207d9} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16188 | 2024.09.06 06:42:58.579931 [ 3 ] {785cc2ac-0ffd-4bac-8759-d7a7148207d9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001533 sec., 9132.4200913242 rows/sec., 639.58 KiB/sec. | ||
16189 | 2024.09.06 06:42:58.580101 [ 3 ] {785cc2ac-0ffd-4bac-8759-d7a7148207d9} <Debug> DynamicQueryHandler: Done processing query | ||
16190 | 2024.09.06 06:42:58.580125 [ 3 ] {785cc2ac-0ffd-4bac-8759-d7a7148207d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16191 | 2024.09.06 06:42:58.580140 [ 3 ] {} <Debug> HTTP-Session: 20eeb4ce-734c-49ab-9700-b5d972e72a82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16192 | 2024.09.06 06:42:58.580257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16193 | 2024.09.06 06:42:58.580306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16194 | 2024.09.06 06:42:58.580325 [ 3 ] {} <Debug> HTTP-Session: 8afc4b94-d115-487c-ad09-bc6e216d1ed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16195 | 2024.09.06 06:42:58.580342 [ 3 ] {} <Debug> HTTP-Session: 8afc4b94-d115-487c-ad09-bc6e216d1ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16196 | 2024.09.06 06:42:58.580355 [ 3 ] {} <Debug> HTTP-Session: 8afc4b94-d115-487c-ad09-bc6e216d1ed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16197 | 2024.09.06 06:42:58.580387 [ 3 ] {} <Trace> HTTP-Session: 8afc4b94-d115-487c-ad09-bc6e216d1ed2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16198 | 2024.09.06 06:42:58.580481 [ 3 ] {ad158d34-0f64-4bef-9fe5-f07293de1b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16199 | 2024.09.06 06:42:58.580524 [ 3 ] {ad158d34-0f64-4bef-9fe5-f07293de1b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16200 | 2024.09.06 06:42:58.580751 [ 3 ] {ad158d34-0f64-4bef-9fe5-f07293de1b3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16201 | 2024.09.06 06:42:58.581052 [ 3 ] {ad158d34-0f64-4bef-9fe5-f07293de1b3e} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16202 | 2024.09.06 06:42:58.581088 [ 3 ] {ad158d34-0f64-4bef-9fe5-f07293de1b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16203 | 2024.09.06 06:42:58.581435 [ 3 ] {ad158d34-0f64-4bef-9fe5-f07293de1b3e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16204 | 2024.09.06 06:42:58.581799 [ 3 ] {ad158d34-0f64-4bef-9fe5-f07293de1b3e} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16205 | 2024.09.06 06:42:58.581926 [ 3 ] {ad158d34-0f64-4bef-9fe5-f07293de1b3e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001469 sec., 4084.411164057182 rows/sec., 241.32 KiB/sec. | ||
16206 | 2024.09.06 06:42:58.582095 [ 3 ] {ad158d34-0f64-4bef-9fe5-f07293de1b3e} <Debug> DynamicQueryHandler: Done processing query | ||
16207 | 2024.09.06 06:42:58.582119 [ 3 ] {ad158d34-0f64-4bef-9fe5-f07293de1b3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16208 | 2024.09.06 06:42:58.582134 [ 3 ] {} <Debug> HTTP-Session: 8afc4b94-d115-487c-ad09-bc6e216d1ed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16209 | 2024.09.06 06:42:58.582314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16210 | 2024.09.06 06:42:58.582375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16211 | 2024.09.06 06:42:58.582394 [ 3 ] {} <Debug> HTTP-Session: bf0c2d97-c382-4afb-b2dc-9fad6f17d610 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16212 | 2024.09.06 06:42:58.582410 [ 3 ] {} <Debug> HTTP-Session: bf0c2d97-c382-4afb-b2dc-9fad6f17d610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16213 | 2024.09.06 06:42:58.582423 [ 3 ] {} <Debug> HTTP-Session: bf0c2d97-c382-4afb-b2dc-9fad6f17d610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16214 | 2024.09.06 06:42:58.582454 [ 3 ] {} <Trace> HTTP-Session: bf0c2d97-c382-4afb-b2dc-9fad6f17d610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16215 | 2024.09.06 06:42:58.582660 [ 3 ] {d935530e-83ac-489a-be19-c5beb54b673b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16216 | 2024.09.06 06:42:58.582702 [ 3 ] {d935530e-83ac-489a-be19-c5beb54b673b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16217 | 2024.09.06 06:42:58.582929 [ 3 ] {d935530e-83ac-489a-be19-c5beb54b673b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16218 | 2024.09.06 06:42:58.583467 [ 3 ] {d935530e-83ac-489a-be19-c5beb54b673b} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16219 | 2024.09.06 06:42:58.583503 [ 3 ] {d935530e-83ac-489a-be19-c5beb54b673b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16220 | 2024.09.06 06:42:58.583875 [ 3 ] {d935530e-83ac-489a-be19-c5beb54b673b} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16221 | 2024.09.06 06:42:58.584239 [ 3 ] {d935530e-83ac-489a-be19-c5beb54b673b} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16222 | 2024.09.06 06:42:58.584368 [ 3 ] {d935530e-83ac-489a-be19-c5beb54b673b} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001817 sec., 215740.23115024765 rows/sec., 15.31 MiB/sec. | ||
16223 | 2024.09.06 06:42:58.584623 [ 3 ] {d935530e-83ac-489a-be19-c5beb54b673b} <Debug> DynamicQueryHandler: Done processing query | ||
16224 | 2024.09.06 06:42:58.584678 [ 3 ] {d935530e-83ac-489a-be19-c5beb54b673b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16225 | 2024.09.06 06:42:58.584735 [ 3 ] {} <Debug> HTTP-Session: bf0c2d97-c382-4afb-b2dc-9fad6f17d610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16226 | 2024.09.06 06:42:58.584922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16227 | 2024.09.06 06:42:58.584974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16228 | 2024.09.06 06:42:58.584993 [ 3 ] {} <Debug> HTTP-Session: 6b962cc1-9836-44d7-b12e-f0c574fddc2e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16229 | 2024.09.06 06:42:58.585010 [ 3 ] {} <Debug> HTTP-Session: 6b962cc1-9836-44d7-b12e-f0c574fddc2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16230 | 2024.09.06 06:42:58.585024 [ 3 ] {} <Debug> HTTP-Session: 6b962cc1-9836-44d7-b12e-f0c574fddc2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16231 | 2024.09.06 06:42:58.585057 [ 3 ] {} <Trace> HTTP-Session: 6b962cc1-9836-44d7-b12e-f0c574fddc2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16232 | 2024.09.06 06:42:58.585158 [ 3 ] {27f49119-5366-49ea-a237-37fb7265b136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16233 | 2024.09.06 06:42:58.585204 [ 3 ] {27f49119-5366-49ea-a237-37fb7265b136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16234 | 2024.09.06 06:42:58.585352 [ 3 ] {27f49119-5366-49ea-a237-37fb7265b136} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16235 | 2024.09.06 06:42:58.585618 [ 3 ] {27f49119-5366-49ea-a237-37fb7265b136} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16236 | 2024.09.06 06:42:58.585655 [ 3 ] {27f49119-5366-49ea-a237-37fb7265b136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16237 | 2024.09.06 06:42:58.586015 [ 3 ] {27f49119-5366-49ea-a237-37fb7265b136} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16238 | 2024.09.06 06:42:58.586338 [ 3 ] {27f49119-5366-49ea-a237-37fb7265b136} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16239 | 2024.09.06 06:42:58.586468 [ 3 ] {27f49119-5366-49ea-a237-37fb7265b136} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001337 sec., 4487.658937920718 rows/sec., 234.46 KiB/sec. | ||
16240 | 2024.09.06 06:42:58.586670 [ 3 ] {27f49119-5366-49ea-a237-37fb7265b136} <Debug> DynamicQueryHandler: Done processing query | ||
16241 | 2024.09.06 06:42:58.586703 [ 3 ] {27f49119-5366-49ea-a237-37fb7265b136} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16242 | 2024.09.06 06:42:58.586726 [ 3 ] {} <Debug> HTTP-Session: 6b962cc1-9836-44d7-b12e-f0c574fddc2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16243 | 2024.09.06 06:42:58.586884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16244 | 2024.09.06 06:42:58.586935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16245 | 2024.09.06 06:42:58.586954 [ 3 ] {} <Debug> HTTP-Session: 22acbf2c-6b2e-460f-8113-2979b7e6970e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16246 | 2024.09.06 06:42:58.586970 [ 3 ] {} <Debug> HTTP-Session: 22acbf2c-6b2e-460f-8113-2979b7e6970e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16247 | 2024.09.06 06:42:58.586983 [ 3 ] {} <Debug> HTTP-Session: 22acbf2c-6b2e-460f-8113-2979b7e6970e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16248 | 2024.09.06 06:42:58.587014 [ 3 ] {} <Trace> HTTP-Session: 22acbf2c-6b2e-460f-8113-2979b7e6970e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16249 | 2024.09.06 06:42:58.587184 [ 3 ] {99f3b8e0-2db0-43ab-ae26-5ff7250b3b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16250 | 2024.09.06 06:42:58.587231 [ 3 ] {99f3b8e0-2db0-43ab-ae26-5ff7250b3b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16251 | 2024.09.06 06:42:58.587374 [ 3 ] {99f3b8e0-2db0-43ab-ae26-5ff7250b3b8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16252 | 2024.09.06 06:42:58.587824 [ 3 ] {99f3b8e0-2db0-43ab-ae26-5ff7250b3b8a} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16253 | 2024.09.06 06:42:58.587860 [ 3 ] {99f3b8e0-2db0-43ab-ae26-5ff7250b3b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16254 | 2024.09.06 06:42:58.588245 [ 3 ] {99f3b8e0-2db0-43ab-ae26-5ff7250b3b8a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16255 | 2024.09.06 06:42:58.588582 [ 3 ] {99f3b8e0-2db0-43ab-ae26-5ff7250b3b8a} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16256 | 2024.09.06 06:42:58.588710 [ 3 ] {99f3b8e0-2db0-43ab-ae26-5ff7250b3b8a} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00161 sec., 147826.08695652173 rows/sec., 9.91 MiB/sec. | ||
16257 | 2024.09.06 06:42:58.588969 [ 3 ] {99f3b8e0-2db0-43ab-ae26-5ff7250b3b8a} <Debug> DynamicQueryHandler: Done processing query | ||
16258 | 2024.09.06 06:42:58.589026 [ 3 ] {99f3b8e0-2db0-43ab-ae26-5ff7250b3b8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16259 | 2024.09.06 06:42:58.589082 [ 3 ] {} <Debug> HTTP-Session: 22acbf2c-6b2e-460f-8113-2979b7e6970e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16260 | 2024.09.06 06:42:58.589258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16261 | 2024.09.06 06:42:58.589312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16262 | 2024.09.06 06:42:58.589331 [ 3 ] {} <Debug> HTTP-Session: e66e6026-2714-4b7b-93f4-37bdc804bc13 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16263 | 2024.09.06 06:42:58.589348 [ 3 ] {} <Debug> HTTP-Session: e66e6026-2714-4b7b-93f4-37bdc804bc13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16264 | 2024.09.06 06:42:58.589362 [ 3 ] {} <Debug> HTTP-Session: e66e6026-2714-4b7b-93f4-37bdc804bc13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16265 | 2024.09.06 06:42:58.589395 [ 3 ] {} <Trace> HTTP-Session: e66e6026-2714-4b7b-93f4-37bdc804bc13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16266 | 2024.09.06 06:42:58.589492 [ 3 ] {e2daaf73-2c6b-4b81-818c-6c14666733fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16267 | 2024.09.06 06:42:58.589538 [ 3 ] {e2daaf73-2c6b-4b81-818c-6c14666733fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16268 | 2024.09.06 06:42:58.589681 [ 3 ] {e2daaf73-2c6b-4b81-818c-6c14666733fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16269 | 2024.09.06 06:42:58.589925 [ 3 ] {e2daaf73-2c6b-4b81-818c-6c14666733fe} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16270 | 2024.09.06 06:42:58.589961 [ 3 ] {e2daaf73-2c6b-4b81-818c-6c14666733fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16271 | 2024.09.06 06:42:58.590322 [ 3 ] {e2daaf73-2c6b-4b81-818c-6c14666733fe} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16272 | 2024.09.06 06:42:58.590645 [ 3 ] {e2daaf73-2c6b-4b81-818c-6c14666733fe} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16273 | 2024.09.06 06:42:58.590772 [ 3 ] {e2daaf73-2c6b-4b81-818c-6c14666733fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001305 sec., 766.2835249042146 rows/sec., 51.63 KiB/sec. | ||
16274 | 2024.09.06 06:42:58.590934 [ 3 ] {e2daaf73-2c6b-4b81-818c-6c14666733fe} <Debug> DynamicQueryHandler: Done processing query | ||
16275 | 2024.09.06 06:42:58.590958 [ 3 ] {e2daaf73-2c6b-4b81-818c-6c14666733fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16276 | 2024.09.06 06:42:58.590973 [ 3 ] {} <Debug> HTTP-Session: e66e6026-2714-4b7b-93f4-37bdc804bc13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16277 | 2024.09.06 06:42:58.591091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16278 | 2024.09.06 06:42:58.591140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16279 | 2024.09.06 06:42:58.591159 [ 3 ] {} <Debug> HTTP-Session: 28b64055-34b5-4ca0-a3ae-973c69dc8a73 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16280 | 2024.09.06 06:42:58.591175 [ 3 ] {} <Debug> HTTP-Session: 28b64055-34b5-4ca0-a3ae-973c69dc8a73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16281 | 2024.09.06 06:42:58.591189 [ 3 ] {} <Debug> HTTP-Session: 28b64055-34b5-4ca0-a3ae-973c69dc8a73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16282 | 2024.09.06 06:42:58.591219 [ 3 ] {} <Trace> HTTP-Session: 28b64055-34b5-4ca0-a3ae-973c69dc8a73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16283 | 2024.09.06 06:42:58.591392 [ 3 ] {6f12ea95-8d52-4f47-afa0-11333940f45f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16284 | 2024.09.06 06:42:58.591456 [ 3 ] {6f12ea95-8d52-4f47-afa0-11333940f45f} <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_histogramu64 | ||
16285 | 2024.09.06 06:42:58.591868 [ 3 ] {6f12ea95-8d52-4f47-afa0-11333940f45f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16286 | 2024.09.06 06:42:58.592388 [ 3 ] {6f12ea95-8d52-4f47-afa0-11333940f45f} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16287 | 2024.09.06 06:42:58.592424 [ 3 ] {6f12ea95-8d52-4f47-afa0-11333940f45f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16288 | 2024.09.06 06:42:58.593028 [ 3 ] {6f12ea95-8d52-4f47-afa0-11333940f45f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16289 | 2024.09.06 06:42:58.593445 [ 3 ] {6f12ea95-8d52-4f47-afa0-11333940f45f} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16290 | 2024.09.06 06:42:58.593588 [ 3 ] {6f12ea95-8d52-4f47-afa0-11333940f45f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002297 sec., 3482.80365694384 rows/sec., 6.24 MiB/sec. | ||
16291 | 2024.09.06 06:42:58.593804 [ 3 ] {6f12ea95-8d52-4f47-afa0-11333940f45f} <Debug> DynamicQueryHandler: Done processing query | ||
16292 | 2024.09.06 06:42:58.593828 [ 3 ] {6f12ea95-8d52-4f47-afa0-11333940f45f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16293 | 2024.09.06 06:42:58.593845 [ 3 ] {} <Debug> HTTP-Session: 28b64055-34b5-4ca0-a3ae-973c69dc8a73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16294 | 2024.09.06 06:42:58.593984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16295 | 2024.09.06 06:42:58.594033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16296 | 2024.09.06 06:42:58.594052 [ 3 ] {} <Debug> HTTP-Session: cc84993c-dcb5-4d12-8969-91b7ff026712 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16297 | 2024.09.06 06:42:58.594068 [ 3 ] {} <Debug> HTTP-Session: cc84993c-dcb5-4d12-8969-91b7ff026712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16298 | 2024.09.06 06:42:58.594081 [ 3 ] {} <Debug> HTTP-Session: cc84993c-dcb5-4d12-8969-91b7ff026712 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16299 | 2024.09.06 06:42:58.594112 [ 3 ] {} <Trace> HTTP-Session: cc84993c-dcb5-4d12-8969-91b7ff026712 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16300 | 2024.09.06 06:42:58.594228 [ 3 ] {74ed7e5d-0728-47c4-a2f5-98fffa2c4582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16301 | 2024.09.06 06:42:58.594271 [ 3 ] {74ed7e5d-0728-47c4-a2f5-98fffa2c4582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16302 | 2024.09.06 06:42:58.594397 [ 3 ] {74ed7e5d-0728-47c4-a2f5-98fffa2c4582} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16303 | 2024.09.06 06:42:58.594717 [ 3 ] {74ed7e5d-0728-47c4-a2f5-98fffa2c4582} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16304 | 2024.09.06 06:42:58.594753 [ 3 ] {74ed7e5d-0728-47c4-a2f5-98fffa2c4582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.20 GiB. | ||
16305 | 2024.09.06 06:42:58.595120 [ 3 ] {74ed7e5d-0728-47c4-a2f5-98fffa2c4582} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16306 | 2024.09.06 06:42:58.595459 [ 3 ] {74ed7e5d-0728-47c4-a2f5-98fffa2c4582} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16307 | 2024.09.06 06:42:58.595585 [ 3 ] {74ed7e5d-0728-47c4-a2f5-98fffa2c4582} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec. | ||
16308 | 2024.09.06 06:42:58.595747 [ 3 ] {74ed7e5d-0728-47c4-a2f5-98fffa2c4582} <Debug> DynamicQueryHandler: Done processing query | ||
16309 | 2024.09.06 06:42:58.595771 [ 3 ] {74ed7e5d-0728-47c4-a2f5-98fffa2c4582} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16310 | 2024.09.06 06:42:58.595786 [ 3 ] {} <Debug> HTTP-Session: cc84993c-dcb5-4d12-8969-91b7ff026712 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16311 | 2024.09.06 06:43:00.505422 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16312 | 2024.09.06 06:43:00.505529 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16313 | 2024.09.06 06:43:03.562968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16314 | 2024.09.06 06:43:03.563096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16315 | 2024.09.06 06:43:03.563135 [ 3 ] {} <Debug> HTTP-Session: 89b2076b-68ea-40ea-83ac-718f54b0fdf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16316 | 2024.09.06 06:43:03.563184 [ 3 ] {} <Debug> HTTP-Session: 89b2076b-68ea-40ea-83ac-718f54b0fdf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16317 | 2024.09.06 06:43:03.563204 [ 3 ] {} <Debug> HTTP-Session: 89b2076b-68ea-40ea-83ac-718f54b0fdf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16318 | 2024.09.06 06:43:03.563260 [ 3 ] {} <Trace> HTTP-Session: 89b2076b-68ea-40ea-83ac-718f54b0fdf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16319 | 2024.09.06 06:43:03.563464 [ 3 ] {6d54cbd4-d9ac-4c91-812d-549b1ec1c734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16320 | 2024.09.06 06:43:03.563542 [ 3 ] {6d54cbd4-d9ac-4c91-812d-549b1ec1c734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16321 | 2024.09.06 06:43:03.563941 [ 3 ] {6d54cbd4-d9ac-4c91-812d-549b1ec1c734} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16322 | 2024.09.06 06:43:03.564402 [ 3 ] {6d54cbd4-d9ac-4c91-812d-549b1ec1c734} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16323 | 2024.09.06 06:43:03.564446 [ 3 ] {6d54cbd4-d9ac-4c91-812d-549b1ec1c734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16324 | 2024.09.06 06:43:03.564905 [ 3 ] {6d54cbd4-d9ac-4c91-812d-549b1ec1c734} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
16325 | 2024.09.06 06:43:03.565340 [ 3 ] {6d54cbd4-d9ac-4c91-812d-549b1ec1c734} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16326 | 2024.09.06 06:43:03.565519 [ 3 ] {6d54cbd4-d9ac-4c91-812d-549b1ec1c734} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002116 sec., 945.179584120983 rows/sec., 77.07 KiB/sec. | ||
16327 | 2024.09.06 06:43:03.565724 [ 3 ] {6d54cbd4-d9ac-4c91-812d-549b1ec1c734} <Debug> DynamicQueryHandler: Done processing query | ||
16328 | 2024.09.06 06:43:03.565749 [ 3 ] {6d54cbd4-d9ac-4c91-812d-549b1ec1c734} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16329 | 2024.09.06 06:43:03.565766 [ 3 ] {} <Debug> HTTP-Session: 89b2076b-68ea-40ea-83ac-718f54b0fdf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16330 | 2024.09.06 06:43:03.565941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 24038, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16331 | 2024.09.06 06:43:03.565991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16332 | 2024.09.06 06:43:03.566010 [ 3 ] {} <Debug> HTTP-Session: 25d05680-38ee-4253-9d13-d8bc9d39217a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16333 | 2024.09.06 06:43:03.566026 [ 3 ] {} <Debug> HTTP-Session: 25d05680-38ee-4253-9d13-d8bc9d39217a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16334 | 2024.09.06 06:43:03.566040 [ 3 ] {} <Debug> HTTP-Session: 25d05680-38ee-4253-9d13-d8bc9d39217a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16335 | 2024.09.06 06:43:03.566072 [ 3 ] {} <Trace> HTTP-Session: 25d05680-38ee-4253-9d13-d8bc9d39217a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16336 | 2024.09.06 06:43:03.566216 [ 3 ] {6c2e02a8-2070-4e93-8c49-b8f07ec743aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16337 | 2024.09.06 06:43:03.566259 [ 3 ] {6c2e02a8-2070-4e93-8c49-b8f07ec743aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16338 | 2024.09.06 06:43:03.566488 [ 3 ] {6c2e02a8-2070-4e93-8c49-b8f07ec743aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16339 | 2024.09.06 06:43:03.566948 [ 3 ] {6c2e02a8-2070-4e93-8c49-b8f07ec743aa} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16340 | 2024.09.06 06:43:03.566985 [ 3 ] {6c2e02a8-2070-4e93-8c49-b8f07ec743aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16341 | 2024.09.06 06:43:03.567353 [ 3 ] {6c2e02a8-2070-4e93-8c49-b8f07ec743aa} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16342 | 2024.09.06 06:43:03.567714 [ 3 ] {6c2e02a8-2070-4e93-8c49-b8f07ec743aa} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16343 | 2024.09.06 06:43:03.567867 [ 3 ] {6c2e02a8-2070-4e93-8c49-b8f07ec743aa} <Debug> executeQuery: Read 161 rows, 14.23 KiB in 0.00171 sec., 94152.04678362573 rows/sec., 8.13 MiB/sec. | ||
16344 | 2024.09.06 06:43:03.568051 [ 3 ] {6c2e02a8-2070-4e93-8c49-b8f07ec743aa} <Debug> DynamicQueryHandler: Done processing query | ||
16345 | 2024.09.06 06:43:03.568082 [ 3 ] {6c2e02a8-2070-4e93-8c49-b8f07ec743aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
16346 | 2024.09.06 06:43:03.568105 [ 3 ] {} <Debug> HTTP-Session: 25d05680-38ee-4253-9d13-d8bc9d39217a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16347 | 2024.09.06 06:43:03.568266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 7792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16348 | 2024.09.06 06:43:03.568320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16349 | 2024.09.06 06:43:03.568339 [ 3 ] {} <Debug> HTTP-Session: 6b23ad3d-8400-446c-ac69-cdfd265ed6b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16350 | 2024.09.06 06:43:03.568356 [ 3 ] {} <Debug> HTTP-Session: 6b23ad3d-8400-446c-ac69-cdfd265ed6b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16351 | 2024.09.06 06:43:03.568371 [ 3 ] {} <Debug> HTTP-Session: 6b23ad3d-8400-446c-ac69-cdfd265ed6b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16352 | 2024.09.06 06:43:03.568403 [ 3 ] {} <Trace> HTTP-Session: 6b23ad3d-8400-446c-ac69-cdfd265ed6b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16353 | 2024.09.06 06:43:03.568526 [ 3 ] {3178fcd4-6985-48c0-a50b-be1cd2425ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16354 | 2024.09.06 06:43:03.568568 [ 3 ] {3178fcd4-6985-48c0-a50b-be1cd2425ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16355 | 2024.09.06 06:43:03.568798 [ 3 ] {3178fcd4-6985-48c0-a50b-be1cd2425ea7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16356 | 2024.09.06 06:43:03.569142 [ 3 ] {3178fcd4-6985-48c0-a50b-be1cd2425ea7} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16357 | 2024.09.06 06:43:03.569179 [ 3 ] {3178fcd4-6985-48c0-a50b-be1cd2425ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16358 | 2024.09.06 06:43:03.569536 [ 3 ] {3178fcd4-6985-48c0-a50b-be1cd2425ea7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16359 | 2024.09.06 06:43:03.569908 [ 3 ] {3178fcd4-6985-48c0-a50b-be1cd2425ea7} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16360 | 2024.09.06 06:43:03.570060 [ 3 ] {3178fcd4-6985-48c0-a50b-be1cd2425ea7} <Debug> executeQuery: Read 54 rows, 4.05 KiB in 0.001578 sec., 34220.532319391634 rows/sec., 2.51 MiB/sec. | ||
16361 | 2024.09.06 06:43:03.570232 [ 3 ] {3178fcd4-6985-48c0-a50b-be1cd2425ea7} <Debug> DynamicQueryHandler: Done processing query | ||
16362 | 2024.09.06 06:43:03.570255 [ 3 ] {3178fcd4-6985-48c0-a50b-be1cd2425ea7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16363 | 2024.09.06 06:43:03.570271 [ 3 ] {} <Debug> HTTP-Session: 6b23ad3d-8400-446c-ac69-cdfd265ed6b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16364 | 2024.09.06 06:43:03.570417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 20038, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16365 | 2024.09.06 06:43:03.570468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16366 | 2024.09.06 06:43:03.570487 [ 3 ] {} <Debug> HTTP-Session: 0c8673a8-96cf-44a3-8cea-17004d9bbffe Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16367 | 2024.09.06 06:43:03.570505 [ 3 ] {} <Debug> HTTP-Session: 0c8673a8-96cf-44a3-8cea-17004d9bbffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16368 | 2024.09.06 06:43:03.570519 [ 3 ] {} <Debug> HTTP-Session: 0c8673a8-96cf-44a3-8cea-17004d9bbffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16369 | 2024.09.06 06:43:03.570551 [ 3 ] {} <Trace> HTTP-Session: 0c8673a8-96cf-44a3-8cea-17004d9bbffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16370 | 2024.09.06 06:43:03.570682 [ 3 ] {326a1ccb-d4eb-4cb5-b183-3e86d16338e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16371 | 2024.09.06 06:43:03.570725 [ 3 ] {326a1ccb-d4eb-4cb5-b183-3e86d16338e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16372 | 2024.09.06 06:43:03.570952 [ 3 ] {326a1ccb-d4eb-4cb5-b183-3e86d16338e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16373 | 2024.09.06 06:43:03.571354 [ 3 ] {326a1ccb-d4eb-4cb5-b183-3e86d16338e9} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16374 | 2024.09.06 06:43:03.571393 [ 3 ] {326a1ccb-d4eb-4cb5-b183-3e86d16338e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16375 | 2024.09.06 06:43:03.571750 [ 3 ] {326a1ccb-d4eb-4cb5-b183-3e86d16338e9} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16376 | 2024.09.06 06:43:03.572100 [ 3 ] {326a1ccb-d4eb-4cb5-b183-3e86d16338e9} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16377 | 2024.09.06 06:43:03.572257 [ 3 ] {326a1ccb-d4eb-4cb5-b183-3e86d16338e9} <Debug> executeQuery: Read 118 rows, 9.44 KiB in 0.001619 sec., 72884.49660284126 rows/sec., 5.70 MiB/sec. | ||
16378 | 2024.09.06 06:43:03.572432 [ 3 ] {326a1ccb-d4eb-4cb5-b183-3e86d16338e9} <Debug> DynamicQueryHandler: Done processing query | ||
16379 | 2024.09.06 06:43:03.572455 [ 3 ] {326a1ccb-d4eb-4cb5-b183-3e86d16338e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16380 | 2024.09.06 06:43:03.572472 [ 3 ] {} <Debug> HTTP-Session: 0c8673a8-96cf-44a3-8cea-17004d9bbffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16381 | 2024.09.06 06:43:03.572627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16382 | 2024.09.06 06:43:03.572677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16383 | 2024.09.06 06:43:03.572696 [ 3 ] {} <Debug> HTTP-Session: e1a1168d-d02b-4e26-81c9-43def427dbba Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16384 | 2024.09.06 06:43:03.572713 [ 3 ] {} <Debug> HTTP-Session: e1a1168d-d02b-4e26-81c9-43def427dbba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16385 | 2024.09.06 06:43:03.572727 [ 3 ] {} <Debug> HTTP-Session: e1a1168d-d02b-4e26-81c9-43def427dbba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16386 | 2024.09.06 06:43:03.572758 [ 3 ] {} <Trace> HTTP-Session: e1a1168d-d02b-4e26-81c9-43def427dbba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16387 | 2024.09.06 06:43:03.572910 [ 3 ] {59978387-61b5-4eaa-b129-3c0a3fc4dccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16388 | 2024.09.06 06:43:03.572958 [ 3 ] {59978387-61b5-4eaa-b129-3c0a3fc4dccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16389 | 2024.09.06 06:43:03.573101 [ 3 ] {59978387-61b5-4eaa-b129-3c0a3fc4dccf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16390 | 2024.09.06 06:43:03.573523 [ 3 ] {59978387-61b5-4eaa-b129-3c0a3fc4dccf} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16391 | 2024.09.06 06:43:03.573562 [ 3 ] {59978387-61b5-4eaa-b129-3c0a3fc4dccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16392 | 2024.09.06 06:43:03.573949 [ 3 ] {59978387-61b5-4eaa-b129-3c0a3fc4dccf} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16393 | 2024.09.06 06:43:03.574286 [ 3 ] {59978387-61b5-4eaa-b129-3c0a3fc4dccf} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16394 | 2024.09.06 06:43:03.574440 [ 3 ] {59978387-61b5-4eaa-b129-3c0a3fc4dccf} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001604 sec., 100374.06483790524 rows/sec., 6.99 MiB/sec. | ||
16395 | 2024.09.06 06:43:03.574693 [ 3 ] {59978387-61b5-4eaa-b129-3c0a3fc4dccf} <Debug> DynamicQueryHandler: Done processing query | ||
16396 | 2024.09.06 06:43:03.574747 [ 3 ] {59978387-61b5-4eaa-b129-3c0a3fc4dccf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16397 | 2024.09.06 06:43:03.574804 [ 3 ] {} <Debug> HTTP-Session: e1a1168d-d02b-4e26-81c9-43def427dbba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16398 | 2024.09.06 06:43:03.575064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 85624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16399 | 2024.09.06 06:43:03.575118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16400 | 2024.09.06 06:43:03.575138 [ 3 ] {} <Debug> HTTP-Session: b13388f4-57c5-43e8-b6bf-20a3ad1ce31b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16401 | 2024.09.06 06:43:03.575156 [ 3 ] {} <Debug> HTTP-Session: b13388f4-57c5-43e8-b6bf-20a3ad1ce31b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16402 | 2024.09.06 06:43:03.575170 [ 3 ] {} <Debug> HTTP-Session: b13388f4-57c5-43e8-b6bf-20a3ad1ce31b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16403 | 2024.09.06 06:43:03.575202 [ 3 ] {} <Trace> HTTP-Session: b13388f4-57c5-43e8-b6bf-20a3ad1ce31b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16404 | 2024.09.06 06:43:03.575670 [ 3 ] {6b75c895-d06a-4ab3-9364-6df749177e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16405 | 2024.09.06 06:43:03.575744 [ 3 ] {6b75c895-d06a-4ab3-9364-6df749177e10} <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_histogramu64 | ||
16406 | 2024.09.06 06:43:03.576180 [ 3 ] {6b75c895-d06a-4ab3-9364-6df749177e10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16407 | 2024.09.06 06:43:03.577019 [ 3 ] {6b75c895-d06a-4ab3-9364-6df749177e10} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16408 | 2024.09.06 06:43:03.577055 [ 3 ] {6b75c895-d06a-4ab3-9364-6df749177e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16409 | 2024.09.06 06:43:03.577754 [ 3 ] {6b75c895-d06a-4ab3-9364-6df749177e10} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16410 | 2024.09.06 06:43:03.578166 [ 3 ] {6b75c895-d06a-4ab3-9364-6df749177e10} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16411 | 2024.09.06 06:43:03.578359 [ 3 ] {6b75c895-d06a-4ab3-9364-6df749177e10} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.003052 sec., 17038.007863695937 rows/sec., 30.53 MiB/sec. | ||
16412 | 2024.09.06 06:43:03.578582 [ 3 ] {6b75c895-d06a-4ab3-9364-6df749177e10} <Debug> DynamicQueryHandler: Done processing query | ||
16413 | 2024.09.06 06:43:03.578606 [ 3 ] {6b75c895-d06a-4ab3-9364-6df749177e10} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
16414 | 2024.09.06 06:43:03.578623 [ 3 ] {} <Debug> HTTP-Session: b13388f4-57c5-43e8-b6bf-20a3ad1ce31b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16415 | 2024.09.06 06:43:03.578756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16416 | 2024.09.06 06:43:03.578806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16417 | 2024.09.06 06:43:03.578825 [ 3 ] {} <Debug> HTTP-Session: f795817b-b22a-4062-bd7b-a16859c43ec8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16418 | 2024.09.06 06:43:03.578842 [ 3 ] {} <Debug> HTTP-Session: f795817b-b22a-4062-bd7b-a16859c43ec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16419 | 2024.09.06 06:43:03.578856 [ 3 ] {} <Debug> HTTP-Session: f795817b-b22a-4062-bd7b-a16859c43ec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16420 | 2024.09.06 06:43:03.578887 [ 3 ] {} <Trace> HTTP-Session: f795817b-b22a-4062-bd7b-a16859c43ec8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16421 | 2024.09.06 06:43:03.579007 [ 3 ] {f3434d05-f28d-48d2-9f3e-ceb4522de674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16422 | 2024.09.06 06:43:03.579051 [ 3 ] {f3434d05-f28d-48d2-9f3e-ceb4522de674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16423 | 2024.09.06 06:43:03.579181 [ 3 ] {f3434d05-f28d-48d2-9f3e-ceb4522de674} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16424 | 2024.09.06 06:43:03.579483 [ 3 ] {f3434d05-f28d-48d2-9f3e-ceb4522de674} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16425 | 2024.09.06 06:43:03.579519 [ 3 ] {f3434d05-f28d-48d2-9f3e-ceb4522de674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16426 | 2024.09.06 06:43:03.579880 [ 3 ] {f3434d05-f28d-48d2-9f3e-ceb4522de674} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16427 | 2024.09.06 06:43:03.580202 [ 3 ] {f3434d05-f28d-48d2-9f3e-ceb4522de674} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16428 | 2024.09.06 06:43:03.580354 [ 3 ] {f3434d05-f28d-48d2-9f3e-ceb4522de674} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
16429 | 2024.09.06 06:43:03.580611 [ 3 ] {f3434d05-f28d-48d2-9f3e-ceb4522de674} <Debug> DynamicQueryHandler: Done processing query | ||
16430 | 2024.09.06 06:43:03.580636 [ 3 ] {f3434d05-f28d-48d2-9f3e-ceb4522de674} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16431 | 2024.09.06 06:43:03.580680 [ 3 ] {} <Debug> HTTP-Session: f795817b-b22a-4062-bd7b-a16859c43ec8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16432 | 2024.09.06 06:43:08.566208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16433 | 2024.09.06 06:43:08.566403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16434 | 2024.09.06 06:43:08.566448 [ 3 ] {} <Debug> HTTP-Session: 9b7994cb-7a69-454f-99d2-79fd30a90e0e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16435 | 2024.09.06 06:43:08.566490 [ 3 ] {} <Debug> HTTP-Session: 9b7994cb-7a69-454f-99d2-79fd30a90e0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16436 | 2024.09.06 06:43:08.566519 [ 3 ] {} <Debug> HTTP-Session: 9b7994cb-7a69-454f-99d2-79fd30a90e0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16437 | 2024.09.06 06:43:08.566600 [ 3 ] {} <Trace> HTTP-Session: 9b7994cb-7a69-454f-99d2-79fd30a90e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16438 | 2024.09.06 06:43:08.566973 [ 3 ] {77404c15-f70b-45dc-a6a7-27f313de97dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16439 | 2024.09.06 06:43:08.567079 [ 3 ] {77404c15-f70b-45dc-a6a7-27f313de97dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16440 | 2024.09.06 06:43:08.567488 [ 3 ] {77404c15-f70b-45dc-a6a7-27f313de97dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16441 | 2024.09.06 06:43:08.568082 [ 3 ] {77404c15-f70b-45dc-a6a7-27f313de97dc} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16442 | 2024.09.06 06:43:08.568123 [ 3 ] {77404c15-f70b-45dc-a6a7-27f313de97dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16443 | 2024.09.06 06:43:08.568549 [ 3 ] {77404c15-f70b-45dc-a6a7-27f313de97dc} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16444 | 2024.09.06 06:43:08.568942 [ 3 ] {77404c15-f70b-45dc-a6a7-27f313de97dc} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16445 | 2024.09.06 06:43:08.569100 [ 3 ] {77404c15-f70b-45dc-a6a7-27f313de97dc} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002293 sec., 89402.52943741823 rows/sec., 7.87 MiB/sec. | ||
16446 | 2024.09.06 06:43:08.569345 [ 3 ] {77404c15-f70b-45dc-a6a7-27f313de97dc} <Debug> DynamicQueryHandler: Done processing query | ||
16447 | 2024.09.06 06:43:08.569371 [ 3 ] {77404c15-f70b-45dc-a6a7-27f313de97dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16448 | 2024.09.06 06:43:08.569388 [ 3 ] {} <Debug> HTTP-Session: 9b7994cb-7a69-454f-99d2-79fd30a90e0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16449 | 2024.09.06 06:43:08.569577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16450 | 2024.09.06 06:43:08.569629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16451 | 2024.09.06 06:43:08.569653 [ 3 ] {} <Debug> HTTP-Session: 25e72a92-4f0c-4269-9a82-9b17ab057fc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16452 | 2024.09.06 06:43:08.569669 [ 3 ] {} <Debug> HTTP-Session: 25e72a92-4f0c-4269-9a82-9b17ab057fc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16453 | 2024.09.06 06:43:08.569683 [ 3 ] {} <Debug> HTTP-Session: 25e72a92-4f0c-4269-9a82-9b17ab057fc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16454 | 2024.09.06 06:43:08.569715 [ 3 ] {} <Trace> HTTP-Session: 25e72a92-4f0c-4269-9a82-9b17ab057fc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16455 | 2024.09.06 06:43:08.569814 [ 3 ] {d0fdae91-1229-4666-890a-5aa9e3373a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16456 | 2024.09.06 06:43:08.569857 [ 3 ] {d0fdae91-1229-4666-890a-5aa9e3373a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16457 | 2024.09.06 06:43:08.570094 [ 3 ] {d0fdae91-1229-4666-890a-5aa9e3373a7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16458 | 2024.09.06 06:43:08.570493 [ 3 ] {d0fdae91-1229-4666-890a-5aa9e3373a7b} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16459 | 2024.09.06 06:43:08.570530 [ 3 ] {d0fdae91-1229-4666-890a-5aa9e3373a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16460 | 2024.09.06 06:43:08.570880 [ 3 ] {d0fdae91-1229-4666-890a-5aa9e3373a7b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16461 | 2024.09.06 06:43:08.571239 [ 3 ] {d0fdae91-1229-4666-890a-5aa9e3373a7b} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16462 | 2024.09.06 06:43:08.571397 [ 3 ] {d0fdae91-1229-4666-890a-5aa9e3373a7b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001608 sec., 4975.124378109453 rows/sec., 374.11 KiB/sec. | ||
16463 | 2024.09.06 06:43:08.571583 [ 3 ] {d0fdae91-1229-4666-890a-5aa9e3373a7b} <Debug> DynamicQueryHandler: Done processing query | ||
16464 | 2024.09.06 06:43:08.571608 [ 3 ] {d0fdae91-1229-4666-890a-5aa9e3373a7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16465 | 2024.09.06 06:43:08.571625 [ 3 ] {} <Debug> HTTP-Session: 25e72a92-4f0c-4269-9a82-9b17ab057fc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16466 | 2024.09.06 06:43:08.571763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16467 | 2024.09.06 06:43:08.571813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16468 | 2024.09.06 06:43:08.571832 [ 3 ] {} <Debug> HTTP-Session: 45bdc788-c581-4eae-9d9c-3ef7de6cc5f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16469 | 2024.09.06 06:43:08.571849 [ 3 ] {} <Debug> HTTP-Session: 45bdc788-c581-4eae-9d9c-3ef7de6cc5f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16470 | 2024.09.06 06:43:08.571863 [ 3 ] {} <Debug> HTTP-Session: 45bdc788-c581-4eae-9d9c-3ef7de6cc5f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16471 | 2024.09.06 06:43:08.571894 [ 3 ] {} <Trace> HTTP-Session: 45bdc788-c581-4eae-9d9c-3ef7de6cc5f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16472 | 2024.09.06 06:43:08.571994 [ 3 ] {ebc192c0-ab75-4904-891c-b8b2936c28ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16473 | 2024.09.06 06:43:08.572036 [ 3 ] {ebc192c0-ab75-4904-891c-b8b2936c28ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16474 | 2024.09.06 06:43:08.572261 [ 3 ] {ebc192c0-ab75-4904-891c-b8b2936c28ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16475 | 2024.09.06 06:43:08.572601 [ 3 ] {ebc192c0-ab75-4904-891c-b8b2936c28ce} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16476 | 2024.09.06 06:43:08.572639 [ 3 ] {ebc192c0-ab75-4904-891c-b8b2936c28ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16477 | 2024.09.06 06:43:08.572992 [ 3 ] {ebc192c0-ab75-4904-891c-b8b2936c28ce} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
16478 | 2024.09.06 06:43:08.573349 [ 3 ] {ebc192c0-ab75-4904-891c-b8b2936c28ce} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16479 | 2024.09.06 06:43:08.573516 [ 3 ] {ebc192c0-ab75-4904-891c-b8b2936c28ce} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001539 sec., 9096.816114359974 rows/sec., 637.08 KiB/sec. | ||
16480 | 2024.09.06 06:43:08.573716 [ 3 ] {ebc192c0-ab75-4904-891c-b8b2936c28ce} <Debug> DynamicQueryHandler: Done processing query | ||
16481 | 2024.09.06 06:43:08.573751 [ 3 ] {ebc192c0-ab75-4904-891c-b8b2936c28ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16482 | 2024.09.06 06:43:08.573778 [ 3 ] {} <Debug> HTTP-Session: 45bdc788-c581-4eae-9d9c-3ef7de6cc5f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16483 | 2024.09.06 06:43:08.573908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16484 | 2024.09.06 06:43:08.573958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16485 | 2024.09.06 06:43:08.573977 [ 3 ] {} <Debug> HTTP-Session: 9167d6fc-2309-48ea-a87b-9737569c1285 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16486 | 2024.09.06 06:43:08.573993 [ 3 ] {} <Debug> HTTP-Session: 9167d6fc-2309-48ea-a87b-9737569c1285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16487 | 2024.09.06 06:43:08.574007 [ 3 ] {} <Debug> HTTP-Session: 9167d6fc-2309-48ea-a87b-9737569c1285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16488 | 2024.09.06 06:43:08.574037 [ 3 ] {} <Trace> HTTP-Session: 9167d6fc-2309-48ea-a87b-9737569c1285 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16489 | 2024.09.06 06:43:08.574133 [ 3 ] {ad9e920a-a82d-49b5-9970-67e6318bf699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16490 | 2024.09.06 06:43:08.574176 [ 3 ] {ad9e920a-a82d-49b5-9970-67e6318bf699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16491 | 2024.09.06 06:43:08.574403 [ 3 ] {ad9e920a-a82d-49b5-9970-67e6318bf699} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16492 | 2024.09.06 06:43:08.574710 [ 3 ] {ad9e920a-a82d-49b5-9970-67e6318bf699} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16493 | 2024.09.06 06:43:08.574747 [ 3 ] {ad9e920a-a82d-49b5-9970-67e6318bf699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16494 | 2024.09.06 06:43:08.575091 [ 3 ] {ad9e920a-a82d-49b5-9970-67e6318bf699} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16495 | 2024.09.06 06:43:08.575463 [ 3 ] {ad9e920a-a82d-49b5-9970-67e6318bf699} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16496 | 2024.09.06 06:43:08.575627 [ 3 ] {ad9e920a-a82d-49b5-9970-67e6318bf699} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 233.37 KiB/sec. | ||
16497 | 2024.09.06 06:43:08.575802 [ 3 ] {ad9e920a-a82d-49b5-9970-67e6318bf699} <Debug> DynamicQueryHandler: Done processing query | ||
16498 | 2024.09.06 06:43:08.575825 [ 3 ] {ad9e920a-a82d-49b5-9970-67e6318bf699} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16499 | 2024.09.06 06:43:08.575841 [ 3 ] {} <Debug> HTTP-Session: 9167d6fc-2309-48ea-a87b-9737569c1285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16500 | 2024.09.06 06:43:08.576029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16501 | 2024.09.06 06:43:08.576079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16502 | 2024.09.06 06:43:08.576097 [ 3 ] {} <Debug> HTTP-Session: f99dec08-d3c3-40af-9ff2-997b2ac32964 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16503 | 2024.09.06 06:43:08.576114 [ 3 ] {} <Debug> HTTP-Session: f99dec08-d3c3-40af-9ff2-997b2ac32964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16504 | 2024.09.06 06:43:08.576127 [ 3 ] {} <Debug> HTTP-Session: f99dec08-d3c3-40af-9ff2-997b2ac32964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16505 | 2024.09.06 06:43:08.576158 [ 3 ] {} <Trace> HTTP-Session: f99dec08-d3c3-40af-9ff2-997b2ac32964 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16506 | 2024.09.06 06:43:08.576361 [ 3 ] {b9fed09e-d9a6-47ce-a318-ec35149f7bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16507 | 2024.09.06 06:43:08.576405 [ 3 ] {b9fed09e-d9a6-47ce-a318-ec35149f7bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16508 | 2024.09.06 06:43:08.576631 [ 3 ] {b9fed09e-d9a6-47ce-a318-ec35149f7bef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16509 | 2024.09.06 06:43:08.577220 [ 3 ] {b9fed09e-d9a6-47ce-a318-ec35149f7bef} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16510 | 2024.09.06 06:43:08.577257 [ 3 ] {b9fed09e-d9a6-47ce-a318-ec35149f7bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16511 | 2024.09.06 06:43:08.577627 [ 3 ] {b9fed09e-d9a6-47ce-a318-ec35149f7bef} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16512 | 2024.09.06 06:43:08.577988 [ 3 ] {b9fed09e-d9a6-47ce-a318-ec35149f7bef} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16513 | 2024.09.06 06:43:08.578147 [ 3 ] {b9fed09e-d9a6-47ce-a318-ec35149f7bef} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001883 sec., 207116.30377057887 rows/sec., 14.69 MiB/sec. | ||
16514 | 2024.09.06 06:43:08.578417 [ 3 ] {b9fed09e-d9a6-47ce-a318-ec35149f7bef} <Debug> DynamicQueryHandler: Done processing query | ||
16515 | 2024.09.06 06:43:08.578478 [ 3 ] {b9fed09e-d9a6-47ce-a318-ec35149f7bef} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16516 | 2024.09.06 06:43:08.578541 [ 3 ] {} <Debug> HTTP-Session: f99dec08-d3c3-40af-9ff2-997b2ac32964 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16517 | 2024.09.06 06:43:08.578754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16518 | 2024.09.06 06:43:08.578808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16519 | 2024.09.06 06:43:08.578827 [ 3 ] {} <Debug> HTTP-Session: 7ea6ab95-1fec-46a7-88d0-d413f8c27b59 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16520 | 2024.09.06 06:43:08.578844 [ 3 ] {} <Debug> HTTP-Session: 7ea6ab95-1fec-46a7-88d0-d413f8c27b59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16521 | 2024.09.06 06:43:08.578858 [ 3 ] {} <Debug> HTTP-Session: 7ea6ab95-1fec-46a7-88d0-d413f8c27b59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16522 | 2024.09.06 06:43:08.578891 [ 3 ] {} <Trace> HTTP-Session: 7ea6ab95-1fec-46a7-88d0-d413f8c27b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16523 | 2024.09.06 06:43:08.578995 [ 3 ] {e95a2731-2d0d-4c50-8e7a-211954c55aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16524 | 2024.09.06 06:43:08.579039 [ 3 ] {e95a2731-2d0d-4c50-8e7a-211954c55aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16525 | 2024.09.06 06:43:08.579183 [ 3 ] {e95a2731-2d0d-4c50-8e7a-211954c55aea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16526 | 2024.09.06 06:43:08.579447 [ 3 ] {e95a2731-2d0d-4c50-8e7a-211954c55aea} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16527 | 2024.09.06 06:43:08.579484 [ 3 ] {e95a2731-2d0d-4c50-8e7a-211954c55aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16528 | 2024.09.06 06:43:08.579849 [ 3 ] {e95a2731-2d0d-4c50-8e7a-211954c55aea} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16529 | 2024.09.06 06:43:08.580173 [ 3 ] {e95a2731-2d0d-4c50-8e7a-211954c55aea} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16530 | 2024.09.06 06:43:08.580297 [ 3 ] {e95a2731-2d0d-4c50-8e7a-211954c55aea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 235.52 KiB/sec. | ||
16531 | 2024.09.06 06:43:08.580460 [ 3 ] {e95a2731-2d0d-4c50-8e7a-211954c55aea} <Debug> DynamicQueryHandler: Done processing query | ||
16532 | 2024.09.06 06:43:08.580484 [ 3 ] {e95a2731-2d0d-4c50-8e7a-211954c55aea} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16533 | 2024.09.06 06:43:08.580500 [ 3 ] {} <Debug> HTTP-Session: 7ea6ab95-1fec-46a7-88d0-d413f8c27b59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16534 | 2024.09.06 06:43:08.580724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16535 | 2024.09.06 06:43:08.580774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16536 | 2024.09.06 06:43:08.580793 [ 3 ] {} <Debug> HTTP-Session: 4964e1cc-0d8a-4b0e-82a5-b717f2565345 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16537 | 2024.09.06 06:43:08.580809 [ 3 ] {} <Debug> HTTP-Session: 4964e1cc-0d8a-4b0e-82a5-b717f2565345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16538 | 2024.09.06 06:43:08.580823 [ 3 ] {} <Debug> HTTP-Session: 4964e1cc-0d8a-4b0e-82a5-b717f2565345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16539 | 2024.09.06 06:43:08.580854 [ 3 ] {} <Trace> HTTP-Session: 4964e1cc-0d8a-4b0e-82a5-b717f2565345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16540 | 2024.09.06 06:43:08.581055 [ 3 ] {36b84185-525e-4e83-b10f-ec1589576228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16541 | 2024.09.06 06:43:08.581101 [ 3 ] {36b84185-525e-4e83-b10f-ec1589576228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16542 | 2024.09.06 06:43:08.581244 [ 3 ] {36b84185-525e-4e83-b10f-ec1589576228} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16543 | 2024.09.06 06:43:08.581696 [ 3 ] {36b84185-525e-4e83-b10f-ec1589576228} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16544 | 2024.09.06 06:43:08.581732 [ 3 ] {36b84185-525e-4e83-b10f-ec1589576228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16545 | 2024.09.06 06:43:08.582127 [ 3 ] {36b84185-525e-4e83-b10f-ec1589576228} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16546 | 2024.09.06 06:43:08.582465 [ 3 ] {36b84185-525e-4e83-b10f-ec1589576228} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16547 | 2024.09.06 06:43:08.582594 [ 3 ] {36b84185-525e-4e83-b10f-ec1589576228} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001653 sec., 143375.68058076224 rows/sec., 9.61 MiB/sec. | ||
16548 | 2024.09.06 06:43:08.582784 [ 3 ] {36b84185-525e-4e83-b10f-ec1589576228} <Debug> DynamicQueryHandler: Done processing query | ||
16549 | 2024.09.06 06:43:08.582820 [ 3 ] {36b84185-525e-4e83-b10f-ec1589576228} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16550 | 2024.09.06 06:43:08.582851 [ 3 ] {} <Debug> HTTP-Session: 4964e1cc-0d8a-4b0e-82a5-b717f2565345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16551 | 2024.09.06 06:43:08.582985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16552 | 2024.09.06 06:43:08.583036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16553 | 2024.09.06 06:43:08.583055 [ 3 ] {} <Debug> HTTP-Session: b1b23547-c294-401e-b451-adb73d425e46 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16554 | 2024.09.06 06:43:08.583071 [ 3 ] {} <Debug> HTTP-Session: b1b23547-c294-401e-b451-adb73d425e46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16555 | 2024.09.06 06:43:08.583085 [ 3 ] {} <Debug> HTTP-Session: b1b23547-c294-401e-b451-adb73d425e46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16556 | 2024.09.06 06:43:08.583115 [ 3 ] {} <Trace> HTTP-Session: b1b23547-c294-401e-b451-adb73d425e46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16557 | 2024.09.06 06:43:08.583208 [ 3 ] {926ae153-38ad-44c5-aa07-1d4fec6793d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16558 | 2024.09.06 06:43:08.583253 [ 3 ] {926ae153-38ad-44c5-aa07-1d4fec6793d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16559 | 2024.09.06 06:43:08.583380 [ 3 ] {926ae153-38ad-44c5-aa07-1d4fec6793d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16560 | 2024.09.06 06:43:08.583679 [ 3 ] {926ae153-38ad-44c5-aa07-1d4fec6793d1} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16561 | 2024.09.06 06:43:08.583715 [ 3 ] {926ae153-38ad-44c5-aa07-1d4fec6793d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16562 | 2024.09.06 06:43:08.584066 [ 3 ] {926ae153-38ad-44c5-aa07-1d4fec6793d1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16563 | 2024.09.06 06:43:08.584415 [ 3 ] {926ae153-38ad-44c5-aa07-1d4fec6793d1} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16564 | 2024.09.06 06:43:08.584541 [ 118 ] {} <Debug> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
16565 | 2024.09.06 06:43:08.584544 [ 3 ] {926ae153-38ad-44c5-aa07-1d4fec6793d1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
16566 | 2024.09.06 06:43:08.584590 [ 118 ] {} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16567 | 2024.09.06 06:43:08.584635 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16568 | 2024.09.06 06:43:08.584777 [ 3 ] {926ae153-38ad-44c5-aa07-1d4fec6793d1} <Debug> DynamicQueryHandler: Done processing query | ||
16569 | 2024.09.06 06:43:08.584825 [ 3 ] {926ae153-38ad-44c5-aa07-1d4fec6793d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16570 | 2024.09.06 06:43:08.584844 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
16571 | 2024.09.06 06:43:08.584857 [ 3 ] {} <Debug> HTTP-Session: b1b23547-c294-401e-b451-adb73d425e46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16572 | 2024.09.06 06:43:08.585101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16573 | 2024.09.06 06:43:08.585137 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16574 | 2024.09.06 06:43:08.585213 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part | ||
16575 | 2024.09.06 06:43:08.585223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16576 | 2024.09.06 06:43:08.585279 [ 3 ] {} <Debug> HTTP-Session: 55d87c64-e63a-4bc6-a87f-098f3181d2ed Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16577 | 2024.09.06 06:43:08.585330 [ 3 ] {} <Debug> HTTP-Session: 55d87c64-e63a-4bc6-a87f-098f3181d2ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16578 | 2024.09.06 06:43:08.585406 [ 3 ] {} <Debug> HTTP-Session: 55d87c64-e63a-4bc6-a87f-098f3181d2ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16579 | 2024.09.06 06:43:08.585485 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
16580 | 2024.09.06 06:43:08.585531 [ 3 ] {} <Trace> HTTP-Session: 55d87c64-e63a-4bc6-a87f-098f3181d2ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16581 | 2024.09.06 06:43:08.585836 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
16582 | 2024.09.06 06:43:08.586130 [ 3 ] {cc6e42e2-87b0-41de-839e-e8d30225d8b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16583 | 2024.09.06 06:43:08.586139 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
16584 | 2024.09.06 06:43:08.586418 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
16585 | 2024.09.06 06:43:08.586488 [ 3 ] {cc6e42e2-87b0-41de-839e-e8d30225d8b7} <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_histogramu64 | ||
16586 | 2024.09.06 06:43:08.586785 [ 187 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
16587 | 2024.09.06 06:43:08.588872 [ 3 ] {cc6e42e2-87b0-41de-839e-e8d30225d8b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16588 | 2024.09.06 06:43:08.590290 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.005556318 sec., 7199.012007592078 rows/sec., 485.09 KiB/sec. | ||
16589 | 2024.09.06 06:43:08.590524 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
16590 | 2024.09.06 06:43:08.590620 [ 3 ] {cc6e42e2-87b0-41de-839e-e8d30225d8b7} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16591 | 2024.09.06 06:43:08.590681 [ 3 ] {cc6e42e2-87b0-41de-839e-e8d30225d8b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16592 | 2024.09.06 06:43:08.591536 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_40_8} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16593 | 2024.09.06 06:43:08.591708 [ 194 ] {c49275b9-ffb6-48fe-b6d7-9d0761e6cd02::all_1_40_8} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
16594 | 2024.09.06 06:43:08.591873 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16595 | 2024.09.06 06:43:08.592159 [ 3 ] {cc6e42e2-87b0-41de-839e-e8d30225d8b7} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16596 | 2024.09.06 06:43:08.592602 [ 3 ] {cc6e42e2-87b0-41de-839e-e8d30225d8b7} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16597 | 2024.09.06 06:43:08.592760 [ 3 ] {cc6e42e2-87b0-41de-839e-e8d30225d8b7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006934 sec., 1153.7352177675223 rows/sec., 2.07 MiB/sec. | ||
16598 | 2024.09.06 06:43:08.593006 [ 3 ] {cc6e42e2-87b0-41de-839e-e8d30225d8b7} <Debug> DynamicQueryHandler: Done processing query | ||
16599 | 2024.09.06 06:43:08.593030 [ 3 ] {cc6e42e2-87b0-41de-839e-e8d30225d8b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16600 | 2024.09.06 06:43:08.593046 [ 3 ] {} <Debug> HTTP-Session: 55d87c64-e63a-4bc6-a87f-098f3181d2ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16601 | 2024.09.06 06:43:08.593174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16602 | 2024.09.06 06:43:08.593224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16603 | 2024.09.06 06:43:08.593242 [ 3 ] {} <Debug> HTTP-Session: d2db3b2c-3ec0-44ce-b5e0-6a6b39e86f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16604 | 2024.09.06 06:43:08.593259 [ 3 ] {} <Debug> HTTP-Session: d2db3b2c-3ec0-44ce-b5e0-6a6b39e86f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16605 | 2024.09.06 06:43:08.593273 [ 3 ] {} <Debug> HTTP-Session: d2db3b2c-3ec0-44ce-b5e0-6a6b39e86f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16606 | 2024.09.06 06:43:08.593304 [ 3 ] {} <Trace> HTTP-Session: d2db3b2c-3ec0-44ce-b5e0-6a6b39e86f8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16607 | 2024.09.06 06:43:08.593438 [ 3 ] {5d79131a-fe81-48db-9891-55e8bad05351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16608 | 2024.09.06 06:43:08.593482 [ 3 ] {5d79131a-fe81-48db-9891-55e8bad05351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16609 | 2024.09.06 06:43:08.593613 [ 3 ] {5d79131a-fe81-48db-9891-55e8bad05351} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16610 | 2024.09.06 06:43:08.593957 [ 3 ] {5d79131a-fe81-48db-9891-55e8bad05351} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16611 | 2024.09.06 06:43:08.593993 [ 3 ] {5d79131a-fe81-48db-9891-55e8bad05351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16612 | 2024.09.06 06:43:08.594359 [ 3 ] {5d79131a-fe81-48db-9891-55e8bad05351} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16613 | 2024.09.06 06:43:08.594686 [ 3 ] {5d79131a-fe81-48db-9891-55e8bad05351} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16614 | 2024.09.06 06:43:08.594812 [ 3 ] {5d79131a-fe81-48db-9891-55e8bad05351} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001433 sec., 57222.60990928123 rows/sec., 3.63 MiB/sec. | ||
16615 | 2024.09.06 06:43:08.594977 [ 3 ] {5d79131a-fe81-48db-9891-55e8bad05351} <Debug> DynamicQueryHandler: Done processing query | ||
16616 | 2024.09.06 06:43:08.595002 [ 3 ] {5d79131a-fe81-48db-9891-55e8bad05351} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16617 | 2024.09.06 06:43:08.595018 [ 3 ] {} <Debug> HTTP-Session: d2db3b2c-3ec0-44ce-b5e0-6a6b39e86f8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16618 | 2024.09.06 06:43:13.563256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16619 | 2024.09.06 06:43:13.563393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16620 | 2024.09.06 06:43:13.563422 [ 3 ] {} <Debug> HTTP-Session: bdf04931-172a-478f-955e-6949dae83a7a Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16621 | 2024.09.06 06:43:13.563451 [ 3 ] {} <Debug> HTTP-Session: bdf04931-172a-478f-955e-6949dae83a7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16622 | 2024.09.06 06:43:13.563469 [ 3 ] {} <Debug> HTTP-Session: bdf04931-172a-478f-955e-6949dae83a7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16623 | 2024.09.06 06:43:13.563524 [ 3 ] {} <Trace> HTTP-Session: bdf04931-172a-478f-955e-6949dae83a7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16624 | 2024.09.06 06:43:13.563721 [ 3 ] {f5de0504-d2eb-4e4b-87d6-91a7ed189113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16625 | 2024.09.06 06:43:13.563795 [ 3 ] {f5de0504-d2eb-4e4b-87d6-91a7ed189113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16626 | 2024.09.06 06:43:13.564183 [ 3 ] {f5de0504-d2eb-4e4b-87d6-91a7ed189113} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16627 | 2024.09.06 06:43:13.564620 [ 3 ] {f5de0504-d2eb-4e4b-87d6-91a7ed189113} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16628 | 2024.09.06 06:43:13.564661 [ 3 ] {f5de0504-d2eb-4e4b-87d6-91a7ed189113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16629 | 2024.09.06 06:43:13.565079 [ 3 ] {f5de0504-d2eb-4e4b-87d6-91a7ed189113} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
16630 | 2024.09.06 06:43:13.565472 [ 3 ] {f5de0504-d2eb-4e4b-87d6-91a7ed189113} <Trace> oximeter.fields_ipaddr (54c9ef95-608b-4e64-b1c1-8e040bfaf05a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16631 | 2024.09.06 06:43:13.565632 [ 3 ] {f5de0504-d2eb-4e4b-87d6-91a7ed189113} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001971 sec., 1014.7133434804667 rows/sec., 82.74 KiB/sec. | ||
16632 | 2024.09.06 06:43:13.565847 [ 3 ] {f5de0504-d2eb-4e4b-87d6-91a7ed189113} <Debug> DynamicQueryHandler: Done processing query | ||
16633 | 2024.09.06 06:43:13.565875 [ 3 ] {f5de0504-d2eb-4e4b-87d6-91a7ed189113} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16634 | 2024.09.06 06:43:13.565891 [ 3 ] {} <Debug> HTTP-Session: bdf04931-172a-478f-955e-6949dae83a7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16635 | 2024.09.06 06:43:13.566148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 24038, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16636 | 2024.09.06 06:43:13.566206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16637 | 2024.09.06 06:43:13.566226 [ 3 ] {} <Debug> HTTP-Session: d97a9a06-a9ea-47b7-99f8-cc35e02819ad Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16638 | 2024.09.06 06:43:13.566244 [ 3 ] {} <Debug> HTTP-Session: d97a9a06-a9ea-47b7-99f8-cc35e02819ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16639 | 2024.09.06 06:43:13.566258 [ 3 ] {} <Debug> HTTP-Session: d97a9a06-a9ea-47b7-99f8-cc35e02819ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16640 | 2024.09.06 06:43:13.566293 [ 3 ] {} <Trace> HTTP-Session: d97a9a06-a9ea-47b7-99f8-cc35e02819ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16641 | 2024.09.06 06:43:13.566444 [ 3 ] {e78eb4f0-275c-4830-bf0f-9e72dd337512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16642 | 2024.09.06 06:43:13.566493 [ 3 ] {e78eb4f0-275c-4830-bf0f-9e72dd337512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16643 | 2024.09.06 06:43:13.566728 [ 3 ] {e78eb4f0-275c-4830-bf0f-9e72dd337512} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16644 | 2024.09.06 06:43:13.567161 [ 3 ] {e78eb4f0-275c-4830-bf0f-9e72dd337512} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16645 | 2024.09.06 06:43:13.567198 [ 3 ] {e78eb4f0-275c-4830-bf0f-9e72dd337512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16646 | 2024.09.06 06:43:13.567563 [ 3 ] {e78eb4f0-275c-4830-bf0f-9e72dd337512} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16647 | 2024.09.06 06:43:13.567930 [ 3 ] {e78eb4f0-275c-4830-bf0f-9e72dd337512} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16648 | 2024.09.06 06:43:13.568061 [ 3 ] {e78eb4f0-275c-4830-bf0f-9e72dd337512} <Debug> executeQuery: Read 161 rows, 14.23 KiB in 0.001688 sec., 95379.14691943128 rows/sec., 8.23 MiB/sec. | ||
16649 | 2024.09.06 06:43:13.568346 [ 3 ] {e78eb4f0-275c-4830-bf0f-9e72dd337512} <Debug> DynamicQueryHandler: Done processing query | ||
16650 | 2024.09.06 06:43:13.568406 [ 3 ] {e78eb4f0-275c-4830-bf0f-9e72dd337512} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
16651 | 2024.09.06 06:43:13.568468 [ 3 ] {} <Debug> HTTP-Session: d97a9a06-a9ea-47b7-99f8-cc35e02819ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16652 | 2024.09.06 06:43:13.568658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 7793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16653 | 2024.09.06 06:43:13.568715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16654 | 2024.09.06 06:43:13.568734 [ 3 ] {} <Debug> HTTP-Session: 7be59335-c471-4f36-bf9d-0c7ef5f646d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16655 | 2024.09.06 06:43:13.568752 [ 3 ] {} <Debug> HTTP-Session: 7be59335-c471-4f36-bf9d-0c7ef5f646d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16656 | 2024.09.06 06:43:13.568766 [ 3 ] {} <Debug> HTTP-Session: 7be59335-c471-4f36-bf9d-0c7ef5f646d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16657 | 2024.09.06 06:43:13.568800 [ 3 ] {} <Trace> HTTP-Session: 7be59335-c471-4f36-bf9d-0c7ef5f646d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16658 | 2024.09.06 06:43:13.568928 [ 3 ] {1801f3eb-cf1f-4eeb-ac6f-7c43615f572b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16659 | 2024.09.06 06:43:13.568973 [ 3 ] {1801f3eb-cf1f-4eeb-ac6f-7c43615f572b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16660 | 2024.09.06 06:43:13.569223 [ 3 ] {1801f3eb-cf1f-4eeb-ac6f-7c43615f572b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16661 | 2024.09.06 06:43:13.569562 [ 3 ] {1801f3eb-cf1f-4eeb-ac6f-7c43615f572b} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16662 | 2024.09.06 06:43:13.569599 [ 3 ] {1801f3eb-cf1f-4eeb-ac6f-7c43615f572b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16663 | 2024.09.06 06:43:13.569950 [ 3 ] {1801f3eb-cf1f-4eeb-ac6f-7c43615f572b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16664 | 2024.09.06 06:43:13.570302 [ 3 ] {1801f3eb-cf1f-4eeb-ac6f-7c43615f572b} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16665 | 2024.09.06 06:43:13.570438 [ 3 ] {1801f3eb-cf1f-4eeb-ac6f-7c43615f572b} <Debug> executeQuery: Read 54 rows, 4.05 KiB in 0.001558 sec., 34659.820282413355 rows/sec., 2.54 MiB/sec. | ||
16666 | 2024.09.06 06:43:13.570608 [ 3 ] {1801f3eb-cf1f-4eeb-ac6f-7c43615f572b} <Debug> DynamicQueryHandler: Done processing query | ||
16667 | 2024.09.06 06:43:13.570632 [ 3 ] {1801f3eb-cf1f-4eeb-ac6f-7c43615f572b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16668 | 2024.09.06 06:43:13.570648 [ 3 ] {} <Debug> HTTP-Session: 7be59335-c471-4f36-bf9d-0c7ef5f646d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16669 | 2024.09.06 06:43:13.570787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 20038, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16670 | 2024.09.06 06:43:13.570837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16671 | 2024.09.06 06:43:13.570856 [ 3 ] {} <Debug> HTTP-Session: 464a5770-11ad-41ea-a52f-1d885c4703fc Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16672 | 2024.09.06 06:43:13.570872 [ 3 ] {} <Debug> HTTP-Session: 464a5770-11ad-41ea-a52f-1d885c4703fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16673 | 2024.09.06 06:43:13.570886 [ 3 ] {} <Debug> HTTP-Session: 464a5770-11ad-41ea-a52f-1d885c4703fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16674 | 2024.09.06 06:43:13.570917 [ 3 ] {} <Trace> HTTP-Session: 464a5770-11ad-41ea-a52f-1d885c4703fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16675 | 2024.09.06 06:43:13.571043 [ 3 ] {e7d01ee1-5611-46a0-8100-fcfa586ddb1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16676 | 2024.09.06 06:43:13.571086 [ 3 ] {e7d01ee1-5611-46a0-8100-fcfa586ddb1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16677 | 2024.09.06 06:43:13.571309 [ 3 ] {e7d01ee1-5611-46a0-8100-fcfa586ddb1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16678 | 2024.09.06 06:43:13.571695 [ 3 ] {e7d01ee1-5611-46a0-8100-fcfa586ddb1a} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16679 | 2024.09.06 06:43:13.571730 [ 3 ] {e7d01ee1-5611-46a0-8100-fcfa586ddb1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16680 | 2024.09.06 06:43:13.572077 [ 3 ] {e7d01ee1-5611-46a0-8100-fcfa586ddb1a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16681 | 2024.09.06 06:43:13.572427 [ 3 ] {e7d01ee1-5611-46a0-8100-fcfa586ddb1a} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16682 | 2024.09.06 06:43:13.572557 [ 3 ] {e7d01ee1-5611-46a0-8100-fcfa586ddb1a} <Debug> executeQuery: Read 118 rows, 9.44 KiB in 0.001561 sec., 75592.56886611147 rows/sec., 5.91 MiB/sec. | ||
16683 | 2024.09.06 06:43:13.572726 [ 3 ] {e7d01ee1-5611-46a0-8100-fcfa586ddb1a} <Debug> DynamicQueryHandler: Done processing query | ||
16684 | 2024.09.06 06:43:13.572750 [ 3 ] {e7d01ee1-5611-46a0-8100-fcfa586ddb1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16685 | 2024.09.06 06:43:13.572766 [ 3 ] {} <Debug> HTTP-Session: 464a5770-11ad-41ea-a52f-1d885c4703fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16686 | 2024.09.06 06:43:13.572922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16687 | 2024.09.06 06:43:13.572972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16688 | 2024.09.06 06:43:13.572991 [ 3 ] {} <Debug> HTTP-Session: 65505867-13d3-4584-b6b8-b36b8cc10e96 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16689 | 2024.09.06 06:43:13.573008 [ 3 ] {} <Debug> HTTP-Session: 65505867-13d3-4584-b6b8-b36b8cc10e96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16690 | 2024.09.06 06:43:13.573022 [ 3 ] {} <Debug> HTTP-Session: 65505867-13d3-4584-b6b8-b36b8cc10e96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16691 | 2024.09.06 06:43:13.573054 [ 3 ] {} <Trace> HTTP-Session: 65505867-13d3-4584-b6b8-b36b8cc10e96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16692 | 2024.09.06 06:43:13.573209 [ 3 ] {6c18880a-cfba-4fda-a648-cb08d1abcc46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16693 | 2024.09.06 06:43:13.573255 [ 3 ] {6c18880a-cfba-4fda-a648-cb08d1abcc46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16694 | 2024.09.06 06:43:13.573400 [ 3 ] {6c18880a-cfba-4fda-a648-cb08d1abcc46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16695 | 2024.09.06 06:43:13.573794 [ 3 ] {6c18880a-cfba-4fda-a648-cb08d1abcc46} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16696 | 2024.09.06 06:43:13.573831 [ 3 ] {6c18880a-cfba-4fda-a648-cb08d1abcc46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16697 | 2024.09.06 06:43:13.574227 [ 3 ] {6c18880a-cfba-4fda-a648-cb08d1abcc46} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16698 | 2024.09.06 06:43:13.574572 [ 3 ] {6c18880a-cfba-4fda-a648-cb08d1abcc46} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16699 | 2024.09.06 06:43:13.574706 [ 3 ] {6c18880a-cfba-4fda-a648-cb08d1abcc46} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001573 sec., 102352.19326128418 rows/sec., 7.13 MiB/sec. | ||
16700 | 2024.09.06 06:43:13.574875 [ 3 ] {6c18880a-cfba-4fda-a648-cb08d1abcc46} <Debug> DynamicQueryHandler: Done processing query | ||
16701 | 2024.09.06 06:43:13.574899 [ 3 ] {6c18880a-cfba-4fda-a648-cb08d1abcc46} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16702 | 2024.09.06 06:43:13.574915 [ 3 ] {} <Debug> HTTP-Session: 65505867-13d3-4584-b6b8-b36b8cc10e96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16703 | 2024.09.06 06:43:13.575167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 85616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16704 | 2024.09.06 06:43:13.575217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16705 | 2024.09.06 06:43:13.575236 [ 3 ] {} <Debug> HTTP-Session: 5a3f1df0-4fe9-424f-bbe2-ae30055e80b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16706 | 2024.09.06 06:43:13.575253 [ 3 ] {} <Debug> HTTP-Session: 5a3f1df0-4fe9-424f-bbe2-ae30055e80b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16707 | 2024.09.06 06:43:13.575267 [ 3 ] {} <Debug> HTTP-Session: 5a3f1df0-4fe9-424f-bbe2-ae30055e80b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16708 | 2024.09.06 06:43:13.575299 [ 3 ] {} <Trace> HTTP-Session: 5a3f1df0-4fe9-424f-bbe2-ae30055e80b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16709 | 2024.09.06 06:43:13.575769 [ 3 ] {df5431af-ddc7-448a-9f1d-c7e285bc127f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16710 | 2024.09.06 06:43:13.575835 [ 3 ] {df5431af-ddc7-448a-9f1d-c7e285bc127f} <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_histogramu64 | ||
16711 | 2024.09.06 06:43:13.576259 [ 3 ] {df5431af-ddc7-448a-9f1d-c7e285bc127f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16712 | 2024.09.06 06:43:13.577413 [ 3 ] {df5431af-ddc7-448a-9f1d-c7e285bc127f} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16713 | 2024.09.06 06:43:13.577451 [ 3 ] {df5431af-ddc7-448a-9f1d-c7e285bc127f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16714 | 2024.09.06 06:43:13.578132 [ 3 ] {df5431af-ddc7-448a-9f1d-c7e285bc127f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16715 | 2024.09.06 06:43:13.578547 [ 3 ] {df5431af-ddc7-448a-9f1d-c7e285bc127f} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16716 | 2024.09.06 06:43:13.578708 [ 3 ] {df5431af-ddc7-448a-9f1d-c7e285bc127f} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.003299 sec., 15762.352227947864 rows/sec., 28.25 MiB/sec. | ||
16717 | 2024.09.06 06:43:13.578933 [ 3 ] {df5431af-ddc7-448a-9f1d-c7e285bc127f} <Debug> DynamicQueryHandler: Done processing query | ||
16718 | 2024.09.06 06:43:13.578958 [ 3 ] {df5431af-ddc7-448a-9f1d-c7e285bc127f} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
16719 | 2024.09.06 06:43:13.578974 [ 3 ] {} <Debug> HTTP-Session: 5a3f1df0-4fe9-424f-bbe2-ae30055e80b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16720 | 2024.09.06 06:43:13.579101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16721 | 2024.09.06 06:43:13.579151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16722 | 2024.09.06 06:43:13.579170 [ 3 ] {} <Debug> HTTP-Session: bc666409-6985-4b17-a542-dfd362664d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16723 | 2024.09.06 06:43:13.579187 [ 3 ] {} <Debug> HTTP-Session: bc666409-6985-4b17-a542-dfd362664d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16724 | 2024.09.06 06:43:13.579201 [ 3 ] {} <Debug> HTTP-Session: bc666409-6985-4b17-a542-dfd362664d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16725 | 2024.09.06 06:43:13.579233 [ 3 ] {} <Trace> HTTP-Session: bc666409-6985-4b17-a542-dfd362664d28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16726 | 2024.09.06 06:43:13.579347 [ 3 ] {9772880c-e58a-4858-9fe4-4aed07981549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16727 | 2024.09.06 06:43:13.579393 [ 3 ] {9772880c-e58a-4858-9fe4-4aed07981549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16728 | 2024.09.06 06:43:13.579524 [ 3 ] {9772880c-e58a-4858-9fe4-4aed07981549} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16729 | 2024.09.06 06:43:13.579810 [ 3 ] {9772880c-e58a-4858-9fe4-4aed07981549} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16730 | 2024.09.06 06:43:13.579844 [ 3 ] {9772880c-e58a-4858-9fe4-4aed07981549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16731 | 2024.09.06 06:43:13.580186 [ 3 ] {9772880c-e58a-4858-9fe4-4aed07981549} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16732 | 2024.09.06 06:43:13.580492 [ 3 ] {9772880c-e58a-4858-9fe4-4aed07981549} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16733 | 2024.09.06 06:43:13.580676 [ 3 ] {9772880c-e58a-4858-9fe4-4aed07981549} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
16734 | 2024.09.06 06:43:13.580858 [ 3 ] {9772880c-e58a-4858-9fe4-4aed07981549} <Debug> DynamicQueryHandler: Done processing query | ||
16735 | 2024.09.06 06:43:13.580882 [ 3 ] {9772880c-e58a-4858-9fe4-4aed07981549} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16736 | 2024.09.06 06:43:13.580898 [ 3 ] {} <Debug> HTTP-Session: bc666409-6985-4b17-a542-dfd362664d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16737 | 2024.09.06 06:43:15.505605 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16738 | 2024.09.06 06:43:15.505705 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16739 | 2024.09.06 06:43:18.566740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16740 | 2024.09.06 06:43:18.566906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16741 | 2024.09.06 06:43:18.566951 [ 3 ] {} <Debug> HTTP-Session: ff25e1e9-3f2d-445f-9465-7f1638437bca Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16742 | 2024.09.06 06:43:18.566994 [ 3 ] {} <Debug> HTTP-Session: ff25e1e9-3f2d-445f-9465-7f1638437bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16743 | 2024.09.06 06:43:18.567023 [ 3 ] {} <Debug> HTTP-Session: ff25e1e9-3f2d-445f-9465-7f1638437bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16744 | 2024.09.06 06:43:18.567103 [ 3 ] {} <Trace> HTTP-Session: ff25e1e9-3f2d-445f-9465-7f1638437bca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16745 | 2024.09.06 06:43:18.567494 [ 3 ] {9570917d-a6a1-4a31-97dc-2c80efa6bcbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16746 | 2024.09.06 06:43:18.567603 [ 3 ] {9570917d-a6a1-4a31-97dc-2c80efa6bcbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16747 | 2024.09.06 06:43:18.567963 [ 3 ] {9570917d-a6a1-4a31-97dc-2c80efa6bcbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16748 | 2024.09.06 06:43:18.568623 [ 3 ] {9570917d-a6a1-4a31-97dc-2c80efa6bcbf} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16749 | 2024.09.06 06:43:18.568666 [ 3 ] {9570917d-a6a1-4a31-97dc-2c80efa6bcbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16750 | 2024.09.06 06:43:18.569130 [ 3 ] {9570917d-a6a1-4a31-97dc-2c80efa6bcbf} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16751 | 2024.09.06 06:43:18.569519 [ 3 ] {9570917d-a6a1-4a31-97dc-2c80efa6bcbf} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16752 | 2024.09.06 06:43:18.569673 [ 3 ] {9570917d-a6a1-4a31-97dc-2c80efa6bcbf} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002359 sec., 86901.22933446376 rows/sec., 7.65 MiB/sec. | ||
16753 | 2024.09.06 06:43:18.569686 [ 110 ] {} <Debug> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16754 | 2024.09.06 06:43:18.569749 [ 110 ] {} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16755 | 2024.09.06 06:43:18.569788 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16756 | 2024.09.06 06:43:18.569963 [ 3 ] {9570917d-a6a1-4a31-97dc-2c80efa6bcbf} <Debug> DynamicQueryHandler: Done processing query | ||
16757 | 2024.09.06 06:43:18.570006 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16758 | 2024.09.06 06:43:18.570024 [ 3 ] {9570917d-a6a1-4a31-97dc-2c80efa6bcbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16759 | 2024.09.06 06:43:18.570141 [ 3 ] {} <Debug> HTTP-Session: ff25e1e9-3f2d-445f-9465-7f1638437bca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16760 | 2024.09.06 06:43:18.570553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16761 | 2024.09.06 06:43:18.570654 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16762 | 2024.09.06 06:43:18.570775 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1464 rows starting from the beginning of the part | ||
16763 | 2024.09.06 06:43:18.570766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16764 | 2024.09.06 06:43:18.570896 [ 3 ] {} <Debug> HTTP-Session: 07ea3414-65fa-4365-a4c1-c00e68e8235e Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16765 | 2024.09.06 06:43:18.571042 [ 3 ] {} <Debug> HTTP-Session: 07ea3414-65fa-4365-a4c1-c00e68e8235e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16766 | 2024.09.06 06:43:18.571155 [ 3 ] {} <Debug> HTTP-Session: 07ea3414-65fa-4365-a4c1-c00e68e8235e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16767 | 2024.09.06 06:43:18.571264 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 206 rows starting from the beginning of the part | ||
16768 | 2024.09.06 06:43:18.571451 [ 3 ] {} <Trace> HTTP-Session: 07ea3414-65fa-4365-a4c1-c00e68e8235e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16769 | 2024.09.06 06:43:18.571883 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 161 rows starting from the beginning of the part | ||
16770 | 2024.09.06 06:43:18.571990 [ 3 ] {f4909c33-3543-4508-ad30-536e62e3a24d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16771 | 2024.09.06 06:43:18.572293 [ 3 ] {f4909c33-3543-4508-ad30-536e62e3a24d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16772 | 2024.09.06 06:43:18.572314 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 205 rows starting from the beginning of the part | ||
16773 | 2024.09.06 06:43:18.572743 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 161 rows starting from the beginning of the part | ||
16774 | 2024.09.06 06:43:18.573019 [ 194 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 205 rows starting from the beginning of the part | ||
16775 | 2024.09.06 06:43:18.573808 [ 3 ] {f4909c33-3543-4508-ad30-536e62e3a24d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16776 | 2024.09.06 06:43:18.574563 [ 3 ] {f4909c33-3543-4508-ad30-536e62e3a24d} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16777 | 2024.09.06 06:43:18.574625 [ 3 ] {f4909c33-3543-4508-ad30-536e62e3a24d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16778 | 2024.09.06 06:43:18.575660 [ 3 ] {f4909c33-3543-4508-ad30-536e62e3a24d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16779 | 2024.09.06 06:43:18.576408 [ 3 ] {f4909c33-3543-4508-ad30-536e62e3a24d} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16780 | 2024.09.06 06:43:18.576416 [ 197 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 5 columns (5 merged, 0 gathered) in 0.006535127 sec., 367552.1531563197 rows/sec., 32.76 MiB/sec. | ||
16781 | 2024.09.06 06:43:18.576623 [ 110 ] {} <Debug> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16782 | 2024.09.06 06:43:18.576629 [ 3 ] {f4909c33-3543-4508-ad30-536e62e3a24d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004838 sec., 1653.5758577924762 rows/sec., 124.34 KiB/sec. | ||
16783 | 2024.09.06 06:43:18.576688 [ 110 ] {} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16784 | 2024.09.06 06:43:18.576775 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16785 | 2024.09.06 06:43:18.576818 [ 197 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16786 | 2024.09.06 06:43:18.577150 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::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 | ||
16787 | 2024.09.06 06:43:18.577203 [ 3 ] {f4909c33-3543-4508-ad30-536e62e3a24d} <Debug> DynamicQueryHandler: Done processing query | ||
16788 | 2024.09.06 06:43:18.577292 [ 3 ] {f4909c33-3543-4508-ad30-536e62e3a24d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16789 | 2024.09.06 06:43:18.577416 [ 3 ] {} <Debug> HTTP-Session: 07ea3414-65fa-4365-a4c1-c00e68e8235e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16790 | 2024.09.06 06:43:18.577629 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16791 | 2024.09.06 06:43:18.577721 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 81 rows starting from the beginning of the part | ||
16792 | 2024.09.06 06:43:18.577807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 1923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16793 | 2024.09.06 06:43:18.578097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16794 | 2024.09.06 06:43:18.578146 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 10 rows starting from the beginning of the part | ||
16795 | 2024.09.06 06:43:18.578197 [ 3 ] {} <Debug> HTTP-Session: e4389e3a-4cc7-4f99-831e-d24f04dfbc57 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16796 | 2024.09.06 06:43:18.578340 [ 3 ] {} <Debug> HTTP-Session: e4389e3a-4cc7-4f99-831e-d24f04dfbc57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16797 | 2024.09.06 06:43:18.578436 [ 3 ] {} <Debug> HTTP-Session: e4389e3a-4cc7-4f99-831e-d24f04dfbc57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16798 | 2024.09.06 06:43:18.578596 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 54 rows starting from the beginning of the part | ||
16799 | 2024.09.06 06:43:18.578650 [ 3 ] {} <Trace> HTTP-Session: e4389e3a-4cc7-4f99-831e-d24f04dfbc57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16800 | 2024.09.06 06:43:18.578806 [ 197 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_91_18} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16801 | 2024.09.06 06:43:18.579090 [ 3 ] {54f473c7-1ec6-45a6-9a0a-5e1569c3b206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16802 | 2024.09.06 06:43:18.579115 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
16803 | 2024.09.06 06:43:18.579313 [ 3 ] {54f473c7-1ec6-45a6-9a0a-5e1569c3b206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16804 | 2024.09.06 06:43:18.579471 [ 197 ] {fb59360c-e95a-4ea0-b47e-b6041929b983::all_1_91_18} <Trace> oximeter.fields_string (fb59360c-e95a-4ea0-b47e-b6041929b983) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16805 | 2024.09.06 06:43:18.579556 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 54 rows starting from the beginning of the part | ||
16806 | 2024.09.06 06:43:18.579914 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
16807 | 2024.09.06 06:43:18.580087 [ 194 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
16808 | 2024.09.06 06:43:18.580987 [ 3 ] {54f473c7-1ec6-45a6-9a0a-5e1569c3b206} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16809 | 2024.09.06 06:43:18.582094 [ 3 ] {54f473c7-1ec6-45a6-9a0a-5e1569c3b206} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16810 | 2024.09.06 06:43:18.582165 [ 3 ] {54f473c7-1ec6-45a6-9a0a-5e1569c3b206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16811 | 2024.09.06 06:43:18.583000 [ 189 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 5 columns (5 merged, 0 gathered) in 0.006069478 sec., 35423.14512055238 rows/sec., 2.71 MiB/sec. | ||
16812 | 2024.09.06 06:43:18.583131 [ 3 ] {54f473c7-1ec6-45a6-9a0a-5e1569c3b206} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
16813 | 2024.09.06 06:43:18.583256 [ 189 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16814 | 2024.09.06 06:43:18.584039 [ 3 ] {54f473c7-1ec6-45a6-9a0a-5e1569c3b206} <Trace> oximeter.fields_u32 (5f691591-518a-4472-9850-9bd51d87b65e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16815 | 2024.09.06 06:43:18.584367 [ 3 ] {54f473c7-1ec6-45a6-9a0a-5e1569c3b206} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005437 sec., 2574.94942063638 rows/sec., 180.33 KiB/sec. | ||
16816 | 2024.09.06 06:43:18.584380 [ 189 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_86_17} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16817 | 2024.09.06 06:43:18.584620 [ 189 ] {dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a::all_1_86_17} <Trace> oximeter.fields_u16 (dfec7b5a-013e-4129-bb5f-ee8e1a51bf2a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16818 | 2024.09.06 06:43:18.584765 [ 3 ] {54f473c7-1ec6-45a6-9a0a-5e1569c3b206} <Debug> DynamicQueryHandler: Done processing query | ||
16819 | 2024.09.06 06:43:18.584795 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
16820 | 2024.09.06 06:43:18.584809 [ 3 ] {54f473c7-1ec6-45a6-9a0a-5e1569c3b206} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16821 | 2024.09.06 06:43:18.584856 [ 3 ] {} <Debug> HTTP-Session: e4389e3a-4cc7-4f99-831e-d24f04dfbc57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16822 | 2024.09.06 06:43:18.584977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16823 | 2024.09.06 06:43:18.585027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16824 | 2024.09.06 06:43:18.585046 [ 3 ] {} <Debug> HTTP-Session: 524cdd99-962f-4080-847f-940fa81d2649 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16825 | 2024.09.06 06:43:18.585062 [ 3 ] {} <Debug> HTTP-Session: 524cdd99-962f-4080-847f-940fa81d2649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16826 | 2024.09.06 06:43:18.585076 [ 3 ] {} <Debug> HTTP-Session: 524cdd99-962f-4080-847f-940fa81d2649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16827 | 2024.09.06 06:43:18.585110 [ 3 ] {} <Trace> HTTP-Session: 524cdd99-962f-4080-847f-940fa81d2649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16828 | 2024.09.06 06:43:18.585212 [ 3 ] {b57dd29f-f1f6-4210-b022-50482699b221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16829 | 2024.09.06 06:43:18.585256 [ 3 ] {b57dd29f-f1f6-4210-b022-50482699b221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16830 | 2024.09.06 06:43:18.585510 [ 3 ] {b57dd29f-f1f6-4210-b022-50482699b221} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16831 | 2024.09.06 06:43:18.585833 [ 3 ] {b57dd29f-f1f6-4210-b022-50482699b221} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16832 | 2024.09.06 06:43:18.585871 [ 3 ] {b57dd29f-f1f6-4210-b022-50482699b221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16833 | 2024.09.06 06:43:18.586229 [ 3 ] {b57dd29f-f1f6-4210-b022-50482699b221} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16834 | 2024.09.06 06:43:18.586603 [ 3 ] {b57dd29f-f1f6-4210-b022-50482699b221} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16835 | 2024.09.06 06:43:18.586755 [ 3 ] {b57dd29f-f1f6-4210-b022-50482699b221} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001565 sec., 3833.865814696486 rows/sec., 226.51 KiB/sec. | ||
16836 | 2024.09.06 06:43:18.586778 [ 109 ] {} <Debug> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
16837 | 2024.09.06 06:43:18.586856 [ 109 ] {} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16838 | 2024.09.06 06:43:18.586914 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16839 | 2024.09.06 06:43:18.587077 [ 3 ] {b57dd29f-f1f6-4210-b022-50482699b221} <Debug> DynamicQueryHandler: Done processing query | ||
16840 | 2024.09.06 06:43:18.587155 [ 3 ] {b57dd29f-f1f6-4210-b022-50482699b221} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16841 | 2024.09.06 06:43:18.587209 [ 3 ] {} <Debug> HTTP-Session: 524cdd99-962f-4080-847f-940fa81d2649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16842 | 2024.09.06 06:43:18.587215 [ 186 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
16843 | 2024.09.06 06:43:18.587576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 63138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16844 | 2024.09.06 06:43:18.587750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16845 | 2024.09.06 06:43:18.587843 [ 3 ] {} <Debug> HTTP-Session: 2a97195b-a671-463d-995a-7d3b85be8498 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16846 | 2024.09.06 06:43:18.587898 [ 186 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16847 | 2024.09.06 06:43:18.587901 [ 3 ] {} <Debug> HTTP-Session: 2a97195b-a671-463d-995a-7d3b85be8498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16848 | 2024.09.06 06:43:18.587965 [ 3 ] {} <Debug> HTTP-Session: 2a97195b-a671-463d-995a-7d3b85be8498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16849 | 2024.09.06 06:43:18.587972 [ 186 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 6 rows starting from the beginning of the part | ||
16850 | 2024.09.06 06:43:18.588048 [ 3 ] {} <Trace> HTTP-Session: 2a97195b-a671-463d-995a-7d3b85be8498 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16851 | 2024.09.06 06:43:18.588238 [ 186 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
16852 | 2024.09.06 06:43:18.588510 [ 186 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
16853 | 2024.09.06 06:43:18.588613 [ 3 ] {ed41fa70-eb25-4a40-921d-6b6207e0c645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16854 | 2024.09.06 06:43:18.588804 [ 3 ] {ed41fa70-eb25-4a40-921d-6b6207e0c645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16855 | 2024.09.06 06:43:18.588916 [ 186 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
16856 | 2024.09.06 06:43:18.589242 [ 186 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
16857 | 2024.09.06 06:43:18.590083 [ 3 ] {ed41fa70-eb25-4a40-921d-6b6207e0c645} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16858 | 2024.09.06 06:43:18.591533 [ 3 ] {ed41fa70-eb25-4a40-921d-6b6207e0c645} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16859 | 2024.09.06 06:43:18.591618 [ 3 ] {ed41fa70-eb25-4a40-921d-6b6207e0c645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16860 | 2024.09.06 06:43:18.591629 [ 186 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00462028 sec., 6493.112971508221 rows/sec., 412.16 KiB/sec. | ||
16861 | 2024.09.06 06:43:18.591823 [ 186 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
16862 | 2024.09.06 06:43:18.592727 [ 3 ] {ed41fa70-eb25-4a40-921d-6b6207e0c645} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16863 | 2024.09.06 06:43:18.592879 [ 186 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_41_10} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16864 | 2024.09.06 06:43:18.593086 [ 186 ] {61fd8019-0c5d-499b-8cdc-7a3af9512c5c::all_1_41_10} <Trace> oximeter.fields_u8 (61fd8019-0c5d-499b-8cdc-7a3af9512c5c) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
16865 | 2024.09.06 06:43:18.593322 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16866 | 2024.09.06 06:43:18.593537 [ 3 ] {ed41fa70-eb25-4a40-921d-6b6207e0c645} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16867 | 2024.09.06 06:43:18.593710 [ 3 ] {ed41fa70-eb25-4a40-921d-6b6207e0c645} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005404 sec., 72168.76387860844 rows/sec., 5.12 MiB/sec. | ||
16868 | 2024.09.06 06:43:18.593719 [ 109 ] {} <Debug> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16869 | 2024.09.06 06:43:18.593814 [ 109 ] {} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16870 | 2024.09.06 06:43:18.593866 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16871 | 2024.09.06 06:43:18.594073 [ 3 ] {ed41fa70-eb25-4a40-921d-6b6207e0c645} <Debug> DynamicQueryHandler: Done processing query | ||
16872 | 2024.09.06 06:43:18.594077 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16873 | 2024.09.06 06:43:18.594108 [ 3 ] {ed41fa70-eb25-4a40-921d-6b6207e0c645} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16874 | 2024.09.06 06:43:18.594159 [ 3 ] {} <Debug> HTTP-Session: 2a97195b-a671-463d-995a-7d3b85be8498 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16875 | 2024.09.06 06:43:18.594341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16876 | 2024.09.06 06:43:18.594346 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16877 | 2024.09.06 06:43:18.594432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16878 | 2024.09.06 06:43:18.594433 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 958 rows starting from the beginning of the part | ||
16879 | 2024.09.06 06:43:18.594472 [ 3 ] {} <Debug> HTTP-Session: 00e06de9-d5bb-41ec-9b9d-3b76fe178d51 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16880 | 2024.09.06 06:43:18.594512 [ 3 ] {} <Debug> HTTP-Session: 00e06de9-d5bb-41ec-9b9d-3b76fe178d51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16881 | 2024.09.06 06:43:18.594573 [ 3 ] {} <Debug> HTTP-Session: 00e06de9-d5bb-41ec-9b9d-3b76fe178d51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16882 | 2024.09.06 06:43:18.594708 [ 3 ] {} <Trace> HTTP-Session: 00e06de9-d5bb-41ec-9b9d-3b76fe178d51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16883 | 2024.09.06 06:43:18.594708 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 392 rows starting from the beginning of the part | ||
16884 | 2024.09.06 06:43:18.594968 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 118 rows starting from the beginning of the part | ||
16885 | 2024.09.06 06:43:18.594997 [ 3 ] {b0525873-2702-424d-8e46-1ba867cb3495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16886 | 2024.09.06 06:43:18.595210 [ 3 ] {b0525873-2702-424d-8e46-1ba867cb3495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16887 | 2024.09.06 06:43:18.595369 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 390 rows starting from the beginning of the part | ||
16888 | 2024.09.06 06:43:18.595701 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 118 rows starting from the beginning of the part | ||
16889 | 2024.09.06 06:43:18.596107 [ 200 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 390 rows starting from the beginning of the part | ||
16890 | 2024.09.06 06:43:18.596443 [ 3 ] {b0525873-2702-424d-8e46-1ba867cb3495} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16891 | 2024.09.06 06:43:18.597269 [ 3 ] {b0525873-2702-424d-8e46-1ba867cb3495} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16892 | 2024.09.06 06:43:18.597345 [ 3 ] {b0525873-2702-424d-8e46-1ba867cb3495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16893 | 2024.09.06 06:43:18.598198 [ 3 ] {b0525873-2702-424d-8e46-1ba867cb3495} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16894 | 2024.09.06 06:43:18.598855 [ 3 ] {b0525873-2702-424d-8e46-1ba867cb3495} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16895 | 2024.09.06 06:43:18.599111 [ 109 ] {} <Debug> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16896 | 2024.09.06 06:43:18.599135 [ 3 ] {b0525873-2702-424d-8e46-1ba867cb3495} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004266 sec., 1406.4697609001407 rows/sec., 73.48 KiB/sec. | ||
16897 | 2024.09.06 06:43:18.599207 [ 109 ] {} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16898 | 2024.09.06 06:43:18.599305 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16899 | 2024.09.06 06:43:18.599755 [ 200 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::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 | ||
16900 | 2024.09.06 06:43:18.599757 [ 3 ] {b0525873-2702-424d-8e46-1ba867cb3495} <Debug> DynamicQueryHandler: Done processing query | ||
16901 | 2024.09.06 06:43:18.599872 [ 3 ] {b0525873-2702-424d-8e46-1ba867cb3495} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16902 | 2024.09.06 06:43:18.599945 [ 3 ] {} <Debug> HTTP-Session: 00e06de9-d5bb-41ec-9b9d-3b76fe178d51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16903 | 2024.09.06 06:43:18.600119 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2366 rows, containing 5 columns (5 merged, 0 gathered) in 0.006134939 sec., 385659.9063169169 rows/sec., 29.39 MiB/sec. | ||
16904 | 2024.09.06 06:43:18.600196 [ 200 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16905 | 2024.09.06 06:43:18.600236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 44626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16906 | 2024.09.06 06:43:18.600260 [ 200 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
16907 | 2024.09.06 06:43:18.600367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16908 | 2024.09.06 06:43:18.600468 [ 3 ] {} <Debug> HTTP-Session: ec44da41-95e4-4414-9c62-32fbc040e0ee Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16909 | 2024.09.06 06:43:18.600541 [ 3 ] {} <Debug> HTTP-Session: ec44da41-95e4-4414-9c62-32fbc040e0ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16910 | 2024.09.06 06:43:18.600550 [ 200 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
16911 | 2024.09.06 06:43:18.600606 [ 3 ] {} <Debug> HTTP-Session: ec44da41-95e4-4414-9c62-32fbc040e0ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16912 | 2024.09.06 06:43:18.600581 [ 201 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16913 | 2024.09.06 06:43:18.600782 [ 3 ] {} <Trace> HTTP-Session: ec44da41-95e4-4414-9c62-32fbc040e0ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16914 | 2024.09.06 06:43:18.600924 [ 200 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
16915 | 2024.09.06 06:43:18.601186 [ 200 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
16916 | 2024.09.06 06:43:18.601431 [ 3 ] {345ea721-9cf7-4fda-8feb-ed65c4c0cdc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16917 | 2024.09.06 06:43:18.601499 [ 200 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
16918 | 2024.09.06 06:43:18.601621 [ 3 ] {345ea721-9cf7-4fda-8feb-ed65c4c0cdc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16919 | 2024.09.06 06:43:18.601902 [ 200 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
16920 | 2024.09.06 06:43:18.603048 [ 3 ] {345ea721-9cf7-4fda-8feb-ed65c4c0cdc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16921 | 2024.09.06 06:43:18.604576 [ 192 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_91_18} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16922 | 2024.09.06 06:43:18.604807 [ 3 ] {345ea721-9cf7-4fda-8feb-ed65c4c0cdc0} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16923 | 2024.09.06 06:43:18.604888 [ 192 ] {f0efcb6f-234a-46ce-b0ca-cd6dea0f1822::all_1_91_18} <Trace> oximeter.fields_uuid (f0efcb6f-234a-46ce-b0ca-cd6dea0f1822) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16924 | 2024.09.06 06:43:18.604915 [ 3 ] {345ea721-9cf7-4fda-8feb-ed65c4c0cdc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16925 | 2024.09.06 06:43:18.605164 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
16926 | 2024.09.06 06:43:18.606156 [ 192 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.00668935 sec., 36774.87349294027 rows/sec., 1.88 MiB/sec. | ||
16927 | 2024.09.06 06:43:18.606255 [ 3 ] {345ea721-9cf7-4fda-8feb-ed65c4c0cdc0} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16928 | 2024.09.06 06:43:18.606362 [ 196 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16929 | 2024.09.06 06:43:18.607089 [ 3 ] {345ea721-9cf7-4fda-8feb-ed65c4c0cdc0} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16930 | 2024.09.06 06:43:18.607363 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_41_8} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16931 | 2024.09.06 06:43:18.607423 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16932 | 2024.09.06 06:43:18.607444 [ 3 ] {345ea721-9cf7-4fda-8feb-ed65c4c0cdc0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006369 sec., 37211.49317004239 rows/sec., 2.49 MiB/sec. | ||
16933 | 2024.09.06 06:43:18.607494 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16934 | 2024.09.06 06:43:18.607574 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16935 | 2024.09.06 06:43:18.607661 [ 193 ] {29aeb54f-5415-4792-9868-1d78f8ad661e::all_1_41_8} <Trace> oximeter.measurements_bool (29aeb54f-5415-4792-9868-1d78f8ad661e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16936 | 2024.09.06 06:43:18.607993 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16937 | 2024.09.06 06:43:18.608018 [ 3 ] {345ea721-9cf7-4fda-8feb-ed65c4c0cdc0} <Debug> DynamicQueryHandler: Done processing query | ||
16938 | 2024.09.06 06:43:18.608035 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
16939 | 2024.09.06 06:43:18.608096 [ 3 ] {345ea721-9cf7-4fda-8feb-ed65c4c0cdc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16940 | 2024.09.06 06:43:18.608171 [ 3 ] {} <Debug> HTTP-Session: ec44da41-95e4-4414-9c62-32fbc040e0ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16941 | 2024.09.06 06:43:18.608282 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16942 | 2024.09.06 06:43:18.608326 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 27041 rows starting from the beginning of the part | ||
16943 | 2024.09.06 06:43:18.608361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16944 | 2024.09.06 06:43:18.608479 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 238 rows starting from the beginning of the part | ||
16945 | 2024.09.06 06:43:18.608503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16946 | 2024.09.06 06:43:18.608605 [ 3 ] {} <Debug> HTTP-Session: d070fbd6-a582-4517-8c90-ebbd2141170b Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16947 | 2024.09.06 06:43:18.608706 [ 3 ] {} <Debug> HTTP-Session: d070fbd6-a582-4517-8c90-ebbd2141170b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16948 | 2024.09.06 06:43:18.608770 [ 3 ] {} <Debug> HTTP-Session: d070fbd6-a582-4517-8c90-ebbd2141170b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16949 | 2024.09.06 06:43:18.608807 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 161 rows starting from the beginning of the part | ||
16950 | 2024.09.06 06:43:18.608883 [ 3 ] {} <Trace> HTTP-Session: d070fbd6-a582-4517-8c90-ebbd2141170b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16951 | 2024.09.06 06:43:18.609187 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
16952 | 2024.09.06 06:43:18.609269 [ 3 ] {402490ac-221f-4608-8a96-14e61382e31d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16953 | 2024.09.06 06:43:18.609463 [ 3 ] {402490ac-221f-4608-8a96-14e61382e31d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16954 | 2024.09.06 06:43:18.609471 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 161 rows starting from the beginning of the part | ||
16955 | 2024.09.06 06:43:18.609930 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part | ||
16956 | 2024.09.06 06:43:18.610597 [ 3 ] {402490ac-221f-4608-8a96-14e61382e31d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16957 | 2024.09.06 06:43:18.611248 [ 3 ] {402490ac-221f-4608-8a96-14e61382e31d} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16958 | 2024.09.06 06:43:18.611289 [ 3 ] {402490ac-221f-4608-8a96-14e61382e31d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16959 | 2024.09.06 06:43:18.611803 [ 3 ] {402490ac-221f-4608-8a96-14e61382e31d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16960 | 2024.09.06 06:43:18.612322 [ 3 ] {402490ac-221f-4608-8a96-14e61382e31d} <Trace> oximeter.measurements_f64 (c49275b9-ffb6-48fe-b6d7-9d0761e6cd02): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16961 | 2024.09.06 06:43:18.612722 [ 3 ] {402490ac-221f-4608-8a96-14e61382e31d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003617 sec., 276.4722145424385 rows/sec., 18.63 KiB/sec. | ||
16962 | 2024.09.06 06:43:18.613077 [ 3 ] {402490ac-221f-4608-8a96-14e61382e31d} <Debug> DynamicQueryHandler: Done processing query | ||
16963 | 2024.09.06 06:43:18.613114 [ 3 ] {402490ac-221f-4608-8a96-14e61382e31d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16964 | 2024.09.06 06:43:18.613134 [ 3 ] {} <Debug> HTTP-Session: d070fbd6-a582-4517-8c90-ebbd2141170b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16965 | 2024.09.06 06:43:18.613284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 14200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16966 | 2024.09.06 06:43:18.613337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16967 | 2024.09.06 06:43:18.613356 [ 3 ] {} <Debug> HTTP-Session: b8948365-6f5d-457b-959e-8ed6a49008c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16968 | 2024.09.06 06:43:18.613372 [ 3 ] {} <Debug> HTTP-Session: b8948365-6f5d-457b-959e-8ed6a49008c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16969 | 2024.09.06 06:43:18.613386 [ 3 ] {} <Debug> HTTP-Session: b8948365-6f5d-457b-959e-8ed6a49008c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16970 | 2024.09.06 06:43:18.613422 [ 3 ] {} <Trace> HTTP-Session: b8948365-6f5d-457b-959e-8ed6a49008c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16971 | 2024.09.06 06:43:18.613614 [ 3 ] {226c7676-2bbd-44ac-8620-bcc5ba535ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16972 | 2024.09.06 06:43:18.613690 [ 3 ] {226c7676-2bbd-44ac-8620-bcc5ba535ed4} <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_histogramu64 | ||
16973 | 2024.09.06 06:43:18.614354 [ 3 ] {226c7676-2bbd-44ac-8620-bcc5ba535ed4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16974 | 2024.09.06 06:43:18.615155 [ 3 ] {226c7676-2bbd-44ac-8620-bcc5ba535ed4} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16975 | 2024.09.06 06:43:18.615192 [ 3 ] {226c7676-2bbd-44ac-8620-bcc5ba535ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16976 | 2024.09.06 06:43:18.616104 [ 3 ] {226c7676-2bbd-44ac-8620-bcc5ba535ed4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16977 | 2024.09.06 06:43:18.616679 [ 3 ] {226c7676-2bbd-44ac-8620-bcc5ba535ed4} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16978 | 2024.09.06 06:43:18.616934 [ 109 ] {} <Debug> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16979 | 2024.09.06 06:43:18.616987 [ 3 ] {226c7676-2bbd-44ac-8620-bcc5ba535ed4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00346 sec., 2312.1387283236995 rows/sec., 4.14 MiB/sec. | ||
16980 | 2024.09.06 06:43:18.617011 [ 109 ] {} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16981 | 2024.09.06 06:43:18.617087 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
16982 | 2024.09.06 06:43:18.617552 [ 192 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::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 | ||
16983 | 2024.09.06 06:43:18.617768 [ 3 ] {226c7676-2bbd-44ac-8620-bcc5ba535ed4} <Debug> DynamicQueryHandler: Done processing query | ||
16984 | 2024.09.06 06:43:18.617887 [ 3 ] {226c7676-2bbd-44ac-8620-bcc5ba535ed4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16985 | 2024.09.06 06:43:18.617986 [ 3 ] {} <Debug> HTTP-Session: b8948365-6f5d-457b-959e-8ed6a49008c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16986 | 2024.09.06 06:43:18.618459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40243, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16987 | 2024.09.06 06:43:18.618654 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28075 rows, containing 5 columns (5 merged, 0 gathered) in 0.010913631 sec., 2572471.0685197255 rows/sec., 173.98 MiB/sec. | ||
16988 | 2024.09.06 06:43:18.618650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16989 | 2024.09.06 06:43:18.618774 [ 3 ] {} <Debug> HTTP-Session: d8debb81-e6b2-4b90-bbd5-35cc55322a82 Authenticating user 'default' from [fd00:1122:3344:101::d]:40243 | ||
16990 | 2024.09.06 06:43:18.618833 [ 3 ] {} <Debug> HTTP-Session: d8debb81-e6b2-4b90-bbd5-35cc55322a82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16991 | 2024.09.06 06:43:18.618877 [ 3 ] {} <Debug> HTTP-Session: d8debb81-e6b2-4b90-bbd5-35cc55322a82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16992 | 2024.09.06 06:43:18.618904 [ 192 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16993 | 2024.09.06 06:43:18.618983 [ 3 ] {} <Trace> HTTP-Session: d8debb81-e6b2-4b90-bbd5-35cc55322a82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16994 | 2024.09.06 06:43:18.619069 [ 192 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1599 rows starting from the beginning of the part | ||
16995 | 2024.09.06 06:43:18.619214 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16996 | 2024.09.06 06:43:18.619409 [ 3 ] {7a51fd57-92d4-4d05-99ef-b15dc200cfa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40243) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16997 | 2024.09.06 06:43:18.619674 [ 3 ] {7a51fd57-92d4-4d05-99ef-b15dc200cfa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16998 | 2024.09.06 06:43:18.620338 [ 192 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
16999 | 2024.09.06 06:43:18.621605 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17000 | 2024.09.06 06:43:18.621721 [ 3 ] {7a51fd57-92d4-4d05-99ef-b15dc200cfa7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17001 | 2024.09.06 06:43:18.621916 [ 196 ] {8e62cc36-24c8-4249-b8c8-9f880d330c70::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (8e62cc36-24c8-4249-b8c8-9f880d330c70) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17002 | 2024.09.06 06:43:18.621950 [ 192 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 52 rows starting from the beginning of the part | ||
17003 | 2024.09.06 06:43:18.622165 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
17004 | 2024.09.06 06:43:18.622725 [ 192 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
17005 | 2024.09.06 06:43:18.623054 [ 3 ] {7a51fd57-92d4-4d05-99ef-b15dc200cfa7} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17006 | 2024.09.06 06:43:18.623152 [ 3 ] {7a51fd57-92d4-4d05-99ef-b15dc200cfa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
17007 | 2024.09.06 06:43:18.623450 [ 192 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 52 rows starting from the beginning of the part | ||
17008 | 2024.09.06 06:43:18.624059 [ 192 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
17009 | 2024.09.06 06:43:18.624543 [ 3 ] {7a51fd57-92d4-4d05-99ef-b15dc200cfa7} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17010 | 2024.09.06 06:43:18.625501 [ 3 ] {7a51fd57-92d4-4d05-99ef-b15dc200cfa7} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17011 | 2024.09.06 06:43:18.625920 [ 109 ] {} <Debug> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17012 | 2024.09.06 06:43:18.625947 [ 3 ] {7a51fd57-92d4-4d05-99ef-b15dc200cfa7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00676 sec., 12130.177514792898 rows/sec., 788.91 KiB/sec. | ||
17013 | 2024.09.06 06:43:18.626068 [ 109 ] {} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17014 | 2024.09.06 06:43:18.626209 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.19 GiB. | ||
17015 | 2024.09.06 06:43:18.626505 [ 3 ] {7a51fd57-92d4-4d05-99ef-b15dc200cfa7} <Debug> DynamicQueryHandler: Done processing query | ||
17016 | 2024.09.06 06:43:18.626585 [ 3 ] {7a51fd57-92d4-4d05-99ef-b15dc200cfa7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17017 | 2024.09.06 06:43:18.626607 [ 3 ] {} <Debug> HTTP-Session: d8debb81-e6b2-4b90-bbd5-35cc55322a82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17018 | 2024.09.06 06:43:18.626624 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
17019 | 2024.09.06 06:43:18.626940 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17020 | 2024.09.06 06:43:18.627035 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5840 rows starting from the beginning of the part | ||
17021 | 2024.09.06 06:43:18.627378 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
17022 | 2024.09.06 06:43:18.627766 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
17023 | 2024.09.06 06:43:18.628104 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
17024 | 2024.09.06 06:43:18.628445 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
17025 | 2024.09.06 06:43:18.628707 [ 191 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
17026 | 2024.09.06 06:43:18.633783 [ 199 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6206 rows, containing 4 columns (4 merged, 0 gathered) in 0.007414724 sec., 836983.2781368531 rows/sec., 54.64 MiB/sec. | ||
17027 | 2024.09.06 06:43:18.634213 [ 188 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17028 | 2024.09.06 06:43:18.634701 [ 188 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_91_18} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17029 | 2024.09.06 06:43:18.635870 [ 188 ] {c089b50b-081e-48df-9946-62d7c23348be::all_1_91_18} <Trace> oximeter.measurements_u64 (c089b50b-081e-48df-9946-62d7c23348be) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17030 | 2024.09.06 06:43:18.635970 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
17031 | 2024.09.06 06:43:18.637564 [ 188 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1727 rows, containing 19 columns (19 merged, 0 gathered) in 0.020348725 sec., 84870.18228414802 rows/sec., 152.08 MiB/sec. | ||
17032 | 2024.09.06 06:43:18.639671 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
17033 | 2024.09.06 06:43:18.640311 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17034 | 2024.09.06 06:43:18.640396 [ 195 ] {e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (e9d3a0f6-55e5-4846-bdbb-bd6ab35ca5cc) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
17035 | 2024.09.06 06:43:18.640555 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 16.67 MiB. | ||
17036 | 2024.09.06 06:43:19.000156 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.95 MiB, peak 234.59 MiB, free memory in arenas 0.00 B, will set to 220.60 MiB (RSS), difference: 2.65 MiB |