1 | [ May 20 17:13:23 Enabled. ] | ||
2 | [ May 20 17:13:23 Rereading configuration. ] | ||
3 | [ May 20 17:13:25 Rereading configuration. ] | ||
4 | [ May 20 17:13:36 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ May 20 17:13:36 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.05.20 17:13:37.884384 [ 1 ] {} <Information> Application: Will watch for the process with pid 23645 | ||
33 | 2024.05.20 17:13:37.884828 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.05.20 17:13:38.153299 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23645 | ||
35 | 2024.05.20 17:13:38.154121 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.05.20 17:13:38.156368 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.05.20 17:13:38.257919 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.05.20 17:13:38.279859 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.05.20 17:13:38.279916 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.05.20 17:13:38.279935 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.05.20 17:13:38.280010 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.05.20 17:13:38.280304 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.05.20 17:13:38.281914 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.05.20 17:13:38.282450 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.05.20 17:13:38.283325 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
49 | 2024.05.20 17:13:38.283352 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
50 | 2024.05.20 17:13:38.283366 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.05.20 17:13:38.283562 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.05.20 17:13:38.284544 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.05.20 17:13:38.290289 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.05.20 17:13:38.291088 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.05.20 17:13:38.292723 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.05.20 17:13:38.292801 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.05.20 17:13:38.294507 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.05.20 17:13:38.294815 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.05.20 17:13:38.299768 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.05.20 17:13:38.300526 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.05.20 17:13:38.302194 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.05.20 17:13:38.302650 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.05.20 17:13:38.303054 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.05.20 17:13:38.303463 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.05.20 17:13:38.305015 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.05.20 17:13:38.305044 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.05.20 17:13:38.305106 [ 172 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.05.20 17:13:38.305204 [ 172 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.05.20 17:13:38.313932 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.05.20 17:13:38.313964 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000163652 sec | ||
74 | 2024.05.20 17:13:38.314003 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.05.20 17:13:38.314015 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.05.20 17:13:38.315162 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.05.20 17:13:38.316223 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.05.20 17:13:38.316246 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.05.20 17:13:38.316277 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.05.20 17:13:38.316292 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.05.20 17:13:38.316304 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.05.20 17:13:38.316338 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.05.20 17:13:38.316351 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.05.20 17:13:38.316366 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.05.20 17:13:38.316399 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.05.20 17:13:38.316414 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.05.20 17:13:38.316429 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.05.20 17:13:38.316445 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.05.20 17:13:38.316477 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.05.20 17:13:38.316492 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.05.20 17:13:38.316507 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.05.20 17:13:38.316533 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.05.20 17:13:38.316548 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.05.20 17:13:38.355201 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.05.20 17:13:38.356510 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.05.20 17:13:38.356542 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4051e-05 sec | ||
97 | 2024.05.20 17:13:38.356556 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.05.20 17:13:38.356572 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.05.20 17:13:38.356599 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.05.20 17:13:38.356799 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.05.20 17:13:38.356843 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.05.20 17:13:38.356857 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.05.20 17:13:38.356874 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
104 | 2024.05.20 17:13:38.356887 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.05.20 17:13:38.392992 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.05.20 17:13:38.741150 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.05.20 17:13:38.741213 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.05.20 17:13:38.775926 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.05.20 17:13:38.776158 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB | ||
110 | 2024.05.20 17:13:38.777032 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.342e-05 sec. | ||
111 | 2024.05.20 17:13:38.777439 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.05.20 17:13:38.777537 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.05.20 17:13:38.777604 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.05.20 17:13:38.777624 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.05.20 17:13:38.778505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.05.20 17:13:38.778714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.05.20 17:13:38.778750 [ 3 ] {} <Debug> HTTP-Session: eb49a3d4-b86f-40f5-bb28-de99fb365962 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
118 | 2024.05.20 17:13:38.778780 [ 3 ] {} <Debug> HTTP-Session: eb49a3d4-b86f-40f5-bb28-de99fb365962 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.05.20 17:13:38.778798 [ 3 ] {} <Debug> HTTP-Session: eb49a3d4-b86f-40f5-bb28-de99fb365962 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.05.20 17:13:38.778882 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.05.20 17:13:38.778916 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
122 | 2024.05.20 17:13:38.778939 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
123 | 2024.05.20 17:13:38.779001 [ 3 ] {} <Trace> HTTP-Session: eb49a3d4-b86f-40f5-bb28-de99fb365962 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.05.20 17:13:38.780090 [ 3 ] {4ccd6baa-4c6f-4627-8d50-aa09fa4ca570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.05.20 17:13:38.823286 [ 3 ] {4ccd6baa-4c6f-4627-8d50-aa09fa4ca570} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34859) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
126 | |||
127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
148 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.05.20 17:13:38.824014 [ 3 ] {4ccd6baa-4c6f-4627-8d50-aa09fa4ca570} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
151 | |||
152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
173 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.05.20 17:13:38.825378 [ 3 ] {} <Debug> HTTP-Session: eb49a3d4-b86f-40f5-bb28-de99fb365962 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.05.20 17:13:38.825758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.05.20 17:13:38.825842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.05.20 17:13:38.825874 [ 3 ] {} <Debug> HTTP-Session: 4b4e5bb8-d154-44a8-8ff3-16af7b8a2fd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
179 | 2024.05.20 17:13:38.825904 [ 3 ] {} <Debug> HTTP-Session: 4b4e5bb8-d154-44a8-8ff3-16af7b8a2fd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.05.20 17:13:38.825920 [ 3 ] {} <Debug> HTTP-Session: 4b4e5bb8-d154-44a8-8ff3-16af7b8a2fd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.05.20 17:13:38.825972 [ 3 ] {} <Trace> HTTP-Session: 4b4e5bb8-d154-44a8-8ff3-16af7b8a2fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.05.20 17:13:38.827120 [ 3 ] {4d8968f5-f327-48a5-963e-d56860b81b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.05.20 17:13:38.827239 [ 3 ] {4d8968f5-f327-48a5-963e-d56860b81b0f} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.05.20 17:13:38.829317 [ 3 ] {4d8968f5-f327-48a5-963e-d56860b81b0f} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.05.20 17:13:38.832106 [ 3 ] {4d8968f5-f327-48a5-963e-d56860b81b0f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.05.20 17:13:38.837875 [ 3 ] {4d8968f5-f327-48a5-963e-d56860b81b0f} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.05.20 17:13:38.837908 [ 3 ] {4d8968f5-f327-48a5-963e-d56860b81b0f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.05.20 17:13:38.837929 [ 3 ] {} <Debug> HTTP-Session: 4b4e5bb8-d154-44a8-8ff3-16af7b8a2fd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.05.20 17:13:38.840691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.05.20 17:13:38.840755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.05.20 17:13:38.840781 [ 3 ] {} <Debug> HTTP-Session: 4c995c21-f134-42a2-a012-67d1659dc74d Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
192 | 2024.05.20 17:13:38.840802 [ 3 ] {} <Debug> HTTP-Session: 4c995c21-f134-42a2-a012-67d1659dc74d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.05.20 17:13:38.840821 [ 3 ] {} <Debug> HTTP-Session: 4c995c21-f134-42a2-a012-67d1659dc74d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.05.20 17:13:38.840863 [ 3 ] {} <Trace> HTTP-Session: 4c995c21-f134-42a2-a012-67d1659dc74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.05.20 17:13:38.841003 [ 3 ] {b46f264d-16f1-4ad7-a193-3e6def3cccbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.05.20 17:13:38.841300 [ 3 ] {b46f264d-16f1-4ad7-a193-3e6def3cccbc} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34859) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
197 | |||
198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
219 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.05.20 17:13:38.841415 [ 3 ] {b46f264d-16f1-4ad7-a193-3e6def3cccbc} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
222 | |||
223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.05.20 17:13:38.841560 [ 3 ] {} <Debug> HTTP-Session: 4c995c21-f134-42a2-a012-67d1659dc74d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.05.20 17:13:38.841751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.05.20 17:13:38.841801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.05.20 17:13:38.841819 [ 3 ] {} <Debug> HTTP-Session: e1eea29d-376b-42d6-8e11-36766c6374fe Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
250 | 2024.05.20 17:13:38.841837 [ 3 ] {} <Debug> HTTP-Session: e1eea29d-376b-42d6-8e11-36766c6374fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.05.20 17:13:38.841853 [ 3 ] {} <Debug> HTTP-Session: e1eea29d-376b-42d6-8e11-36766c6374fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.05.20 17:13:38.841881 [ 3 ] {} <Trace> HTTP-Session: e1eea29d-376b-42d6-8e11-36766c6374fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.05.20 17:13:38.842037 [ 3 ] {4239b51b-1f36-4e91-bfca-d30df92fef6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.05.20 17:13:38.842188 [ 3 ] {4239b51b-1f36-4e91-bfca-d30df92fef6a} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.05.20 17:13:38.842209 [ 3 ] {} <Debug> HTTP-Session: e1eea29d-376b-42d6-8e11-36766c6374fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.05.20 17:13:38.842320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.05.20 17:13:38.842367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.05.20 17:13:38.842388 [ 3 ] {} <Debug> HTTP-Session: c52cefa1-d1a3-4c0d-ab43-f586a16788d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
259 | 2024.05.20 17:13:38.842403 [ 3 ] {} <Debug> HTTP-Session: c52cefa1-d1a3-4c0d-ab43-f586a16788d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.05.20 17:13:38.842419 [ 3 ] {} <Debug> HTTP-Session: c52cefa1-d1a3-4c0d-ab43-f586a16788d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.05.20 17:13:38.842450 [ 3 ] {} <Trace> HTTP-Session: c52cefa1-d1a3-4c0d-ab43-f586a16788d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.05.20 17:13:38.842532 [ 3 ] {4ea98840-ab53-461a-af00-adedb8379f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.05.20 17:13:38.842587 [ 3 ] {4ea98840-ab53-461a-af00-adedb8379f23} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.05.20 17:13:38.843706 [ 3 ] {4ea98840-ab53-461a-af00-adedb8379f23} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.05.20 17:13:38.843734 [ 3 ] {4ea98840-ab53-461a-af00-adedb8379f23} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.1131e-05 sec | ||
266 | 2024.05.20 17:13:38.843748 [ 3 ] {4ea98840-ab53-461a-af00-adedb8379f23} <Trace> ReferentialDeps: No tables | ||
267 | 2024.05.20 17:13:38.843763 [ 3 ] {4ea98840-ab53-461a-af00-adedb8379f23} <Trace> LoadingDeps: No tables | ||
268 | 2024.05.20 17:13:38.843784 [ 3 ] {4ea98840-ab53-461a-af00-adedb8379f23} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.05.20 17:13:38.843898 [ 3 ] {4ea98840-ab53-461a-af00-adedb8379f23} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.05.20 17:13:38.843921 [ 3 ] {} <Debug> HTTP-Session: c52cefa1-d1a3-4c0d-ab43-f586a16788d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.05.20 17:13:38.844035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.05.20 17:13:38.844084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.05.20 17:13:38.844102 [ 3 ] {} <Debug> HTTP-Session: 52e3fd74-a8d5-464a-a432-1a6ecb4d2ae4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
274 | 2024.05.20 17:13:38.844122 [ 3 ] {} <Debug> HTTP-Session: 52e3fd74-a8d5-464a-a432-1a6ecb4d2ae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.05.20 17:13:38.844141 [ 3 ] {} <Debug> HTTP-Session: 52e3fd74-a8d5-464a-a432-1a6ecb4d2ae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.05.20 17:13:38.844169 [ 3 ] {} <Trace> HTTP-Session: 52e3fd74-a8d5-464a-a432-1a6ecb4d2ae4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.05.20 17:13:38.844303 [ 3 ] {e993019c-ba28-4673-8369-3b7ce1286369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) /* The version table contains metadata about the `oximeter` database */ | ||
278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
279 | 2024.05.20 17:13:38.844349 [ 3 ] {e993019c-ba28-4673-8369-3b7ce1286369} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.05.20 17:13:38.848499 [ 3 ] {e993019c-ba28-4673-8369-3b7ce1286369} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.05.20 17:13:38.849533 [ 3 ] {e993019c-ba28-4673-8369-3b7ce1286369} <Debug> oximeter.version (9b780fdc-93fc-406b-b5ba-ec23645df40c): Loading data parts | ||
282 | 2024.05.20 17:13:38.849888 [ 3 ] {e993019c-ba28-4673-8369-3b7ce1286369} <Debug> oximeter.version (9b780fdc-93fc-406b-b5ba-ec23645df40c): There are no data parts | ||
283 | 2024.05.20 17:13:38.852194 [ 3 ] {e993019c-ba28-4673-8369-3b7ce1286369} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.05.20 17:13:38.852219 [ 3 ] {} <Debug> HTTP-Session: 52e3fd74-a8d5-464a-a432-1a6ecb4d2ae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.05.20 17:13:38.852336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.05.20 17:13:38.852388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.05.20 17:13:38.852411 [ 3 ] {} <Debug> HTTP-Session: 5e5c59be-79d3-4a0f-9fd4-8fcc3a279aec Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
288 | 2024.05.20 17:13:38.852426 [ 3 ] {} <Debug> HTTP-Session: 5e5c59be-79d3-4a0f-9fd4-8fcc3a279aec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.05.20 17:13:38.852442 [ 3 ] {} <Debug> HTTP-Session: 5e5c59be-79d3-4a0f-9fd4-8fcc3a279aec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.05.20 17:13:38.852474 [ 3 ] {} <Trace> HTTP-Session: 5e5c59be-79d3-4a0f-9fd4-8fcc3a279aec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.05.20 17:13:38.852664 [ 3 ] {60bab68f-2581-4c5e-ad74-2c9ddb89a0d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) /* The measurement tables contain all individual samples from each timeseries. | ||
292 | * | ||
293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
296 | * by all samples from the same timeseries. | ||
297 | * | ||
298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
299 | * and then uses that to index quickly into the measurements tables. | ||
300 | */ | ||
301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
302 | 2024.05.20 17:13:38.852717 [ 3 ] {60bab68f-2581-4c5e-ad74-2c9ddb89a0d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.05.20 17:13:38.858844 [ 3 ] {60bab68f-2581-4c5e-ad74-2c9ddb89a0d4} <Debug> oximeter.measurements_bool (da62faf5-2cec-46ef-b7ed-07286a0dcacf): Loading data parts | ||
304 | 2024.05.20 17:13:38.859064 [ 3 ] {60bab68f-2581-4c5e-ad74-2c9ddb89a0d4} <Debug> oximeter.measurements_bool (da62faf5-2cec-46ef-b7ed-07286a0dcacf): There are no data parts | ||
305 | 2024.05.20 17:13:38.860254 [ 3 ] {60bab68f-2581-4c5e-ad74-2c9ddb89a0d4} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.05.20 17:13:38.860279 [ 3 ] {} <Debug> HTTP-Session: 5e5c59be-79d3-4a0f-9fd4-8fcc3a279aec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.05.20 17:13:38.860402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.05.20 17:13:38.860454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.05.20 17:13:38.860476 [ 3 ] {} <Debug> HTTP-Session: 034cb0ad-c399-4e22-9c84-55d8d5185886 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
310 | 2024.05.20 17:13:38.860492 [ 3 ] {} <Debug> HTTP-Session: 034cb0ad-c399-4e22-9c84-55d8d5185886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.05.20 17:13:38.860508 [ 3 ] {} <Debug> HTTP-Session: 034cb0ad-c399-4e22-9c84-55d8d5185886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.05.20 17:13:38.860537 [ 3 ] {} <Trace> HTTP-Session: 034cb0ad-c399-4e22-9c84-55d8d5185886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.05.20 17:13:38.860710 [ 3 ] {eca1a558-4f99-4dfb-b112-48a6374897c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
314 | 2024.05.20 17:13:38.860756 [ 3 ] {eca1a558-4f99-4dfb-b112-48a6374897c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.05.20 17:13:38.862344 [ 3 ] {eca1a558-4f99-4dfb-b112-48a6374897c1} <Debug> oximeter.measurements_i8 (c6ae459e-6127-47b5-b510-d672fb5ab416): Loading data parts | ||
316 | 2024.05.20 17:13:38.862498 [ 3 ] {eca1a558-4f99-4dfb-b112-48a6374897c1} <Debug> oximeter.measurements_i8 (c6ae459e-6127-47b5-b510-d672fb5ab416): There are no data parts | ||
317 | 2024.05.20 17:13:38.863620 [ 3 ] {eca1a558-4f99-4dfb-b112-48a6374897c1} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.05.20 17:13:38.863653 [ 3 ] {} <Debug> HTTP-Session: 034cb0ad-c399-4e22-9c84-55d8d5185886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.05.20 17:13:38.863757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.05.20 17:13:38.863808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.05.20 17:13:38.863830 [ 3 ] {} <Debug> HTTP-Session: c722f43b-37b5-4c1a-9734-9556eccc459a Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
322 | 2024.05.20 17:13:38.863846 [ 3 ] {} <Debug> HTTP-Session: c722f43b-37b5-4c1a-9734-9556eccc459a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.05.20 17:13:38.863862 [ 3 ] {} <Debug> HTTP-Session: c722f43b-37b5-4c1a-9734-9556eccc459a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.05.20 17:13:38.863893 [ 3 ] {} <Trace> HTTP-Session: c722f43b-37b5-4c1a-9734-9556eccc459a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.05.20 17:13:38.864057 [ 3 ] {6c91519d-70e3-4878-82d4-677e040f1d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
326 | 2024.05.20 17:13:38.864106 [ 3 ] {6c91519d-70e3-4878-82d4-677e040f1d3f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.05.20 17:13:38.865759 [ 3 ] {6c91519d-70e3-4878-82d4-677e040f1d3f} <Debug> oximeter.measurements_u8 (3649b02b-7201-4cde-9729-ebcc8fd443c2): Loading data parts | ||
328 | 2024.05.20 17:13:38.865916 [ 3 ] {6c91519d-70e3-4878-82d4-677e040f1d3f} <Debug> oximeter.measurements_u8 (3649b02b-7201-4cde-9729-ebcc8fd443c2): There are no data parts | ||
329 | 2024.05.20 17:13:38.867127 [ 3 ] {6c91519d-70e3-4878-82d4-677e040f1d3f} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.05.20 17:13:38.867152 [ 3 ] {} <Debug> HTTP-Session: c722f43b-37b5-4c1a-9734-9556eccc459a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.05.20 17:13:38.867252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.05.20 17:13:38.867305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.05.20 17:13:38.867328 [ 3 ] {} <Debug> HTTP-Session: 79879e49-c50b-4738-bd4d-44360912f4c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
334 | 2024.05.20 17:13:38.867343 [ 3 ] {} <Debug> HTTP-Session: 79879e49-c50b-4738-bd4d-44360912f4c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.05.20 17:13:38.867360 [ 3 ] {} <Debug> HTTP-Session: 79879e49-c50b-4738-bd4d-44360912f4c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.05.20 17:13:38.867391 [ 3 ] {} <Trace> HTTP-Session: 79879e49-c50b-4738-bd4d-44360912f4c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.05.20 17:13:38.867563 [ 3 ] {d54bc057-739c-4acb-a928-a91128b9b1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
338 | 2024.05.20 17:13:38.867609 [ 3 ] {d54bc057-739c-4acb-a928-a91128b9b1cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.05.20 17:13:38.869350 [ 3 ] {d54bc057-739c-4acb-a928-a91128b9b1cc} <Debug> oximeter.measurements_i16 (95bbcbe1-4a1a-43d1-a19f-0dba739c4fa7): Loading data parts | ||
340 | 2024.05.20 17:13:38.869500 [ 3 ] {d54bc057-739c-4acb-a928-a91128b9b1cc} <Debug> oximeter.measurements_i16 (95bbcbe1-4a1a-43d1-a19f-0dba739c4fa7): There are no data parts | ||
341 | 2024.05.20 17:13:38.870625 [ 3 ] {d54bc057-739c-4acb-a928-a91128b9b1cc} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.05.20 17:13:38.870655 [ 3 ] {} <Debug> HTTP-Session: 79879e49-c50b-4738-bd4d-44360912f4c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.05.20 17:13:38.870754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.05.20 17:13:38.870806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.05.20 17:13:38.870830 [ 3 ] {} <Debug> HTTP-Session: 7aba16af-cb4f-4360-81af-d6f26cf7d7f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
346 | 2024.05.20 17:13:38.870845 [ 3 ] {} <Debug> HTTP-Session: 7aba16af-cb4f-4360-81af-d6f26cf7d7f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.05.20 17:13:38.870861 [ 3 ] {} <Debug> HTTP-Session: 7aba16af-cb4f-4360-81af-d6f26cf7d7f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.05.20 17:13:38.870895 [ 3 ] {} <Trace> HTTP-Session: 7aba16af-cb4f-4360-81af-d6f26cf7d7f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.05.20 17:13:38.871062 [ 3 ] {244eb8fd-3ad4-4665-8ac2-a21a86f037d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
350 | 2024.05.20 17:13:38.871110 [ 3 ] {244eb8fd-3ad4-4665-8ac2-a21a86f037d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.05.20 17:13:38.872675 [ 3 ] {244eb8fd-3ad4-4665-8ac2-a21a86f037d8} <Debug> oximeter.measurements_u16 (6a1c4fc4-7685-480f-bfff-5b0e80e1e4a5): Loading data parts | ||
352 | 2024.05.20 17:13:38.872913 [ 3 ] {244eb8fd-3ad4-4665-8ac2-a21a86f037d8} <Debug> oximeter.measurements_u16 (6a1c4fc4-7685-480f-bfff-5b0e80e1e4a5): There are no data parts | ||
353 | 2024.05.20 17:13:38.874133 [ 3 ] {244eb8fd-3ad4-4665-8ac2-a21a86f037d8} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.05.20 17:13:38.874163 [ 3 ] {} <Debug> HTTP-Session: 7aba16af-cb4f-4360-81af-d6f26cf7d7f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.05.20 17:13:38.874273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.05.20 17:13:38.874326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.05.20 17:13:38.874348 [ 3 ] {} <Debug> HTTP-Session: 22c36b6f-7cbb-4265-9899-877735e03ff4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
358 | 2024.05.20 17:13:38.874375 [ 3 ] {} <Debug> HTTP-Session: 22c36b6f-7cbb-4265-9899-877735e03ff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.05.20 17:13:38.874388 [ 3 ] {} <Debug> HTTP-Session: 22c36b6f-7cbb-4265-9899-877735e03ff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.05.20 17:13:38.874421 [ 3 ] {} <Trace> HTTP-Session: 22c36b6f-7cbb-4265-9899-877735e03ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.05.20 17:13:38.874595 [ 3 ] {ef3a84a9-809c-4ca0-b836-a0a39554090d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
362 | 2024.05.20 17:13:38.874641 [ 3 ] {ef3a84a9-809c-4ca0-b836-a0a39554090d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.05.20 17:13:38.876172 [ 3 ] {ef3a84a9-809c-4ca0-b836-a0a39554090d} <Debug> oximeter.measurements_i32 (9a3c9d68-51b3-4224-bb1e-15c4c9897270): Loading data parts | ||
364 | 2024.05.20 17:13:38.876344 [ 3 ] {ef3a84a9-809c-4ca0-b836-a0a39554090d} <Debug> oximeter.measurements_i32 (9a3c9d68-51b3-4224-bb1e-15c4c9897270): There are no data parts | ||
365 | 2024.05.20 17:13:38.877451 [ 3 ] {ef3a84a9-809c-4ca0-b836-a0a39554090d} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.05.20 17:13:38.877481 [ 3 ] {} <Debug> HTTP-Session: 22c36b6f-7cbb-4265-9899-877735e03ff4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.05.20 17:13:38.877577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.05.20 17:13:38.877627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.05.20 17:13:38.877654 [ 3 ] {} <Debug> HTTP-Session: 448bcb6d-6f2a-4ed9-a488-95aca6117ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
370 | 2024.05.20 17:13:38.877669 [ 3 ] {} <Debug> HTTP-Session: 448bcb6d-6f2a-4ed9-a488-95aca6117ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.05.20 17:13:38.877685 [ 3 ] {} <Debug> HTTP-Session: 448bcb6d-6f2a-4ed9-a488-95aca6117ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.05.20 17:13:38.877717 [ 3 ] {} <Trace> HTTP-Session: 448bcb6d-6f2a-4ed9-a488-95aca6117ceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.05.20 17:13:38.877887 [ 3 ] {4a161d36-1415-4cb8-aa0f-f53e0eb4280a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
374 | 2024.05.20 17:13:38.877934 [ 3 ] {4a161d36-1415-4cb8-aa0f-f53e0eb4280a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.05.20 17:13:38.879444 [ 3 ] {4a161d36-1415-4cb8-aa0f-f53e0eb4280a} <Debug> oximeter.measurements_u32 (782b7942-9384-4980-8fdc-cc6c2abd282e): Loading data parts | ||
376 | 2024.05.20 17:13:38.879604 [ 3 ] {4a161d36-1415-4cb8-aa0f-f53e0eb4280a} <Debug> oximeter.measurements_u32 (782b7942-9384-4980-8fdc-cc6c2abd282e): There are no data parts | ||
377 | 2024.05.20 17:13:38.880734 [ 3 ] {4a161d36-1415-4cb8-aa0f-f53e0eb4280a} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.05.20 17:13:38.880764 [ 3 ] {} <Debug> HTTP-Session: 448bcb6d-6f2a-4ed9-a488-95aca6117ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.05.20 17:13:38.880868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.05.20 17:13:38.880920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.05.20 17:13:38.880942 [ 3 ] {} <Debug> HTTP-Session: ee95ddcc-f92d-4fdc-b481-def4a96a8158 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
382 | 2024.05.20 17:13:38.880961 [ 3 ] {} <Debug> HTTP-Session: ee95ddcc-f92d-4fdc-b481-def4a96a8158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.05.20 17:13:38.880974 [ 3 ] {} <Debug> HTTP-Session: ee95ddcc-f92d-4fdc-b481-def4a96a8158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.05.20 17:13:38.881005 [ 3 ] {} <Trace> HTTP-Session: ee95ddcc-f92d-4fdc-b481-def4a96a8158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.05.20 17:13:38.881176 [ 3 ] {58b6a7a7-3f45-4ac8-b3a1-8256cdf40ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
386 | 2024.05.20 17:13:38.881227 [ 3 ] {58b6a7a7-3f45-4ac8-b3a1-8256cdf40ffc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.05.20 17:13:38.882708 [ 3 ] {58b6a7a7-3f45-4ac8-b3a1-8256cdf40ffc} <Debug> oximeter.measurements_i64 (970da968-7bc6-4979-874a-b3a26c5ee092): Loading data parts | ||
388 | 2024.05.20 17:13:38.882924 [ 3 ] {58b6a7a7-3f45-4ac8-b3a1-8256cdf40ffc} <Debug> oximeter.measurements_i64 (970da968-7bc6-4979-874a-b3a26c5ee092): There are no data parts | ||
389 | 2024.05.20 17:13:38.884038 [ 3 ] {58b6a7a7-3f45-4ac8-b3a1-8256cdf40ffc} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.05.20 17:13:38.884069 [ 3 ] {} <Debug> HTTP-Session: ee95ddcc-f92d-4fdc-b481-def4a96a8158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.05.20 17:13:38.884171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.05.20 17:13:38.884225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.05.20 17:13:38.884243 [ 3 ] {} <Debug> HTTP-Session: 6be676a5-6455-43ce-bec2-35d64279a268 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
394 | 2024.05.20 17:13:38.884263 [ 3 ] {} <Debug> HTTP-Session: 6be676a5-6455-43ce-bec2-35d64279a268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.05.20 17:13:38.884276 [ 3 ] {} <Debug> HTTP-Session: 6be676a5-6455-43ce-bec2-35d64279a268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.05.20 17:13:38.884308 [ 3 ] {} <Trace> HTTP-Session: 6be676a5-6455-43ce-bec2-35d64279a268 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.05.20 17:13:38.884478 [ 3 ] {2058edbc-7fe7-4cb1-b4a2-509cbae5f468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
398 | 2024.05.20 17:13:38.884525 [ 3 ] {2058edbc-7fe7-4cb1-b4a2-509cbae5f468} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.05.20 17:13:38.886086 [ 3 ] {2058edbc-7fe7-4cb1-b4a2-509cbae5f468} <Debug> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Loading data parts | ||
400 | 2024.05.20 17:13:38.886226 [ 3 ] {2058edbc-7fe7-4cb1-b4a2-509cbae5f468} <Debug> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): There are no data parts | ||
401 | 2024.05.20 17:13:38.887413 [ 3 ] {2058edbc-7fe7-4cb1-b4a2-509cbae5f468} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.05.20 17:13:38.887444 [ 3 ] {} <Debug> HTTP-Session: 6be676a5-6455-43ce-bec2-35d64279a268 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.05.20 17:13:38.887547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.05.20 17:13:38.887591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.05.20 17:13:38.887615 [ 3 ] {} <Debug> HTTP-Session: 27d6fb65-cb9e-4774-a525-ce559a722a0a Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
406 | 2024.05.20 17:13:38.887635 [ 3 ] {} <Debug> HTTP-Session: 27d6fb65-cb9e-4774-a525-ce559a722a0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.05.20 17:13:38.887647 [ 3 ] {} <Debug> HTTP-Session: 27d6fb65-cb9e-4774-a525-ce559a722a0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.05.20 17:13:38.887679 [ 3 ] {} <Trace> HTTP-Session: 27d6fb65-cb9e-4774-a525-ce559a722a0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.05.20 17:13:38.887849 [ 3 ] {259ac6e0-c07e-4f49-b360-35e9c3f5ee43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
410 | 2024.05.20 17:13:38.887901 [ 3 ] {259ac6e0-c07e-4f49-b360-35e9c3f5ee43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.05.20 17:13:38.889451 [ 3 ] {259ac6e0-c07e-4f49-b360-35e9c3f5ee43} <Debug> oximeter.measurements_f32 (193697b6-4925-4292-bfdf-28c79ce38948): Loading data parts | ||
412 | 2024.05.20 17:13:38.889583 [ 3 ] {259ac6e0-c07e-4f49-b360-35e9c3f5ee43} <Debug> oximeter.measurements_f32 (193697b6-4925-4292-bfdf-28c79ce38948): There are no data parts | ||
413 | 2024.05.20 17:13:38.890668 [ 3 ] {259ac6e0-c07e-4f49-b360-35e9c3f5ee43} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.05.20 17:13:38.890692 [ 3 ] {} <Debug> HTTP-Session: 27d6fb65-cb9e-4774-a525-ce559a722a0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.05.20 17:13:38.890785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.05.20 17:13:38.890841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.05.20 17:13:38.890859 [ 3 ] {} <Debug> HTTP-Session: 9af783a1-cf7a-40fa-af29-b7f69fd8199c Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
418 | 2024.05.20 17:13:38.890878 [ 3 ] {} <Debug> HTTP-Session: 9af783a1-cf7a-40fa-af29-b7f69fd8199c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.05.20 17:13:38.890895 [ 3 ] {} <Debug> HTTP-Session: 9af783a1-cf7a-40fa-af29-b7f69fd8199c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.05.20 17:13:38.890923 [ 3 ] {} <Trace> HTTP-Session: 9af783a1-cf7a-40fa-af29-b7f69fd8199c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.05.20 17:13:38.891094 [ 3 ] {55a44ebe-2336-4ab1-b16b-db3a8786d1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
422 | 2024.05.20 17:13:38.891145 [ 3 ] {55a44ebe-2336-4ab1-b16b-db3a8786d1cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.05.20 17:13:38.892650 [ 3 ] {55a44ebe-2336-4ab1-b16b-db3a8786d1cd} <Debug> oximeter.measurements_f64 (a99369a9-2394-4399-af99-81d959758cc9): Loading data parts | ||
424 | 2024.05.20 17:13:38.892778 [ 3 ] {55a44ebe-2336-4ab1-b16b-db3a8786d1cd} <Debug> oximeter.measurements_f64 (a99369a9-2394-4399-af99-81d959758cc9): There are no data parts | ||
425 | 2024.05.20 17:13:38.893981 [ 3 ] {55a44ebe-2336-4ab1-b16b-db3a8786d1cd} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.05.20 17:13:38.894012 [ 3 ] {} <Debug> HTTP-Session: 9af783a1-cf7a-40fa-af29-b7f69fd8199c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.05.20 17:13:38.894110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.05.20 17:13:38.894160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.05.20 17:13:38.894178 [ 3 ] {} <Debug> HTTP-Session: 5024a67b-265d-405d-8073-618b339a2b72 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
430 | 2024.05.20 17:13:38.894199 [ 3 ] {} <Debug> HTTP-Session: 5024a67b-265d-405d-8073-618b339a2b72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.05.20 17:13:38.894212 [ 3 ] {} <Debug> HTTP-Session: 5024a67b-265d-405d-8073-618b339a2b72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.05.20 17:13:38.894244 [ 3 ] {} <Trace> HTTP-Session: 5024a67b-265d-405d-8073-618b339a2b72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.05.20 17:13:38.894420 [ 3 ] {271e7a1d-8c92-4314-92a7-c74addb16a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
434 | 2024.05.20 17:13:38.894471 [ 3 ] {271e7a1d-8c92-4314-92a7-c74addb16a6c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.05.20 17:13:38.896010 [ 3 ] {271e7a1d-8c92-4314-92a7-c74addb16a6c} <Debug> oximeter.measurements_string (527f5d8d-8cdc-4066-ab4b-d6e004150d92): Loading data parts | ||
436 | 2024.05.20 17:13:38.896140 [ 3 ] {271e7a1d-8c92-4314-92a7-c74addb16a6c} <Debug> oximeter.measurements_string (527f5d8d-8cdc-4066-ab4b-d6e004150d92): There are no data parts | ||
437 | 2024.05.20 17:13:38.897306 [ 3 ] {271e7a1d-8c92-4314-92a7-c74addb16a6c} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.05.20 17:13:38.897331 [ 3 ] {} <Debug> HTTP-Session: 5024a67b-265d-405d-8073-618b339a2b72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.05.20 17:13:38.897454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.05.20 17:13:38.897505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.05.20 17:13:38.897524 [ 3 ] {} <Debug> HTTP-Session: 74bdccc4-57be-4d25-a107-9c637114940d Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
442 | 2024.05.20 17:13:38.897544 [ 3 ] {} <Debug> HTTP-Session: 74bdccc4-57be-4d25-a107-9c637114940d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.05.20 17:13:38.897561 [ 3 ] {} <Debug> HTTP-Session: 74bdccc4-57be-4d25-a107-9c637114940d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.05.20 17:13:38.897589 [ 3 ] {} <Trace> HTTP-Session: 74bdccc4-57be-4d25-a107-9c637114940d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.05.20 17:13:38.897767 [ 3 ] {44632b0a-67fb-4bca-b464-caeb363be003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
448 | * a string isn't palatable for a few reasons. | ||
449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
450 | * details. | ||
451 | */ | ||
452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
453 | 2024.05.20 17:13:38.897823 [ 3 ] {44632b0a-67fb-4bca-b464-caeb363be003} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.05.20 17:13:38.899361 [ 3 ] {44632b0a-67fb-4bca-b464-caeb363be003} <Debug> oximeter.measurements_bytes (6e4ec075-d71a-488a-b29a-70768588313b): Loading data parts | ||
455 | 2024.05.20 17:13:38.899472 [ 3 ] {44632b0a-67fb-4bca-b464-caeb363be003} <Debug> oximeter.measurements_bytes (6e4ec075-d71a-488a-b29a-70768588313b): There are no data parts | ||
456 | 2024.05.20 17:13:38.900629 [ 3 ] {44632b0a-67fb-4bca-b464-caeb363be003} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.05.20 17:13:38.900653 [ 3 ] {} <Debug> HTTP-Session: 74bdccc4-57be-4d25-a107-9c637114940d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.05.20 17:13:38.900765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.05.20 17:13:38.900815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.05.20 17:13:38.900834 [ 3 ] {} <Debug> HTTP-Session: 98d4b69f-49c1-41e2-a587-3963f5d62f22 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
461 | 2024.05.20 17:13:38.900854 [ 3 ] {} <Debug> HTTP-Session: 98d4b69f-49c1-41e2-a587-3963f5d62f22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.05.20 17:13:38.900873 [ 3 ] {} <Debug> HTTP-Session: 98d4b69f-49c1-41e2-a587-3963f5d62f22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.05.20 17:13:38.900901 [ 3 ] {} <Trace> HTTP-Session: 98d4b69f-49c1-41e2-a587-3963f5d62f22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.05.20 17:13:38.901085 [ 3 ] {084167e3-213e-4b62-bc52-165bbe4ee6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
465 | 2024.05.20 17:13:38.901135 [ 3 ] {084167e3-213e-4b62-bc52-165bbe4ee6c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.05.20 17:13:38.902650 [ 3 ] {084167e3-213e-4b62-bc52-165bbe4ee6c8} <Debug> oximeter.measurements_cumulativei64 (b77ce4fe-6612-4fd2-9cc7-287e355a5320): Loading data parts | ||
467 | 2024.05.20 17:13:38.902779 [ 3 ] {084167e3-213e-4b62-bc52-165bbe4ee6c8} <Debug> oximeter.measurements_cumulativei64 (b77ce4fe-6612-4fd2-9cc7-287e355a5320): There are no data parts | ||
468 | 2024.05.20 17:13:38.903982 [ 3 ] {084167e3-213e-4b62-bc52-165bbe4ee6c8} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.05.20 17:13:38.904014 [ 3 ] {} <Debug> HTTP-Session: 98d4b69f-49c1-41e2-a587-3963f5d62f22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.05.20 17:13:38.904113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.05.20 17:13:38.904169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.05.20 17:13:38.904188 [ 3 ] {} <Debug> HTTP-Session: 6fd0f9b9-7a88-46a2-ade2-033d23c9fbd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
473 | 2024.05.20 17:13:38.904207 [ 3 ] {} <Debug> HTTP-Session: 6fd0f9b9-7a88-46a2-ade2-033d23c9fbd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.05.20 17:13:38.904220 [ 3 ] {} <Debug> HTTP-Session: 6fd0f9b9-7a88-46a2-ade2-033d23c9fbd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.05.20 17:13:38.904253 [ 3 ] {} <Trace> HTTP-Session: 6fd0f9b9-7a88-46a2-ade2-033d23c9fbd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.05.20 17:13:38.904425 [ 3 ] {a006e165-8952-434b-8e9c-62ab3b55d83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
477 | 2024.05.20 17:13:38.904476 [ 3 ] {a006e165-8952-434b-8e9c-62ab3b55d83b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.05.20 17:13:38.905977 [ 3 ] {a006e165-8952-434b-8e9c-62ab3b55d83b} <Debug> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Loading data parts | ||
479 | 2024.05.20 17:13:38.906103 [ 3 ] {a006e165-8952-434b-8e9c-62ab3b55d83b} <Debug> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): There are no data parts | ||
480 | 2024.05.20 17:13:38.907319 [ 3 ] {a006e165-8952-434b-8e9c-62ab3b55d83b} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.05.20 17:13:38.907344 [ 3 ] {} <Debug> HTTP-Session: 6fd0f9b9-7a88-46a2-ade2-033d23c9fbd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.05.20 17:13:38.907450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.05.20 17:13:38.907500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.05.20 17:13:38.907519 [ 3 ] {} <Debug> HTTP-Session: 089ddc38-030b-42c4-aaef-c3625eb35289 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
485 | 2024.05.20 17:13:38.907540 [ 3 ] {} <Debug> HTTP-Session: 089ddc38-030b-42c4-aaef-c3625eb35289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.05.20 17:13:38.907556 [ 3 ] {} <Debug> HTTP-Session: 089ddc38-030b-42c4-aaef-c3625eb35289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.05.20 17:13:38.907585 [ 3 ] {} <Trace> HTTP-Session: 089ddc38-030b-42c4-aaef-c3625eb35289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.05.20 17:13:38.907765 [ 3 ] {222d7452-f79c-4130-baef-aa7df191c8bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
489 | 2024.05.20 17:13:38.907823 [ 3 ] {222d7452-f79c-4130-baef-aa7df191c8bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.05.20 17:13:38.909309 [ 3 ] {222d7452-f79c-4130-baef-aa7df191c8bd} <Debug> oximeter.measurements_cumulativef32 (753ce3bf-64cd-45a6-8560-73bdaae9208c): Loading data parts | ||
491 | 2024.05.20 17:13:38.909433 [ 3 ] {222d7452-f79c-4130-baef-aa7df191c8bd} <Debug> oximeter.measurements_cumulativef32 (753ce3bf-64cd-45a6-8560-73bdaae9208c): There are no data parts | ||
492 | 2024.05.20 17:13:38.910658 [ 3 ] {222d7452-f79c-4130-baef-aa7df191c8bd} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.05.20 17:13:38.910688 [ 3 ] {} <Debug> HTTP-Session: 089ddc38-030b-42c4-aaef-c3625eb35289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.05.20 17:13:38.910784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.05.20 17:13:38.910835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.05.20 17:13:38.910859 [ 3 ] {} <Debug> HTTP-Session: b62c8067-8562-435b-8c2a-0e60a90fe45d Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
497 | 2024.05.20 17:13:38.910880 [ 3 ] {} <Debug> HTTP-Session: b62c8067-8562-435b-8c2a-0e60a90fe45d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.05.20 17:13:38.910893 [ 3 ] {} <Debug> HTTP-Session: b62c8067-8562-435b-8c2a-0e60a90fe45d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.05.20 17:13:38.910926 [ 3 ] {} <Trace> HTTP-Session: b62c8067-8562-435b-8c2a-0e60a90fe45d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.05.20 17:13:38.911117 [ 3 ] {8a8913c1-1a74-47ce-9ce4-5afe92113ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
501 | 2024.05.20 17:13:38.911178 [ 3 ] {8a8913c1-1a74-47ce-9ce4-5afe92113ee0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.05.20 17:13:38.912785 [ 3 ] {8a8913c1-1a74-47ce-9ce4-5afe92113ee0} <Debug> oximeter.measurements_cumulativef64 (b732abd6-a1f1-48c2-a09d-ae2c99166c8f): Loading data parts | ||
503 | 2024.05.20 17:13:38.912902 [ 3 ] {8a8913c1-1a74-47ce-9ce4-5afe92113ee0} <Debug> oximeter.measurements_cumulativef64 (b732abd6-a1f1-48c2-a09d-ae2c99166c8f): There are no data parts | ||
504 | 2024.05.20 17:13:38.914168 [ 3 ] {8a8913c1-1a74-47ce-9ce4-5afe92113ee0} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.05.20 17:13:38.914193 [ 3 ] {} <Debug> HTTP-Session: b62c8067-8562-435b-8c2a-0e60a90fe45d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.05.20 17:13:38.914296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.05.20 17:13:38.914349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.05.20 17:13:38.914367 [ 3 ] {} <Debug> HTTP-Session: ce646f19-ec99-4e2d-9dd6-42e5c333f751 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
509 | 2024.05.20 17:13:38.914388 [ 3 ] {} <Debug> HTTP-Session: ce646f19-ec99-4e2d-9dd6-42e5c333f751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.05.20 17:13:38.914406 [ 3 ] {} <Debug> HTTP-Session: ce646f19-ec99-4e2d-9dd6-42e5c333f751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.05.20 17:13:38.914434 [ 3 ] {} <Trace> HTTP-Session: ce646f19-ec99-4e2d-9dd6-42e5c333f751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.05.20 17:13:38.914624 [ 3 ] {0c668211-9104-4540-aa70-8d80bbbd1e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.05.20 17:13:38.914680 [ 3 ] {0c668211-9104-4540-aa70-8d80bbbd1e60} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.05.20 17:13:38.916220 [ 3 ] {0c668211-9104-4540-aa70-8d80bbbd1e60} <Debug> oximeter.measurements_histogrami8 (47e1bdfd-6f6b-4f43-ad0c-318f8bd5175f): Loading data parts | ||
525 | 2024.05.20 17:13:38.916340 [ 3 ] {0c668211-9104-4540-aa70-8d80bbbd1e60} <Debug> oximeter.measurements_histogrami8 (47e1bdfd-6f6b-4f43-ad0c-318f8bd5175f): There are no data parts | ||
526 | 2024.05.20 17:13:38.917563 [ 3 ] {0c668211-9104-4540-aa70-8d80bbbd1e60} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.05.20 17:13:38.917588 [ 3 ] {} <Debug> HTTP-Session: ce646f19-ec99-4e2d-9dd6-42e5c333f751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.05.20 17:13:38.917693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.05.20 17:13:38.917744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.05.20 17:13:38.917769 [ 3 ] {} <Debug> HTTP-Session: 47246c4e-5f02-492d-afdb-ff3fa347615d Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
531 | 2024.05.20 17:13:38.917784 [ 3 ] {} <Debug> HTTP-Session: 47246c4e-5f02-492d-afdb-ff3fa347615d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.05.20 17:13:38.917802 [ 3 ] {} <Debug> HTTP-Session: 47246c4e-5f02-492d-afdb-ff3fa347615d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.05.20 17:13:38.917831 [ 3 ] {} <Trace> HTTP-Session: 47246c4e-5f02-492d-afdb-ff3fa347615d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.05.20 17:13:38.918016 [ 3 ] {22363d70-7b0e-4327-a8cc-b8d500602728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.05.20 17:13:38.918071 [ 3 ] {22363d70-7b0e-4327-a8cc-b8d500602728} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.05.20 17:13:38.919677 [ 3 ] {22363d70-7b0e-4327-a8cc-b8d500602728} <Debug> oximeter.measurements_histogramu8 (e43aa742-a710-4c46-ad4a-83eb3bf87b85): Loading data parts | ||
537 | 2024.05.20 17:13:38.919806 [ 3 ] {22363d70-7b0e-4327-a8cc-b8d500602728} <Debug> oximeter.measurements_histogramu8 (e43aa742-a710-4c46-ad4a-83eb3bf87b85): There are no data parts | ||
538 | 2024.05.20 17:13:38.920980 [ 3 ] {22363d70-7b0e-4327-a8cc-b8d500602728} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.05.20 17:13:38.921012 [ 3 ] {} <Debug> HTTP-Session: 47246c4e-5f02-492d-afdb-ff3fa347615d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.05.20 17:13:38.921124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.05.20 17:13:38.921177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.05.20 17:13:38.921200 [ 3 ] {} <Debug> HTTP-Session: db61c385-fdcf-4953-ab82-8e84ae2bc262 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
543 | 2024.05.20 17:13:38.921221 [ 3 ] {} <Debug> HTTP-Session: db61c385-fdcf-4953-ab82-8e84ae2bc262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.05.20 17:13:38.921235 [ 3 ] {} <Debug> HTTP-Session: db61c385-fdcf-4953-ab82-8e84ae2bc262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.05.20 17:13:38.921268 [ 3 ] {} <Trace> HTTP-Session: db61c385-fdcf-4953-ab82-8e84ae2bc262 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.05.20 17:13:38.921455 [ 3 ] {093ffcfa-dc12-4370-8dd0-1456ad09dea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.05.20 17:13:38.921511 [ 3 ] {093ffcfa-dc12-4370-8dd0-1456ad09dea2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.05.20 17:13:38.923026 [ 3 ] {093ffcfa-dc12-4370-8dd0-1456ad09dea2} <Debug> oximeter.measurements_histogrami16 (475fdebd-a7cc-44ad-b53e-617c0de68820): Loading data parts | ||
549 | 2024.05.20 17:13:38.923152 [ 3 ] {093ffcfa-dc12-4370-8dd0-1456ad09dea2} <Debug> oximeter.measurements_histogrami16 (475fdebd-a7cc-44ad-b53e-617c0de68820): There are no data parts | ||
550 | 2024.05.20 17:13:38.924355 [ 3 ] {093ffcfa-dc12-4370-8dd0-1456ad09dea2} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.05.20 17:13:38.924380 [ 3 ] {} <Debug> HTTP-Session: db61c385-fdcf-4953-ab82-8e84ae2bc262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.05.20 17:13:38.924484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.05.20 17:13:38.924537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.05.20 17:13:38.924556 [ 3 ] {} <Debug> HTTP-Session: 067d1cef-1e4f-4bc2-b899-d8566d0f01be Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
555 | 2024.05.20 17:13:38.924577 [ 3 ] {} <Debug> HTTP-Session: 067d1cef-1e4f-4bc2-b899-d8566d0f01be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.05.20 17:13:38.924596 [ 3 ] {} <Debug> HTTP-Session: 067d1cef-1e4f-4bc2-b899-d8566d0f01be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.05.20 17:13:38.924626 [ 3 ] {} <Trace> HTTP-Session: 067d1cef-1e4f-4bc2-b899-d8566d0f01be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.05.20 17:13:38.924810 [ 3 ] {438fffad-b47e-4d79-b370-24740f47353a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.05.20 17:13:38.924866 [ 3 ] {438fffad-b47e-4d79-b370-24740f47353a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.05.20 17:13:38.926394 [ 3 ] {438fffad-b47e-4d79-b370-24740f47353a} <Debug> oximeter.measurements_histogramu16 (7f89a097-7815-4a0c-84b0-061473ee9444): Loading data parts | ||
561 | 2024.05.20 17:13:38.926515 [ 3 ] {438fffad-b47e-4d79-b370-24740f47353a} <Debug> oximeter.measurements_histogramu16 (7f89a097-7815-4a0c-84b0-061473ee9444): There are no data parts | ||
562 | 2024.05.20 17:13:38.927652 [ 3 ] {438fffad-b47e-4d79-b370-24740f47353a} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.05.20 17:13:38.927685 [ 3 ] {} <Debug> HTTP-Session: 067d1cef-1e4f-4bc2-b899-d8566d0f01be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.05.20 17:13:38.927784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.05.20 17:13:38.927836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.05.20 17:13:38.927861 [ 3 ] {} <Debug> HTTP-Session: ae704626-c415-476b-bc31-3bb0e554604e Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
567 | 2024.05.20 17:13:38.927876 [ 3 ] {} <Debug> HTTP-Session: ae704626-c415-476b-bc31-3bb0e554604e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.05.20 17:13:38.927894 [ 3 ] {} <Debug> HTTP-Session: ae704626-c415-476b-bc31-3bb0e554604e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.05.20 17:13:38.927928 [ 3 ] {} <Trace> HTTP-Session: ae704626-c415-476b-bc31-3bb0e554604e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.05.20 17:13:38.928109 [ 3 ] {cb50d718-920d-41f9-a800-9bebe1b207e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
571 | 2024.05.20 17:13:38.928165 [ 3 ] {cb50d718-920d-41f9-a800-9bebe1b207e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.05.20 17:13:38.929676 [ 3 ] {cb50d718-920d-41f9-a800-9bebe1b207e6} <Debug> oximeter.measurements_histogrami32 (cc219c06-309d-47f2-a0f5-961bfee8b1d8): Loading data parts | ||
573 | 2024.05.20 17:13:38.929802 [ 3 ] {cb50d718-920d-41f9-a800-9bebe1b207e6} <Debug> oximeter.measurements_histogrami32 (cc219c06-309d-47f2-a0f5-961bfee8b1d8): There are no data parts | ||
574 | 2024.05.20 17:13:38.931042 [ 3 ] {cb50d718-920d-41f9-a800-9bebe1b207e6} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.05.20 17:13:38.931074 [ 3 ] {} <Debug> HTTP-Session: ae704626-c415-476b-bc31-3bb0e554604e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.05.20 17:13:38.931182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.05.20 17:13:38.931234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.05.20 17:13:38.931254 [ 3 ] {} <Debug> HTTP-Session: 0c1c693b-b046-4324-b28d-e1d8265a1c86 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
579 | 2024.05.20 17:13:38.931281 [ 3 ] {} <Debug> HTTP-Session: 0c1c693b-b046-4324-b28d-e1d8265a1c86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.05.20 17:13:38.931294 [ 3 ] {} <Debug> HTTP-Session: 0c1c693b-b046-4324-b28d-e1d8265a1c86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.05.20 17:13:38.931327 [ 3 ] {} <Trace> HTTP-Session: 0c1c693b-b046-4324-b28d-e1d8265a1c86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.05.20 17:13:38.931520 [ 3 ] {b358f656-5acc-4240-8f46-6522721c2714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
583 | 2024.05.20 17:13:38.931577 [ 3 ] {b358f656-5acc-4240-8f46-6522721c2714} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.05.20 17:13:38.933200 [ 3 ] {b358f656-5acc-4240-8f46-6522721c2714} <Debug> oximeter.measurements_histogramu32 (16887e9e-aff2-4a4f-a5c7-c2ee851eb779): Loading data parts | ||
585 | 2024.05.20 17:13:38.933322 [ 3 ] {b358f656-5acc-4240-8f46-6522721c2714} <Debug> oximeter.measurements_histogramu32 (16887e9e-aff2-4a4f-a5c7-c2ee851eb779): There are no data parts | ||
586 | 2024.05.20 17:13:38.934595 [ 3 ] {b358f656-5acc-4240-8f46-6522721c2714} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.05.20 17:13:38.934620 [ 3 ] {} <Debug> HTTP-Session: 0c1c693b-b046-4324-b28d-e1d8265a1c86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.05.20 17:13:38.934747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.05.20 17:13:38.934805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.05.20 17:13:38.934830 [ 3 ] {} <Debug> HTTP-Session: ee0f4e5b-b4e5-4ffa-81c2-c1738c291da8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
591 | 2024.05.20 17:13:38.934846 [ 3 ] {} <Debug> HTTP-Session: ee0f4e5b-b4e5-4ffa-81c2-c1738c291da8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.05.20 17:13:38.934865 [ 3 ] {} <Debug> HTTP-Session: ee0f4e5b-b4e5-4ffa-81c2-c1738c291da8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.05.20 17:13:38.934894 [ 3 ] {} <Trace> HTTP-Session: ee0f4e5b-b4e5-4ffa-81c2-c1738c291da8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.05.20 17:13:38.935085 [ 3 ] {94857eb2-1318-4668-ba70-26204973f67e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
595 | 2024.05.20 17:13:38.935141 [ 3 ] {94857eb2-1318-4668-ba70-26204973f67e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.05.20 17:13:38.936743 [ 3 ] {94857eb2-1318-4668-ba70-26204973f67e} <Debug> oximeter.measurements_histogrami64 (6afc4692-9161-4d39-95c1-108e77f41c86): Loading data parts | ||
597 | 2024.05.20 17:13:38.936876 [ 3 ] {94857eb2-1318-4668-ba70-26204973f67e} <Debug> oximeter.measurements_histogrami64 (6afc4692-9161-4d39-95c1-108e77f41c86): There are no data parts | ||
598 | 2024.05.20 17:13:38.938078 [ 3 ] {94857eb2-1318-4668-ba70-26204973f67e} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.05.20 17:13:38.938101 [ 3 ] {} <Debug> HTTP-Session: ee0f4e5b-b4e5-4ffa-81c2-c1738c291da8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.05.20 17:13:38.938215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.05.20 17:13:38.938273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.05.20 17:13:38.938291 [ 3 ] {} <Debug> HTTP-Session: 3d1ee584-e21e-4544-9f2e-c62db4eb984e Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
603 | 2024.05.20 17:13:38.938312 [ 3 ] {} <Debug> HTTP-Session: 3d1ee584-e21e-4544-9f2e-c62db4eb984e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.05.20 17:13:38.938326 [ 3 ] {} <Debug> HTTP-Session: 3d1ee584-e21e-4544-9f2e-c62db4eb984e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.05.20 17:13:38.938361 [ 3 ] {} <Trace> HTTP-Session: 3d1ee584-e21e-4544-9f2e-c62db4eb984e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.05.20 17:13:38.938568 [ 3 ] {24117866-81bd-47c4-a96b-37a92a0f07c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
607 | 2024.05.20 17:13:38.938662 [ 3 ] {24117866-81bd-47c4-a96b-37a92a0f07c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.05.20 17:13:38.943731 [ 3 ] {24117866-81bd-47c4-a96b-37a92a0f07c8} <Debug> oximeter.measurements_histogramu64 (8cb7548c-5c6d-4d93-b55d-332f3190e779): Loading data parts | ||
609 | 2024.05.20 17:13:38.943860 [ 3 ] {24117866-81bd-47c4-a96b-37a92a0f07c8} <Debug> oximeter.measurements_histogramu64 (8cb7548c-5c6d-4d93-b55d-332f3190e779): There are no data parts | ||
610 | 2024.05.20 17:13:38.948635 [ 3 ] {24117866-81bd-47c4-a96b-37a92a0f07c8} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.05.20 17:13:38.948666 [ 3 ] {} <Debug> HTTP-Session: 3d1ee584-e21e-4544-9f2e-c62db4eb984e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.05.20 17:13:38.948826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.05.20 17:13:38.948889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.05.20 17:13:38.948920 [ 3 ] {} <Debug> HTTP-Session: 45bc6c99-d3d0-4e31-8f9e-948b27266501 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
615 | 2024.05.20 17:13:38.948940 [ 3 ] {} <Debug> HTTP-Session: 45bc6c99-d3d0-4e31-8f9e-948b27266501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.05.20 17:13:38.948962 [ 3 ] {} <Debug> HTTP-Session: 45bc6c99-d3d0-4e31-8f9e-948b27266501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.05.20 17:13:38.949006 [ 3 ] {} <Trace> HTTP-Session: 45bc6c99-d3d0-4e31-8f9e-948b27266501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.05.20 17:13:38.949236 [ 3 ] {30308599-a66f-480e-9288-6873a137d1fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
619 | 2024.05.20 17:13:38.949301 [ 3 ] {30308599-a66f-480e-9288-6873a137d1fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.05.20 17:13:38.953533 [ 3 ] {30308599-a66f-480e-9288-6873a137d1fc} <Debug> oximeter.measurements_histogramf32 (d7ce009f-8e95-4410-a29a-251eb0bac869): Loading data parts | ||
621 | 2024.05.20 17:13:38.953662 [ 3 ] {30308599-a66f-480e-9288-6873a137d1fc} <Debug> oximeter.measurements_histogramf32 (d7ce009f-8e95-4410-a29a-251eb0bac869): There are no data parts | ||
622 | 2024.05.20 17:13:38.959130 [ 3 ] {30308599-a66f-480e-9288-6873a137d1fc} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.05.20 17:13:38.959169 [ 3 ] {} <Debug> HTTP-Session: 45bc6c99-d3d0-4e31-8f9e-948b27266501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.05.20 17:13:38.959297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.05.20 17:13:38.959343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.05.20 17:13:38.959369 [ 3 ] {} <Debug> HTTP-Session: a9313625-c4a7-4dc9-a691-96e49fb9d5ab Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
627 | 2024.05.20 17:13:38.959391 [ 3 ] {} <Debug> HTTP-Session: a9313625-c4a7-4dc9-a691-96e49fb9d5ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.05.20 17:13:38.959404 [ 3 ] {} <Debug> HTTP-Session: a9313625-c4a7-4dc9-a691-96e49fb9d5ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.05.20 17:13:38.959438 [ 3 ] {} <Trace> HTTP-Session: a9313625-c4a7-4dc9-a691-96e49fb9d5ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.05.20 17:13:38.959631 [ 3 ] {a922fa6f-4989-4768-9131-de95d3189091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
631 | 2024.05.20 17:13:38.959689 [ 3 ] {a922fa6f-4989-4768-9131-de95d3189091} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.05.20 17:13:38.961666 [ 3 ] {a922fa6f-4989-4768-9131-de95d3189091} <Debug> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Loading data parts | ||
633 | 2024.05.20 17:13:38.961805 [ 3 ] {a922fa6f-4989-4768-9131-de95d3189091} <Debug> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): There are no data parts | ||
634 | 2024.05.20 17:13:38.963063 [ 3 ] {a922fa6f-4989-4768-9131-de95d3189091} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.05.20 17:13:38.963089 [ 3 ] {} <Debug> HTTP-Session: a9313625-c4a7-4dc9-a691-96e49fb9d5ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.05.20 17:13:38.963212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.05.20 17:13:38.963269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.05.20 17:13:38.963291 [ 3 ] {} <Debug> HTTP-Session: 3634c434-a589-47ea-b2c1-8c5ce4861af0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
639 | 2024.05.20 17:13:38.963317 [ 3 ] {} <Debug> HTTP-Session: 3634c434-a589-47ea-b2c1-8c5ce4861af0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.05.20 17:13:38.963340 [ 3 ] {} <Debug> HTTP-Session: 3634c434-a589-47ea-b2c1-8c5ce4861af0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.05.20 17:13:38.963370 [ 3 ] {} <Trace> HTTP-Session: 3634c434-a589-47ea-b2c1-8c5ce4861af0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.05.20 17:13:38.963548 [ 3 ] {37ddfded-c8df-427c-bda7-d08c58374512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) /* The field tables store named dimensions of each timeseries. | ||
643 | * | ||
644 | * As with the measurement tables, there is one field table for each field data | ||
645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
646 | * this behavior **must not** be relied upon for query correctness. | ||
647 | * | ||
648 | * The index for the fields differs from the measurements, however. Rows are | ||
649 | * sorted by timeseries name, then field name, field value, and finally | ||
650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
652 | * usually then used to look up measurements. | ||
653 | * | ||
654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
655 | * timeseries name and then key, since it would improve lookups where one | ||
656 | * already has the key. Realistically though, these tables are quite small and | ||
657 | * so performance benefits will be low in absolute terms. | ||
658 | */ | ||
659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
660 | 2024.05.20 17:13:38.963613 [ 3 ] {37ddfded-c8df-427c-bda7-d08c58374512} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.05.20 17:13:38.965224 [ 3 ] {37ddfded-c8df-427c-bda7-d08c58374512} <Debug> oximeter.fields_bool (0a4ac697-f548-405a-ac02-3528d339c674): Loading data parts | ||
662 | 2024.05.20 17:13:38.965365 [ 3 ] {37ddfded-c8df-427c-bda7-d08c58374512} <Debug> oximeter.fields_bool (0a4ac697-f548-405a-ac02-3528d339c674): There are no data parts | ||
663 | 2024.05.20 17:13:38.966527 [ 3 ] {37ddfded-c8df-427c-bda7-d08c58374512} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.05.20 17:13:38.966563 [ 3 ] {} <Debug> HTTP-Session: 3634c434-a589-47ea-b2c1-8c5ce4861af0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.05.20 17:13:38.966691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.05.20 17:13:38.966737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.05.20 17:13:38.966764 [ 3 ] {} <Debug> HTTP-Session: 08d12438-a492-48e3-99f8-4bfe107a23e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
668 | 2024.05.20 17:13:38.966787 [ 3 ] {} <Debug> HTTP-Session: 08d12438-a492-48e3-99f8-4bfe107a23e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.05.20 17:13:38.966800 [ 3 ] {} <Debug> HTTP-Session: 08d12438-a492-48e3-99f8-4bfe107a23e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.05.20 17:13:38.966835 [ 3 ] {} <Trace> HTTP-Session: 08d12438-a492-48e3-99f8-4bfe107a23e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.05.20 17:13:38.966984 [ 3 ] {a28f9573-ae38-4b38-ba92-704912899f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
672 | 2024.05.20 17:13:38.967029 [ 3 ] {a28f9573-ae38-4b38-ba92-704912899f8b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.05.20 17:13:38.968384 [ 3 ] {a28f9573-ae38-4b38-ba92-704912899f8b} <Debug> oximeter.fields_i8 (796923cf-b9b0-4d48-9ca5-94728ac12367): Loading data parts | ||
674 | 2024.05.20 17:13:38.968505 [ 3 ] {a28f9573-ae38-4b38-ba92-704912899f8b} <Debug> oximeter.fields_i8 (796923cf-b9b0-4d48-9ca5-94728ac12367): There are no data parts | ||
675 | 2024.05.20 17:13:38.969661 [ 3 ] {a28f9573-ae38-4b38-ba92-704912899f8b} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.05.20 17:13:38.969701 [ 3 ] {} <Debug> HTTP-Session: 08d12438-a492-48e3-99f8-4bfe107a23e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.05.20 17:13:38.969800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.05.20 17:13:38.969854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
679 | 2024.05.20 17:13:38.969879 [ 3 ] {} <Debug> HTTP-Session: 2f8ab043-b937-4475-929e-a9d1cb219c14 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
680 | 2024.05.20 17:13:38.969895 [ 3 ] {} <Debug> HTTP-Session: 2f8ab043-b937-4475-929e-a9d1cb219c14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.05.20 17:13:38.969916 [ 3 ] {} <Debug> HTTP-Session: 2f8ab043-b937-4475-929e-a9d1cb219c14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.05.20 17:13:38.969952 [ 3 ] {} <Trace> HTTP-Session: 2f8ab043-b937-4475-929e-a9d1cb219c14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.05.20 17:13:38.970091 [ 3 ] {631b5e0b-4bd7-4e84-9f5a-4bea2b2f6637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
684 | 2024.05.20 17:13:38.970143 [ 3 ] {631b5e0b-4bd7-4e84-9f5a-4bea2b2f6637} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.05.20 17:13:38.971495 [ 3 ] {631b5e0b-4bd7-4e84-9f5a-4bea2b2f6637} <Debug> oximeter.fields_u8 (ce9337de-6158-4fde-96d4-f86ebfc6b90a): Loading data parts | ||
686 | 2024.05.20 17:13:38.971617 [ 3 ] {631b5e0b-4bd7-4e84-9f5a-4bea2b2f6637} <Debug> oximeter.fields_u8 (ce9337de-6158-4fde-96d4-f86ebfc6b90a): There are no data parts | ||
687 | 2024.05.20 17:13:38.972737 [ 3 ] {631b5e0b-4bd7-4e84-9f5a-4bea2b2f6637} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.05.20 17:13:38.972762 [ 3 ] {} <Debug> HTTP-Session: 2f8ab043-b937-4475-929e-a9d1cb219c14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.05.20 17:13:38.972868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.05.20 17:13:38.972922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
691 | 2024.05.20 17:13:38.972941 [ 3 ] {} <Debug> HTTP-Session: 0fa4e6fc-f002-4a96-83eb-409f78c20f68 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
692 | 2024.05.20 17:13:38.972963 [ 3 ] {} <Debug> HTTP-Session: 0fa4e6fc-f002-4a96-83eb-409f78c20f68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.05.20 17:13:38.972983 [ 3 ] {} <Debug> HTTP-Session: 0fa4e6fc-f002-4a96-83eb-409f78c20f68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.05.20 17:13:38.973012 [ 3 ] {} <Trace> HTTP-Session: 0fa4e6fc-f002-4a96-83eb-409f78c20f68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.05.20 17:13:38.973156 [ 3 ] {826f9ae9-d8fe-4b4a-aa08-77e36a09023f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
696 | 2024.05.20 17:13:38.973210 [ 3 ] {826f9ae9-d8fe-4b4a-aa08-77e36a09023f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.05.20 17:13:38.974563 [ 3 ] {826f9ae9-d8fe-4b4a-aa08-77e36a09023f} <Debug> oximeter.fields_i16 (877e6b59-6f4e-4137-9e6c-e20d5ff4dff2): Loading data parts | ||
698 | 2024.05.20 17:13:38.974679 [ 3 ] {826f9ae9-d8fe-4b4a-aa08-77e36a09023f} <Debug> oximeter.fields_i16 (877e6b59-6f4e-4137-9e6c-e20d5ff4dff2): There are no data parts | ||
699 | 2024.05.20 17:13:38.975788 [ 3 ] {826f9ae9-d8fe-4b4a-aa08-77e36a09023f} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.05.20 17:13:38.975814 [ 3 ] {} <Debug> HTTP-Session: 0fa4e6fc-f002-4a96-83eb-409f78c20f68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.05.20 17:13:38.975943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.05.20 17:13:38.975996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
703 | 2024.05.20 17:13:38.976015 [ 3 ] {} <Debug> HTTP-Session: 990073db-fd09-425f-af2e-444359f05f95 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
704 | 2024.05.20 17:13:38.976038 [ 3 ] {} <Debug> HTTP-Session: 990073db-fd09-425f-af2e-444359f05f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.05.20 17:13:38.976057 [ 3 ] {} <Debug> HTTP-Session: 990073db-fd09-425f-af2e-444359f05f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.05.20 17:13:38.976087 [ 3 ] {} <Trace> HTTP-Session: 990073db-fd09-425f-af2e-444359f05f95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.05.20 17:13:38.976231 [ 3 ] {6a095ff0-9b27-44ff-95aa-0d4a153d7bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
708 | 2024.05.20 17:13:38.976283 [ 3 ] {6a095ff0-9b27-44ff-95aa-0d4a153d7bf0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.05.20 17:13:38.977680 [ 3 ] {6a095ff0-9b27-44ff-95aa-0d4a153d7bf0} <Debug> oximeter.fields_u16 (821f1e69-00f5-4d72-8c69-101fd2a4eba0): Loading data parts | ||
710 | 2024.05.20 17:13:38.977818 [ 3 ] {6a095ff0-9b27-44ff-95aa-0d4a153d7bf0} <Debug> oximeter.fields_u16 (821f1e69-00f5-4d72-8c69-101fd2a4eba0): There are no data parts | ||
711 | 2024.05.20 17:13:38.978930 [ 3 ] {6a095ff0-9b27-44ff-95aa-0d4a153d7bf0} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.05.20 17:13:38.978955 [ 3 ] {} <Debug> HTTP-Session: 990073db-fd09-425f-af2e-444359f05f95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.05.20 17:13:38.979076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.05.20 17:13:38.979130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
715 | 2024.05.20 17:13:38.979149 [ 3 ] {} <Debug> HTTP-Session: efeeefb0-97b1-4e8b-beb3-83569e835ace Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
716 | 2024.05.20 17:13:38.979171 [ 3 ] {} <Debug> HTTP-Session: efeeefb0-97b1-4e8b-beb3-83569e835ace Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.05.20 17:13:38.979191 [ 3 ] {} <Debug> HTTP-Session: efeeefb0-97b1-4e8b-beb3-83569e835ace Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.05.20 17:13:38.979219 [ 3 ] {} <Trace> HTTP-Session: efeeefb0-97b1-4e8b-beb3-83569e835ace Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.05.20 17:13:38.979363 [ 3 ] {855a1989-d33d-4b21-96b0-ae5631c0dffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
720 | 2024.05.20 17:13:38.979410 [ 3 ] {855a1989-d33d-4b21-96b0-ae5631c0dffe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.05.20 17:13:38.980759 [ 3 ] {855a1989-d33d-4b21-96b0-ae5631c0dffe} <Debug> oximeter.fields_i32 (be637979-9ce5-4f76-bc7a-cab45a0d54b7): Loading data parts | ||
722 | 2024.05.20 17:13:38.980889 [ 3 ] {855a1989-d33d-4b21-96b0-ae5631c0dffe} <Debug> oximeter.fields_i32 (be637979-9ce5-4f76-bc7a-cab45a0d54b7): There are no data parts | ||
723 | 2024.05.20 17:13:38.982089 [ 3 ] {855a1989-d33d-4b21-96b0-ae5631c0dffe} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.05.20 17:13:38.982122 [ 3 ] {} <Debug> HTTP-Session: efeeefb0-97b1-4e8b-beb3-83569e835ace Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.05.20 17:13:38.982234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.05.20 17:13:38.982280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
727 | 2024.05.20 17:13:38.982306 [ 3 ] {} <Debug> HTTP-Session: c8f02b2f-f9c5-460b-866d-dcb1a39460ad Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
728 | 2024.05.20 17:13:38.982330 [ 3 ] {} <Debug> HTTP-Session: c8f02b2f-f9c5-460b-866d-dcb1a39460ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.05.20 17:13:38.982342 [ 3 ] {} <Debug> HTTP-Session: c8f02b2f-f9c5-460b-866d-dcb1a39460ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.05.20 17:13:38.982376 [ 3 ] {} <Trace> HTTP-Session: c8f02b2f-f9c5-460b-866d-dcb1a39460ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.05.20 17:13:38.982521 [ 3 ] {e0981473-0807-499b-a49b-9f47b9ea6c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
732 | 2024.05.20 17:13:38.982566 [ 3 ] {e0981473-0807-499b-a49b-9f47b9ea6c7f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.05.20 17:13:38.983936 [ 3 ] {e0981473-0807-499b-a49b-9f47b9ea6c7f} <Debug> oximeter.fields_u32 (03f39130-5683-4bba-bc2c-b082011596d5): Loading data parts | ||
734 | 2024.05.20 17:13:38.984059 [ 3 ] {e0981473-0807-499b-a49b-9f47b9ea6c7f} <Debug> oximeter.fields_u32 (03f39130-5683-4bba-bc2c-b082011596d5): There are no data parts | ||
735 | 2024.05.20 17:13:38.985191 [ 3 ] {e0981473-0807-499b-a49b-9f47b9ea6c7f} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.05.20 17:13:38.985225 [ 3 ] {} <Debug> HTTP-Session: c8f02b2f-f9c5-460b-866d-dcb1a39460ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.05.20 17:13:38.985323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.05.20 17:13:38.985377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
739 | 2024.05.20 17:13:38.985404 [ 3 ] {} <Debug> HTTP-Session: 0cca50f4-6fe9-48ab-9ae1-c77139518520 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
740 | 2024.05.20 17:13:38.985419 [ 3 ] {} <Debug> HTTP-Session: 0cca50f4-6fe9-48ab-9ae1-c77139518520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.05.20 17:13:38.985439 [ 3 ] {} <Debug> HTTP-Session: 0cca50f4-6fe9-48ab-9ae1-c77139518520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.05.20 17:13:38.985475 [ 3 ] {} <Trace> HTTP-Session: 0cca50f4-6fe9-48ab-9ae1-c77139518520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.05.20 17:13:38.985621 [ 3 ] {41bf8ad0-6497-47b6-b5a0-057672d03034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
744 | 2024.05.20 17:13:38.985667 [ 3 ] {41bf8ad0-6497-47b6-b5a0-057672d03034} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.05.20 17:13:38.987069 [ 3 ] {41bf8ad0-6497-47b6-b5a0-057672d03034} <Debug> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Loading data parts | ||
746 | 2024.05.20 17:13:38.987190 [ 3 ] {41bf8ad0-6497-47b6-b5a0-057672d03034} <Debug> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): There are no data parts | ||
747 | 2024.05.20 17:13:38.988344 [ 3 ] {41bf8ad0-6497-47b6-b5a0-057672d03034} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.05.20 17:13:38.988370 [ 3 ] {} <Debug> HTTP-Session: 0cca50f4-6fe9-48ab-9ae1-c77139518520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.05.20 17:13:38.988481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.05.20 17:13:38.988535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
751 | 2024.05.20 17:13:38.988561 [ 3 ] {} <Debug> HTTP-Session: c760662b-0d84-4971-aa18-deb771d993f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
752 | 2024.05.20 17:13:38.988578 [ 3 ] {} <Debug> HTTP-Session: c760662b-0d84-4971-aa18-deb771d993f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.05.20 17:13:38.988598 [ 3 ] {} <Debug> HTTP-Session: c760662b-0d84-4971-aa18-deb771d993f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.05.20 17:13:38.988633 [ 3 ] {} <Trace> HTTP-Session: c760662b-0d84-4971-aa18-deb771d993f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.05.20 17:13:38.988779 [ 3 ] {e7548c91-8821-4c42-bece-d02a56901a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
756 | 2024.05.20 17:13:38.988825 [ 3 ] {e7548c91-8821-4c42-bece-d02a56901a49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.05.20 17:13:38.990189 [ 3 ] {e7548c91-8821-4c42-bece-d02a56901a49} <Debug> oximeter.fields_u64 (f0ad77e6-6517-4b15-97b9-35a662439384): Loading data parts | ||
758 | 2024.05.20 17:13:38.990312 [ 3 ] {e7548c91-8821-4c42-bece-d02a56901a49} <Debug> oximeter.fields_u64 (f0ad77e6-6517-4b15-97b9-35a662439384): There are no data parts | ||
759 | 2024.05.20 17:13:38.991441 [ 3 ] {e7548c91-8821-4c42-bece-d02a56901a49} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.05.20 17:13:38.991466 [ 3 ] {} <Debug> HTTP-Session: c760662b-0d84-4971-aa18-deb771d993f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.05.20 17:13:38.991579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.05.20 17:13:38.991640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
763 | 2024.05.20 17:13:38.991659 [ 3 ] {} <Debug> HTTP-Session: 68eaa1b7-b829-4c66-9b88-295e85f64780 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
764 | 2024.05.20 17:13:38.991675 [ 3 ] {} <Debug> HTTP-Session: 68eaa1b7-b829-4c66-9b88-295e85f64780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.05.20 17:13:38.991696 [ 3 ] {} <Debug> HTTP-Session: 68eaa1b7-b829-4c66-9b88-295e85f64780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.05.20 17:13:38.991725 [ 3 ] {} <Trace> HTTP-Session: 68eaa1b7-b829-4c66-9b88-295e85f64780 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.05.20 17:13:38.991862 [ 3 ] {01049b23-a247-4dde-8d9f-f38239abbb08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
768 | 2024.05.20 17:13:38.991910 [ 3 ] {01049b23-a247-4dde-8d9f-f38239abbb08} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.05.20 17:13:38.993244 [ 3 ] {01049b23-a247-4dde-8d9f-f38239abbb08} <Debug> oximeter.fields_ipaddr (716add96-8e73-42c6-99c9-7bc17b90d7c1): Loading data parts | ||
770 | 2024.05.20 17:13:38.993408 [ 3 ] {01049b23-a247-4dde-8d9f-f38239abbb08} <Debug> oximeter.fields_ipaddr (716add96-8e73-42c6-99c9-7bc17b90d7c1): There are no data parts | ||
771 | 2024.05.20 17:13:38.994524 [ 3 ] {01049b23-a247-4dde-8d9f-f38239abbb08} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.05.20 17:13:38.994550 [ 3 ] {} <Debug> HTTP-Session: 68eaa1b7-b829-4c66-9b88-295e85f64780 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.05.20 17:13:38.994646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.05.20 17:13:38.994692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
775 | 2024.05.20 17:13:38.994711 [ 3 ] {} <Debug> HTTP-Session: 24b542f0-17a7-4043-8a09-1ef48684b2ed Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
776 | 2024.05.20 17:13:38.994727 [ 3 ] {} <Debug> HTTP-Session: 24b542f0-17a7-4043-8a09-1ef48684b2ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.05.20 17:13:38.994741 [ 3 ] {} <Debug> HTTP-Session: 24b542f0-17a7-4043-8a09-1ef48684b2ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.05.20 17:13:38.994771 [ 3 ] {} <Trace> HTTP-Session: 24b542f0-17a7-4043-8a09-1ef48684b2ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.05.20 17:13:38.994908 [ 3 ] {fa8b4474-b61a-49cb-a31d-8e31414dbb14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
780 | 2024.05.20 17:13:38.994948 [ 3 ] {fa8b4474-b61a-49cb-a31d-8e31414dbb14} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.05.20 17:13:38.996277 [ 3 ] {fa8b4474-b61a-49cb-a31d-8e31414dbb14} <Debug> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Loading data parts | ||
782 | 2024.05.20 17:13:38.996398 [ 3 ] {fa8b4474-b61a-49cb-a31d-8e31414dbb14} <Debug> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): There are no data parts | ||
783 | 2024.05.20 17:13:38.997503 [ 3 ] {fa8b4474-b61a-49cb-a31d-8e31414dbb14} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.05.20 17:13:38.997530 [ 3 ] {} <Debug> HTTP-Session: 24b542f0-17a7-4043-8a09-1ef48684b2ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.05.20 17:13:38.997629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.05.20 17:13:38.997676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
787 | 2024.05.20 17:13:38.997695 [ 3 ] {} <Debug> HTTP-Session: a3c25211-c55a-4349-bbe3-aa314ab53f62 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
788 | 2024.05.20 17:13:38.997712 [ 3 ] {} <Debug> HTTP-Session: a3c25211-c55a-4349-bbe3-aa314ab53f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.05.20 17:13:38.997725 [ 3 ] {} <Debug> HTTP-Session: a3c25211-c55a-4349-bbe3-aa314ab53f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.05.20 17:13:38.997753 [ 3 ] {} <Trace> HTTP-Session: a3c25211-c55a-4349-bbe3-aa314ab53f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.05.20 17:13:38.997893 [ 3 ] {3b8acdf1-94d0-4517-84fe-39e46d8c8303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
792 | 2024.05.20 17:13:38.997932 [ 3 ] {3b8acdf1-94d0-4517-84fe-39e46d8c8303} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.05.20 17:13:38.999264 [ 3 ] {3b8acdf1-94d0-4517-84fe-39e46d8c8303} <Debug> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Loading data parts | ||
794 | 2024.05.20 17:13:38.999386 [ 3 ] {3b8acdf1-94d0-4517-84fe-39e46d8c8303} <Debug> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): There are no data parts | ||
795 | 2024.05.20 17:13:39.000168 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.41 MiB, peak 161.42 MiB, free memory in arenas 0.00 B, will set to 170.93 MiB (RSS), difference: 9.52 MiB | ||
796 | 2024.05.20 17:13:39.000673 [ 3 ] {3b8acdf1-94d0-4517-84fe-39e46d8c8303} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.05.20 17:13:39.000703 [ 3 ] {} <Debug> HTTP-Session: a3c25211-c55a-4349-bbe3-aa314ab53f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.05.20 17:13:39.000808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.05.20 17:13:39.000856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.05.20 17:13:39.000876 [ 3 ] {} <Debug> HTTP-Session: c0975faf-aed6-4655-862b-5e62ff605342 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
801 | 2024.05.20 17:13:39.000892 [ 3 ] {} <Debug> HTTP-Session: c0975faf-aed6-4655-862b-5e62ff605342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.05.20 17:13:39.000905 [ 3 ] {} <Debug> HTTP-Session: c0975faf-aed6-4655-862b-5e62ff605342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.05.20 17:13:39.000935 [ 3 ] {} <Trace> HTTP-Session: c0975faf-aed6-4655-862b-5e62ff605342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.05.20 17:13:39.001154 [ 3 ] {cf3c68dd-4685-4230-a99d-953c79b7391b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) /* The timeseries schema table stores the extracted schema for the samples | ||
805 | * oximeter collects. | ||
806 | */ | ||
807 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
808 | 2024.05.20 17:13:39.001213 [ 3 ] {cf3c68dd-4685-4230-a99d-953c79b7391b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.05.20 17:13:39.002735 [ 3 ] {cf3c68dd-4685-4230-a99d-953c79b7391b} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80): Loading data parts | ||
810 | 2024.05.20 17:13:39.002855 [ 3 ] {cf3c68dd-4685-4230-a99d-953c79b7391b} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80): There are no data parts | ||
811 | 2024.05.20 17:13:39.004129 [ 3 ] {cf3c68dd-4685-4230-a99d-953c79b7391b} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.05.20 17:13:39.004154 [ 3 ] {} <Debug> HTTP-Session: c0975faf-aed6-4655-862b-5e62ff605342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.05.20 17:13:39.004326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34859, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.05.20 17:13:39.004372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
815 | 2024.05.20 17:13:39.004391 [ 3 ] {} <Debug> HTTP-Session: 7ccc59dc-62f0-464b-9670-db0139918ee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 | ||
816 | 2024.05.20 17:13:39.004407 [ 3 ] {} <Debug> HTTP-Session: 7ccc59dc-62f0-464b-9670-db0139918ee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.05.20 17:13:39.004420 [ 3 ] {} <Debug> HTTP-Session: 7ccc59dc-62f0-464b-9670-db0139918ee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.05.20 17:13:39.004450 [ 3 ] {} <Trace> HTTP-Session: 7ccc59dc-62f0-464b-9670-db0139918ee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.05.20 17:13:39.004623 [ 3 ] {250fd99f-a1db-48c5-8250-6061125f68e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34859) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.05.20 17:13:39.006247 [ 3 ] {250fd99f-a1db-48c5-8250-6061125f68e8} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.05.20 17:13:39.009920 [ 3 ] {250fd99f-a1db-48c5-8250-6061125f68e8} <Trace> oximeter.version (9b780fdc-93fc-406b-b5ba-ec23645df40c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.05.20 17:13:39.009958 [ 3 ] {250fd99f-a1db-48c5-8250-6061125f68e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
823 | 2024.05.20 17:13:39.014278 [ 3 ] {250fd99f-a1db-48c5-8250-6061125f68e8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.05.20 17:13:39.015307 [ 3 ] {250fd99f-a1db-48c5-8250-6061125f68e8} <Trace> oximeter.version (9b780fdc-93fc-406b-b5ba-ec23645df40c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
825 | 2024.05.20 17:13:39.015613 [ 3 ] {250fd99f-a1db-48c5-8250-6061125f68e8} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011057 sec., 90.44044496698923 rows/sec., 1.41 KiB/sec. | ||
826 | 2024.05.20 17:13:39.015848 [ 3 ] {250fd99f-a1db-48c5-8250-6061125f68e8} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.05.20 17:13:39.015874 [ 3 ] {250fd99f-a1db-48c5-8250-6061125f68e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.05.20 17:13:39.015891 [ 3 ] {} <Debug> HTTP-Session: 7ccc59dc-62f0-464b-9670-db0139918ee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.05.20 17:13:40.000168 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.14 MiB, peak 175.28 MiB, free memory in arenas 0.00 B, will set to 173.71 MiB (RSS), difference: 3.58 MiB | ||
830 | 2024.05.20 17:13:53.305262 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
831 | 2024.05.20 17:13:53.305360 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
832 | 2024.05.20 17:13:54.027194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
833 | 2024.05.20 17:13:54.027306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
834 | 2024.05.20 17:13:54.027336 [ 3 ] {} <Debug> HTTP-Session: 48e0a979-875c-4752-9ade-6cc84a3f8eeb Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
835 | 2024.05.20 17:13:54.027361 [ 3 ] {} <Debug> HTTP-Session: 48e0a979-875c-4752-9ade-6cc84a3f8eeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.05.20 17:13:54.027382 [ 3 ] {} <Debug> HTTP-Session: 48e0a979-875c-4752-9ade-6cc84a3f8eeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.05.20 17:13:54.027435 [ 3 ] {} <Trace> HTTP-Session: 48e0a979-875c-4752-9ade-6cc84a3f8eeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
838 | 2024.05.20 17:13:54.027618 [ 3 ] {7501001d-c4c3-4442-af14-cafbb64d13dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
839 | 2024.05.20 17:13:54.027956 [ 3 ] {7501001d-c4c3-4442-af14-cafbb64d13dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
840 | 2024.05.20 17:13:54.028109 [ 3 ] {7501001d-c4c3-4442-af14-cafbb64d13dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
841 | 2024.05.20 17:13:54.029199 [ 3 ] {7501001d-c4c3-4442-af14-cafbb64d13dc} <Debug> DynamicQueryHandler: Done processing query | ||
842 | 2024.05.20 17:13:54.029232 [ 3 ] {7501001d-c4c3-4442-af14-cafbb64d13dc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
843 | 2024.05.20 17:13:54.029250 [ 3 ] {} <Debug> HTTP-Session: 48e0a979-875c-4752-9ade-6cc84a3f8eeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
844 | 2024.05.20 17:13:54.031975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
845 | 2024.05.20 17:13:54.032096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
846 | 2024.05.20 17:13:54.032131 [ 3 ] {} <Debug> HTTP-Session: 1908b4c2-4a8d-424e-8bbe-0cb5ed857a57 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
847 | 2024.05.20 17:13:54.032161 [ 3 ] {} <Debug> HTTP-Session: 1908b4c2-4a8d-424e-8bbe-0cb5ed857a57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.05.20 17:13:54.032176 [ 3 ] {} <Debug> HTTP-Session: 1908b4c2-4a8d-424e-8bbe-0cb5ed857a57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.05.20 17:13:54.032236 [ 3 ] {} <Trace> HTTP-Session: 1908b4c2-4a8d-424e-8bbe-0cb5ed857a57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
850 | 2024.05.20 17:13:54.032492 [ 3 ] {30767a42-b413-4cdf-a6ae-31832cf9e476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
851 | 2024.05.20 17:13:54.034749 [ 3 ] {30767a42-b413-4cdf-a6ae-31832cf9e476} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
852 | 2024.05.20 17:13:54.034815 [ 3 ] {30767a42-b413-4cdf-a6ae-31832cf9e476} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
853 | 2024.05.20 17:13:54.035891 [ 3 ] {30767a42-b413-4cdf-a6ae-31832cf9e476} <Debug> DynamicQueryHandler: Done processing query | ||
854 | 2024.05.20 17:13:54.035927 [ 3 ] {30767a42-b413-4cdf-a6ae-31832cf9e476} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
855 | 2024.05.20 17:13:54.035944 [ 3 ] {} <Debug> HTTP-Session: 1908b4c2-4a8d-424e-8bbe-0cb5ed857a57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
856 | 2024.05.20 17:13:54.036361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
857 | 2024.05.20 17:13:54.036417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
858 | 2024.05.20 17:13:54.036437 [ 3 ] {} <Debug> HTTP-Session: e56c4d7d-e935-41b1-938f-faf3db5baaa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
859 | 2024.05.20 17:13:54.036455 [ 3 ] {} <Debug> HTTP-Session: e56c4d7d-e935-41b1-938f-faf3db5baaa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.05.20 17:13:54.036469 [ 3 ] {} <Debug> HTTP-Session: e56c4d7d-e935-41b1-938f-faf3db5baaa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.05.20 17:13:54.036510 [ 3 ] {} <Trace> HTTP-Session: e56c4d7d-e935-41b1-938f-faf3db5baaa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
862 | 2024.05.20 17:13:54.036673 [ 3 ] {a8a88712-4ca8-4189-af17-00fe0ee7a504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
863 | 2024.05.20 17:13:54.037081 [ 3 ] {a8a88712-4ca8-4189-af17-00fe0ee7a504} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
864 | 2024.05.20 17:13:54.037135 [ 3 ] {a8a88712-4ca8-4189-af17-00fe0ee7a504} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
865 | 2024.05.20 17:13:54.038045 [ 3 ] {a8a88712-4ca8-4189-af17-00fe0ee7a504} <Debug> DynamicQueryHandler: Done processing query | ||
866 | 2024.05.20 17:13:54.038071 [ 3 ] {a8a88712-4ca8-4189-af17-00fe0ee7a504} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
867 | 2024.05.20 17:13:54.038087 [ 3 ] {} <Debug> HTTP-Session: e56c4d7d-e935-41b1-938f-faf3db5baaa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
868 | 2024.05.20 17:13:54.038307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
869 | 2024.05.20 17:13:54.038355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
870 | 2024.05.20 17:13:54.038375 [ 3 ] {} <Debug> HTTP-Session: 987ef8ca-fbc6-440c-84e2-c0dbb175bf4c Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
871 | 2024.05.20 17:13:54.038391 [ 3 ] {} <Debug> HTTP-Session: 987ef8ca-fbc6-440c-84e2-c0dbb175bf4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.05.20 17:13:54.038405 [ 3 ] {} <Debug> HTTP-Session: 987ef8ca-fbc6-440c-84e2-c0dbb175bf4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.05.20 17:13:54.038435 [ 3 ] {} <Trace> HTTP-Session: 987ef8ca-fbc6-440c-84e2-c0dbb175bf4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
874 | 2024.05.20 17:13:54.038554 [ 3 ] {4a71d19c-b836-4a26-9284-30df3ef50d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
875 | 2024.05.20 17:13:54.038876 [ 3 ] {4a71d19c-b836-4a26-9284-30df3ef50d7f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
876 | 2024.05.20 17:13:54.038928 [ 3 ] {4a71d19c-b836-4a26-9284-30df3ef50d7f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
877 | 2024.05.20 17:13:54.039871 [ 3 ] {4a71d19c-b836-4a26-9284-30df3ef50d7f} <Debug> DynamicQueryHandler: Done processing query | ||
878 | 2024.05.20 17:13:54.039897 [ 3 ] {4a71d19c-b836-4a26-9284-30df3ef50d7f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
879 | 2024.05.20 17:13:54.039913 [ 3 ] {} <Debug> HTTP-Session: 987ef8ca-fbc6-440c-84e2-c0dbb175bf4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
880 | 2024.05.20 17:13:54.040055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
881 | 2024.05.20 17:13:54.040103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
882 | 2024.05.20 17:13:54.040122 [ 3 ] {} <Debug> HTTP-Session: 09980f9e-9faa-44c4-8cea-261b0e7029c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
883 | 2024.05.20 17:13:54.040138 [ 3 ] {} <Debug> HTTP-Session: 09980f9e-9faa-44c4-8cea-261b0e7029c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.05.20 17:13:54.040154 [ 3 ] {} <Debug> HTTP-Session: 09980f9e-9faa-44c4-8cea-261b0e7029c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.05.20 17:13:54.040200 [ 3 ] {} <Trace> HTTP-Session: 09980f9e-9faa-44c4-8cea-261b0e7029c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
886 | 2024.05.20 17:13:54.040330 [ 3 ] {167c632d-3dcc-420e-bd78-6700d8e7753e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
887 | 2024.05.20 17:13:54.040377 [ 3 ] {167c632d-3dcc-420e-bd78-6700d8e7753e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
888 | 2024.05.20 17:13:54.040571 [ 3 ] {167c632d-3dcc-420e-bd78-6700d8e7753e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
889 | 2024.05.20 17:13:54.041026 [ 3 ] {167c632d-3dcc-420e-bd78-6700d8e7753e} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
890 | 2024.05.20 17:13:54.041061 [ 3 ] {167c632d-3dcc-420e-bd78-6700d8e7753e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
891 | 2024.05.20 17:13:54.041633 [ 3 ] {167c632d-3dcc-420e-bd78-6700d8e7753e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
892 | 2024.05.20 17:13:54.041956 [ 3 ] {167c632d-3dcc-420e-bd78-6700d8e7753e} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
893 | 2024.05.20 17:13:54.042088 [ 3 ] {167c632d-3dcc-420e-bd78-6700d8e7753e} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001798 sec., 2224.694104560623 rows/sec., 282.98 KiB/sec. | ||
894 | 2024.05.20 17:13:54.042273 [ 3 ] {167c632d-3dcc-420e-bd78-6700d8e7753e} <Debug> DynamicQueryHandler: Done processing query | ||
895 | 2024.05.20 17:13:54.042297 [ 3 ] {167c632d-3dcc-420e-bd78-6700d8e7753e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
896 | 2024.05.20 17:13:54.042312 [ 3 ] {} <Debug> HTTP-Session: 09980f9e-9faa-44c4-8cea-261b0e7029c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
897 | 2024.05.20 17:13:54.042421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
898 | 2024.05.20 17:13:54.042470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
899 | 2024.05.20 17:13:54.042488 [ 3 ] {} <Debug> HTTP-Session: d5720c57-26b7-4526-8f0d-95cc72ab090c Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
900 | 2024.05.20 17:13:54.042504 [ 3 ] {} <Debug> HTTP-Session: d5720c57-26b7-4526-8f0d-95cc72ab090c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.05.20 17:13:54.042517 [ 3 ] {} <Debug> HTTP-Session: d5720c57-26b7-4526-8f0d-95cc72ab090c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
902 | 2024.05.20 17:13:54.042555 [ 3 ] {} <Trace> HTTP-Session: d5720c57-26b7-4526-8f0d-95cc72ab090c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
903 | 2024.05.20 17:13:54.042651 [ 3 ] {05ac91a5-e4b1-4df7-9bc3-b51c032c103f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
904 | 2024.05.20 17:13:54.042693 [ 3 ] {05ac91a5-e4b1-4df7-9bc3-b51c032c103f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
905 | 2024.05.20 17:13:54.042856 [ 3 ] {05ac91a5-e4b1-4df7-9bc3-b51c032c103f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
906 | 2024.05.20 17:13:54.043808 [ 3 ] {05ac91a5-e4b1-4df7-9bc3-b51c032c103f} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
907 | 2024.05.20 17:13:54.043840 [ 3 ] {05ac91a5-e4b1-4df7-9bc3-b51c032c103f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
908 | 2024.05.20 17:13:54.044132 [ 3 ] {05ac91a5-e4b1-4df7-9bc3-b51c032c103f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
909 | 2024.05.20 17:13:54.044426 [ 3 ] {05ac91a5-e4b1-4df7-9bc3-b51c032c103f} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
910 | 2024.05.20 17:13:54.044567 [ 3 ] {05ac91a5-e4b1-4df7-9bc3-b51c032c103f} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001937 sec., 2065.049044914817 rows/sec., 173.94 KiB/sec. | ||
911 | 2024.05.20 17:13:54.044733 [ 3 ] {05ac91a5-e4b1-4df7-9bc3-b51c032c103f} <Debug> DynamicQueryHandler: Done processing query | ||
912 | 2024.05.20 17:13:54.044758 [ 3 ] {05ac91a5-e4b1-4df7-9bc3-b51c032c103f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
913 | 2024.05.20 17:13:54.044773 [ 3 ] {} <Debug> HTTP-Session: d5720c57-26b7-4526-8f0d-95cc72ab090c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
914 | 2024.05.20 17:13:54.044897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
915 | 2024.05.20 17:13:54.044945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
916 | 2024.05.20 17:13:54.044963 [ 3 ] {} <Debug> HTTP-Session: 629b5f19-f3eb-4096-8309-bb8e78dacc02 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
917 | 2024.05.20 17:13:54.044980 [ 3 ] {} <Debug> HTTP-Session: 629b5f19-f3eb-4096-8309-bb8e78dacc02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
918 | 2024.05.20 17:13:54.044994 [ 3 ] {} <Debug> HTTP-Session: 629b5f19-f3eb-4096-8309-bb8e78dacc02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.05.20 17:13:54.045023 [ 3 ] {} <Trace> HTTP-Session: 629b5f19-f3eb-4096-8309-bb8e78dacc02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
920 | 2024.05.20 17:13:54.045119 [ 3 ] {e13ee9b6-196e-4750-9c52-06a99a61d309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
921 | 2024.05.20 17:13:54.045160 [ 3 ] {e13ee9b6-196e-4750-9c52-06a99a61d309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
922 | 2024.05.20 17:13:54.045902 [ 3 ] {e13ee9b6-196e-4750-9c52-06a99a61d309} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
923 | 2024.05.20 17:13:54.046244 [ 3 ] {e13ee9b6-196e-4750-9c52-06a99a61d309} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
924 | 2024.05.20 17:13:54.046282 [ 3 ] {e13ee9b6-196e-4750-9c52-06a99a61d309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
925 | 2024.05.20 17:13:54.047173 [ 3 ] {e13ee9b6-196e-4750-9c52-06a99a61d309} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
926 | 2024.05.20 17:13:54.047481 [ 3 ] {e13ee9b6-196e-4750-9c52-06a99a61d309} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
927 | 2024.05.20 17:13:54.047634 [ 3 ] {e13ee9b6-196e-4750-9c52-06a99a61d309} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.002538 sec., 3152.088258471237 rows/sec., 253.18 KiB/sec. | ||
928 | 2024.05.20 17:13:54.047836 [ 3 ] {e13ee9b6-196e-4750-9c52-06a99a61d309} <Debug> DynamicQueryHandler: Done processing query | ||
929 | 2024.05.20 17:13:54.047861 [ 3 ] {e13ee9b6-196e-4750-9c52-06a99a61d309} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
930 | 2024.05.20 17:13:54.047878 [ 3 ] {} <Debug> HTTP-Session: 629b5f19-f3eb-4096-8309-bb8e78dacc02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
931 | 2024.05.20 17:13:54.047997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
932 | 2024.05.20 17:13:54.048045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
933 | 2024.05.20 17:13:54.048063 [ 3 ] {} <Debug> HTTP-Session: d53d482e-42cf-47c9-b184-0db605161e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
934 | 2024.05.20 17:13:54.048079 [ 3 ] {} <Debug> HTTP-Session: d53d482e-42cf-47c9-b184-0db605161e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
935 | 2024.05.20 17:13:54.048093 [ 3 ] {} <Debug> HTTP-Session: d53d482e-42cf-47c9-b184-0db605161e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
936 | 2024.05.20 17:13:54.048123 [ 3 ] {} <Trace> HTTP-Session: d53d482e-42cf-47c9-b184-0db605161e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
937 | 2024.05.20 17:13:54.048214 [ 3 ] {c8d7bad9-0ad3-45f4-926a-128b2a2e54a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
938 | 2024.05.20 17:13:54.048258 [ 3 ] {c8d7bad9-0ad3-45f4-926a-128b2a2e54a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
939 | 2024.05.20 17:13:54.048405 [ 3 ] {c8d7bad9-0ad3-45f4-926a-128b2a2e54a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
940 | 2024.05.20 17:13:54.048701 [ 3 ] {c8d7bad9-0ad3-45f4-926a-128b2a2e54a8} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
941 | 2024.05.20 17:13:54.048738 [ 3 ] {c8d7bad9-0ad3-45f4-926a-128b2a2e54a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
942 | 2024.05.20 17:13:54.049169 [ 3 ] {c8d7bad9-0ad3-45f4-926a-128b2a2e54a8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
943 | 2024.05.20 17:13:54.049498 [ 3 ] {c8d7bad9-0ad3-45f4-926a-128b2a2e54a8} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
944 | 2024.05.20 17:13:54.049642 [ 3 ] {c8d7bad9-0ad3-45f4-926a-128b2a2e54a8} <Debug> executeQuery: Read 2 rows, 156.00 B in 0.001445 sec., 1384.0830449826988 rows/sec., 105.43 KiB/sec. | ||
945 | 2024.05.20 17:13:54.049907 [ 3 ] {c8d7bad9-0ad3-45f4-926a-128b2a2e54a8} <Debug> DynamicQueryHandler: Done processing query | ||
946 | 2024.05.20 17:13:54.049932 [ 3 ] {c8d7bad9-0ad3-45f4-926a-128b2a2e54a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
947 | 2024.05.20 17:13:54.049947 [ 3 ] {} <Debug> HTTP-Session: d53d482e-42cf-47c9-b184-0db605161e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
948 | 2024.05.20 17:13:54.050057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
949 | 2024.05.20 17:13:54.050105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
950 | 2024.05.20 17:13:54.050123 [ 3 ] {} <Debug> HTTP-Session: 6b4a3e31-b2a4-451b-91a2-790dae2f3c22 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
951 | 2024.05.20 17:13:54.050140 [ 3 ] {} <Debug> HTTP-Session: 6b4a3e31-b2a4-451b-91a2-790dae2f3c22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.05.20 17:13:54.050154 [ 3 ] {} <Debug> HTTP-Session: 6b4a3e31-b2a4-451b-91a2-790dae2f3c22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
953 | 2024.05.20 17:13:54.050185 [ 3 ] {} <Trace> HTTP-Session: 6b4a3e31-b2a4-451b-91a2-790dae2f3c22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
954 | 2024.05.20 17:13:54.050278 [ 3 ] {974c9c3f-5470-4cd9-9abe-2c4f88312710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
955 | 2024.05.20 17:13:54.050322 [ 3 ] {974c9c3f-5470-4cd9-9abe-2c4f88312710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
956 | 2024.05.20 17:13:54.050468 [ 3 ] {974c9c3f-5470-4cd9-9abe-2c4f88312710} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
957 | 2024.05.20 17:13:54.050727 [ 3 ] {974c9c3f-5470-4cd9-9abe-2c4f88312710} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
958 | 2024.05.20 17:13:54.050762 [ 3 ] {974c9c3f-5470-4cd9-9abe-2c4f88312710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
959 | 2024.05.20 17:13:54.051099 [ 3 ] {974c9c3f-5470-4cd9-9abe-2c4f88312710} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
960 | 2024.05.20 17:13:54.051416 [ 3 ] {974c9c3f-5470-4cd9-9abe-2c4f88312710} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
961 | 2024.05.20 17:13:54.051561 [ 3 ] {974c9c3f-5470-4cd9-9abe-2c4f88312710} <Debug> executeQuery: Read 2 rows, 129.00 B in 0.001306 sec., 1531.3935681470136 rows/sec., 96.46 KiB/sec. | ||
962 | 2024.05.20 17:13:54.051766 [ 3 ] {974c9c3f-5470-4cd9-9abe-2c4f88312710} <Debug> DynamicQueryHandler: Done processing query | ||
963 | 2024.05.20 17:13:54.051791 [ 3 ] {974c9c3f-5470-4cd9-9abe-2c4f88312710} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
964 | 2024.05.20 17:13:54.051807 [ 3 ] {} <Debug> HTTP-Session: 6b4a3e31-b2a4-451b-91a2-790dae2f3c22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
965 | 2024.05.20 17:13:59.019026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
966 | 2024.05.20 17:13:59.019147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
967 | 2024.05.20 17:13:59.019171 [ 3 ] {} <Debug> HTTP-Session: 1660b87f-18ac-4cd4-a027-05193fcb398e Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
968 | 2024.05.20 17:13:59.019195 [ 3 ] {} <Debug> HTTP-Session: 1660b87f-18ac-4cd4-a027-05193fcb398e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.05.20 17:13:59.019210 [ 3 ] {} <Debug> HTTP-Session: 1660b87f-18ac-4cd4-a027-05193fcb398e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
970 | 2024.05.20 17:13:59.019260 [ 3 ] {} <Trace> HTTP-Session: 1660b87f-18ac-4cd4-a027-05193fcb398e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
971 | 2024.05.20 17:13:59.019435 [ 3 ] {7c499e9c-9298-47de-864f-94cf4bd09347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
972 | 2024.05.20 17:13:59.019499 [ 3 ] {7c499e9c-9298-47de-864f-94cf4bd09347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
973 | 2024.05.20 17:13:59.019692 [ 3 ] {7c499e9c-9298-47de-864f-94cf4bd09347} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
974 | 2024.05.20 17:13:59.020156 [ 3 ] {7c499e9c-9298-47de-864f-94cf4bd09347} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
975 | 2024.05.20 17:13:59.020199 [ 3 ] {7c499e9c-9298-47de-864f-94cf4bd09347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
976 | 2024.05.20 17:13:59.020558 [ 3 ] {7c499e9c-9298-47de-864f-94cf4bd09347} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
977 | 2024.05.20 17:13:59.020898 [ 3 ] {7c499e9c-9298-47de-864f-94cf4bd09347} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
978 | 2024.05.20 17:13:59.021098 [ 3 ] {7c499e9c-9298-47de-864f-94cf4bd09347} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001708 sec., 2341.9203747072597 rows/sec., 197.26 KiB/sec. | ||
979 | 2024.05.20 17:13:59.021422 [ 3 ] {7c499e9c-9298-47de-864f-94cf4bd09347} <Debug> DynamicQueryHandler: Done processing query | ||
980 | 2024.05.20 17:13:59.021454 [ 3 ] {7c499e9c-9298-47de-864f-94cf4bd09347} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
981 | 2024.05.20 17:13:59.021471 [ 3 ] {} <Debug> HTTP-Session: 1660b87f-18ac-4cd4-a027-05193fcb398e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
982 | 2024.05.20 17:13:59.021613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
983 | 2024.05.20 17:13:59.021674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
984 | 2024.05.20 17:13:59.021695 [ 3 ] {} <Debug> HTTP-Session: 0fc0a65d-9dde-4019-bdd5-93dcf599d59b Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
985 | 2024.05.20 17:13:59.021714 [ 3 ] {} <Debug> HTTP-Session: 0fc0a65d-9dde-4019-bdd5-93dcf599d59b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
986 | 2024.05.20 17:13:59.021728 [ 3 ] {} <Debug> HTTP-Session: 0fc0a65d-9dde-4019-bdd5-93dcf599d59b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.05.20 17:13:59.021764 [ 3 ] {} <Trace> HTTP-Session: 0fc0a65d-9dde-4019-bdd5-93dcf599d59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
988 | 2024.05.20 17:13:59.021877 [ 3 ] {5337919f-5c30-4e18-ad8b-cfba4acb9305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
989 | 2024.05.20 17:13:59.021927 [ 3 ] {5337919f-5c30-4e18-ad8b-cfba4acb9305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
990 | 2024.05.20 17:13:59.022077 [ 3 ] {5337919f-5c30-4e18-ad8b-cfba4acb9305} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
991 | 2024.05.20 17:13:59.022410 [ 3 ] {5337919f-5c30-4e18-ad8b-cfba4acb9305} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
992 | 2024.05.20 17:13:59.022448 [ 3 ] {5337919f-5c30-4e18-ad8b-cfba4acb9305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
993 | 2024.05.20 17:13:59.022758 [ 3 ] {5337919f-5c30-4e18-ad8b-cfba4acb9305} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
994 | 2024.05.20 17:13:59.023062 [ 3 ] {5337919f-5c30-4e18-ad8b-cfba4acb9305} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
995 | 2024.05.20 17:13:59.023217 [ 3 ] {5337919f-5c30-4e18-ad8b-cfba4acb9305} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001363 sec., 5869.405722670579 rows/sec., 471.44 KiB/sec. | ||
996 | 2024.05.20 17:13:59.023418 [ 3 ] {5337919f-5c30-4e18-ad8b-cfba4acb9305} <Debug> DynamicQueryHandler: Done processing query | ||
997 | 2024.05.20 17:13:59.023444 [ 3 ] {5337919f-5c30-4e18-ad8b-cfba4acb9305} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
998 | 2024.05.20 17:13:59.023460 [ 3 ] {} <Debug> HTTP-Session: 0fc0a65d-9dde-4019-bdd5-93dcf599d59b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
999 | 2024.05.20 17:13:59.023581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 2027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1000 | 2024.05.20 17:13:59.023642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1001 | 2024.05.20 17:13:59.023675 [ 3 ] {} <Debug> HTTP-Session: f4304825-ea1f-446d-8d39-7e1622315f7d Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1002 | 2024.05.20 17:13:59.023697 [ 3 ] {} <Debug> HTTP-Session: f4304825-ea1f-446d-8d39-7e1622315f7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1003 | 2024.05.20 17:13:59.023712 [ 3 ] {} <Debug> HTTP-Session: f4304825-ea1f-446d-8d39-7e1622315f7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.05.20 17:13:59.023759 [ 3 ] {} <Trace> HTTP-Session: f4304825-ea1f-446d-8d39-7e1622315f7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1005 | 2024.05.20 17:13:59.023892 [ 3 ] {fdc50cb0-e280-4258-b382-650c07b31826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1006 | 2024.05.20 17:13:59.023942 [ 3 ] {fdc50cb0-e280-4258-b382-650c07b31826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1007 | 2024.05.20 17:13:59.024090 [ 3 ] {fdc50cb0-e280-4258-b382-650c07b31826} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1008 | 2024.05.20 17:13:59.025459 [ 3 ] {fdc50cb0-e280-4258-b382-650c07b31826} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1009 | 2024.05.20 17:13:59.025495 [ 3 ] {fdc50cb0-e280-4258-b382-650c07b31826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1010 | 2024.05.20 17:13:59.025883 [ 3 ] {fdc50cb0-e280-4258-b382-650c07b31826} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1011 | 2024.05.20 17:13:59.026220 [ 3 ] {fdc50cb0-e280-4258-b382-650c07b31826} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1012 | 2024.05.20 17:13:59.026384 [ 3 ] {fdc50cb0-e280-4258-b382-650c07b31826} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.002521 sec., 3966.6798889329634 rows/sec., 302.15 KiB/sec. | ||
1013 | 2024.05.20 17:13:59.026567 [ 3 ] {fdc50cb0-e280-4258-b382-650c07b31826} <Debug> DynamicQueryHandler: Done processing query | ||
1014 | 2024.05.20 17:13:59.026593 [ 3 ] {fdc50cb0-e280-4258-b382-650c07b31826} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1015 | 2024.05.20 17:13:59.026610 [ 3 ] {} <Debug> HTTP-Session: f4304825-ea1f-446d-8d39-7e1622315f7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.05.20 17:13:59.026738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1017 | 2024.05.20 17:13:59.026789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1018 | 2024.05.20 17:13:59.026808 [ 3 ] {} <Debug> HTTP-Session: 6ce1f47d-99a4-4abc-b3ed-aaf073d5a10e Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1019 | 2024.05.20 17:13:59.026824 [ 3 ] {} <Debug> HTTP-Session: 6ce1f47d-99a4-4abc-b3ed-aaf073d5a10e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1020 | 2024.05.20 17:13:59.026838 [ 3 ] {} <Debug> HTTP-Session: 6ce1f47d-99a4-4abc-b3ed-aaf073d5a10e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.05.20 17:13:59.026870 [ 3 ] {} <Trace> HTTP-Session: 6ce1f47d-99a4-4abc-b3ed-aaf073d5a10e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1022 | 2024.05.20 17:13:59.026972 [ 3 ] {c605c743-6f68-4b37-af9e-9149eb115ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1023 | 2024.05.20 17:13:59.027019 [ 3 ] {c605c743-6f68-4b37-af9e-9149eb115ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1024 | 2024.05.20 17:13:59.027150 [ 3 ] {c605c743-6f68-4b37-af9e-9149eb115ee8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1025 | 2024.05.20 17:13:59.027478 [ 3 ] {c605c743-6f68-4b37-af9e-9149eb115ee8} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1026 | 2024.05.20 17:13:59.027515 [ 3 ] {c605c743-6f68-4b37-af9e-9149eb115ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1027 | 2024.05.20 17:13:59.027865 [ 3 ] {c605c743-6f68-4b37-af9e-9149eb115ee8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1028 | 2024.05.20 17:13:59.028174 [ 3 ] {c605c743-6f68-4b37-af9e-9149eb115ee8} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1029 | 2024.05.20 17:13:59.028328 [ 3 ] {c605c743-6f68-4b37-af9e-9149eb115ee8} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001378 sec., 7256.894049346879 rows/sec., 457.10 KiB/sec. | ||
1030 | 2024.05.20 17:13:59.028496 [ 3 ] {c605c743-6f68-4b37-af9e-9149eb115ee8} <Debug> DynamicQueryHandler: Done processing query | ||
1031 | 2024.05.20 17:13:59.028521 [ 3 ] {c605c743-6f68-4b37-af9e-9149eb115ee8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1032 | 2024.05.20 17:13:59.028537 [ 3 ] {} <Debug> HTTP-Session: 6ce1f47d-99a4-4abc-b3ed-aaf073d5a10e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1033 | 2024.05.20 17:14:04.019223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1034 | 2024.05.20 17:14:04.019342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1035 | 2024.05.20 17:14:04.019366 [ 3 ] {} <Debug> HTTP-Session: 28501623-b0f4-48a5-bda3-6e94fda1eb12 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1036 | 2024.05.20 17:14:04.019390 [ 3 ] {} <Debug> HTTP-Session: 28501623-b0f4-48a5-bda3-6e94fda1eb12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1037 | 2024.05.20 17:14:04.019404 [ 3 ] {} <Debug> HTTP-Session: 28501623-b0f4-48a5-bda3-6e94fda1eb12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.05.20 17:14:04.019451 [ 3 ] {} <Trace> HTTP-Session: 28501623-b0f4-48a5-bda3-6e94fda1eb12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1039 | 2024.05.20 17:14:04.019621 [ 3 ] {68810ed5-d849-44db-9405-a8bf26b9b890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1040 | 2024.05.20 17:14:04.019693 [ 3 ] {68810ed5-d849-44db-9405-a8bf26b9b890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1041 | 2024.05.20 17:14:04.019876 [ 3 ] {68810ed5-d849-44db-9405-a8bf26b9b890} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1042 | 2024.05.20 17:14:04.020319 [ 3 ] {68810ed5-d849-44db-9405-a8bf26b9b890} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1043 | 2024.05.20 17:14:04.020370 [ 3 ] {68810ed5-d849-44db-9405-a8bf26b9b890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1044 | 2024.05.20 17:14:04.020734 [ 3 ] {68810ed5-d849-44db-9405-a8bf26b9b890} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1045 | 2024.05.20 17:14:04.021076 [ 3 ] {68810ed5-d849-44db-9405-a8bf26b9b890} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1046 | 2024.05.20 17:14:04.021239 [ 3 ] {68810ed5-d849-44db-9405-a8bf26b9b890} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001662 sec., 2406.7388688327314 rows/sec., 202.72 KiB/sec. | ||
1047 | 2024.05.20 17:14:04.021470 [ 3 ] {68810ed5-d849-44db-9405-a8bf26b9b890} <Debug> DynamicQueryHandler: Done processing query | ||
1048 | 2024.05.20 17:14:04.021497 [ 3 ] {68810ed5-d849-44db-9405-a8bf26b9b890} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1049 | 2024.05.20 17:14:04.021514 [ 3 ] {} <Debug> HTTP-Session: 28501623-b0f4-48a5-bda3-6e94fda1eb12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1050 | 2024.05.20 17:14:04.021649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1051 | 2024.05.20 17:14:04.021710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1052 | 2024.05.20 17:14:04.021729 [ 3 ] {} <Debug> HTTP-Session: 1bb47a68-909d-448d-b9ef-63721efc948c Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1053 | 2024.05.20 17:14:04.021748 [ 3 ] {} <Debug> HTTP-Session: 1bb47a68-909d-448d-b9ef-63721efc948c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1054 | 2024.05.20 17:14:04.021761 [ 3 ] {} <Debug> HTTP-Session: 1bb47a68-909d-448d-b9ef-63721efc948c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1055 | 2024.05.20 17:14:04.021795 [ 3 ] {} <Trace> HTTP-Session: 1bb47a68-909d-448d-b9ef-63721efc948c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1056 | 2024.05.20 17:14:04.021911 [ 3 ] {c05b6e02-4d30-4329-a814-4316336b168f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1057 | 2024.05.20 17:14:04.021957 [ 3 ] {c05b6e02-4d30-4329-a814-4316336b168f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1058 | 2024.05.20 17:14:04.022089 [ 3 ] {c05b6e02-4d30-4329-a814-4316336b168f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1059 | 2024.05.20 17:14:04.022433 [ 3 ] {c05b6e02-4d30-4329-a814-4316336b168f} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1060 | 2024.05.20 17:14:04.022472 [ 3 ] {c05b6e02-4d30-4329-a814-4316336b168f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1061 | 2024.05.20 17:14:04.022782 [ 3 ] {c05b6e02-4d30-4329-a814-4316336b168f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1062 | 2024.05.20 17:14:04.023089 [ 3 ] {c05b6e02-4d30-4329-a814-4316336b168f} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1063 | 2024.05.20 17:14:04.023233 [ 3 ] {c05b6e02-4d30-4329-a814-4316336b168f} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001342 sec., 5961.251862891207 rows/sec., 478.82 KiB/sec. | ||
1064 | 2024.05.20 17:14:04.023509 [ 3 ] {c05b6e02-4d30-4329-a814-4316336b168f} <Debug> DynamicQueryHandler: Done processing query | ||
1065 | 2024.05.20 17:14:04.023534 [ 3 ] {c05b6e02-4d30-4329-a814-4316336b168f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1066 | 2024.05.20 17:14:04.023550 [ 3 ] {} <Debug> HTTP-Session: 1bb47a68-909d-448d-b9ef-63721efc948c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1067 | 2024.05.20 17:14:04.023667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 2027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1068 | 2024.05.20 17:14:04.023719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1069 | 2024.05.20 17:14:04.023737 [ 3 ] {} <Debug> HTTP-Session: 9e772cf4-231f-4e03-83a3-cfe5b15dcc27 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1070 | 2024.05.20 17:14:04.023755 [ 3 ] {} <Debug> HTTP-Session: 9e772cf4-231f-4e03-83a3-cfe5b15dcc27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1071 | 2024.05.20 17:14:04.023768 [ 3 ] {} <Debug> HTTP-Session: 9e772cf4-231f-4e03-83a3-cfe5b15dcc27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1072 | 2024.05.20 17:14:04.023800 [ 3 ] {} <Trace> HTTP-Session: 9e772cf4-231f-4e03-83a3-cfe5b15dcc27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1073 | 2024.05.20 17:14:04.023954 [ 3 ] {a3e79a17-13a1-44de-900d-c9f4099c2df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1074 | 2024.05.20 17:14:04.024010 [ 3 ] {a3e79a17-13a1-44de-900d-c9f4099c2df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1075 | 2024.05.20 17:14:04.024182 [ 3 ] {a3e79a17-13a1-44de-900d-c9f4099c2df9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1076 | 2024.05.20 17:14:04.024485 [ 3 ] {a3e79a17-13a1-44de-900d-c9f4099c2df9} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1077 | 2024.05.20 17:14:04.024523 [ 3 ] {a3e79a17-13a1-44de-900d-c9f4099c2df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1078 | 2024.05.20 17:14:04.024907 [ 3 ] {a3e79a17-13a1-44de-900d-c9f4099c2df9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1079 | 2024.05.20 17:14:04.025252 [ 3 ] {a3e79a17-13a1-44de-900d-c9f4099c2df9} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1080 | 2024.05.20 17:14:04.025402 [ 3 ] {a3e79a17-13a1-44de-900d-c9f4099c2df9} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001473 sec., 6788.866259334692 rows/sec., 517.12 KiB/sec. | ||
1081 | 2024.05.20 17:14:04.025614 [ 3 ] {a3e79a17-13a1-44de-900d-c9f4099c2df9} <Debug> DynamicQueryHandler: Done processing query | ||
1082 | 2024.05.20 17:14:04.025639 [ 3 ] {a3e79a17-13a1-44de-900d-c9f4099c2df9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1083 | 2024.05.20 17:14:04.025655 [ 3 ] {} <Debug> HTTP-Session: 9e772cf4-231f-4e03-83a3-cfe5b15dcc27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1084 | 2024.05.20 17:14:04.025772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1085 | 2024.05.20 17:14:04.025824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1086 | 2024.05.20 17:14:04.025844 [ 3 ] {} <Debug> HTTP-Session: f207f765-ee59-485a-8e29-47985c36f4ba Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1087 | 2024.05.20 17:14:04.025861 [ 3 ] {} <Debug> HTTP-Session: f207f765-ee59-485a-8e29-47985c36f4ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1088 | 2024.05.20 17:14:04.025875 [ 3 ] {} <Debug> HTTP-Session: f207f765-ee59-485a-8e29-47985c36f4ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1089 | 2024.05.20 17:14:04.025908 [ 3 ] {} <Trace> HTTP-Session: f207f765-ee59-485a-8e29-47985c36f4ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1090 | 2024.05.20 17:14:04.026007 [ 3 ] {4b87eed5-e701-4f44-a60a-767da1f2e312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1091 | 2024.05.20 17:14:04.026054 [ 3 ] {4b87eed5-e701-4f44-a60a-767da1f2e312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1092 | 2024.05.20 17:14:04.026190 [ 3 ] {4b87eed5-e701-4f44-a60a-767da1f2e312} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1093 | 2024.05.20 17:14:04.026463 [ 3 ] {4b87eed5-e701-4f44-a60a-767da1f2e312} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1094 | 2024.05.20 17:14:04.026499 [ 3 ] {4b87eed5-e701-4f44-a60a-767da1f2e312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1095 | 2024.05.20 17:14:04.026858 [ 3 ] {4b87eed5-e701-4f44-a60a-767da1f2e312} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1096 | 2024.05.20 17:14:04.027178 [ 3 ] {4b87eed5-e701-4f44-a60a-767da1f2e312} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1097 | 2024.05.20 17:14:04.027331 [ 3 ] {4b87eed5-e701-4f44-a60a-767da1f2e312} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001339 sec., 7468.259895444362 rows/sec., 470.41 KiB/sec. | ||
1098 | 2024.05.20 17:14:04.027498 [ 3 ] {4b87eed5-e701-4f44-a60a-767da1f2e312} <Debug> DynamicQueryHandler: Done processing query | ||
1099 | 2024.05.20 17:14:04.027524 [ 3 ] {4b87eed5-e701-4f44-a60a-767da1f2e312} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1100 | 2024.05.20 17:14:04.027539 [ 3 ] {} <Debug> HTTP-Session: f207f765-ee59-485a-8e29-47985c36f4ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1101 | 2024.05.20 17:14:08.305418 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1102 | 2024.05.20 17:14:08.305482 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1103 | 2024.05.20 17:14:09.018705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1104 | 2024.05.20 17:14:09.018823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1105 | 2024.05.20 17:14:09.018856 [ 3 ] {} <Debug> HTTP-Session: bdf078b6-9726-4543-af38-95b30a86f7c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1106 | 2024.05.20 17:14:09.018881 [ 3 ] {} <Debug> HTTP-Session: bdf078b6-9726-4543-af38-95b30a86f7c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1107 | 2024.05.20 17:14:09.018897 [ 3 ] {} <Debug> HTTP-Session: bdf078b6-9726-4543-af38-95b30a86f7c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1108 | 2024.05.20 17:14:09.018951 [ 3 ] {} <Trace> HTTP-Session: bdf078b6-9726-4543-af38-95b30a86f7c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1109 | 2024.05.20 17:14:09.019150 [ 3 ] {1cd1f412-a528-4ae0-8459-51627815f97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1110 | 2024.05.20 17:14:09.019225 [ 3 ] {1cd1f412-a528-4ae0-8459-51627815f97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1111 | 2024.05.20 17:14:09.019425 [ 3 ] {1cd1f412-a528-4ae0-8459-51627815f97e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1112 | 2024.05.20 17:14:09.019852 [ 3 ] {1cd1f412-a528-4ae0-8459-51627815f97e} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1113 | 2024.05.20 17:14:09.019907 [ 3 ] {1cd1f412-a528-4ae0-8459-51627815f97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1114 | 2024.05.20 17:14:09.020292 [ 3 ] {1cd1f412-a528-4ae0-8459-51627815f97e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1115 | 2024.05.20 17:14:09.020643 [ 3 ] {1cd1f412-a528-4ae0-8459-51627815f97e} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1116 | 2024.05.20 17:14:09.020817 [ 3 ] {1cd1f412-a528-4ae0-8459-51627815f97e} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001713 sec., 2335.0846468184473 rows/sec., 196.68 KiB/sec. | ||
1117 | 2024.05.20 17:14:09.021150 [ 3 ] {1cd1f412-a528-4ae0-8459-51627815f97e} <Debug> DynamicQueryHandler: Done processing query | ||
1118 | 2024.05.20 17:14:09.021181 [ 3 ] {1cd1f412-a528-4ae0-8459-51627815f97e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1119 | 2024.05.20 17:14:09.021204 [ 3 ] {} <Debug> HTTP-Session: bdf078b6-9726-4543-af38-95b30a86f7c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1120 | 2024.05.20 17:14:09.021336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1121 | 2024.05.20 17:14:09.021402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1122 | 2024.05.20 17:14:09.021423 [ 3 ] {} <Debug> HTTP-Session: 38c29d59-3965-4a86-9f0f-e10b49507724 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1123 | 2024.05.20 17:14:09.021442 [ 3 ] {} <Debug> HTTP-Session: 38c29d59-3965-4a86-9f0f-e10b49507724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1124 | 2024.05.20 17:14:09.021456 [ 3 ] {} <Debug> HTTP-Session: 38c29d59-3965-4a86-9f0f-e10b49507724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1125 | 2024.05.20 17:14:09.021493 [ 3 ] {} <Trace> HTTP-Session: 38c29d59-3965-4a86-9f0f-e10b49507724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1126 | 2024.05.20 17:14:09.021610 [ 3 ] {e237c4dc-7e87-45bd-921c-a342cf4376e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1127 | 2024.05.20 17:14:09.021661 [ 3 ] {e237c4dc-7e87-45bd-921c-a342cf4376e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1128 | 2024.05.20 17:14:09.021823 [ 3 ] {e237c4dc-7e87-45bd-921c-a342cf4376e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1129 | 2024.05.20 17:14:09.022148 [ 3 ] {e237c4dc-7e87-45bd-921c-a342cf4376e0} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1130 | 2024.05.20 17:14:09.022188 [ 3 ] {e237c4dc-7e87-45bd-921c-a342cf4376e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1131 | 2024.05.20 17:14:09.022502 [ 3 ] {e237c4dc-7e87-45bd-921c-a342cf4376e0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1132 | 2024.05.20 17:14:09.022817 [ 3 ] {e237c4dc-7e87-45bd-921c-a342cf4376e0} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1133 | 2024.05.20 17:14:09.022978 [ 3 ] {e237c4dc-7e87-45bd-921c-a342cf4376e0} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001401 sec., 5710.206995003569 rows/sec., 458.66 KiB/sec. | ||
1134 | 2024.05.20 17:14:09.023173 [ 3 ] {e237c4dc-7e87-45bd-921c-a342cf4376e0} <Debug> DynamicQueryHandler: Done processing query | ||
1135 | 2024.05.20 17:14:09.023201 [ 3 ] {e237c4dc-7e87-45bd-921c-a342cf4376e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1136 | 2024.05.20 17:14:09.023218 [ 3 ] {} <Debug> HTTP-Session: 38c29d59-3965-4a86-9f0f-e10b49507724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1137 | 2024.05.20 17:14:09.023339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 2027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1138 | 2024.05.20 17:14:09.023417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1139 | 2024.05.20 17:14:09.023446 [ 3 ] {} <Debug> HTTP-Session: fc35d9b5-e003-4265-9033-29afd1d8deb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1140 | 2024.05.20 17:14:09.023468 [ 3 ] {} <Debug> HTTP-Session: fc35d9b5-e003-4265-9033-29afd1d8deb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1141 | 2024.05.20 17:14:09.023488 [ 3 ] {} <Debug> HTTP-Session: fc35d9b5-e003-4265-9033-29afd1d8deb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1142 | 2024.05.20 17:14:09.023527 [ 3 ] {} <Trace> HTTP-Session: fc35d9b5-e003-4265-9033-29afd1d8deb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1143 | 2024.05.20 17:14:09.023643 [ 3 ] {cd5fbd64-f465-4e05-bff7-18abc3327845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1144 | 2024.05.20 17:14:09.023696 [ 3 ] {cd5fbd64-f465-4e05-bff7-18abc3327845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1145 | 2024.05.20 17:14:09.023859 [ 3 ] {cd5fbd64-f465-4e05-bff7-18abc3327845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1146 | 2024.05.20 17:14:09.024183 [ 3 ] {cd5fbd64-f465-4e05-bff7-18abc3327845} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1147 | 2024.05.20 17:14:09.024222 [ 3 ] {cd5fbd64-f465-4e05-bff7-18abc3327845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1148 | 2024.05.20 17:14:09.024613 [ 3 ] {cd5fbd64-f465-4e05-bff7-18abc3327845} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1149 | 2024.05.20 17:14:09.024956 [ 3 ] {cd5fbd64-f465-4e05-bff7-18abc3327845} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1150 | 2024.05.20 17:14:09.025112 [ 3 ] {cd5fbd64-f465-4e05-bff7-18abc3327845} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001499 sec., 6671.1140760507005 rows/sec., 508.15 KiB/sec. | ||
1151 | 2024.05.20 17:14:09.025298 [ 3 ] {cd5fbd64-f465-4e05-bff7-18abc3327845} <Debug> DynamicQueryHandler: Done processing query | ||
1152 | 2024.05.20 17:14:09.025324 [ 3 ] {cd5fbd64-f465-4e05-bff7-18abc3327845} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1153 | 2024.05.20 17:14:09.025340 [ 3 ] {} <Debug> HTTP-Session: fc35d9b5-e003-4265-9033-29afd1d8deb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1154 | 2024.05.20 17:14:09.025445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1155 | 2024.05.20 17:14:09.025499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1156 | 2024.05.20 17:14:09.025519 [ 3 ] {} <Debug> HTTP-Session: 57c68a1b-824d-46f0-b9f1-9491f5170a45 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1157 | 2024.05.20 17:14:09.025536 [ 3 ] {} <Debug> HTTP-Session: 57c68a1b-824d-46f0-b9f1-9491f5170a45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1158 | 2024.05.20 17:14:09.025551 [ 3 ] {} <Debug> HTTP-Session: 57c68a1b-824d-46f0-b9f1-9491f5170a45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1159 | 2024.05.20 17:14:09.025584 [ 3 ] {} <Trace> HTTP-Session: 57c68a1b-824d-46f0-b9f1-9491f5170a45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1160 | 2024.05.20 17:14:09.025688 [ 3 ] {f9b999f1-c30e-4ce8-ac47-a328880b9203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1161 | 2024.05.20 17:14:09.025736 [ 3 ] {f9b999f1-c30e-4ce8-ac47-a328880b9203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1162 | 2024.05.20 17:14:09.025866 [ 3 ] {f9b999f1-c30e-4ce8-ac47-a328880b9203} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1163 | 2024.05.20 17:14:09.026154 [ 3 ] {f9b999f1-c30e-4ce8-ac47-a328880b9203} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1164 | 2024.05.20 17:14:09.026191 [ 3 ] {f9b999f1-c30e-4ce8-ac47-a328880b9203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1165 | 2024.05.20 17:14:09.026545 [ 3 ] {f9b999f1-c30e-4ce8-ac47-a328880b9203} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1166 | 2024.05.20 17:14:09.026871 [ 3 ] {f9b999f1-c30e-4ce8-ac47-a328880b9203} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1167 | 2024.05.20 17:14:09.027032 [ 3 ] {f9b999f1-c30e-4ce8-ac47-a328880b9203} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001369 sec., 7304.601899196494 rows/sec., 460.10 KiB/sec. | ||
1168 | 2024.05.20 17:14:09.027224 [ 3 ] {f9b999f1-c30e-4ce8-ac47-a328880b9203} <Debug> DynamicQueryHandler: Done processing query | ||
1169 | 2024.05.20 17:14:09.027248 [ 3 ] {f9b999f1-c30e-4ce8-ac47-a328880b9203} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1170 | 2024.05.20 17:14:09.027265 [ 3 ] {} <Debug> HTTP-Session: 57c68a1b-824d-46f0-b9f1-9491f5170a45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1171 | 2024.05.20 17:14:14.019465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1172 | 2024.05.20 17:14:14.019590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1173 | 2024.05.20 17:14:14.019615 [ 3 ] {} <Debug> HTTP-Session: 4f458ac5-3bb0-480a-8635-9194a97026c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1174 | 2024.05.20 17:14:14.019639 [ 3 ] {} <Debug> HTTP-Session: 4f458ac5-3bb0-480a-8635-9194a97026c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1175 | 2024.05.20 17:14:14.019653 [ 3 ] {} <Debug> HTTP-Session: 4f458ac5-3bb0-480a-8635-9194a97026c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1176 | 2024.05.20 17:14:14.019702 [ 3 ] {} <Trace> HTTP-Session: 4f458ac5-3bb0-480a-8635-9194a97026c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1177 | 2024.05.20 17:14:14.019937 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1178 | 2024.05.20 17:14:14.020347 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1179 | 2024.05.20 17:14:14.020413 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1180 | 2024.05.20 17:14:14.020660 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1181 | 2024.05.20 17:14:14.020856 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1182 | 2024.05.20 17:14:14.021221 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
1183 | 2024.05.20 17:14:14.022390 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1184 | 2024.05.20 17:14:14.022447 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1185 | 2024.05.20 17:14:14.022468 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1186 | 2024.05.20 17:14:14.022588 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1187 | 2024.05.20 17:14:14.022615 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1188 | 2024.05.20 17:14:14.024823 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.005041 sec., 793.4933544931561 rows/sec., 32.74 KiB/sec. | ||
1189 | 2024.05.20 17:14:14.025256 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Debug> DynamicQueryHandler: Done processing query | ||
1190 | 2024.05.20 17:14:14.025289 [ 3 ] {cd126532-69e7-4617-8388-10115f08ab13} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1191 | 2024.05.20 17:14:14.025307 [ 3 ] {} <Debug> HTTP-Session: 4f458ac5-3bb0-480a-8635-9194a97026c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1192 | 2024.05.20 17:14:14.025564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1193 | 2024.05.20 17:14:14.025623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1194 | 2024.05.20 17:14:14.025644 [ 3 ] {} <Debug> HTTP-Session: bec551a1-ae2d-4e34-b72d-d8a048897468 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1195 | 2024.05.20 17:14:14.025663 [ 3 ] {} <Debug> HTTP-Session: bec551a1-ae2d-4e34-b72d-d8a048897468 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1196 | 2024.05.20 17:14:14.025677 [ 3 ] {} <Debug> HTTP-Session: bec551a1-ae2d-4e34-b72d-d8a048897468 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1197 | 2024.05.20 17:14:14.025716 [ 3 ] {} <Trace> HTTP-Session: bec551a1-ae2d-4e34-b72d-d8a048897468 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1198 | 2024.05.20 17:14:14.025866 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1199 | 2024.05.20 17:14:14.026123 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1200 | 2024.05.20 17:14:14.026157 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1201 | 2024.05.20 17:14:14.026362 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1202 | 2024.05.20 17:14:14.026434 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1203 | 2024.05.20 17:14:14.026579 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1204 | 2024.05.20 17:14:14.026613 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1205 | 2024.05.20 17:14:14.026637 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1206 | 2024.05.20 17:14:14.026655 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1207 | 2024.05.20 17:14:14.026695 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1208 | 2024.05.20 17:14:14.026715 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1209 | 2024.05.20 17:14:14.027521 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001717 sec., 2329.6447291788004 rows/sec., 96.12 KiB/sec. | ||
1210 | 2024.05.20 17:14:14.027753 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Debug> DynamicQueryHandler: Done processing query | ||
1211 | 2024.05.20 17:14:14.027778 [ 3 ] {1ed788ff-7369-4c2a-854f-40aa03f82341} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1212 | 2024.05.20 17:14:14.027794 [ 3 ] {} <Debug> HTTP-Session: bec551a1-ae2d-4e34-b72d-d8a048897468 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1213 | 2024.05.20 17:14:14.028054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1214 | 2024.05.20 17:14:14.028105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1215 | 2024.05.20 17:14:14.028124 [ 3 ] {} <Debug> HTTP-Session: b207ed70-1bd0-4dd1-88b1-39cb88c02c1c Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1216 | 2024.05.20 17:14:14.028141 [ 3 ] {} <Debug> HTTP-Session: b207ed70-1bd0-4dd1-88b1-39cb88c02c1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1217 | 2024.05.20 17:14:14.028155 [ 3 ] {} <Debug> HTTP-Session: b207ed70-1bd0-4dd1-88b1-39cb88c02c1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1218 | 2024.05.20 17:14:14.028187 [ 3 ] {} <Trace> HTTP-Session: b207ed70-1bd0-4dd1-88b1-39cb88c02c1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1219 | 2024.05.20 17:14:14.028314 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1220 | 2024.05.20 17:14:14.028545 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1221 | 2024.05.20 17:14:14.028577 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1222 | 2024.05.20 17:14:14.028785 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1223 | 2024.05.20 17:14:14.028850 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1224 | 2024.05.20 17:14:14.028992 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1225 | 2024.05.20 17:14:14.029025 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1226 | 2024.05.20 17:14:14.029048 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1227 | 2024.05.20 17:14:14.029065 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1228 | 2024.05.20 17:14:14.029104 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1229 | 2024.05.20 17:14:14.029124 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1230 | 2024.05.20 17:14:14.029944 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001681 sec., 2379.535990481856 rows/sec., 98.18 KiB/sec. | ||
1231 | 2024.05.20 17:14:14.030176 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Debug> DynamicQueryHandler: Done processing query | ||
1232 | 2024.05.20 17:14:14.030201 [ 3 ] {a45ecacc-ae3c-4a86-bc7d-71085a9d1717} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1233 | 2024.05.20 17:14:14.030218 [ 3 ] {} <Debug> HTTP-Session: b207ed70-1bd0-4dd1-88b1-39cb88c02c1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1234 | 2024.05.20 17:14:14.030439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1235 | 2024.05.20 17:14:14.030487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1236 | 2024.05.20 17:14:14.030506 [ 3 ] {} <Debug> HTTP-Session: 907f1a82-2b91-45c8-9889-b0943447c7f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1237 | 2024.05.20 17:14:14.030523 [ 3 ] {} <Debug> HTTP-Session: 907f1a82-2b91-45c8-9889-b0943447c7f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1238 | 2024.05.20 17:14:14.030536 [ 3 ] {} <Debug> HTTP-Session: 907f1a82-2b91-45c8-9889-b0943447c7f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1239 | 2024.05.20 17:14:14.030568 [ 3 ] {} <Trace> HTTP-Session: 907f1a82-2b91-45c8-9889-b0943447c7f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1240 | 2024.05.20 17:14:14.030692 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1241 | 2024.05.20 17:14:14.030930 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1242 | 2024.05.20 17:14:14.030963 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1243 | 2024.05.20 17:14:14.031168 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1244 | 2024.05.20 17:14:14.031232 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1245 | 2024.05.20 17:14:14.031365 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1246 | 2024.05.20 17:14:14.031397 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1247 | 2024.05.20 17:14:14.031419 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1248 | 2024.05.20 17:14:14.031435 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1249 | 2024.05.20 17:14:14.031473 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1250 | 2024.05.20 17:14:14.031493 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1251 | 2024.05.20 17:14:14.032312 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.00167 sec., 2395.2095808383233 rows/sec., 98.83 KiB/sec. | ||
1252 | 2024.05.20 17:14:14.032542 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Debug> DynamicQueryHandler: Done processing query | ||
1253 | 2024.05.20 17:14:14.032566 [ 3 ] {d7441316-2b20-4c97-97f6-539cdad81143} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1254 | 2024.05.20 17:14:14.032582 [ 3 ] {} <Debug> HTTP-Session: 907f1a82-2b91-45c8-9889-b0943447c7f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1255 | 2024.05.20 17:14:14.032813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1256 | 2024.05.20 17:14:14.032863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1257 | 2024.05.20 17:14:14.032882 [ 3 ] {} <Debug> HTTP-Session: 14ac7e0d-8f31-40bd-a947-5b9e41ad242a Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1258 | 2024.05.20 17:14:14.032898 [ 3 ] {} <Debug> HTTP-Session: 14ac7e0d-8f31-40bd-a947-5b9e41ad242a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1259 | 2024.05.20 17:14:14.032911 [ 3 ] {} <Debug> HTTP-Session: 14ac7e0d-8f31-40bd-a947-5b9e41ad242a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1260 | 2024.05.20 17:14:14.032942 [ 3 ] {} <Trace> HTTP-Session: 14ac7e0d-8f31-40bd-a947-5b9e41ad242a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1261 | 2024.05.20 17:14:14.033071 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1262 | 2024.05.20 17:14:14.033303 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1263 | 2024.05.20 17:14:14.033337 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1264 | 2024.05.20 17:14:14.033547 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1265 | 2024.05.20 17:14:14.033613 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1266 | 2024.05.20 17:14:14.033748 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1267 | 2024.05.20 17:14:14.033781 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1268 | 2024.05.20 17:14:14.033803 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1269 | 2024.05.20 17:14:14.033820 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1270 | 2024.05.20 17:14:14.033858 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1271 | 2024.05.20 17:14:14.033878 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1272 | 2024.05.20 17:14:14.034637 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001617 sec., 2473.7167594310454 rows/sec., 102.06 KiB/sec. | ||
1273 | 2024.05.20 17:14:14.034913 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Debug> DynamicQueryHandler: Done processing query | ||
1274 | 2024.05.20 17:14:14.034946 [ 3 ] {4d77d859-7941-4717-bf66-d09e1c0d601a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1275 | 2024.05.20 17:14:14.034969 [ 3 ] {} <Debug> HTTP-Session: 14ac7e0d-8f31-40bd-a947-5b9e41ad242a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1276 | 2024.05.20 17:14:14.035200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1277 | 2024.05.20 17:14:14.035266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1278 | 2024.05.20 17:14:14.035293 [ 3 ] {} <Debug> HTTP-Session: 6e477236-da0a-423e-9871-2b0ede021939 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1279 | 2024.05.20 17:14:14.035316 [ 3 ] {} <Debug> HTTP-Session: 6e477236-da0a-423e-9871-2b0ede021939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1280 | 2024.05.20 17:14:14.035336 [ 3 ] {} <Debug> HTTP-Session: 6e477236-da0a-423e-9871-2b0ede021939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1281 | 2024.05.20 17:14:14.035377 [ 3 ] {} <Trace> HTTP-Session: 6e477236-da0a-423e-9871-2b0ede021939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1282 | 2024.05.20 17:14:14.035547 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1283 | 2024.05.20 17:14:14.035877 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1284 | 2024.05.20 17:14:14.035925 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1285 | 2024.05.20 17:14:14.036240 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1286 | 2024.05.20 17:14:14.036326 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1287 | 2024.05.20 17:14:14.036534 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1288 | 2024.05.20 17:14:14.036577 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1289 | 2024.05.20 17:14:14.036608 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1290 | 2024.05.20 17:14:14.036630 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1291 | 2024.05.20 17:14:14.036685 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1292 | 2024.05.20 17:14:14.036715 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1293 | 2024.05.20 17:14:14.037796 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002318 sec., 1725.6255392579808 rows/sec., 71.20 KiB/sec. | ||
1294 | 2024.05.20 17:14:14.038100 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Debug> DynamicQueryHandler: Done processing query | ||
1295 | 2024.05.20 17:14:14.038132 [ 3 ] {efd3f4a3-558b-4e52-ad72-d8abb51b028e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1296 | 2024.05.20 17:14:14.038156 [ 3 ] {} <Debug> HTTP-Session: 6e477236-da0a-423e-9871-2b0ede021939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1297 | 2024.05.20 17:14:14.038386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1298 | 2024.05.20 17:14:14.038457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1299 | 2024.05.20 17:14:14.038484 [ 3 ] {} <Debug> HTTP-Session: 018133e2-9454-4187-8e40-978f49b41e1c Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1300 | 2024.05.20 17:14:14.038507 [ 3 ] {} <Debug> HTTP-Session: 018133e2-9454-4187-8e40-978f49b41e1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1301 | 2024.05.20 17:14:14.038526 [ 3 ] {} <Debug> HTTP-Session: 018133e2-9454-4187-8e40-978f49b41e1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1302 | 2024.05.20 17:14:14.038568 [ 3 ] {} <Trace> HTTP-Session: 018133e2-9454-4187-8e40-978f49b41e1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1303 | 2024.05.20 17:14:14.038744 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1304 | 2024.05.20 17:14:14.039077 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1305 | 2024.05.20 17:14:14.039119 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1306 | 2024.05.20 17:14:14.039351 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1307 | 2024.05.20 17:14:14.039417 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1308 | 2024.05.20 17:14:14.039562 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1309 | 2024.05.20 17:14:14.039596 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1310 | 2024.05.20 17:14:14.039619 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1311 | 2024.05.20 17:14:14.039636 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1312 | 2024.05.20 17:14:14.039678 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1313 | 2024.05.20 17:14:14.039700 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1314 | 2024.05.20 17:14:14.040529 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.00186 sec., 2150.537634408602 rows/sec., 88.73 KiB/sec. | ||
1315 | 2024.05.20 17:14:14.040772 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Debug> DynamicQueryHandler: Done processing query | ||
1316 | 2024.05.20 17:14:14.040797 [ 3 ] {57898c60-42b1-4b1b-86b9-eda934f0b20f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1317 | 2024.05.20 17:14:14.040814 [ 3 ] {} <Debug> HTTP-Session: 018133e2-9454-4187-8e40-978f49b41e1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1318 | 2024.05.20 17:14:14.041034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1319 | 2024.05.20 17:14:14.041086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1320 | 2024.05.20 17:14:14.041106 [ 3 ] {} <Debug> HTTP-Session: b21f3ea8-191c-4147-9654-ffa3bd9f38f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1321 | 2024.05.20 17:14:14.041122 [ 3 ] {} <Debug> HTTP-Session: b21f3ea8-191c-4147-9654-ffa3bd9f38f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1322 | 2024.05.20 17:14:14.041135 [ 3 ] {} <Debug> HTTP-Session: b21f3ea8-191c-4147-9654-ffa3bd9f38f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1323 | 2024.05.20 17:14:14.041165 [ 3 ] {} <Trace> HTTP-Session: b21f3ea8-191c-4147-9654-ffa3bd9f38f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1324 | 2024.05.20 17:14:14.041308 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1325 | 2024.05.20 17:14:14.041551 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1326 | 2024.05.20 17:14:14.041586 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1327 | 2024.05.20 17:14:14.041811 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1328 | 2024.05.20 17:14:14.041875 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1329 | 2024.05.20 17:14:14.042012 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1330 | 2024.05.20 17:14:14.042045 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1331 | 2024.05.20 17:14:14.042067 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1332 | 2024.05.20 17:14:14.042084 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1333 | 2024.05.20 17:14:14.042122 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1334 | 2024.05.20 17:14:14.042143 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1335 | 2024.05.20 17:14:14.042908 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001657 sec., 2414.0012070006032 rows/sec., 99.60 KiB/sec. | ||
1336 | 2024.05.20 17:14:14.043151 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Debug> DynamicQueryHandler: Done processing query | ||
1337 | 2024.05.20 17:14:14.043175 [ 3 ] {6bdf1f28-51fa-4d9e-b462-0c95601aa3ca} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1338 | 2024.05.20 17:14:14.043192 [ 3 ] {} <Debug> HTTP-Session: b21f3ea8-191c-4147-9654-ffa3bd9f38f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1339 | 2024.05.20 17:14:14.043439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1340 | 2024.05.20 17:14:14.043490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1341 | 2024.05.20 17:14:14.043511 [ 3 ] {} <Debug> HTTP-Session: 34aec2fd-d185-4da7-9ec2-7bed47cc4cd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1342 | 2024.05.20 17:14:14.043526 [ 3 ] {} <Debug> HTTP-Session: 34aec2fd-d185-4da7-9ec2-7bed47cc4cd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1343 | 2024.05.20 17:14:14.043539 [ 3 ] {} <Debug> HTTP-Session: 34aec2fd-d185-4da7-9ec2-7bed47cc4cd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1344 | 2024.05.20 17:14:14.043570 [ 3 ] {} <Trace> HTTP-Session: 34aec2fd-d185-4da7-9ec2-7bed47cc4cd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1345 | 2024.05.20 17:14:14.043701 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1346 | 2024.05.20 17:14:14.043957 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1347 | 2024.05.20 17:14:14.043996 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1348 | 2024.05.20 17:14:14.044275 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1349 | 2024.05.20 17:14:14.044350 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1350 | 2024.05.20 17:14:14.044492 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
1351 | 2024.05.20 17:14:14.044525 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1352 | 2024.05.20 17:14:14.044548 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1353 | 2024.05.20 17:14:14.044566 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1354 | 2024.05.20 17:14:14.044606 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1355 | 2024.05.20 17:14:14.044630 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1356 | 2024.05.20 17:14:14.045424 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001779 sec., 2248.4541877459246 rows/sec., 92.77 KiB/sec. | ||
1357 | 2024.05.20 17:14:14.045665 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Debug> DynamicQueryHandler: Done processing query | ||
1358 | 2024.05.20 17:14:14.045691 [ 3 ] {a7c22128-d220-46bd-8da5-15833e344278} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1359 | 2024.05.20 17:14:14.045708 [ 3 ] {} <Debug> HTTP-Session: 34aec2fd-d185-4da7-9ec2-7bed47cc4cd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1360 | 2024.05.20 17:14:14.045911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1361 | 2024.05.20 17:14:14.045961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1362 | 2024.05.20 17:14:14.045982 [ 3 ] {} <Debug> HTTP-Session: 86c17a96-3721-4672-98bb-82964d151d68 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1363 | 2024.05.20 17:14:14.046008 [ 3 ] {} <Debug> HTTP-Session: 86c17a96-3721-4672-98bb-82964d151d68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1364 | 2024.05.20 17:14:14.046022 [ 3 ] {} <Debug> HTTP-Session: 86c17a96-3721-4672-98bb-82964d151d68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1365 | 2024.05.20 17:14:14.046052 [ 3 ] {} <Trace> HTTP-Session: 86c17a96-3721-4672-98bb-82964d151d68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1366 | 2024.05.20 17:14:14.046195 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1367 | 2024.05.20 17:14:14.046443 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1368 | 2024.05.20 17:14:14.046479 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1369 | 2024.05.20 17:14:14.046722 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1370 | 2024.05.20 17:14:14.046797 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1371 | 2024.05.20 17:14:14.046956 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
1372 | 2024.05.20 17:14:14.046991 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1373 | 2024.05.20 17:14:14.047028 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1374 | 2024.05.20 17:14:14.047045 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1375 | 2024.05.20 17:14:14.047086 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1376 | 2024.05.20 17:14:14.047108 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1377 | 2024.05.20 17:14:14.047978 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001828 sec., 2188.183807439825 rows/sec., 90.28 KiB/sec. | ||
1378 | 2024.05.20 17:14:14.048231 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Debug> DynamicQueryHandler: Done processing query | ||
1379 | 2024.05.20 17:14:14.048257 [ 3 ] {db7e2847-8547-4072-8b7d-482034befa18} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1380 | 2024.05.20 17:14:14.048274 [ 3 ] {} <Debug> HTTP-Session: 86c17a96-3721-4672-98bb-82964d151d68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1381 | 2024.05.20 17:14:14.048467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1382 | 2024.05.20 17:14:14.048517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1383 | 2024.05.20 17:14:14.048537 [ 3 ] {} <Debug> HTTP-Session: 9b8221ea-ba03-4afe-b9fd-6c1153d74794 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1384 | 2024.05.20 17:14:14.048555 [ 3 ] {} <Debug> HTTP-Session: 9b8221ea-ba03-4afe-b9fd-6c1153d74794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1385 | 2024.05.20 17:14:14.048568 [ 3 ] {} <Debug> HTTP-Session: 9b8221ea-ba03-4afe-b9fd-6c1153d74794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1386 | 2024.05.20 17:14:14.048599 [ 3 ] {} <Trace> HTTP-Session: 9b8221ea-ba03-4afe-b9fd-6c1153d74794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1387 | 2024.05.20 17:14:14.048733 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1388 | 2024.05.20 17:14:14.048991 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1389 | 2024.05.20 17:14:14.049040 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1390 | 2024.05.20 17:14:14.049276 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1391 | 2024.05.20 17:14:14.049339 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1392 | 2024.05.20 17:14:14.049475 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1393 | 2024.05.20 17:14:14.049507 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1394 | 2024.05.20 17:14:14.049530 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1395 | 2024.05.20 17:14:14.049546 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1396 | 2024.05.20 17:14:14.049586 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1397 | 2024.05.20 17:14:14.049606 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1398 | 2024.05.20 17:14:14.050513 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001839 sec., 2175.0951604132683 rows/sec., 89.74 KiB/sec. | ||
1399 | 2024.05.20 17:14:14.050747 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Debug> DynamicQueryHandler: Done processing query | ||
1400 | 2024.05.20 17:14:14.050772 [ 3 ] {a788d349-9fd2-4c38-95c1-e5d317b07ef4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1401 | 2024.05.20 17:14:14.050788 [ 3 ] {} <Debug> HTTP-Session: 9b8221ea-ba03-4afe-b9fd-6c1153d74794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1402 | 2024.05.20 17:14:14.051005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1403 | 2024.05.20 17:14:14.051055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1404 | 2024.05.20 17:14:14.051074 [ 3 ] {} <Debug> HTTP-Session: 823d4f49-a6e1-4f4c-94a4-8d39d5d3c364 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1405 | 2024.05.20 17:14:14.051091 [ 3 ] {} <Debug> HTTP-Session: 823d4f49-a6e1-4f4c-94a4-8d39d5d3c364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1406 | 2024.05.20 17:14:14.051104 [ 3 ] {} <Debug> HTTP-Session: 823d4f49-a6e1-4f4c-94a4-8d39d5d3c364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1407 | 2024.05.20 17:14:14.051135 [ 3 ] {} <Trace> HTTP-Session: 823d4f49-a6e1-4f4c-94a4-8d39d5d3c364 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1408 | 2024.05.20 17:14:14.051267 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1409 | 2024.05.20 17:14:14.051542 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1410 | 2024.05.20 17:14:14.051580 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1411 | 2024.05.20 17:14:14.051818 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1412 | 2024.05.20 17:14:14.051883 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1413 | 2024.05.20 17:14:14.052025 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1414 | 2024.05.20 17:14:14.052058 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1415 | 2024.05.20 17:14:14.052105 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1416 | 2024.05.20 17:14:14.052122 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1417 | 2024.05.20 17:14:14.052163 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1418 | 2024.05.20 17:14:14.052183 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1419 | 2024.05.20 17:14:14.052983 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001776 sec., 2252.252252252252 rows/sec., 92.93 KiB/sec. | ||
1420 | 2024.05.20 17:14:14.053243 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Debug> DynamicQueryHandler: Done processing query | ||
1421 | 2024.05.20 17:14:14.053269 [ 3 ] {78672659-d2be-49b0-9614-07b6d08a2c1b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1422 | 2024.05.20 17:14:14.053286 [ 3 ] {} <Debug> HTTP-Session: 823d4f49-a6e1-4f4c-94a4-8d39d5d3c364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1423 | 2024.05.20 17:14:14.053511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1424 | 2024.05.20 17:14:14.053559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1425 | 2024.05.20 17:14:14.053578 [ 3 ] {} <Debug> HTTP-Session: bbf81e7a-3dac-4285-93b2-5f6cddebca69 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1426 | 2024.05.20 17:14:14.053595 [ 3 ] {} <Debug> HTTP-Session: bbf81e7a-3dac-4285-93b2-5f6cddebca69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1427 | 2024.05.20 17:14:14.053608 [ 3 ] {} <Debug> HTTP-Session: bbf81e7a-3dac-4285-93b2-5f6cddebca69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1428 | 2024.05.20 17:14:14.053639 [ 3 ] {} <Trace> HTTP-Session: bbf81e7a-3dac-4285-93b2-5f6cddebca69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1429 | 2024.05.20 17:14:14.053780 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1430 | 2024.05.20 17:14:14.054050 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1431 | 2024.05.20 17:14:14.054088 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1432 | 2024.05.20 17:14:14.054327 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1433 | 2024.05.20 17:14:14.054393 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1434 | 2024.05.20 17:14:14.054531 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1435 | 2024.05.20 17:14:14.054563 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1436 | 2024.05.20 17:14:14.054586 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1437 | 2024.05.20 17:14:14.054604 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1438 | 2024.05.20 17:14:14.054644 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1439 | 2024.05.20 17:14:14.054666 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1440 | 2024.05.20 17:14:14.055566 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001853 sec., 2158.6616297895303 rows/sec., 89.07 KiB/sec. | ||
1441 | 2024.05.20 17:14:14.055805 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Debug> DynamicQueryHandler: Done processing query | ||
1442 | 2024.05.20 17:14:14.055830 [ 3 ] {ef952410-3c5a-462f-8861-ac8d4b297294} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1443 | 2024.05.20 17:14:14.055847 [ 3 ] {} <Debug> HTTP-Session: bbf81e7a-3dac-4285-93b2-5f6cddebca69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1444 | 2024.05.20 17:14:14.056055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1445 | 2024.05.20 17:14:14.056105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1446 | 2024.05.20 17:14:14.056131 [ 3 ] {} <Debug> HTTP-Session: cb3cb8e7-88c2-42cb-b59f-1aa83539265a Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1447 | 2024.05.20 17:14:14.056149 [ 3 ] {} <Debug> HTTP-Session: cb3cb8e7-88c2-42cb-b59f-1aa83539265a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1448 | 2024.05.20 17:14:14.056165 [ 3 ] {} <Debug> HTTP-Session: cb3cb8e7-88c2-42cb-b59f-1aa83539265a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1449 | 2024.05.20 17:14:14.056197 [ 3 ] {} <Trace> HTTP-Session: cb3cb8e7-88c2-42cb-b59f-1aa83539265a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1450 | 2024.05.20 17:14:14.056333 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1451 | 2024.05.20 17:14:14.056588 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1452 | 2024.05.20 17:14:14.056627 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1453 | 2024.05.20 17:14:14.056871 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1454 | 2024.05.20 17:14:14.056939 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1455 | 2024.05.20 17:14:14.057107 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1456 | 2024.05.20 17:14:14.057142 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1457 | 2024.05.20 17:14:14.057165 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (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 | ||
1458 | 2024.05.20 17:14:14.057181 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1459 | 2024.05.20 17:14:14.057223 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1460 | 2024.05.20 17:14:14.057245 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1461 | 2024.05.20 17:14:14.058035 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001763 sec., 2268.8598979013045 rows/sec., 93.61 KiB/sec. | ||
1462 | 2024.05.20 17:14:14.058279 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Debug> DynamicQueryHandler: Done processing query | ||
1463 | 2024.05.20 17:14:14.058306 [ 3 ] {b607f072-9f56-4acf-9732-f80d6cdc1f59} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1464 | 2024.05.20 17:14:14.058324 [ 3 ] {} <Debug> HTTP-Session: cb3cb8e7-88c2-42cb-b59f-1aa83539265a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1465 | 2024.05.20 17:14:14.059225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1466 | 2024.05.20 17:14:14.059277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1467 | 2024.05.20 17:14:14.059297 [ 3 ] {} <Debug> HTTP-Session: e5627d96-79c8-4168-93a1-f54a1432ebea Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1468 | 2024.05.20 17:14:14.059315 [ 3 ] {} <Debug> HTTP-Session: e5627d96-79c8-4168-93a1-f54a1432ebea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1469 | 2024.05.20 17:14:14.059328 [ 3 ] {} <Debug> HTTP-Session: e5627d96-79c8-4168-93a1-f54a1432ebea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1470 | 2024.05.20 17:14:14.059360 [ 3 ] {} <Trace> HTTP-Session: e5627d96-79c8-4168-93a1-f54a1432ebea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1471 | 2024.05.20 17:14:14.059480 [ 3 ] {0627ae2e-b58f-46ff-a7d1-ed5d448ffb69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1472 | 2024.05.20 17:14:14.059526 [ 3 ] {0627ae2e-b58f-46ff-a7d1-ed5d448ffb69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1473 | 2024.05.20 17:14:14.059692 [ 3 ] {0627ae2e-b58f-46ff-a7d1-ed5d448ffb69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1474 | 2024.05.20 17:14:14.060066 [ 3 ] {0627ae2e-b58f-46ff-a7d1-ed5d448ffb69} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1475 | 2024.05.20 17:14:14.060113 [ 3 ] {0627ae2e-b58f-46ff-a7d1-ed5d448ffb69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1476 | 2024.05.20 17:14:14.060680 [ 3 ] {0627ae2e-b58f-46ff-a7d1-ed5d448ffb69} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1477 | 2024.05.20 17:14:14.061049 [ 3 ] {0627ae2e-b58f-46ff-a7d1-ed5d448ffb69} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1478 | 2024.05.20 17:14:14.061204 [ 3 ] {0627ae2e-b58f-46ff-a7d1-ed5d448ffb69} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001767 sec., 7923.03338992643 rows/sec., 1.11 MiB/sec. | ||
1479 | 2024.05.20 17:14:14.061518 [ 3 ] {0627ae2e-b58f-46ff-a7d1-ed5d448ffb69} <Debug> DynamicQueryHandler: Done processing query | ||
1480 | 2024.05.20 17:14:14.061544 [ 3 ] {0627ae2e-b58f-46ff-a7d1-ed5d448ffb69} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1481 | 2024.05.20 17:14:14.061562 [ 3 ] {} <Debug> HTTP-Session: e5627d96-79c8-4168-93a1-f54a1432ebea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1482 | 2024.05.20 17:14:14.061696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 4270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1483 | 2024.05.20 17:14:14.061749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1484 | 2024.05.20 17:14:14.061768 [ 3 ] {} <Debug> HTTP-Session: 7ff53161-e307-4157-8e0e-2d628c99c386 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1485 | 2024.05.20 17:14:14.061785 [ 3 ] {} <Debug> HTTP-Session: 7ff53161-e307-4157-8e0e-2d628c99c386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1486 | 2024.05.20 17:14:14.061806 [ 3 ] {} <Debug> HTTP-Session: 7ff53161-e307-4157-8e0e-2d628c99c386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1487 | 2024.05.20 17:14:14.061836 [ 3 ] {} <Trace> HTTP-Session: 7ff53161-e307-4157-8e0e-2d628c99c386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1488 | 2024.05.20 17:14:14.061949 [ 3 ] {d571e0d9-aade-4bd0-8dca-c49d9b782c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1489 | 2024.05.20 17:14:14.061995 [ 3 ] {d571e0d9-aade-4bd0-8dca-c49d9b782c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1490 | 2024.05.20 17:14:14.062158 [ 3 ] {d571e0d9-aade-4bd0-8dca-c49d9b782c03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1491 | 2024.05.20 17:14:14.062558 [ 3 ] {d571e0d9-aade-4bd0-8dca-c49d9b782c03} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1492 | 2024.05.20 17:14:14.062595 [ 3 ] {d571e0d9-aade-4bd0-8dca-c49d9b782c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1493 | 2024.05.20 17:14:14.062911 [ 3 ] {d571e0d9-aade-4bd0-8dca-c49d9b782c03} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1494 | 2024.05.20 17:14:14.063231 [ 3 ] {d571e0d9-aade-4bd0-8dca-c49d9b782c03} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1495 | 2024.05.20 17:14:14.063380 [ 3 ] {d571e0d9-aade-4bd0-8dca-c49d9b782c03} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001458 sec., 20576.131687242796 rows/sec., 1.61 MiB/sec. | ||
1496 | 2024.05.20 17:14:14.063563 [ 3 ] {d571e0d9-aade-4bd0-8dca-c49d9b782c03} <Debug> DynamicQueryHandler: Done processing query | ||
1497 | 2024.05.20 17:14:14.063589 [ 3 ] {d571e0d9-aade-4bd0-8dca-c49d9b782c03} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1498 | 2024.05.20 17:14:14.063604 [ 3 ] {} <Debug> HTTP-Session: 7ff53161-e307-4157-8e0e-2d628c99c386 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1499 | 2024.05.20 17:14:14.063740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 6156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1500 | 2024.05.20 17:14:14.063790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1501 | 2024.05.20 17:14:14.063809 [ 3 ] {} <Debug> HTTP-Session: 27e22797-561c-4627-844a-0324942c888b Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1502 | 2024.05.20 17:14:14.063825 [ 3 ] {} <Debug> HTTP-Session: 27e22797-561c-4627-844a-0324942c888b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1503 | 2024.05.20 17:14:14.063839 [ 3 ] {} <Debug> HTTP-Session: 27e22797-561c-4627-844a-0324942c888b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1504 | 2024.05.20 17:14:14.063870 [ 3 ] {} <Trace> HTTP-Session: 27e22797-561c-4627-844a-0324942c888b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1505 | 2024.05.20 17:14:14.063981 [ 3 ] {2bc11359-9dc2-497b-8f8e-7e3bb91e7797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1506 | 2024.05.20 17:14:14.064032 [ 3 ] {2bc11359-9dc2-497b-8f8e-7e3bb91e7797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1507 | 2024.05.20 17:14:14.064171 [ 3 ] {2bc11359-9dc2-497b-8f8e-7e3bb91e7797} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1508 | 2024.05.20 17:14:14.064490 [ 3 ] {2bc11359-9dc2-497b-8f8e-7e3bb91e7797} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1509 | 2024.05.20 17:14:14.064529 [ 3 ] {2bc11359-9dc2-497b-8f8e-7e3bb91e7797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1510 | 2024.05.20 17:14:14.064883 [ 3 ] {2bc11359-9dc2-497b-8f8e-7e3bb91e7797} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1511 | 2024.05.20 17:14:14.065222 [ 3 ] {2bc11359-9dc2-497b-8f8e-7e3bb91e7797} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1512 | 2024.05.20 17:14:14.065373 [ 3 ] {2bc11359-9dc2-497b-8f8e-7e3bb91e7797} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00142 sec., 25352.11267605634 rows/sec., 1.98 MiB/sec. | ||
1513 | 2024.05.20 17:14:14.065571 [ 3 ] {2bc11359-9dc2-497b-8f8e-7e3bb91e7797} <Debug> DynamicQueryHandler: Done processing query | ||
1514 | 2024.05.20 17:14:14.065596 [ 3 ] {2bc11359-9dc2-497b-8f8e-7e3bb91e7797} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1515 | 2024.05.20 17:14:14.065611 [ 3 ] {} <Debug> HTTP-Session: 27e22797-561c-4627-844a-0324942c888b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1516 | 2024.05.20 17:14:14.065741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 5849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1517 | 2024.05.20 17:14:14.065789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1518 | 2024.05.20 17:14:14.065808 [ 3 ] {} <Debug> HTTP-Session: 08d80fc1-d47c-4c26-be02-e09cfc1a0cda Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1519 | 2024.05.20 17:14:14.065825 [ 3 ] {} <Debug> HTTP-Session: 08d80fc1-d47c-4c26-be02-e09cfc1a0cda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1520 | 2024.05.20 17:14:14.065839 [ 3 ] {} <Debug> HTTP-Session: 08d80fc1-d47c-4c26-be02-e09cfc1a0cda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1521 | 2024.05.20 17:14:14.065870 [ 3 ] {} <Trace> HTTP-Session: 08d80fc1-d47c-4c26-be02-e09cfc1a0cda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1522 | 2024.05.20 17:14:14.065980 [ 3 ] {1c92dda5-607d-414a-84c3-3556b1e8903e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1523 | 2024.05.20 17:14:14.066028 [ 3 ] {1c92dda5-607d-414a-84c3-3556b1e8903e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1524 | 2024.05.20 17:14:14.066171 [ 3 ] {1c92dda5-607d-414a-84c3-3556b1e8903e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1525 | 2024.05.20 17:14:14.066490 [ 3 ] {1c92dda5-607d-414a-84c3-3556b1e8903e} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1526 | 2024.05.20 17:14:14.066531 [ 3 ] {1c92dda5-607d-414a-84c3-3556b1e8903e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1527 | 2024.05.20 17:14:14.066960 [ 3 ] {1c92dda5-607d-414a-84c3-3556b1e8903e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1528 | 2024.05.20 17:14:14.067318 [ 3 ] {1c92dda5-607d-414a-84c3-3556b1e8903e} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1529 | 2024.05.20 17:14:14.067471 [ 3 ] {1c92dda5-607d-414a-84c3-3556b1e8903e} <Debug> executeQuery: Read 30 rows, 2.18 KiB in 0.001517 sec., 19775.87343441002 rows/sec., 1.40 MiB/sec. | ||
1530 | 2024.05.20 17:14:14.067659 [ 3 ] {1c92dda5-607d-414a-84c3-3556b1e8903e} <Debug> DynamicQueryHandler: Done processing query | ||
1531 | 2024.05.20 17:14:14.067685 [ 3 ] {1c92dda5-607d-414a-84c3-3556b1e8903e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1532 | 2024.05.20 17:14:14.067702 [ 3 ] {} <Debug> HTTP-Session: 08d80fc1-d47c-4c26-be02-e09cfc1a0cda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1533 | 2024.05.20 17:14:14.067835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 2726, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1534 | 2024.05.20 17:14:14.067884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1535 | 2024.05.20 17:14:14.067904 [ 3 ] {} <Debug> HTTP-Session: f8913c38-cf31-450f-9dd0-73a73f70d29b Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1536 | 2024.05.20 17:14:14.067920 [ 3 ] {} <Debug> HTTP-Session: f8913c38-cf31-450f-9dd0-73a73f70d29b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1537 | 2024.05.20 17:14:14.067934 [ 3 ] {} <Debug> HTTP-Session: f8913c38-cf31-450f-9dd0-73a73f70d29b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1538 | 2024.05.20 17:14:14.067964 [ 3 ] {} <Trace> HTTP-Session: f8913c38-cf31-450f-9dd0-73a73f70d29b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1539 | 2024.05.20 17:14:14.068067 [ 3 ] {8f94a40f-2887-4f7b-a273-7110b8cac867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1540 | 2024.05.20 17:14:14.068112 [ 3 ] {8f94a40f-2887-4f7b-a273-7110b8cac867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1541 | 2024.05.20 17:14:14.068242 [ 3 ] {8f94a40f-2887-4f7b-a273-7110b8cac867} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1542 | 2024.05.20 17:14:14.068525 [ 3 ] {8f94a40f-2887-4f7b-a273-7110b8cac867} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1543 | 2024.05.20 17:14:14.068562 [ 3 ] {8f94a40f-2887-4f7b-a273-7110b8cac867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1544 | 2024.05.20 17:14:14.068928 [ 3 ] {8f94a40f-2887-4f7b-a273-7110b8cac867} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1545 | 2024.05.20 17:14:14.069349 [ 3 ] {8f94a40f-2887-4f7b-a273-7110b8cac867} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1546 | 2024.05.20 17:14:14.069520 [ 3 ] {8f94a40f-2887-4f7b-a273-7110b8cac867} <Debug> executeQuery: Read 18 rows, 1.19 KiB in 0.001471 sec., 12236.573759347382 rows/sec., 810.59 KiB/sec. | ||
1547 | 2024.05.20 17:14:14.069687 [ 3 ] {8f94a40f-2887-4f7b-a273-7110b8cac867} <Debug> DynamicQueryHandler: Done processing query | ||
1548 | 2024.05.20 17:14:14.069711 [ 3 ] {8f94a40f-2887-4f7b-a273-7110b8cac867} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1549 | 2024.05.20 17:14:14.069731 [ 3 ] {} <Debug> HTTP-Session: f8913c38-cf31-450f-9dd0-73a73f70d29b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1550 | 2024.05.20 17:14:19.025860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1551 | 2024.05.20 17:14:19.025987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1552 | 2024.05.20 17:14:19.026013 [ 3 ] {} <Debug> HTTP-Session: f132c3ac-e97d-4543-af67-29a07fcde795 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1553 | 2024.05.20 17:14:19.026038 [ 3 ] {} <Debug> HTTP-Session: f132c3ac-e97d-4543-af67-29a07fcde795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1554 | 2024.05.20 17:14:19.026054 [ 3 ] {} <Debug> HTTP-Session: f132c3ac-e97d-4543-af67-29a07fcde795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1555 | 2024.05.20 17:14:19.026102 [ 3 ] {} <Trace> HTTP-Session: f132c3ac-e97d-4543-af67-29a07fcde795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1556 | 2024.05.20 17:14:19.026289 [ 3 ] {e41626d0-11f3-41c0-82e1-6db88d2e88b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1557 | 2024.05.20 17:14:19.026356 [ 3 ] {e41626d0-11f3-41c0-82e1-6db88d2e88b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1558 | 2024.05.20 17:14:19.026540 [ 3 ] {e41626d0-11f3-41c0-82e1-6db88d2e88b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1559 | 2024.05.20 17:14:19.026973 [ 3 ] {e41626d0-11f3-41c0-82e1-6db88d2e88b6} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1560 | 2024.05.20 17:14:19.027015 [ 3 ] {e41626d0-11f3-41c0-82e1-6db88d2e88b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1561 | 2024.05.20 17:14:19.027412 [ 3 ] {e41626d0-11f3-41c0-82e1-6db88d2e88b6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1562 | 2024.05.20 17:14:19.027767 [ 3 ] {e41626d0-11f3-41c0-82e1-6db88d2e88b6} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1563 | 2024.05.20 17:14:19.027925 [ 3 ] {e41626d0-11f3-41c0-82e1-6db88d2e88b6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001699 sec., 32960.5650382578 rows/sec., 2.52 MiB/sec. | ||
1564 | 2024.05.20 17:14:19.027960 [ 96 ] {} <Debug> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1565 | 2024.05.20 17:14:19.028073 [ 96 ] {} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1566 | 2024.05.20 17:14:19.028112 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1567 | 2024.05.20 17:14:19.028194 [ 3 ] {e41626d0-11f3-41c0-82e1-6db88d2e88b6} <Debug> DynamicQueryHandler: Done processing query | ||
1568 | 2024.05.20 17:14:19.028254 [ 3 ] {e41626d0-11f3-41c0-82e1-6db88d2e88b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1569 | 2024.05.20 17:14:19.028292 [ 3 ] {} <Debug> HTTP-Session: f132c3ac-e97d-4543-af67-29a07fcde795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1570 | 2024.05.20 17:14:19.028485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 10892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1571 | 2024.05.20 17:14:19.028538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1572 | 2024.05.20 17:14:19.028559 [ 3 ] {} <Debug> HTTP-Session: 4d427cb2-7f2c-4b9c-abc9-af79c85f9bb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1573 | 2024.05.20 17:14:19.028575 [ 3 ] {} <Debug> HTTP-Session: 4d427cb2-7f2c-4b9c-abc9-af79c85f9bb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1574 | 2024.05.20 17:14:19.028589 [ 3 ] {} <Debug> HTTP-Session: 4d427cb2-7f2c-4b9c-abc9-af79c85f9bb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1575 | 2024.05.20 17:14:19.028622 [ 3 ] {} <Trace> HTTP-Session: 4d427cb2-7f2c-4b9c-abc9-af79c85f9bb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1576 | 2024.05.20 17:14:19.028743 [ 3 ] {785543e8-fb85-49e7-887b-ccb8e5aaaf08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1577 | 2024.05.20 17:14:19.028786 [ 3 ] {785543e8-fb85-49e7-887b-ccb8e5aaaf08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1578 | 2024.05.20 17:14:19.028927 [ 3 ] {785543e8-fb85-49e7-887b-ccb8e5aaaf08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1579 | 2024.05.20 17:14:19.029258 [ 3 ] {785543e8-fb85-49e7-887b-ccb8e5aaaf08} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1580 | 2024.05.20 17:14:19.029296 [ 3 ] {785543e8-fb85-49e7-887b-ccb8e5aaaf08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1581 | 2024.05.20 17:14:19.030359 [ 208 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::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 | ||
1582 | 2024.05.20 17:14:19.030490 [ 3 ] {785543e8-fb85-49e7-887b-ccb8e5aaaf08} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1583 | 2024.05.20 17:14:19.030628 [ 208 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1584 | 2024.05.20 17:14:19.030782 [ 208 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
1585 | 2024.05.20 17:14:19.031012 [ 208 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
1586 | 2024.05.20 17:14:19.031218 [ 3 ] {785543e8-fb85-49e7-887b-ccb8e5aaaf08} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1587 | 2024.05.20 17:14:19.031343 [ 208 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
1588 | 2024.05.20 17:14:19.031635 [ 208 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
1589 | 2024.05.20 17:14:19.031780 [ 96 ] {} <Debug> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1590 | 2024.05.20 17:14:19.031922 [ 96 ] {} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1591 | 2024.05.20 17:14:19.032097 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1592 | 2024.05.20 17:14:19.032190 [ 208 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1593 | 2024.05.20 17:14:19.032186 [ 3 ] {785543e8-fb85-49e7-887b-ccb8e5aaaf08} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003373 sec., 18974.20693744441 rows/sec., 1.48 MiB/sec. | ||
1594 | 2024.05.20 17:14:19.032570 [ 208 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
1595 | 2024.05.20 17:14:19.033128 [ 190 ] {1c045144-977c-4648-9490-ef402f1e5a6c::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 | ||
1596 | 2024.05.20 17:14:19.033347 [ 3 ] {785543e8-fb85-49e7-887b-ccb8e5aaaf08} <Debug> DynamicQueryHandler: Done processing query | ||
1597 | 2024.05.20 17:14:19.033427 [ 3 ] {785543e8-fb85-49e7-887b-ccb8e5aaaf08} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1598 | 2024.05.20 17:14:19.033476 [ 3 ] {} <Debug> HTTP-Session: 4d427cb2-7f2c-4b9c-abc9-af79c85f9bb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1599 | 2024.05.20 17:14:19.033630 [ 190 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1600 | 2024.05.20 17:14:19.033687 [ 190 ] {1c045144-977c-4648-9490-ef402f1e5a6c::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 | ||
1601 | 2024.05.20 17:14:19.033996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 26814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1602 | 2024.05.20 17:14:19.034081 [ 190 ] {1c045144-977c-4648-9490-ef402f1e5a6c::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 | ||
1603 | 2024.05.20 17:14:19.034199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1604 | 2024.05.20 17:14:19.034280 [ 3 ] {} <Debug> HTTP-Session: e9607297-981a-4802-ab9e-2644f31acb00 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1605 | 2024.05.20 17:14:19.034359 [ 3 ] {} <Debug> HTTP-Session: e9607297-981a-4802-ab9e-2644f31acb00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1606 | 2024.05.20 17:14:19.034448 [ 3 ] {} <Debug> HTTP-Session: e9607297-981a-4802-ab9e-2644f31acb00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1607 | 2024.05.20 17:14:19.034512 [ 190 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
1608 | 2024.05.20 17:14:19.034594 [ 3 ] {} <Trace> HTTP-Session: e9607297-981a-4802-ab9e-2644f31acb00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1609 | 2024.05.20 17:14:19.034970 [ 190 ] {1c045144-977c-4648-9490-ef402f1e5a6c::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 | ||
1610 | 2024.05.20 17:14:19.035125 [ 3 ] {5c181c68-0794-47ab-a1cc-ebc353e202e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1611 | 2024.05.20 17:14:19.035342 [ 3 ] {5c181c68-0794-47ab-a1cc-ebc353e202e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1612 | 2024.05.20 17:14:19.035530 [ 190 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
1613 | 2024.05.20 17:14:19.036226 [ 190 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
1614 | 2024.05.20 17:14:19.037070 [ 3 ] {5c181c68-0794-47ab-a1cc-ebc353e202e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1615 | 2024.05.20 17:14:19.037856 [ 208 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.009640035 sec., 10580.87444703261 rows/sec., 842.74 KiB/sec. | ||
1616 | 2024.05.20 17:14:19.038278 [ 194 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1617 | 2024.05.20 17:14:19.038594 [ 3 ] {5c181c68-0794-47ab-a1cc-ebc353e202e5} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1618 | 2024.05.20 17:14:19.038664 [ 3 ] {5c181c68-0794-47ab-a1cc-ebc353e202e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1619 | 2024.05.20 17:14:19.039914 [ 194 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_6_1} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1620 | 2024.05.20 17:14:19.040245 [ 194 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_6_1} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1621 | 2024.05.20 17:14:19.040442 [ 3 ] {5c181c68-0794-47ab-a1cc-ebc353e202e5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1622 | 2024.05.20 17:14:19.040443 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1623 | 2024.05.20 17:14:19.040969 [ 187 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 4 columns (4 merged, 0 gathered) in 0.008629682 sec., 15296.044512416565 rows/sec., 1.20 MiB/sec. | ||
1624 | 2024.05.20 17:14:19.041154 [ 194 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1625 | 2024.05.20 17:14:19.041309 [ 3 ] {5c181c68-0794-47ab-a1cc-ebc353e202e5} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1626 | 2024.05.20 17:14:19.041645 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1627 | 2024.05.20 17:14:19.041745 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1628 | 2024.05.20 17:14:19.041824 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1629 | 2024.05.20 17:14:19.041814 [ 3 ] {5c181c68-0794-47ab-a1cc-ebc353e202e5} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.006903 sec., 20281.037230189773 rows/sec., 1.41 MiB/sec. | ||
1630 | 2024.05.20 17:14:19.042411 [ 208 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::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 | ||
1631 | 2024.05.20 17:14:19.042647 [ 3 ] {5c181c68-0794-47ab-a1cc-ebc353e202e5} <Debug> DynamicQueryHandler: Done processing query | ||
1632 | 2024.05.20 17:14:19.042733 [ 3 ] {5c181c68-0794-47ab-a1cc-ebc353e202e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1633 | 2024.05.20 17:14:19.042726 [ 194 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_6_1} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1634 | 2024.05.20 17:14:19.042827 [ 3 ] {} <Debug> HTTP-Session: e9607297-981a-4802-ab9e-2644f31acb00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1635 | 2024.05.20 17:14:19.043009 [ 208 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1636 | 2024.05.20 17:14:19.043051 [ 194 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_6_1} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1637 | 2024.05.20 17:14:19.043107 [ 208 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
1638 | 2024.05.20 17:14:19.043137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 8222, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1639 | 2024.05.20 17:14:19.043401 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
1640 | 2024.05.20 17:14:19.043403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1641 | 2024.05.20 17:14:19.043550 [ 208 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
1642 | 2024.05.20 17:14:19.043580 [ 3 ] {} <Debug> HTTP-Session: 9a49b7bf-4221-4d29-a4ea-171fd9ce59da Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1643 | 2024.05.20 17:14:19.043638 [ 3 ] {} <Debug> HTTP-Session: 9a49b7bf-4221-4d29-a4ea-171fd9ce59da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1644 | 2024.05.20 17:14:19.043716 [ 3 ] {} <Debug> HTTP-Session: 9a49b7bf-4221-4d29-a4ea-171fd9ce59da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1645 | 2024.05.20 17:14:19.043821 [ 208 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
1646 | 2024.05.20 17:14:19.043875 [ 3 ] {} <Trace> HTTP-Session: 9a49b7bf-4221-4d29-a4ea-171fd9ce59da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1647 | 2024.05.20 17:14:19.044083 [ 208 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
1648 | 2024.05.20 17:14:19.044358 [ 208 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1649 | 2024.05.20 17:14:19.044374 [ 3 ] {7956fc66-9188-4f95-9134-6a9073ffb7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1650 | 2024.05.20 17:14:19.044607 [ 208 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 140 rows starting from the beginning of the part | ||
1651 | 2024.05.20 17:14:19.044606 [ 3 ] {7956fc66-9188-4f95-9134-6a9073ffb7a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1652 | 2024.05.20 17:14:19.045386 [ 3 ] {7956fc66-9188-4f95-9134-6a9073ffb7a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1653 | 2024.05.20 17:14:19.046192 [ 3 ] {7956fc66-9188-4f95-9134-6a9073ffb7a0} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1654 | 2024.05.20 17:14:19.046261 [ 3 ] {7956fc66-9188-4f95-9134-6a9073ffb7a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1655 | 2024.05.20 17:14:19.047207 [ 3 ] {7956fc66-9188-4f95-9134-6a9073ffb7a0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1656 | 2024.05.20 17:14:19.047544 [ 187 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 5 columns (5 merged, 0 gathered) in 0.005574423 sec., 36236.93429795335 rows/sec., 2.56 MiB/sec. | ||
1657 | 2024.05.20 17:14:19.047734 [ 187 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1658 | 2024.05.20 17:14:19.047807 [ 3 ] {7956fc66-9188-4f95-9134-6a9073ffb7a0} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1659 | 2024.05.20 17:14:19.047980 [ 3 ] {7956fc66-9188-4f95-9134-6a9073ffb7a0} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.003825 sec., 14117.64705882353 rows/sec., 972.48 KiB/sec. | ||
1660 | 2024.05.20 17:14:19.047980 [ 95 ] {} <Debug> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1661 | 2024.05.20 17:14:19.048068 [ 95 ] {} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1662 | 2024.05.20 17:14:19.048141 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1663 | 2024.05.20 17:14:19.048582 [ 3 ] {7956fc66-9188-4f95-9134-6a9073ffb7a0} <Debug> DynamicQueryHandler: Done processing query | ||
1664 | 2024.05.20 17:14:19.048673 [ 3 ] {7956fc66-9188-4f95-9134-6a9073ffb7a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1665 | 2024.05.20 17:14:19.048780 [ 3 ] {} <Debug> HTTP-Session: 9a49b7bf-4221-4d29-a4ea-171fd9ce59da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1666 | 2024.05.20 17:14:19.048976 [ 194 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::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 | ||
1667 | 2024.05.20 17:14:19.049040 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1668 | 2024.05.20 17:14:19.049258 [ 194 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1669 | 2024.05.20 17:14:19.049283 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1670 | 2024.05.20 17:14:19.049309 [ 194 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
1671 | 2024.05.20 17:14:19.049488 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1672 | 2024.05.20 17:14:19.049601 [ 194 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
1673 | 2024.05.20 17:14:19.049729 [ 194 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
1674 | 2024.05.20 17:14:19.049881 [ 194 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
1675 | 2024.05.20 17:14:19.050027 [ 194 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 18 rows starting from the beginning of the part | ||
1676 | 2024.05.20 17:14:19.050170 [ 194 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 54 rows starting from the beginning of the part | ||
1677 | 2024.05.20 17:14:19.051153 [ 192 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.002853407 sec., 36447.657134085675 rows/sec., 2.37 MiB/sec. | ||
1678 | 2024.05.20 17:14:19.051276 [ 194 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1679 | 2024.05.20 17:14:19.051627 [ 194 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_6_1} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1680 | 2024.05.20 17:14:19.051695 [ 194 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_6_1} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1681 | 2024.05.20 17:14:19.051757 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
1682 | 2024.05.20 17:14:23.305540 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1683 | 2024.05.20 17:14:23.305599 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1684 | 2024.05.20 17:14:24.021949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1685 | 2024.05.20 17:14:24.022071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1686 | 2024.05.20 17:14:24.022098 [ 3 ] {} <Debug> HTTP-Session: 140fa47e-f209-4fd8-8c8f-4ae09a81b78d Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1687 | 2024.05.20 17:14:24.022123 [ 3 ] {} <Debug> HTTP-Session: 140fa47e-f209-4fd8-8c8f-4ae09a81b78d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1688 | 2024.05.20 17:14:24.022138 [ 3 ] {} <Debug> HTTP-Session: 140fa47e-f209-4fd8-8c8f-4ae09a81b78d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1689 | 2024.05.20 17:14:24.022188 [ 3 ] {} <Trace> HTTP-Session: 140fa47e-f209-4fd8-8c8f-4ae09a81b78d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1690 | 2024.05.20 17:14:24.022424 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) 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) | ||
1691 | 2024.05.20 17:14:24.022797 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1692 | 2024.05.20 17:14:24.022842 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <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 | ||
1693 | 2024.05.20 17:14:24.023139 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1694 | 2024.05.20 17:14:24.023229 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1695 | 2024.05.20 17:14:24.023401 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1696 | 2024.05.20 17:14:24.023492 [ 252 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1697 | 2024.05.20 17:14:24.023551 [ 254 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1698 | 2024.05.20 17:14:24.023669 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1699 | 2024.05.20 17:14:24.023707 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1700 | 2024.05.20 17:14:24.025769 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1701 | 2024.05.20 17:14:24.027731 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1702 | 2024.05.20 17:14:24.027808 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <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'))" | ||
1703 | 2024.05.20 17:14:24.027857 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <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'))" | ||
1704 | 2024.05.20 17:14:24.029731 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.007404 sec., 2431.118314424635 rows/sec., 99.45 KiB/sec. | ||
1705 | 2024.05.20 17:14:24.030110 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Debug> DynamicQueryHandler: Done processing query | ||
1706 | 2024.05.20 17:14:24.030139 [ 3 ] {5eb8f2c8-293c-4435-bf53-db65352a32fc} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1707 | 2024.05.20 17:14:24.030156 [ 3 ] {} <Debug> HTTP-Session: 140fa47e-f209-4fd8-8c8f-4ae09a81b78d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1708 | 2024.05.20 17:14:24.030426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1709 | 2024.05.20 17:14:24.030482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1710 | 2024.05.20 17:14:24.030502 [ 3 ] {} <Debug> HTTP-Session: b0e39c92-2da0-4abb-87b5-070bc9eb3b63 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1711 | 2024.05.20 17:14:24.030520 [ 3 ] {} <Debug> HTTP-Session: b0e39c92-2da0-4abb-87b5-070bc9eb3b63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1712 | 2024.05.20 17:14:24.030534 [ 3 ] {} <Debug> HTTP-Session: b0e39c92-2da0-4abb-87b5-070bc9eb3b63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1713 | 2024.05.20 17:14:24.030572 [ 3 ] {} <Trace> HTTP-Session: b0e39c92-2da0-4abb-87b5-070bc9eb3b63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1714 | 2024.05.20 17:14:24.030732 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1715 | 2024.05.20 17:14:24.031012 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1716 | 2024.05.20 17:14:24.031053 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1717 | 2024.05.20 17:14:24.031313 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1718 | 2024.05.20 17:14:24.031381 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1719 | 2024.05.20 17:14:24.031524 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1720 | 2024.05.20 17:14:24.031603 [ 252 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1721 | 2024.05.20 17:14:24.031629 [ 255 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1722 | 2024.05.20 17:14:24.031744 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1723 | 2024.05.20 17:14:24.031773 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1724 | 2024.05.20 17:14:24.031853 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1725 | 2024.05.20 17:14:24.031880 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1726 | 2024.05.20 17:14:24.031920 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1727 | 2024.05.20 17:14:24.031960 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1728 | 2024.05.20 17:14:24.033163 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002502 sec., 7194.244604316547 rows/sec., 294.30 KiB/sec. | ||
1729 | 2024.05.20 17:14:24.033455 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Debug> DynamicQueryHandler: Done processing query | ||
1730 | 2024.05.20 17:14:24.033481 [ 3 ] {f243a3cc-4da1-48a7-9b0f-c5c8ad888afc} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1731 | 2024.05.20 17:14:24.033497 [ 3 ] {} <Debug> HTTP-Session: b0e39c92-2da0-4abb-87b5-070bc9eb3b63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1732 | 2024.05.20 17:14:24.033733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1733 | 2024.05.20 17:14:24.033784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1734 | 2024.05.20 17:14:24.033804 [ 3 ] {} <Debug> HTTP-Session: fd3711fe-ca4e-4e86-be96-6f9f102bd381 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1735 | 2024.05.20 17:14:24.033822 [ 3 ] {} <Debug> HTTP-Session: fd3711fe-ca4e-4e86-be96-6f9f102bd381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1736 | 2024.05.20 17:14:24.033835 [ 3 ] {} <Debug> HTTP-Session: fd3711fe-ca4e-4e86-be96-6f9f102bd381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1737 | 2024.05.20 17:14:24.033868 [ 3 ] {} <Trace> HTTP-Session: fd3711fe-ca4e-4e86-be96-6f9f102bd381 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1738 | 2024.05.20 17:14:24.034012 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1739 | 2024.05.20 17:14:24.034274 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1740 | 2024.05.20 17:14:24.034315 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1741 | 2024.05.20 17:14:24.034571 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1742 | 2024.05.20 17:14:24.034637 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1743 | 2024.05.20 17:14:24.034772 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1744 | 2024.05.20 17:14:24.034879 [ 252 ] {7fe21b39-c924-4424-8432-6602a790a916} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1745 | 2024.05.20 17:14:24.034890 [ 259 ] {7fe21b39-c924-4424-8432-6602a790a916} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1746 | 2024.05.20 17:14:24.035002 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1747 | 2024.05.20 17:14:24.035029 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1748 | 2024.05.20 17:14:24.035104 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1749 | 2024.05.20 17:14:24.035125 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1750 | 2024.05.20 17:14:24.035162 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1751 | 2024.05.20 17:14:24.035202 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1752 | 2024.05.20 17:14:24.036485 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002536 sec., 7097.791798107255 rows/sec., 290.35 KiB/sec. | ||
1753 | 2024.05.20 17:14:24.036795 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Debug> DynamicQueryHandler: Done processing query | ||
1754 | 2024.05.20 17:14:24.036821 [ 3 ] {7fe21b39-c924-4424-8432-6602a790a916} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1755 | 2024.05.20 17:14:24.036837 [ 3 ] {} <Debug> HTTP-Session: fd3711fe-ca4e-4e86-be96-6f9f102bd381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1756 | 2024.05.20 17:14:24.037072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1757 | 2024.05.20 17:14:24.037123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1758 | 2024.05.20 17:14:24.037144 [ 3 ] {} <Debug> HTTP-Session: b9daf79e-fdfc-4314-b1eb-a89bc3d40911 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1759 | 2024.05.20 17:14:24.037161 [ 3 ] {} <Debug> HTTP-Session: b9daf79e-fdfc-4314-b1eb-a89bc3d40911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1760 | 2024.05.20 17:14:24.037175 [ 3 ] {} <Debug> HTTP-Session: b9daf79e-fdfc-4314-b1eb-a89bc3d40911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1761 | 2024.05.20 17:14:24.037207 [ 3 ] {} <Trace> HTTP-Session: b9daf79e-fdfc-4314-b1eb-a89bc3d40911 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1762 | 2024.05.20 17:14:24.037346 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1763 | 2024.05.20 17:14:24.037612 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1764 | 2024.05.20 17:14:24.037652 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1765 | 2024.05.20 17:14:24.037909 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1766 | 2024.05.20 17:14:24.037974 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1767 | 2024.05.20 17:14:24.038109 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1768 | 2024.05.20 17:14:24.038216 [ 255 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1769 | 2024.05.20 17:14:24.038220 [ 259 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1770 | 2024.05.20 17:14:24.038342 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1771 | 2024.05.20 17:14:24.038369 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1772 | 2024.05.20 17:14:24.038447 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1773 | 2024.05.20 17:14:24.038468 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1774 | 2024.05.20 17:14:24.038506 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1775 | 2024.05.20 17:14:24.038545 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1776 | 2024.05.20 17:14:24.039835 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002552 sec., 7053.2915360501565 rows/sec., 288.53 KiB/sec. | ||
1777 | 2024.05.20 17:14:24.040127 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Debug> DynamicQueryHandler: Done processing query | ||
1778 | 2024.05.20 17:14:24.040151 [ 3 ] {964b876e-59ac-48b0-9703-d590efaa3e93} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1779 | 2024.05.20 17:14:24.040169 [ 3 ] {} <Debug> HTTP-Session: b9daf79e-fdfc-4314-b1eb-a89bc3d40911 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1780 | 2024.05.20 17:14:24.040377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1781 | 2024.05.20 17:14:24.040426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1782 | 2024.05.20 17:14:24.040445 [ 3 ] {} <Debug> HTTP-Session: 5b74c83e-b6b9-49c5-a45c-db7f0e5df724 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1783 | 2024.05.20 17:14:24.040463 [ 3 ] {} <Debug> HTTP-Session: 5b74c83e-b6b9-49c5-a45c-db7f0e5df724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1784 | 2024.05.20 17:14:24.040477 [ 3 ] {} <Debug> HTTP-Session: 5b74c83e-b6b9-49c5-a45c-db7f0e5df724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1785 | 2024.05.20 17:14:24.040508 [ 3 ] {} <Trace> HTTP-Session: 5b74c83e-b6b9-49c5-a45c-db7f0e5df724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1786 | 2024.05.20 17:14:24.040648 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1787 | 2024.05.20 17:14:24.040918 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1788 | 2024.05.20 17:14:24.040961 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1789 | 2024.05.20 17:14:24.041223 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1790 | 2024.05.20 17:14:24.041291 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1791 | 2024.05.20 17:14:24.041434 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1792 | 2024.05.20 17:14:24.041537 [ 252 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1793 | 2024.05.20 17:14:24.041546 [ 255 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1794 | 2024.05.20 17:14:24.041646 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1795 | 2024.05.20 17:14:24.041674 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1796 | 2024.05.20 17:14:24.041750 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1797 | 2024.05.20 17:14:24.041770 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1798 | 2024.05.20 17:14:24.041808 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1799 | 2024.05.20 17:14:24.041848 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1800 | 2024.05.20 17:14:24.043146 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002561 sec., 7028.5044904334245 rows/sec., 287.52 KiB/sec. | ||
1801 | 2024.05.20 17:14:24.043448 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Debug> DynamicQueryHandler: Done processing query | ||
1802 | 2024.05.20 17:14:24.043478 [ 3 ] {afeb5727-c9c7-4284-95ba-9343d033e187} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1803 | 2024.05.20 17:14:24.043496 [ 3 ] {} <Debug> HTTP-Session: 5b74c83e-b6b9-49c5-a45c-db7f0e5df724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1804 | 2024.05.20 17:14:24.043698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1805 | 2024.05.20 17:14:24.043748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1806 | 2024.05.20 17:14:24.043768 [ 3 ] {} <Debug> HTTP-Session: 8f16f4d8-ffb0-4e90-9f6c-7cb2a786a04e Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1807 | 2024.05.20 17:14:24.043786 [ 3 ] {} <Debug> HTTP-Session: 8f16f4d8-ffb0-4e90-9f6c-7cb2a786a04e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1808 | 2024.05.20 17:14:24.043800 [ 3 ] {} <Debug> HTTP-Session: 8f16f4d8-ffb0-4e90-9f6c-7cb2a786a04e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1809 | 2024.05.20 17:14:24.043832 [ 3 ] {} <Trace> HTTP-Session: 8f16f4d8-ffb0-4e90-9f6c-7cb2a786a04e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1810 | 2024.05.20 17:14:24.043970 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1811 | 2024.05.20 17:14:24.044250 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1812 | 2024.05.20 17:14:24.044292 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1813 | 2024.05.20 17:14:24.044558 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1814 | 2024.05.20 17:14:24.044624 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1815 | 2024.05.20 17:14:24.044759 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1816 | 2024.05.20 17:14:24.044830 [ 252 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1817 | 2024.05.20 17:14:24.044850 [ 255 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1818 | 2024.05.20 17:14:24.044943 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1819 | 2024.05.20 17:14:24.044972 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1820 | 2024.05.20 17:14:24.045049 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1821 | 2024.05.20 17:14:24.045070 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1822 | 2024.05.20 17:14:24.045108 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1823 | 2024.05.20 17:14:24.045148 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1824 | 2024.05.20 17:14:24.046410 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002503 sec., 7191.370355573312 rows/sec., 294.18 KiB/sec. | ||
1825 | 2024.05.20 17:14:24.046696 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Debug> DynamicQueryHandler: Done processing query | ||
1826 | 2024.05.20 17:14:24.046721 [ 3 ] {88687534-18e0-4b01-8064-78b12eed6f24} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1827 | 2024.05.20 17:14:24.046738 [ 3 ] {} <Debug> HTTP-Session: 8f16f4d8-ffb0-4e90-9f6c-7cb2a786a04e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1828 | 2024.05.20 17:14:24.058078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1829 | 2024.05.20 17:14:24.058133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1830 | 2024.05.20 17:14:24.058152 [ 3 ] {} <Debug> HTTP-Session: 206d00ab-4499-4395-a1ee-ab1f1e0fa2dd Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1831 | 2024.05.20 17:14:24.058169 [ 3 ] {} <Debug> HTTP-Session: 206d00ab-4499-4395-a1ee-ab1f1e0fa2dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1832 | 2024.05.20 17:14:24.058183 [ 3 ] {} <Debug> HTTP-Session: 206d00ab-4499-4395-a1ee-ab1f1e0fa2dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1833 | 2024.05.20 17:14:24.058215 [ 3 ] {} <Trace> HTTP-Session: 206d00ab-4499-4395-a1ee-ab1f1e0fa2dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1834 | 2024.05.20 17:14:24.058363 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1835 | 2024.05.20 17:14:24.058641 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1836 | 2024.05.20 17:14:24.058684 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1837 | 2024.05.20 17:14:24.058955 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1838 | 2024.05.20 17:14:24.059021 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1839 | 2024.05.20 17:14:24.059166 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1840 | 2024.05.20 17:14:24.059250 [ 252 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1841 | 2024.05.20 17:14:24.059270 [ 255 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1842 | 2024.05.20 17:14:24.059361 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1843 | 2024.05.20 17:14:24.059388 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1844 | 2024.05.20 17:14:24.059465 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1845 | 2024.05.20 17:14:24.059486 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1846 | 2024.05.20 17:14:24.059525 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1847 | 2024.05.20 17:14:24.059565 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1848 | 2024.05.20 17:14:24.060806 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002511 sec., 7168.458781362006 rows/sec., 293.24 KiB/sec. | ||
1849 | 2024.05.20 17:14:24.061125 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Debug> DynamicQueryHandler: Done processing query | ||
1850 | 2024.05.20 17:14:24.061160 [ 3 ] {4ba9e7c9-6f8a-4bbb-90e2-4bbe3eb5c70e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1851 | 2024.05.20 17:14:24.061184 [ 3 ] {} <Debug> HTTP-Session: 206d00ab-4499-4395-a1ee-ab1f1e0fa2dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1852 | 2024.05.20 17:14:24.062665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1853 | 2024.05.20 17:14:24.062719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1854 | 2024.05.20 17:14:24.062739 [ 3 ] {} <Debug> HTTP-Session: 02dff6f4-43fa-4346-aef5-153ecbcb345c Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1855 | 2024.05.20 17:14:24.062756 [ 3 ] {} <Debug> HTTP-Session: 02dff6f4-43fa-4346-aef5-153ecbcb345c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1856 | 2024.05.20 17:14:24.062770 [ 3 ] {} <Debug> HTTP-Session: 02dff6f4-43fa-4346-aef5-153ecbcb345c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1857 | 2024.05.20 17:14:24.062803 [ 3 ] {} <Trace> HTTP-Session: 02dff6f4-43fa-4346-aef5-153ecbcb345c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1858 | 2024.05.20 17:14:24.062945 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1859 | 2024.05.20 17:14:24.063227 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1860 | 2024.05.20 17:14:24.063270 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1861 | 2024.05.20 17:14:24.063547 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1862 | 2024.05.20 17:14:24.063614 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1863 | 2024.05.20 17:14:24.063750 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1864 | 2024.05.20 17:14:24.063859 [ 255 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1865 | 2024.05.20 17:14:24.063873 [ 259 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1866 | 2024.05.20 17:14:24.063989 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1867 | 2024.05.20 17:14:24.064018 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1868 | 2024.05.20 17:14:24.064097 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1869 | 2024.05.20 17:14:24.064118 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1870 | 2024.05.20 17:14:24.064156 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1871 | 2024.05.20 17:14:24.064197 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1872 | 2024.05.20 17:14:24.065494 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002614 sec., 6885.998469778117 rows/sec., 281.69 KiB/sec. | ||
1873 | 2024.05.20 17:14:24.065807 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Debug> DynamicQueryHandler: Done processing query | ||
1874 | 2024.05.20 17:14:24.065833 [ 3 ] {91a5798a-0a7a-4d92-a878-76090250599d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1875 | 2024.05.20 17:14:24.065849 [ 3 ] {} <Debug> HTTP-Session: 02dff6f4-43fa-4346-aef5-153ecbcb345c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1876 | 2024.05.20 17:14:24.066194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1877 | 2024.05.20 17:14:24.066243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1878 | 2024.05.20 17:14:24.066263 [ 3 ] {} <Debug> HTTP-Session: 69f1957b-6a21-47e6-a1cb-ae21992e4f34 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1879 | 2024.05.20 17:14:24.066280 [ 3 ] {} <Debug> HTTP-Session: 69f1957b-6a21-47e6-a1cb-ae21992e4f34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1880 | 2024.05.20 17:14:24.066294 [ 3 ] {} <Debug> HTTP-Session: 69f1957b-6a21-47e6-a1cb-ae21992e4f34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1881 | 2024.05.20 17:14:24.066325 [ 3 ] {} <Trace> HTTP-Session: 69f1957b-6a21-47e6-a1cb-ae21992e4f34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1882 | 2024.05.20 17:14:24.066472 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1883 | 2024.05.20 17:14:24.066749 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1884 | 2024.05.20 17:14:24.066792 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1885 | 2024.05.20 17:14:24.067071 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1886 | 2024.05.20 17:14:24.067137 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1887 | 2024.05.20 17:14:24.067278 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1888 | 2024.05.20 17:14:24.067385 [ 255 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1889 | 2024.05.20 17:14:24.067394 [ 258 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1890 | 2024.05.20 17:14:24.067498 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1891 | 2024.05.20 17:14:24.067522 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1892 | 2024.05.20 17:14:24.067603 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1893 | 2024.05.20 17:14:24.067626 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1894 | 2024.05.20 17:14:24.067665 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1895 | 2024.05.20 17:14:24.067706 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1896 | 2024.05.20 17:14:24.068788 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002381 sec., 7559.84880302394 rows/sec., 309.25 KiB/sec. | ||
1897 | 2024.05.20 17:14:24.069066 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Debug> DynamicQueryHandler: Done processing query | ||
1898 | 2024.05.20 17:14:24.069092 [ 3 ] {8c425ace-3273-4c1b-bc97-d60083558d13} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1899 | 2024.05.20 17:14:24.069109 [ 3 ] {} <Debug> HTTP-Session: 69f1957b-6a21-47e6-a1cb-ae21992e4f34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1900 | 2024.05.20 17:14:24.069333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1901 | 2024.05.20 17:14:24.069384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1902 | 2024.05.20 17:14:24.069404 [ 3 ] {} <Debug> HTTP-Session: 54348c95-17d5-40b4-8849-3b3e783b51af Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1903 | 2024.05.20 17:14:24.069420 [ 3 ] {} <Debug> HTTP-Session: 54348c95-17d5-40b4-8849-3b3e783b51af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1904 | 2024.05.20 17:14:24.069434 [ 3 ] {} <Debug> HTTP-Session: 54348c95-17d5-40b4-8849-3b3e783b51af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1905 | 2024.05.20 17:14:24.069465 [ 3 ] {} <Trace> HTTP-Session: 54348c95-17d5-40b4-8849-3b3e783b51af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1906 | 2024.05.20 17:14:24.069611 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1907 | 2024.05.20 17:14:24.069889 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1908 | 2024.05.20 17:14:24.069934 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1909 | 2024.05.20 17:14:24.070222 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1910 | 2024.05.20 17:14:24.070287 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1911 | 2024.05.20 17:14:24.070424 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1912 | 2024.05.20 17:14:24.070531 [ 259 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1913 | 2024.05.20 17:14:24.070544 [ 255 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1914 | 2024.05.20 17:14:24.070655 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1915 | 2024.05.20 17:14:24.070712 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1916 | 2024.05.20 17:14:24.070792 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1917 | 2024.05.20 17:14:24.070814 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1918 | 2024.05.20 17:14:24.070853 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1919 | 2024.05.20 17:14:24.070918 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1920 | 2024.05.20 17:14:24.072251 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002707 sec., 6649.427410417436 rows/sec., 272.01 KiB/sec. | ||
1921 | 2024.05.20 17:14:24.072561 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Debug> DynamicQueryHandler: Done processing query | ||
1922 | 2024.05.20 17:14:24.072587 [ 3 ] {8d400346-f0aa-4529-a8b8-8c6c559f4369} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1923 | 2024.05.20 17:14:24.072603 [ 3 ] {} <Debug> HTTP-Session: 54348c95-17d5-40b4-8849-3b3e783b51af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1924 | 2024.05.20 17:14:24.073516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1925 | 2024.05.20 17:14:24.073568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1926 | 2024.05.20 17:14:24.073588 [ 3 ] {} <Debug> HTTP-Session: c7a741c0-0691-4c17-8d1a-3278de7c0f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1927 | 2024.05.20 17:14:24.073604 [ 3 ] {} <Debug> HTTP-Session: c7a741c0-0691-4c17-8d1a-3278de7c0f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1928 | 2024.05.20 17:14:24.073619 [ 3 ] {} <Debug> HTTP-Session: c7a741c0-0691-4c17-8d1a-3278de7c0f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1929 | 2024.05.20 17:14:24.073651 [ 3 ] {} <Trace> HTTP-Session: c7a741c0-0691-4c17-8d1a-3278de7c0f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1930 | 2024.05.20 17:14:24.073796 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1931 | 2024.05.20 17:14:24.074083 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1932 | 2024.05.20 17:14:24.074135 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1933 | 2024.05.20 17:14:24.074428 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1934 | 2024.05.20 17:14:24.074495 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1935 | 2024.05.20 17:14:24.074633 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1936 | 2024.05.20 17:14:24.074745 [ 255 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1937 | 2024.05.20 17:14:24.074757 [ 254 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1938 | 2024.05.20 17:14:24.074885 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1939 | 2024.05.20 17:14:24.074913 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1940 | 2024.05.20 17:14:24.074993 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1941 | 2024.05.20 17:14:24.075013 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1942 | 2024.05.20 17:14:24.075052 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1943 | 2024.05.20 17:14:24.075093 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1944 | 2024.05.20 17:14:24.076401 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002674 sec., 6731.488406881077 rows/sec., 275.37 KiB/sec. | ||
1945 | 2024.05.20 17:14:24.076702 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Debug> DynamicQueryHandler: Done processing query | ||
1946 | 2024.05.20 17:14:24.076729 [ 3 ] {5007a4ac-0895-46fe-a9fb-08d3ff1c21f4} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1947 | 2024.05.20 17:14:24.076747 [ 3 ] {} <Debug> HTTP-Session: c7a741c0-0691-4c17-8d1a-3278de7c0f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1948 | 2024.05.20 17:14:24.080231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 3046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1949 | 2024.05.20 17:14:24.080282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1950 | 2024.05.20 17:14:24.080304 [ 3 ] {} <Debug> HTTP-Session: 14791d8b-bf99-48ef-a901-02010b721df2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1951 | 2024.05.20 17:14:24.080330 [ 3 ] {} <Debug> HTTP-Session: 14791d8b-bf99-48ef-a901-02010b721df2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1952 | 2024.05.20 17:14:24.080346 [ 3 ] {} <Debug> HTTP-Session: 14791d8b-bf99-48ef-a901-02010b721df2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1953 | 2024.05.20 17:14:24.080378 [ 3 ] {} <Trace> HTTP-Session: 14791d8b-bf99-48ef-a901-02010b721df2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1954 | 2024.05.20 17:14:24.080500 [ 3 ] {48211911-ff1d-4072-af16-88478feac8c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1955 | 2024.05.20 17:14:24.080550 [ 3 ] {48211911-ff1d-4072-af16-88478feac8c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1956 | 2024.05.20 17:14:24.080727 [ 3 ] {48211911-ff1d-4072-af16-88478feac8c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1957 | 2024.05.20 17:14:24.081096 [ 3 ] {48211911-ff1d-4072-af16-88478feac8c9} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1958 | 2024.05.20 17:14:24.081137 [ 3 ] {48211911-ff1d-4072-af16-88478feac8c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1959 | 2024.05.20 17:14:24.081640 [ 3 ] {48211911-ff1d-4072-af16-88478feac8c9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1960 | 2024.05.20 17:14:24.081971 [ 3 ] {48211911-ff1d-4072-af16-88478feac8c9} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1961 | 2024.05.20 17:14:24.082109 [ 3 ] {48211911-ff1d-4072-af16-88478feac8c9} <Debug> executeQuery: Read 11 rows, 1.51 KiB in 0.001653 sec., 6654.567453115547 rows/sec., 912.76 KiB/sec. | ||
1962 | 2024.05.20 17:14:24.082427 [ 3 ] {48211911-ff1d-4072-af16-88478feac8c9} <Debug> DynamicQueryHandler: Done processing query | ||
1963 | 2024.05.20 17:14:24.082452 [ 3 ] {48211911-ff1d-4072-af16-88478feac8c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1964 | 2024.05.20 17:14:24.082469 [ 3 ] {} <Debug> HTTP-Session: 14791d8b-bf99-48ef-a901-02010b721df2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1965 | 2024.05.20 17:14:24.082592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 3060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1966 | 2024.05.20 17:14:24.082642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1967 | 2024.05.20 17:14:24.082662 [ 3 ] {} <Debug> HTTP-Session: 5c6c7cd9-a7a5-4bf2-96b4-ef24892f8b54 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1968 | 2024.05.20 17:14:24.082678 [ 3 ] {} <Debug> HTTP-Session: 5c6c7cd9-a7a5-4bf2-96b4-ef24892f8b54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1969 | 2024.05.20 17:14:24.082694 [ 3 ] {} <Debug> HTTP-Session: 5c6c7cd9-a7a5-4bf2-96b4-ef24892f8b54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1970 | 2024.05.20 17:14:24.082725 [ 3 ] {} <Trace> HTTP-Session: 5c6c7cd9-a7a5-4bf2-96b4-ef24892f8b54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1971 | 2024.05.20 17:14:24.082833 [ 3 ] {fd7d1cfc-0a8a-48bb-8feb-e104d1241e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1972 | 2024.05.20 17:14:24.082878 [ 3 ] {fd7d1cfc-0a8a-48bb-8feb-e104d1241e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1973 | 2024.05.20 17:14:24.083031 [ 3 ] {fd7d1cfc-0a8a-48bb-8feb-e104d1241e00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1974 | 2024.05.20 17:14:24.085236 [ 3 ] {fd7d1cfc-0a8a-48bb-8feb-e104d1241e00} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1975 | 2024.05.20 17:14:24.085271 [ 3 ] {fd7d1cfc-0a8a-48bb-8feb-e104d1241e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1976 | 2024.05.20 17:14:24.085613 [ 3 ] {fd7d1cfc-0a8a-48bb-8feb-e104d1241e00} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1977 | 2024.05.20 17:14:24.085932 [ 3 ] {fd7d1cfc-0a8a-48bb-8feb-e104d1241e00} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1978 | 2024.05.20 17:14:24.086055 [ 3 ] {fd7d1cfc-0a8a-48bb-8feb-e104d1241e00} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.003258 sec., 6445.672191528545 rows/sec., 522.45 KiB/sec. | ||
1979 | 2024.05.20 17:14:24.086231 [ 3 ] {fd7d1cfc-0a8a-48bb-8feb-e104d1241e00} <Debug> DynamicQueryHandler: Done processing query | ||
1980 | 2024.05.20 17:14:24.086256 [ 3 ] {fd7d1cfc-0a8a-48bb-8feb-e104d1241e00} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1981 | 2024.05.20 17:14:24.086272 [ 3 ] {} <Debug> HTTP-Session: 5c6c7cd9-a7a5-4bf2-96b4-ef24892f8b54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1982 | 2024.05.20 17:14:24.086456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 22355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1983 | 2024.05.20 17:14:24.086505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1984 | 2024.05.20 17:14:24.086525 [ 3 ] {} <Debug> HTTP-Session: 68c1fa62-5ef4-4ac7-b854-0b6fab212315 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
1985 | 2024.05.20 17:14:24.086541 [ 3 ] {} <Debug> HTTP-Session: 68c1fa62-5ef4-4ac7-b854-0b6fab212315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1986 | 2024.05.20 17:14:24.086554 [ 3 ] {} <Debug> HTTP-Session: 68c1fa62-5ef4-4ac7-b854-0b6fab212315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1987 | 2024.05.20 17:14:24.086585 [ 3 ] {} <Trace> HTTP-Session: 68c1fa62-5ef4-4ac7-b854-0b6fab212315 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1988 | 2024.05.20 17:14:24.086724 [ 3 ] {ecb9cc53-450b-4ffd-889e-a6737401e636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1989 | 2024.05.20 17:14:24.086768 [ 3 ] {ecb9cc53-450b-4ffd-889e-a6737401e636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1990 | 2024.05.20 17:14:24.086894 [ 3 ] {ecb9cc53-450b-4ffd-889e-a6737401e636} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1991 | 2024.05.20 17:14:24.087311 [ 3 ] {ecb9cc53-450b-4ffd-889e-a6737401e636} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1992 | 2024.05.20 17:14:24.087345 [ 3 ] {ecb9cc53-450b-4ffd-889e-a6737401e636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
1993 | 2024.05.20 17:14:24.087679 [ 3 ] {ecb9cc53-450b-4ffd-889e-a6737401e636} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1994 | 2024.05.20 17:14:24.087999 [ 3 ] {ecb9cc53-450b-4ffd-889e-a6737401e636} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1995 | 2024.05.20 17:14:24.088131 [ 3 ] {ecb9cc53-450b-4ffd-889e-a6737401e636} <Debug> executeQuery: Read 156 rows, 12.89 KiB in 0.00147 sec., 106122.44897959183 rows/sec., 8.56 MiB/sec. | ||
1996 | 2024.05.20 17:14:24.088311 [ 3 ] {ecb9cc53-450b-4ffd-889e-a6737401e636} <Debug> DynamicQueryHandler: Done processing query | ||
1997 | 2024.05.20 17:14:24.088337 [ 3 ] {ecb9cc53-450b-4ffd-889e-a6737401e636} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1998 | 2024.05.20 17:14:24.088353 [ 3 ] {} <Debug> HTTP-Session: 68c1fa62-5ef4-4ac7-b854-0b6fab212315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1999 | 2024.05.20 17:14:24.088479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2000 | 2024.05.20 17:14:24.088528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2001 | 2024.05.20 17:14:24.088548 [ 3 ] {} <Debug> HTTP-Session: e9762922-dde3-4127-b497-ceac9d48cb32 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2002 | 2024.05.20 17:14:24.088565 [ 3 ] {} <Debug> HTTP-Session: e9762922-dde3-4127-b497-ceac9d48cb32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2003 | 2024.05.20 17:14:24.088579 [ 3 ] {} <Debug> HTTP-Session: e9762922-dde3-4127-b497-ceac9d48cb32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2004 | 2024.05.20 17:14:24.088609 [ 3 ] {} <Trace> HTTP-Session: e9762922-dde3-4127-b497-ceac9d48cb32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2005 | 2024.05.20 17:14:24.088703 [ 3 ] {ae0126cd-f528-46cc-97f4-c5e0e8bf4cbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2006 | 2024.05.20 17:14:24.088746 [ 3 ] {ae0126cd-f528-46cc-97f4-c5e0e8bf4cbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2007 | 2024.05.20 17:14:24.088870 [ 3 ] {ae0126cd-f528-46cc-97f4-c5e0e8bf4cbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2008 | 2024.05.20 17:14:24.089339 [ 3 ] {ae0126cd-f528-46cc-97f4-c5e0e8bf4cbd} <Trace> oximeter.fields_u32 (03f39130-5683-4bba-bc2c-b082011596d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2009 | 2024.05.20 17:14:24.089376 [ 3 ] {ae0126cd-f528-46cc-97f4-c5e0e8bf4cbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2010 | 2024.05.20 17:14:24.089701 [ 3 ] {ae0126cd-f528-46cc-97f4-c5e0e8bf4cbd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2011 | 2024.05.20 17:14:24.090017 [ 3 ] {ae0126cd-f528-46cc-97f4-c5e0e8bf4cbd} <Trace> oximeter.fields_u32 (03f39130-5683-4bba-bc2c-b082011596d5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2012 | 2024.05.20 17:14:24.090141 [ 3 ] {ae0126cd-f528-46cc-97f4-c5e0e8bf4cbd} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001461 sec., 684.4626967830253 rows/sec., 45.45 KiB/sec. | ||
2013 | 2024.05.20 17:14:24.090314 [ 3 ] {ae0126cd-f528-46cc-97f4-c5e0e8bf4cbd} <Debug> DynamicQueryHandler: Done processing query | ||
2014 | 2024.05.20 17:14:24.090341 [ 3 ] {ae0126cd-f528-46cc-97f4-c5e0e8bf4cbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2015 | 2024.05.20 17:14:24.090358 [ 3 ] {} <Debug> HTTP-Session: e9762922-dde3-4127-b497-ceac9d48cb32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2016 | 2024.05.20 17:14:24.090574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 20192, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2017 | 2024.05.20 17:14:24.090625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2018 | 2024.05.20 17:14:24.090645 [ 3 ] {} <Debug> HTTP-Session: 9084134c-da7f-4128-8cf6-5ddbf96e67c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2019 | 2024.05.20 17:14:24.090662 [ 3 ] {} <Debug> HTTP-Session: 9084134c-da7f-4128-8cf6-5ddbf96e67c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2020 | 2024.05.20 17:14:24.090675 [ 3 ] {} <Debug> HTTP-Session: 9084134c-da7f-4128-8cf6-5ddbf96e67c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2021 | 2024.05.20 17:14:24.090707 [ 3 ] {} <Trace> HTTP-Session: 9084134c-da7f-4128-8cf6-5ddbf96e67c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2022 | 2024.05.20 17:14:24.090844 [ 3 ] {4c18564b-8bff-4585-9753-11e7edc2a15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2023 | 2024.05.20 17:14:24.090885 [ 3 ] {4c18564b-8bff-4585-9753-11e7edc2a15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2024 | 2024.05.20 17:14:24.091008 [ 3 ] {4c18564b-8bff-4585-9753-11e7edc2a15e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2025 | 2024.05.20 17:14:24.091384 [ 3 ] {4c18564b-8bff-4585-9753-11e7edc2a15e} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2026 | 2024.05.20 17:14:24.091420 [ 3 ] {4c18564b-8bff-4585-9753-11e7edc2a15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2027 | 2024.05.20 17:14:24.091745 [ 3 ] {4c18564b-8bff-4585-9753-11e7edc2a15e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2028 | 2024.05.20 17:14:24.092047 [ 3 ] {4c18564b-8bff-4585-9753-11e7edc2a15e} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2029 | 2024.05.20 17:14:24.092167 [ 3 ] {4c18564b-8bff-4585-9753-11e7edc2a15e} <Debug> executeQuery: Read 119 rows, 9.51 KiB in 0.001383 sec., 86044.83007953725 rows/sec., 6.71 MiB/sec. | ||
2030 | 2024.05.20 17:14:24.092333 [ 3 ] {4c18564b-8bff-4585-9753-11e7edc2a15e} <Debug> DynamicQueryHandler: Done processing query | ||
2031 | 2024.05.20 17:14:24.092357 [ 3 ] {4c18564b-8bff-4585-9753-11e7edc2a15e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2032 | 2024.05.20 17:14:24.092373 [ 3 ] {} <Debug> HTTP-Session: 9084134c-da7f-4128-8cf6-5ddbf96e67c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2033 | 2024.05.20 17:14:24.092775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 81355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2034 | 2024.05.20 17:14:24.092824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2035 | 2024.05.20 17:14:24.092844 [ 3 ] {} <Debug> HTTP-Session: e6815eba-3ca1-4464-88ca-adc1569ceb6c Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2036 | 2024.05.20 17:14:24.092861 [ 3 ] {} <Debug> HTTP-Session: e6815eba-3ca1-4464-88ca-adc1569ceb6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2037 | 2024.05.20 17:14:24.092874 [ 3 ] {} <Debug> HTTP-Session: e6815eba-3ca1-4464-88ca-adc1569ceb6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2038 | 2024.05.20 17:14:24.092906 [ 3 ] {} <Trace> HTTP-Session: e6815eba-3ca1-4464-88ca-adc1569ceb6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2039 | 2024.05.20 17:14:24.093320 [ 3 ] {3a647a03-e129-45c1-b625-5eead47d3c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2040 | 2024.05.20 17:14:24.093367 [ 3 ] {3a647a03-e129-45c1-b625-5eead47d3c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2041 | 2024.05.20 17:14:24.093508 [ 3 ] {3a647a03-e129-45c1-b625-5eead47d3c58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2042 | 2024.05.20 17:14:24.094048 [ 3 ] {3a647a03-e129-45c1-b625-5eead47d3c58} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2043 | 2024.05.20 17:14:24.094085 [ 3 ] {3a647a03-e129-45c1-b625-5eead47d3c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2044 | 2024.05.20 17:14:24.094482 [ 3 ] {3a647a03-e129-45c1-b625-5eead47d3c58} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2045 | 2024.05.20 17:14:24.094817 [ 3 ] {3a647a03-e129-45c1-b625-5eead47d3c58} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2046 | 2024.05.20 17:14:24.094943 [ 3 ] {3a647a03-e129-45c1-b625-5eead47d3c58} <Debug> executeQuery: Read 424 rows, 30.49 KiB in 0.001938 sec., 218782.24974200205 rows/sec., 15.36 MiB/sec. | ||
2047 | 2024.05.20 17:14:24.095108 [ 3 ] {3a647a03-e129-45c1-b625-5eead47d3c58} <Debug> DynamicQueryHandler: Done processing query | ||
2048 | 2024.05.20 17:14:24.095132 [ 3 ] {3a647a03-e129-45c1-b625-5eead47d3c58} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
2049 | 2024.05.20 17:14:24.095148 [ 3 ] {} <Debug> HTTP-Session: e6815eba-3ca1-4464-88ca-adc1569ceb6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2050 | 2024.05.20 17:14:24.095283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2051 | 2024.05.20 17:14:24.095332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2052 | 2024.05.20 17:14:24.095351 [ 3 ] {} <Debug> HTTP-Session: 6f6facf5-7cf3-4125-bdf4-21f95b20986a Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2053 | 2024.05.20 17:14:24.095366 [ 3 ] {} <Debug> HTTP-Session: 6f6facf5-7cf3-4125-bdf4-21f95b20986a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2054 | 2024.05.20 17:14:24.095380 [ 3 ] {} <Debug> HTTP-Session: 6f6facf5-7cf3-4125-bdf4-21f95b20986a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2055 | 2024.05.20 17:14:24.095411 [ 3 ] {} <Trace> HTTP-Session: 6f6facf5-7cf3-4125-bdf4-21f95b20986a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2056 | 2024.05.20 17:14:24.095502 [ 3 ] {12c1d753-625e-4143-819b-35f217b5d235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2057 | 2024.05.20 17:14:24.095567 [ 3 ] {12c1d753-625e-4143-819b-35f217b5d235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2058 | 2024.05.20 17:14:24.095710 [ 3 ] {12c1d753-625e-4143-819b-35f217b5d235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2059 | 2024.05.20 17:14:24.096025 [ 3 ] {12c1d753-625e-4143-819b-35f217b5d235} <Trace> oximeter.measurements_f64 (a99369a9-2394-4399-af99-81d959758cc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2060 | 2024.05.20 17:14:24.096060 [ 3 ] {12c1d753-625e-4143-819b-35f217b5d235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2061 | 2024.05.20 17:14:24.097014 [ 3 ] {12c1d753-625e-4143-819b-35f217b5d235} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2062 | 2024.05.20 17:14:24.097346 [ 3 ] {12c1d753-625e-4143-819b-35f217b5d235} <Trace> oximeter.measurements_f64 (a99369a9-2394-4399-af99-81d959758cc9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2063 | 2024.05.20 17:14:24.097469 [ 3 ] {12c1d753-625e-4143-819b-35f217b5d235} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001985 sec., 503.7783375314862 rows/sec., 31.98 KiB/sec. | ||
2064 | 2024.05.20 17:14:24.097749 [ 3 ] {12c1d753-625e-4143-819b-35f217b5d235} <Debug> DynamicQueryHandler: Done processing query | ||
2065 | 2024.05.20 17:14:24.097773 [ 3 ] {12c1d753-625e-4143-819b-35f217b5d235} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2066 | 2024.05.20 17:14:24.097789 [ 3 ] {} <Debug> HTTP-Session: 6f6facf5-7cf3-4125-bdf4-21f95b20986a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2067 | 2024.05.20 17:14:24.097929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 22500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2068 | 2024.05.20 17:14:24.097979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2069 | 2024.05.20 17:14:24.097998 [ 3 ] {} <Debug> HTTP-Session: eb7038d7-4ca0-460f-b794-01cd7d236b96 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2070 | 2024.05.20 17:14:24.098014 [ 3 ] {} <Debug> HTTP-Session: eb7038d7-4ca0-460f-b794-01cd7d236b96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2071 | 2024.05.20 17:14:24.098029 [ 3 ] {} <Debug> HTTP-Session: eb7038d7-4ca0-460f-b794-01cd7d236b96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2072 | 2024.05.20 17:14:24.098059 [ 3 ] {} <Trace> HTTP-Session: eb7038d7-4ca0-460f-b794-01cd7d236b96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2073 | 2024.05.20 17:14:24.098310 [ 3 ] {28d8616a-843e-491f-8a58-0bf934b73897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2074 | 2024.05.20 17:14:24.098358 [ 3 ] {28d8616a-843e-491f-8a58-0bf934b73897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2075 | 2024.05.20 17:14:24.098540 [ 3 ] {28d8616a-843e-491f-8a58-0bf934b73897} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2076 | 2024.05.20 17:14:24.098988 [ 3 ] {28d8616a-843e-491f-8a58-0bf934b73897} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2077 | 2024.05.20 17:14:24.099024 [ 3 ] {28d8616a-843e-491f-8a58-0bf934b73897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2078 | 2024.05.20 17:14:24.101443 [ 3 ] {28d8616a-843e-491f-8a58-0bf934b73897} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2079 | 2024.05.20 17:14:24.101856 [ 3 ] {28d8616a-843e-491f-8a58-0bf934b73897} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2080 | 2024.05.20 17:14:24.102042 [ 3 ] {28d8616a-843e-491f-8a58-0bf934b73897} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.003896 sec., 5390.143737166324 rows/sec., 7.27 MiB/sec. | ||
2081 | 2024.05.20 17:14:24.102345 [ 3 ] {28d8616a-843e-491f-8a58-0bf934b73897} <Debug> DynamicQueryHandler: Done processing query | ||
2082 | 2024.05.20 17:14:24.102369 [ 3 ] {28d8616a-843e-491f-8a58-0bf934b73897} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2083 | 2024.05.20 17:14:24.102386 [ 3 ] {} <Debug> HTTP-Session: eb7038d7-4ca0-460f-b794-01cd7d236b96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2084 | 2024.05.20 17:14:24.102507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 2946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2085 | 2024.05.20 17:14:24.102556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2086 | 2024.05.20 17:14:24.102575 [ 3 ] {} <Debug> HTTP-Session: 70f7efbb-604f-40d4-bf89-85e26a260086 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2087 | 2024.05.20 17:14:24.102591 [ 3 ] {} <Debug> HTTP-Session: 70f7efbb-604f-40d4-bf89-85e26a260086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2088 | 2024.05.20 17:14:24.102604 [ 3 ] {} <Debug> HTTP-Session: 70f7efbb-604f-40d4-bf89-85e26a260086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2089 | 2024.05.20 17:14:24.102636 [ 3 ] {} <Trace> HTTP-Session: 70f7efbb-604f-40d4-bf89-85e26a260086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2090 | 2024.05.20 17:14:24.102739 [ 3 ] {619254fd-d1c9-4b2b-943e-5301cb6f1c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2091 | 2024.05.20 17:14:24.102784 [ 3 ] {619254fd-d1c9-4b2b-943e-5301cb6f1c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2092 | 2024.05.20 17:14:24.102926 [ 3 ] {619254fd-d1c9-4b2b-943e-5301cb6f1c4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2093 | 2024.05.20 17:14:24.103202 [ 3 ] {619254fd-d1c9-4b2b-943e-5301cb6f1c4e} <Trace> oximeter.measurements_i64 (970da968-7bc6-4979-874a-b3a26c5ee092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2094 | 2024.05.20 17:14:24.103238 [ 3 ] {619254fd-d1c9-4b2b-943e-5301cb6f1c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2095 | 2024.05.20 17:14:24.103591 [ 3 ] {619254fd-d1c9-4b2b-943e-5301cb6f1c4e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2096 | 2024.05.20 17:14:24.103907 [ 3 ] {619254fd-d1c9-4b2b-943e-5301cb6f1c4e} <Trace> oximeter.measurements_i64 (970da968-7bc6-4979-874a-b3a26c5ee092): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2097 | 2024.05.20 17:14:24.104063 [ 3 ] {619254fd-d1c9-4b2b-943e-5301cb6f1c4e} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001352 sec., 13313.609467455623 rows/sec., 1003.29 KiB/sec. | ||
2098 | 2024.05.20 17:14:24.104314 [ 3 ] {619254fd-d1c9-4b2b-943e-5301cb6f1c4e} <Debug> DynamicQueryHandler: Done processing query | ||
2099 | 2024.05.20 17:14:24.104339 [ 3 ] {619254fd-d1c9-4b2b-943e-5301cb6f1c4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2100 | 2024.05.20 17:14:24.104355 [ 3 ] {} <Debug> HTTP-Session: 70f7efbb-604f-40d4-bf89-85e26a260086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2101 | 2024.05.20 17:14:24.104484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2102 | 2024.05.20 17:14:24.104533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2103 | 2024.05.20 17:14:24.104552 [ 3 ] {} <Debug> HTTP-Session: 1c015bd2-8f0a-4a7c-b3a4-f42e1aa445e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2104 | 2024.05.20 17:14:24.104568 [ 3 ] {} <Debug> HTTP-Session: 1c015bd2-8f0a-4a7c-b3a4-f42e1aa445e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2105 | 2024.05.20 17:14:24.104581 [ 3 ] {} <Debug> HTTP-Session: 1c015bd2-8f0a-4a7c-b3a4-f42e1aa445e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2106 | 2024.05.20 17:14:24.104612 [ 3 ] {} <Trace> HTTP-Session: 1c015bd2-8f0a-4a7c-b3a4-f42e1aa445e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2107 | 2024.05.20 17:14:24.104726 [ 3 ] {b083bd12-3ec3-4643-95ae-7034f86e647b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2108 | 2024.05.20 17:14:24.104773 [ 3 ] {b083bd12-3ec3-4643-95ae-7034f86e647b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2109 | 2024.05.20 17:14:24.104918 [ 3 ] {b083bd12-3ec3-4643-95ae-7034f86e647b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2110 | 2024.05.20 17:14:24.105302 [ 3 ] {b083bd12-3ec3-4643-95ae-7034f86e647b} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2111 | 2024.05.20 17:14:24.105348 [ 3 ] {b083bd12-3ec3-4643-95ae-7034f86e647b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2112 | 2024.05.20 17:14:24.107072 [ 3 ] {b083bd12-3ec3-4643-95ae-7034f86e647b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2113 | 2024.05.20 17:14:24.107436 [ 3 ] {b083bd12-3ec3-4643-95ae-7034f86e647b} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2114 | 2024.05.20 17:14:24.107597 [ 3 ] {b083bd12-3ec3-4643-95ae-7034f86e647b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002905 sec., 20654.044750430294 rows/sec., 1.39 MiB/sec. | ||
2115 | 2024.05.20 17:14:24.107774 [ 3 ] {b083bd12-3ec3-4643-95ae-7034f86e647b} <Debug> DynamicQueryHandler: Done processing query | ||
2116 | 2024.05.20 17:14:24.107797 [ 3 ] {b083bd12-3ec3-4643-95ae-7034f86e647b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2117 | 2024.05.20 17:14:24.107813 [ 3 ] {} <Debug> HTTP-Session: 1c015bd2-8f0a-4a7c-b3a4-f42e1aa445e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2118 | 2024.05.20 17:14:29.026972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2119 | 2024.05.20 17:14:29.027099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2120 | 2024.05.20 17:14:29.027125 [ 3 ] {} <Debug> HTTP-Session: 839bb61f-5f8f-4d0f-a50e-ed17682d089c Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2121 | 2024.05.20 17:14:29.027161 [ 3 ] {} <Debug> HTTP-Session: 839bb61f-5f8f-4d0f-a50e-ed17682d089c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2122 | 2024.05.20 17:14:29.027178 [ 3 ] {} <Debug> HTTP-Session: 839bb61f-5f8f-4d0f-a50e-ed17682d089c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2123 | 2024.05.20 17:14:29.027230 [ 3 ] {} <Trace> HTTP-Session: 839bb61f-5f8f-4d0f-a50e-ed17682d089c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2124 | 2024.05.20 17:14:29.027434 [ 3 ] {8473ff91-97c5-4819-9763-67c67916a5d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2125 | 2024.05.20 17:14:29.027503 [ 3 ] {8473ff91-97c5-4819-9763-67c67916a5d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2126 | 2024.05.20 17:14:29.027710 [ 3 ] {8473ff91-97c5-4819-9763-67c67916a5d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2127 | 2024.05.20 17:14:29.028198 [ 3 ] {8473ff91-97c5-4819-9763-67c67916a5d1} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2128 | 2024.05.20 17:14:29.028246 [ 3 ] {8473ff91-97c5-4819-9763-67c67916a5d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2129 | 2024.05.20 17:14:29.028635 [ 3 ] {8473ff91-97c5-4819-9763-67c67916a5d1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2130 | 2024.05.20 17:14:29.028963 [ 3 ] {8473ff91-97c5-4819-9763-67c67916a5d1} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2131 | 2024.05.20 17:14:29.029111 [ 3 ] {8473ff91-97c5-4819-9763-67c67916a5d1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001741 sec., 32165.422171166 rows/sec., 2.46 MiB/sec. | ||
2132 | 2024.05.20 17:14:29.029329 [ 3 ] {8473ff91-97c5-4819-9763-67c67916a5d1} <Debug> DynamicQueryHandler: Done processing query | ||
2133 | 2024.05.20 17:14:29.029357 [ 3 ] {8473ff91-97c5-4819-9763-67c67916a5d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2134 | 2024.05.20 17:14:29.029374 [ 3 ] {} <Debug> HTTP-Session: 839bb61f-5f8f-4d0f-a50e-ed17682d089c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2135 | 2024.05.20 17:14:29.029585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 10892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2136 | 2024.05.20 17:14:29.029645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2137 | 2024.05.20 17:14:29.029666 [ 3 ] {} <Debug> HTTP-Session: c6db19fa-4a35-4930-90a9-239ccf6b2b79 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2138 | 2024.05.20 17:14:29.029685 [ 3 ] {} <Debug> HTTP-Session: c6db19fa-4a35-4930-90a9-239ccf6b2b79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2139 | 2024.05.20 17:14:29.029699 [ 3 ] {} <Debug> HTTP-Session: c6db19fa-4a35-4930-90a9-239ccf6b2b79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2140 | 2024.05.20 17:14:29.029737 [ 3 ] {} <Trace> HTTP-Session: c6db19fa-4a35-4930-90a9-239ccf6b2b79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2141 | 2024.05.20 17:14:29.029862 [ 3 ] {e976e618-79a0-4404-8f82-83aac81d9b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2142 | 2024.05.20 17:14:29.029908 [ 3 ] {e976e618-79a0-4404-8f82-83aac81d9b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2143 | 2024.05.20 17:14:29.030039 [ 3 ] {e976e618-79a0-4404-8f82-83aac81d9b04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2144 | 2024.05.20 17:14:29.030405 [ 3 ] {e976e618-79a0-4404-8f82-83aac81d9b04} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2145 | 2024.05.20 17:14:29.030442 [ 3 ] {e976e618-79a0-4404-8f82-83aac81d9b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2146 | 2024.05.20 17:14:29.030753 [ 3 ] {e976e618-79a0-4404-8f82-83aac81d9b04} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2147 | 2024.05.20 17:14:29.031082 [ 3 ] {e976e618-79a0-4404-8f82-83aac81d9b04} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2148 | 2024.05.20 17:14:29.031211 [ 3 ] {e976e618-79a0-4404-8f82-83aac81d9b04} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001395 sec., 45878.13620071685 rows/sec., 3.58 MiB/sec. | ||
2149 | 2024.05.20 17:14:29.031497 [ 3 ] {e976e618-79a0-4404-8f82-83aac81d9b04} <Debug> DynamicQueryHandler: Done processing query | ||
2150 | 2024.05.20 17:14:29.031523 [ 3 ] {e976e618-79a0-4404-8f82-83aac81d9b04} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2151 | 2024.05.20 17:14:29.031539 [ 3 ] {} <Debug> HTTP-Session: c6db19fa-4a35-4930-90a9-239ccf6b2b79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2152 | 2024.05.20 17:14:29.031809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2153 | 2024.05.20 17:14:29.031863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2154 | 2024.05.20 17:14:29.031883 [ 3 ] {} <Debug> HTTP-Session: 3dd18079-06ea-4164-940b-9b1b29401c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2155 | 2024.05.20 17:14:29.031900 [ 3 ] {} <Debug> HTTP-Session: 3dd18079-06ea-4164-940b-9b1b29401c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2156 | 2024.05.20 17:14:29.031914 [ 3 ] {} <Debug> HTTP-Session: 3dd18079-06ea-4164-940b-9b1b29401c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2157 | 2024.05.20 17:14:29.031947 [ 3 ] {} <Trace> HTTP-Session: 3dd18079-06ea-4164-940b-9b1b29401c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2158 | 2024.05.20 17:14:29.032101 [ 3 ] {ee623c87-822e-4d18-9492-b4b7c1df7fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2159 | 2024.05.20 17:14:29.032150 [ 3 ] {ee623c87-822e-4d18-9492-b4b7c1df7fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2160 | 2024.05.20 17:14:29.032319 [ 3 ] {ee623c87-822e-4d18-9492-b4b7c1df7fa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2161 | 2024.05.20 17:14:29.032797 [ 3 ] {ee623c87-822e-4d18-9492-b4b7c1df7fa1} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2162 | 2024.05.20 17:14:29.032833 [ 3 ] {ee623c87-822e-4d18-9492-b4b7c1df7fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2163 | 2024.05.20 17:14:29.033230 [ 3 ] {ee623c87-822e-4d18-9492-b4b7c1df7fa1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2164 | 2024.05.20 17:14:29.033560 [ 3 ] {ee623c87-822e-4d18-9492-b4b7c1df7fa1} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2165 | 2024.05.20 17:14:29.033690 [ 3 ] {ee623c87-822e-4d18-9492-b4b7c1df7fa1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001665 sec., 96096.0960960961 rows/sec., 6.69 MiB/sec. | ||
2166 | 2024.05.20 17:14:29.033859 [ 3 ] {ee623c87-822e-4d18-9492-b4b7c1df7fa1} <Debug> DynamicQueryHandler: Done processing query | ||
2167 | 2024.05.20 17:14:29.033884 [ 3 ] {ee623c87-822e-4d18-9492-b4b7c1df7fa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2168 | 2024.05.20 17:14:29.033900 [ 3 ] {} <Debug> HTTP-Session: 3dd18079-06ea-4164-940b-9b1b29401c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2169 | 2024.05.20 17:14:29.034044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2170 | 2024.05.20 17:14:29.034095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2171 | 2024.05.20 17:14:29.034115 [ 3 ] {} <Debug> HTTP-Session: 07fc211f-387b-439c-ab16-6bb788b44093 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2172 | 2024.05.20 17:14:29.034133 [ 3 ] {} <Debug> HTTP-Session: 07fc211f-387b-439c-ab16-6bb788b44093 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2173 | 2024.05.20 17:14:29.034148 [ 3 ] {} <Debug> HTTP-Session: 07fc211f-387b-439c-ab16-6bb788b44093 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2174 | 2024.05.20 17:14:29.034180 [ 3 ] {} <Trace> HTTP-Session: 07fc211f-387b-439c-ab16-6bb788b44093 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2175 | 2024.05.20 17:14:29.034302 [ 3 ] {96ec36a9-8daf-4b02-8a52-22b0383c4027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2176 | 2024.05.20 17:14:29.034347 [ 3 ] {96ec36a9-8daf-4b02-8a52-22b0383c4027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2177 | 2024.05.20 17:14:29.034474 [ 3 ] {96ec36a9-8daf-4b02-8a52-22b0383c4027} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2178 | 2024.05.20 17:14:29.034798 [ 3 ] {96ec36a9-8daf-4b02-8a52-22b0383c4027} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2179 | 2024.05.20 17:14:29.034834 [ 3 ] {96ec36a9-8daf-4b02-8a52-22b0383c4027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2180 | 2024.05.20 17:14:29.035178 [ 3 ] {96ec36a9-8daf-4b02-8a52-22b0383c4027} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2181 | 2024.05.20 17:14:29.035572 [ 3 ] {96ec36a9-8daf-4b02-8a52-22b0383c4027} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2182 | 2024.05.20 17:14:29.035704 [ 3 ] {96ec36a9-8daf-4b02-8a52-22b0383c4027} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec. | ||
2183 | 2024.05.20 17:14:29.035871 [ 3 ] {96ec36a9-8daf-4b02-8a52-22b0383c4027} <Debug> DynamicQueryHandler: Done processing query | ||
2184 | 2024.05.20 17:14:29.035896 [ 3 ] {96ec36a9-8daf-4b02-8a52-22b0383c4027} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2185 | 2024.05.20 17:14:29.035912 [ 3 ] {} <Debug> HTTP-Session: 07fc211f-387b-439c-ab16-6bb788b44093 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2186 | 2024.05.20 17:14:34.028322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 3060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2187 | 2024.05.20 17:14:34.028456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2188 | 2024.05.20 17:14:34.028486 [ 3 ] {} <Debug> HTTP-Session: eb107e09-95e3-47e9-8009-4d1d06627fe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2189 | 2024.05.20 17:14:34.028513 [ 3 ] {} <Debug> HTTP-Session: eb107e09-95e3-47e9-8009-4d1d06627fe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2190 | 2024.05.20 17:14:34.028530 [ 3 ] {} <Debug> HTTP-Session: eb107e09-95e3-47e9-8009-4d1d06627fe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2191 | 2024.05.20 17:14:34.028585 [ 3 ] {} <Trace> HTTP-Session: eb107e09-95e3-47e9-8009-4d1d06627fe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2192 | 2024.05.20 17:14:34.028787 [ 3 ] {75492d31-b309-4403-ac25-d73b0b5ab353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2193 | 2024.05.20 17:14:34.028861 [ 3 ] {75492d31-b309-4403-ac25-d73b0b5ab353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2194 | 2024.05.20 17:14:34.029077 [ 3 ] {75492d31-b309-4403-ac25-d73b0b5ab353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2195 | 2024.05.20 17:14:34.029582 [ 3 ] {75492d31-b309-4403-ac25-d73b0b5ab353} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2196 | 2024.05.20 17:14:34.029630 [ 3 ] {75492d31-b309-4403-ac25-d73b0b5ab353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2197 | 2024.05.20 17:14:34.029992 [ 3 ] {75492d31-b309-4403-ac25-d73b0b5ab353} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2198 | 2024.05.20 17:14:34.030324 [ 3 ] {75492d31-b309-4403-ac25-d73b0b5ab353} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2199 | 2024.05.20 17:14:34.030485 [ 3 ] {75492d31-b309-4403-ac25-d73b0b5ab353} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001758 sec., 11945.392491467577 rows/sec., 968.23 KiB/sec. | ||
2200 | 2024.05.20 17:14:34.030708 [ 3 ] {75492d31-b309-4403-ac25-d73b0b5ab353} <Debug> DynamicQueryHandler: Done processing query | ||
2201 | 2024.05.20 17:14:34.030735 [ 3 ] {75492d31-b309-4403-ac25-d73b0b5ab353} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2202 | 2024.05.20 17:14:34.030753 [ 3 ] {} <Debug> HTTP-Session: eb107e09-95e3-47e9-8009-4d1d06627fe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2203 | 2024.05.20 17:14:34.030904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 17273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2204 | 2024.05.20 17:14:34.030961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2205 | 2024.05.20 17:14:34.030980 [ 3 ] {} <Debug> HTTP-Session: d2a68bc1-be1e-4c32-863e-5f51bc0c0525 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2206 | 2024.05.20 17:14:34.030999 [ 3 ] {} <Debug> HTTP-Session: d2a68bc1-be1e-4c32-863e-5f51bc0c0525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2207 | 2024.05.20 17:14:34.031012 [ 3 ] {} <Debug> HTTP-Session: d2a68bc1-be1e-4c32-863e-5f51bc0c0525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2208 | 2024.05.20 17:14:34.031047 [ 3 ] {} <Trace> HTTP-Session: d2a68bc1-be1e-4c32-863e-5f51bc0c0525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2209 | 2024.05.20 17:14:34.031192 [ 3 ] {a296fc84-95f6-4fcc-a7b7-04bd2b30c541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2210 | 2024.05.20 17:14:34.031240 [ 3 ] {a296fc84-95f6-4fcc-a7b7-04bd2b30c541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2211 | 2024.05.20 17:14:34.031371 [ 3 ] {a296fc84-95f6-4fcc-a7b7-04bd2b30c541} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2212 | 2024.05.20 17:14:34.031797 [ 3 ] {a296fc84-95f6-4fcc-a7b7-04bd2b30c541} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2213 | 2024.05.20 17:14:34.031835 [ 3 ] {a296fc84-95f6-4fcc-a7b7-04bd2b30c541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2214 | 2024.05.20 17:14:34.032145 [ 3 ] {a296fc84-95f6-4fcc-a7b7-04bd2b30c541} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2215 | 2024.05.20 17:14:34.032444 [ 3 ] {a296fc84-95f6-4fcc-a7b7-04bd2b30c541} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2216 | 2024.05.20 17:14:34.032593 [ 3 ] {a296fc84-95f6-4fcc-a7b7-04bd2b30c541} <Debug> executeQuery: Read 119 rows, 10.03 KiB in 0.001452 sec., 81955.92286501378 rows/sec., 6.75 MiB/sec. | ||
2217 | 2024.05.20 17:14:34.032778 [ 3 ] {a296fc84-95f6-4fcc-a7b7-04bd2b30c541} <Debug> DynamicQueryHandler: Done processing query | ||
2218 | 2024.05.20 17:14:34.032802 [ 3 ] {a296fc84-95f6-4fcc-a7b7-04bd2b30c541} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2219 | 2024.05.20 17:14:34.032818 [ 3 ] {} <Debug> HTTP-Session: d2a68bc1-be1e-4c32-863e-5f51bc0c0525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2220 | 2024.05.20 17:14:34.032956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 14447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2221 | 2024.05.20 17:14:34.033007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2222 | 2024.05.20 17:14:34.033026 [ 3 ] {} <Debug> HTTP-Session: 8d8d0ad4-654f-4204-ab76-21361abf1fda Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2223 | 2024.05.20 17:14:34.033044 [ 3 ] {} <Debug> HTTP-Session: 8d8d0ad4-654f-4204-ab76-21361abf1fda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2224 | 2024.05.20 17:14:34.033058 [ 3 ] {} <Debug> HTTP-Session: 8d8d0ad4-654f-4204-ab76-21361abf1fda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2225 | 2024.05.20 17:14:34.033090 [ 3 ] {} <Trace> HTTP-Session: 8d8d0ad4-654f-4204-ab76-21361abf1fda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2226 | 2024.05.20 17:14:34.033215 [ 3 ] {35f10255-a265-49dc-b545-4167f77efe14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2227 | 2024.05.20 17:14:34.033263 [ 3 ] {35f10255-a265-49dc-b545-4167f77efe14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2228 | 2024.05.20 17:14:34.033390 [ 3 ] {35f10255-a265-49dc-b545-4167f77efe14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2229 | 2024.05.20 17:14:34.033741 [ 3 ] {35f10255-a265-49dc-b545-4167f77efe14} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2230 | 2024.05.20 17:14:34.033778 [ 3 ] {35f10255-a265-49dc-b545-4167f77efe14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2231 | 2024.05.20 17:14:34.034079 [ 3 ] {35f10255-a265-49dc-b545-4167f77efe14} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2232 | 2024.05.20 17:14:34.034377 [ 3 ] {35f10255-a265-49dc-b545-4167f77efe14} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2233 | 2024.05.20 17:14:34.034518 [ 3 ] {35f10255-a265-49dc-b545-4167f77efe14} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001349 sec., 63009.636767976284 rows/sec., 4.92 MiB/sec. | ||
2234 | 2024.05.20 17:14:34.034801 [ 3 ] {35f10255-a265-49dc-b545-4167f77efe14} <Debug> DynamicQueryHandler: Done processing query | ||
2235 | 2024.05.20 17:14:34.034827 [ 3 ] {35f10255-a265-49dc-b545-4167f77efe14} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2236 | 2024.05.20 17:14:34.034843 [ 3 ] {} <Debug> HTTP-Session: 8d8d0ad4-654f-4204-ab76-21361abf1fda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2237 | 2024.05.20 17:14:34.035021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2238 | 2024.05.20 17:14:34.035072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2239 | 2024.05.20 17:14:34.035090 [ 3 ] {} <Debug> HTTP-Session: 46b8cbb8-1ac5-4ae6-972f-a734b1fc751b Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2240 | 2024.05.20 17:14:34.035106 [ 3 ] {} <Debug> HTTP-Session: 46b8cbb8-1ac5-4ae6-972f-a734b1fc751b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2241 | 2024.05.20 17:14:34.035120 [ 3 ] {} <Debug> HTTP-Session: 46b8cbb8-1ac5-4ae6-972f-a734b1fc751b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2242 | 2024.05.20 17:14:34.035150 [ 3 ] {} <Trace> HTTP-Session: 46b8cbb8-1ac5-4ae6-972f-a734b1fc751b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2243 | 2024.05.20 17:14:34.035295 [ 3 ] {bb8e7e26-8124-44b4-b1a4-d538992a9885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2244 | 2024.05.20 17:14:34.035343 [ 3 ] {bb8e7e26-8124-44b4-b1a4-d538992a9885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2245 | 2024.05.20 17:14:34.035505 [ 3 ] {bb8e7e26-8124-44b4-b1a4-d538992a9885} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2246 | 2024.05.20 17:14:34.035919 [ 3 ] {bb8e7e26-8124-44b4-b1a4-d538992a9885} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2247 | 2024.05.20 17:14:34.035955 [ 3 ] {bb8e7e26-8124-44b4-b1a4-d538992a9885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2248 | 2024.05.20 17:14:34.036335 [ 3 ] {bb8e7e26-8124-44b4-b1a4-d538992a9885} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2249 | 2024.05.20 17:14:34.036673 [ 3 ] {bb8e7e26-8124-44b4-b1a4-d538992a9885} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2250 | 2024.05.20 17:14:34.036837 [ 3 ] {bb8e7e26-8124-44b4-b1a4-d538992a9885} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
2251 | 2024.05.20 17:14:34.037138 [ 3 ] {bb8e7e26-8124-44b4-b1a4-d538992a9885} <Debug> DynamicQueryHandler: Done processing query | ||
2252 | 2024.05.20 17:14:34.037162 [ 3 ] {bb8e7e26-8124-44b4-b1a4-d538992a9885} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2253 | 2024.05.20 17:14:34.037178 [ 3 ] {} <Debug> HTTP-Session: 46b8cbb8-1ac5-4ae6-972f-a734b1fc751b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2254 | 2024.05.20 17:14:34.037339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 22501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2255 | 2024.05.20 17:14:34.037387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2256 | 2024.05.20 17:14:34.037406 [ 3 ] {} <Debug> HTTP-Session: f3b064be-ad8b-4907-9b7a-997cecdebc72 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2257 | 2024.05.20 17:14:34.037422 [ 3 ] {} <Debug> HTTP-Session: f3b064be-ad8b-4907-9b7a-997cecdebc72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2258 | 2024.05.20 17:14:34.037436 [ 3 ] {} <Debug> HTTP-Session: f3b064be-ad8b-4907-9b7a-997cecdebc72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2259 | 2024.05.20 17:14:34.037468 [ 3 ] {} <Trace> HTTP-Session: f3b064be-ad8b-4907-9b7a-997cecdebc72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2260 | 2024.05.20 17:14:34.037679 [ 3 ] {c99a20cc-bca5-4919-a80d-a86167b7c0c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2261 | 2024.05.20 17:14:34.037729 [ 3 ] {c99a20cc-bca5-4919-a80d-a86167b7c0c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2262 | 2024.05.20 17:14:34.037903 [ 3 ] {c99a20cc-bca5-4919-a80d-a86167b7c0c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2263 | 2024.05.20 17:14:34.038328 [ 3 ] {c99a20cc-bca5-4919-a80d-a86167b7c0c4} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2264 | 2024.05.20 17:14:34.038364 [ 3 ] {c99a20cc-bca5-4919-a80d-a86167b7c0c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2265 | 2024.05.20 17:14:34.038765 [ 3 ] {c99a20cc-bca5-4919-a80d-a86167b7c0c4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2266 | 2024.05.20 17:14:34.039091 [ 3 ] {c99a20cc-bca5-4919-a80d-a86167b7c0c4} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2267 | 2024.05.20 17:14:34.039244 [ 3 ] {c99a20cc-bca5-4919-a80d-a86167b7c0c4} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001686 sec., 12455.516014234876 rows/sec., 16.81 MiB/sec. | ||
2268 | 2024.05.20 17:14:34.039518 [ 3 ] {c99a20cc-bca5-4919-a80d-a86167b7c0c4} <Debug> DynamicQueryHandler: Done processing query | ||
2269 | 2024.05.20 17:14:34.039544 [ 3 ] {c99a20cc-bca5-4919-a80d-a86167b7c0c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2270 | 2024.05.20 17:14:34.039559 [ 3 ] {} <Debug> HTTP-Session: f3b064be-ad8b-4907-9b7a-997cecdebc72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2271 | 2024.05.20 17:14:34.039679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2272 | 2024.05.20 17:14:34.039729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2273 | 2024.05.20 17:14:34.039747 [ 3 ] {} <Debug> HTTP-Session: ad6b7be6-a72f-4cad-be9e-ac1886d349d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2274 | 2024.05.20 17:14:34.039765 [ 3 ] {} <Debug> HTTP-Session: ad6b7be6-a72f-4cad-be9e-ac1886d349d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2275 | 2024.05.20 17:14:34.039778 [ 3 ] {} <Debug> HTTP-Session: ad6b7be6-a72f-4cad-be9e-ac1886d349d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2276 | 2024.05.20 17:14:34.039809 [ 3 ] {} <Trace> HTTP-Session: ad6b7be6-a72f-4cad-be9e-ac1886d349d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2277 | 2024.05.20 17:14:34.039942 [ 3 ] {2141ebdf-8358-4b80-b427-b58b6af04a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2278 | 2024.05.20 17:14:34.039986 [ 3 ] {2141ebdf-8358-4b80-b427-b58b6af04a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2279 | 2024.05.20 17:14:34.040128 [ 3 ] {2141ebdf-8358-4b80-b427-b58b6af04a78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2280 | 2024.05.20 17:14:34.040426 [ 3 ] {2141ebdf-8358-4b80-b427-b58b6af04a78} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2281 | 2024.05.20 17:14:34.040462 [ 3 ] {2141ebdf-8358-4b80-b427-b58b6af04a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2282 | 2024.05.20 17:14:34.040813 [ 3 ] {2141ebdf-8358-4b80-b427-b58b6af04a78} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2283 | 2024.05.20 17:14:34.041126 [ 3 ] {2141ebdf-8358-4b80-b427-b58b6af04a78} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2284 | 2024.05.20 17:14:34.041270 [ 3 ] {2141ebdf-8358-4b80-b427-b58b6af04a78} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
2285 | 2024.05.20 17:14:34.041442 [ 3 ] {2141ebdf-8358-4b80-b427-b58b6af04a78} <Debug> DynamicQueryHandler: Done processing query | ||
2286 | 2024.05.20 17:14:34.041467 [ 3 ] {2141ebdf-8358-4b80-b427-b58b6af04a78} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2287 | 2024.05.20 17:14:34.041482 [ 3 ] {} <Debug> HTTP-Session: ad6b7be6-a72f-4cad-be9e-ac1886d349d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2288 | 2024.05.20 17:14:38.305643 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2289 | 2024.05.20 17:14:38.305713 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2290 | 2024.05.20 17:14:39.026407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2291 | 2024.05.20 17:14:39.026523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2292 | 2024.05.20 17:14:39.026547 [ 3 ] {} <Debug> HTTP-Session: 86f7ea57-84f0-4abf-81ac-1273121af51c Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2293 | 2024.05.20 17:14:39.026570 [ 3 ] {} <Debug> HTTP-Session: 86f7ea57-84f0-4abf-81ac-1273121af51c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2294 | 2024.05.20 17:14:39.026584 [ 3 ] {} <Debug> HTTP-Session: 86f7ea57-84f0-4abf-81ac-1273121af51c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2295 | 2024.05.20 17:14:39.026632 [ 3 ] {} <Trace> HTTP-Session: 86f7ea57-84f0-4abf-81ac-1273121af51c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2296 | 2024.05.20 17:14:39.026825 [ 3 ] {6de70364-dc54-4158-908d-548c3f62ff2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2297 | 2024.05.20 17:14:39.026893 [ 3 ] {6de70364-dc54-4158-908d-548c3f62ff2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2298 | 2024.05.20 17:14:39.027082 [ 3 ] {6de70364-dc54-4158-908d-548c3f62ff2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2299 | 2024.05.20 17:14:39.027556 [ 3 ] {6de70364-dc54-4158-908d-548c3f62ff2d} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2300 | 2024.05.20 17:14:39.027605 [ 3 ] {6de70364-dc54-4158-908d-548c3f62ff2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2301 | 2024.05.20 17:14:39.027969 [ 3 ] {6de70364-dc54-4158-908d-548c3f62ff2d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2302 | 2024.05.20 17:14:39.028304 [ 3 ] {6de70364-dc54-4158-908d-548c3f62ff2d} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2303 | 2024.05.20 17:14:39.028450 [ 3 ] {6de70364-dc54-4158-908d-548c3f62ff2d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001688 sec., 33175.355450236966 rows/sec., 2.53 MiB/sec. | ||
2304 | 2024.05.20 17:14:39.028702 [ 3 ] {6de70364-dc54-4158-908d-548c3f62ff2d} <Debug> DynamicQueryHandler: Done processing query | ||
2305 | 2024.05.20 17:14:39.028729 [ 3 ] {6de70364-dc54-4158-908d-548c3f62ff2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2306 | 2024.05.20 17:14:39.028745 [ 3 ] {} <Debug> HTTP-Session: 86f7ea57-84f0-4abf-81ac-1273121af51c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2307 | 2024.05.20 17:14:39.028921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 10892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2308 | 2024.05.20 17:14:39.028971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2309 | 2024.05.20 17:14:39.028992 [ 3 ] {} <Debug> HTTP-Session: 0495c9c3-ea3c-45b0-946e-95e36961bb47 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2310 | 2024.05.20 17:14:39.029010 [ 3 ] {} <Debug> HTTP-Session: 0495c9c3-ea3c-45b0-946e-95e36961bb47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2311 | 2024.05.20 17:14:39.029023 [ 3 ] {} <Debug> HTTP-Session: 0495c9c3-ea3c-45b0-946e-95e36961bb47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2312 | 2024.05.20 17:14:39.029058 [ 3 ] {} <Trace> HTTP-Session: 0495c9c3-ea3c-45b0-946e-95e36961bb47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2313 | 2024.05.20 17:14:39.029181 [ 3 ] {5b459b8e-cf22-4eb4-b6db-888d94af650d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2314 | 2024.05.20 17:14:39.029225 [ 3 ] {5b459b8e-cf22-4eb4-b6db-888d94af650d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2315 | 2024.05.20 17:14:39.029361 [ 3 ] {5b459b8e-cf22-4eb4-b6db-888d94af650d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2316 | 2024.05.20 17:14:39.029717 [ 3 ] {5b459b8e-cf22-4eb4-b6db-888d94af650d} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2317 | 2024.05.20 17:14:39.029755 [ 3 ] {5b459b8e-cf22-4eb4-b6db-888d94af650d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2318 | 2024.05.20 17:14:39.030055 [ 3 ] {5b459b8e-cf22-4eb4-b6db-888d94af650d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2319 | 2024.05.20 17:14:39.030351 [ 3 ] {5b459b8e-cf22-4eb4-b6db-888d94af650d} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2320 | 2024.05.20 17:14:39.030506 [ 3 ] {5b459b8e-cf22-4eb4-b6db-888d94af650d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001359 sec., 47093.451066961 rows/sec., 3.68 MiB/sec. | ||
2321 | 2024.05.20 17:14:39.030812 [ 3 ] {5b459b8e-cf22-4eb4-b6db-888d94af650d} <Debug> DynamicQueryHandler: Done processing query | ||
2322 | 2024.05.20 17:14:39.030837 [ 3 ] {5b459b8e-cf22-4eb4-b6db-888d94af650d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2323 | 2024.05.20 17:14:39.030854 [ 3 ] {} <Debug> HTTP-Session: 0495c9c3-ea3c-45b0-946e-95e36961bb47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2324 | 2024.05.20 17:14:39.031036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2325 | 2024.05.20 17:14:39.031086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2326 | 2024.05.20 17:14:39.031106 [ 3 ] {} <Debug> HTTP-Session: 3d8b1938-78f4-4233-8104-b9f5b9d7326f Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2327 | 2024.05.20 17:14:39.031124 [ 3 ] {} <Debug> HTTP-Session: 3d8b1938-78f4-4233-8104-b9f5b9d7326f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2328 | 2024.05.20 17:14:39.031137 [ 3 ] {} <Debug> HTTP-Session: 3d8b1938-78f4-4233-8104-b9f5b9d7326f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2329 | 2024.05.20 17:14:39.031169 [ 3 ] {} <Trace> HTTP-Session: 3d8b1938-78f4-4233-8104-b9f5b9d7326f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2330 | 2024.05.20 17:14:39.031314 [ 3 ] {59746a5e-6d48-4a27-8fc9-bcc13a936ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2331 | 2024.05.20 17:14:39.031363 [ 3 ] {59746a5e-6d48-4a27-8fc9-bcc13a936ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2332 | 2024.05.20 17:14:39.031528 [ 3 ] {59746a5e-6d48-4a27-8fc9-bcc13a936ebc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2333 | 2024.05.20 17:14:39.031913 [ 3 ] {59746a5e-6d48-4a27-8fc9-bcc13a936ebc} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2334 | 2024.05.20 17:14:39.031950 [ 3 ] {59746a5e-6d48-4a27-8fc9-bcc13a936ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2335 | 2024.05.20 17:14:39.032327 [ 3 ] {59746a5e-6d48-4a27-8fc9-bcc13a936ebc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2336 | 2024.05.20 17:14:39.032663 [ 3 ] {59746a5e-6d48-4a27-8fc9-bcc13a936ebc} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2337 | 2024.05.20 17:14:39.032822 [ 3 ] {59746a5e-6d48-4a27-8fc9-bcc13a936ebc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
2338 | 2024.05.20 17:14:39.033038 [ 3 ] {59746a5e-6d48-4a27-8fc9-bcc13a936ebc} <Debug> DynamicQueryHandler: Done processing query | ||
2339 | 2024.05.20 17:14:39.033062 [ 3 ] {59746a5e-6d48-4a27-8fc9-bcc13a936ebc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2340 | 2024.05.20 17:14:39.033077 [ 3 ] {} <Debug> HTTP-Session: 3d8b1938-78f4-4233-8104-b9f5b9d7326f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2341 | 2024.05.20 17:14:39.033231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2342 | 2024.05.20 17:14:39.033278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2343 | 2024.05.20 17:14:39.033297 [ 3 ] {} <Debug> HTTP-Session: 2e6c8883-ed1b-4765-bbc3-27e24b0c902b Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2344 | 2024.05.20 17:14:39.033314 [ 3 ] {} <Debug> HTTP-Session: 2e6c8883-ed1b-4765-bbc3-27e24b0c902b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2345 | 2024.05.20 17:14:39.033328 [ 3 ] {} <Debug> HTTP-Session: 2e6c8883-ed1b-4765-bbc3-27e24b0c902b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2346 | 2024.05.20 17:14:39.033358 [ 3 ] {} <Trace> HTTP-Session: 2e6c8883-ed1b-4765-bbc3-27e24b0c902b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2347 | 2024.05.20 17:14:39.033481 [ 3 ] {d73a0d76-2ca3-49fe-bb8e-0d97788cfb59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2348 | 2024.05.20 17:14:39.033526 [ 3 ] {d73a0d76-2ca3-49fe-bb8e-0d97788cfb59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2349 | 2024.05.20 17:14:39.033652 [ 3 ] {d73a0d76-2ca3-49fe-bb8e-0d97788cfb59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2350 | 2024.05.20 17:14:39.033953 [ 3 ] {d73a0d76-2ca3-49fe-bb8e-0d97788cfb59} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2351 | 2024.05.20 17:14:39.033990 [ 3 ] {d73a0d76-2ca3-49fe-bb8e-0d97788cfb59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2352 | 2024.05.20 17:14:39.034342 [ 3 ] {d73a0d76-2ca3-49fe-bb8e-0d97788cfb59} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2353 | 2024.05.20 17:14:39.034649 [ 3 ] {d73a0d76-2ca3-49fe-bb8e-0d97788cfb59} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2354 | 2024.05.20 17:14:39.034804 [ 3 ] {d73a0d76-2ca3-49fe-bb8e-0d97788cfb59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
2355 | 2024.05.20 17:14:39.035075 [ 3 ] {d73a0d76-2ca3-49fe-bb8e-0d97788cfb59} <Debug> DynamicQueryHandler: Done processing query | ||
2356 | 2024.05.20 17:14:39.035099 [ 3 ] {d73a0d76-2ca3-49fe-bb8e-0d97788cfb59} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2357 | 2024.05.20 17:14:39.035115 [ 3 ] {} <Debug> HTTP-Session: 2e6c8883-ed1b-4765-bbc3-27e24b0c902b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2358 | 2024.05.20 17:14:44.027391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 3060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2359 | 2024.05.20 17:14:44.027534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2360 | 2024.05.20 17:14:44.027563 [ 3 ] {} <Debug> HTTP-Session: 5aed4e1f-720a-4597-9115-7908500f6d63 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2361 | 2024.05.20 17:14:44.027591 [ 3 ] {} <Debug> HTTP-Session: 5aed4e1f-720a-4597-9115-7908500f6d63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2362 | 2024.05.20 17:14:44.027608 [ 3 ] {} <Debug> HTTP-Session: 5aed4e1f-720a-4597-9115-7908500f6d63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2363 | 2024.05.20 17:14:44.027663 [ 3 ] {} <Trace> HTTP-Session: 5aed4e1f-720a-4597-9115-7908500f6d63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2364 | 2024.05.20 17:14:44.027869 [ 3 ] {9ea47024-f382-4d53-9f91-87f96e6806c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2365 | 2024.05.20 17:14:44.027939 [ 3 ] {9ea47024-f382-4d53-9f91-87f96e6806c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2366 | 2024.05.20 17:14:44.028133 [ 3 ] {9ea47024-f382-4d53-9f91-87f96e6806c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2367 | 2024.05.20 17:14:44.028553 [ 3 ] {9ea47024-f382-4d53-9f91-87f96e6806c4} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2368 | 2024.05.20 17:14:44.028601 [ 3 ] {9ea47024-f382-4d53-9f91-87f96e6806c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2369 | 2024.05.20 17:14:44.028964 [ 3 ] {9ea47024-f382-4d53-9f91-87f96e6806c4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2370 | 2024.05.20 17:14:44.029287 [ 3 ] {9ea47024-f382-4d53-9f91-87f96e6806c4} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2371 | 2024.05.20 17:14:44.029453 [ 3 ] {9ea47024-f382-4d53-9f91-87f96e6806c4} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001642 sec., 12789.281364190012 rows/sec., 1.01 MiB/sec. | ||
2372 | 2024.05.20 17:14:44.029663 [ 3 ] {9ea47024-f382-4d53-9f91-87f96e6806c4} <Debug> DynamicQueryHandler: Done processing query | ||
2373 | 2024.05.20 17:14:44.029690 [ 3 ] {9ea47024-f382-4d53-9f91-87f96e6806c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2374 | 2024.05.20 17:14:44.029706 [ 3 ] {} <Debug> HTTP-Session: 5aed4e1f-720a-4597-9115-7908500f6d63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2375 | 2024.05.20 17:14:44.029854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 17273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2376 | 2024.05.20 17:14:44.029908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2377 | 2024.05.20 17:14:44.029928 [ 3 ] {} <Debug> HTTP-Session: 6e086c26-0f27-401e-980a-b725073a7a47 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2378 | 2024.05.20 17:14:44.029946 [ 3 ] {} <Debug> HTTP-Session: 6e086c26-0f27-401e-980a-b725073a7a47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2379 | 2024.05.20 17:14:44.029960 [ 3 ] {} <Debug> HTTP-Session: 6e086c26-0f27-401e-980a-b725073a7a47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2380 | 2024.05.20 17:14:44.029996 [ 3 ] {} <Trace> HTTP-Session: 6e086c26-0f27-401e-980a-b725073a7a47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2381 | 2024.05.20 17:14:44.030132 [ 3 ] {69e39a7d-254b-44ca-99bc-497d9f907d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2382 | 2024.05.20 17:14:44.030179 [ 3 ] {69e39a7d-254b-44ca-99bc-497d9f907d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2383 | 2024.05.20 17:14:44.030308 [ 3 ] {69e39a7d-254b-44ca-99bc-497d9f907d68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2384 | 2024.05.20 17:14:44.030713 [ 3 ] {69e39a7d-254b-44ca-99bc-497d9f907d68} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2385 | 2024.05.20 17:14:44.030751 [ 3 ] {69e39a7d-254b-44ca-99bc-497d9f907d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2386 | 2024.05.20 17:14:44.031128 [ 3 ] {69e39a7d-254b-44ca-99bc-497d9f907d68} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2387 | 2024.05.20 17:14:44.031503 [ 3 ] {69e39a7d-254b-44ca-99bc-497d9f907d68} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2388 | 2024.05.20 17:14:44.031663 [ 3 ] {69e39a7d-254b-44ca-99bc-497d9f907d68} <Debug> executeQuery: Read 119 rows, 10.03 KiB in 0.001585 sec., 75078.8643533123 rows/sec., 6.18 MiB/sec. | ||
2389 | 2024.05.20 17:14:44.031662 [ 68 ] {} <Debug> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2390 | 2024.05.20 17:14:44.031778 [ 68 ] {} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2391 | 2024.05.20 17:14:44.031829 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2392 | 2024.05.20 17:14:44.031913 [ 3 ] {69e39a7d-254b-44ca-99bc-497d9f907d68} <Debug> DynamicQueryHandler: Done processing query | ||
2393 | 2024.05.20 17:14:44.031948 [ 3 ] {69e39a7d-254b-44ca-99bc-497d9f907d68} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2394 | 2024.05.20 17:14:44.031967 [ 187 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::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 | ||
2395 | 2024.05.20 17:14:44.031968 [ 3 ] {} <Debug> HTTP-Session: 6e086c26-0f27-401e-980a-b725073a7a47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2396 | 2024.05.20 17:14:44.032093 [ 187 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2397 | 2024.05.20 17:14:44.032125 [ 187 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 56 rows starting from the beginning of the part | ||
2398 | 2024.05.20 17:14:44.032137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 14447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2399 | 2024.05.20 17:14:44.032208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2400 | 2024.05.20 17:14:44.032231 [ 187 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 156 rows starting from the beginning of the part | ||
2401 | 2024.05.20 17:14:44.032244 [ 3 ] {} <Debug> HTTP-Session: 19a5d226-faff-4edc-9022-a092e217b8ec Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2402 | 2024.05.20 17:14:44.032314 [ 3 ] {} <Debug> HTTP-Session: 19a5d226-faff-4edc-9022-a092e217b8ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2403 | 2024.05.20 17:14:44.032376 [ 3 ] {} <Debug> HTTP-Session: 19a5d226-faff-4edc-9022-a092e217b8ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2404 | 2024.05.20 17:14:44.032544 [ 3 ] {} <Trace> HTTP-Session: 19a5d226-faff-4edc-9022-a092e217b8ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2405 | 2024.05.20 17:14:44.032560 [ 187 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::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 | ||
2406 | 2024.05.20 17:14:44.032822 [ 187 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 119 rows starting from the beginning of the part | ||
2407 | 2024.05.20 17:14:44.032982 [ 3 ] {91650040-87f5-4558-927c-eaf6fff3db96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2408 | 2024.05.20 17:14:44.033153 [ 187 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
2409 | 2024.05.20 17:14:44.033152 [ 3 ] {91650040-87f5-4558-927c-eaf6fff3db96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2410 | 2024.05.20 17:14:44.033541 [ 187 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 119 rows starting from the beginning of the part | ||
2411 | 2024.05.20 17:14:44.034241 [ 3 ] {91650040-87f5-4558-927c-eaf6fff3db96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2412 | 2024.05.20 17:14:44.034732 [ 3 ] {91650040-87f5-4558-927c-eaf6fff3db96} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2413 | 2024.05.20 17:14:44.034781 [ 3 ] {91650040-87f5-4558-927c-eaf6fff3db96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2414 | 2024.05.20 17:14:44.035267 [ 3 ] {91650040-87f5-4558-927c-eaf6fff3db96} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2415 | 2024.05.20 17:14:44.035398 [ 192 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 4 columns (4 merged, 0 gathered) in 0.003496155 sec., 160748.02175532834 rows/sec., 12.87 MiB/sec. | ||
2416 | 2024.05.20 17:14:44.035687 [ 192 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2417 | 2024.05.20 17:14:44.035863 [ 3 ] {91650040-87f5-4558-927c-eaf6fff3db96} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2418 | 2024.05.20 17:14:44.036076 [ 68 ] {} <Debug> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2419 | 2024.05.20 17:14:44.036185 [ 68 ] {} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2420 | 2024.05.20 17:14:44.036269 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2421 | 2024.05.20 17:14:44.036264 [ 3 ] {91650040-87f5-4558-927c-eaf6fff3db96} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.003442 sec., 24694.94479953515 rows/sec., 1.93 MiB/sec. | ||
2422 | 2024.05.20 17:14:44.036796 [ 188 ] {1c045144-977c-4648-9490-ef402f1e5a6c::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 | ||
2423 | 2024.05.20 17:14:44.036944 [ 3 ] {91650040-87f5-4558-927c-eaf6fff3db96} <Debug> DynamicQueryHandler: Done processing query | ||
2424 | 2024.05.20 17:14:44.037027 [ 3 ] {91650040-87f5-4558-927c-eaf6fff3db96} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2425 | 2024.05.20 17:14:44.037099 [ 3 ] {} <Debug> HTTP-Session: 19a5d226-faff-4edc-9022-a092e217b8ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2426 | 2024.05.20 17:14:44.037168 [ 192 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_11_2} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2427 | 2024.05.20 17:14:44.037183 [ 188 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2428 | 2024.05.20 17:14:44.037243 [ 188 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 64 rows starting from the beginning of the part | ||
2429 | 2024.05.20 17:14:44.037300 [ 192 ] {d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec::all_1_11_2} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2430 | 2024.05.20 17:14:44.037547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2431 | 2024.05.20 17:14:44.037629 [ 188 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 119 rows starting from the beginning of the part | ||
2432 | 2024.05.20 17:14:44.037634 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2433 | 2024.05.20 17:14:44.037838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2434 | 2024.05.20 17:14:44.037903 [ 3 ] {} <Debug> HTTP-Session: d79fb6b0-afc9-4348-b9ec-25e3c947f5c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2435 | 2024.05.20 17:14:44.037904 [ 188 ] {1c045144-977c-4648-9490-ef402f1e5a6c::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 | ||
2436 | 2024.05.20 17:14:44.037983 [ 3 ] {} <Debug> HTTP-Session: d79fb6b0-afc9-4348-b9ec-25e3c947f5c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2437 | 2024.05.20 17:14:44.038052 [ 3 ] {} <Debug> HTTP-Session: d79fb6b0-afc9-4348-b9ec-25e3c947f5c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2438 | 2024.05.20 17:14:44.038286 [ 188 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 85 rows starting from the beginning of the part | ||
2439 | 2024.05.20 17:14:44.038299 [ 3 ] {} <Trace> HTTP-Session: d79fb6b0-afc9-4348-b9ec-25e3c947f5c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2440 | 2024.05.20 17:14:44.038668 [ 188 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
2441 | 2024.05.20 17:14:44.038827 [ 188 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 85 rows starting from the beginning of the part | ||
2442 | 2024.05.20 17:14:44.038995 [ 3 ] {ab02a450-9349-4d3b-a595-b7a33a25c4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2443 | 2024.05.20 17:14:44.039217 [ 3 ] {ab02a450-9349-4d3b-a595-b7a33a25c4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2444 | 2024.05.20 17:14:44.039763 [ 3 ] {ab02a450-9349-4d3b-a595-b7a33a25c4af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2445 | 2024.05.20 17:14:44.040747 [ 3 ] {ab02a450-9349-4d3b-a595-b7a33a25c4af} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2446 | 2024.05.20 17:14:44.040894 [ 3 ] {ab02a450-9349-4d3b-a595-b7a33a25c4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2447 | 2024.05.20 17:14:44.042023 [ 188 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 481 rows, containing 4 columns (4 merged, 0 gathered) in 0.005595162 sec., 85967.12659973027 rows/sec., 6.71 MiB/sec. | ||
2448 | 2024.05.20 17:14:44.042074 [ 3 ] {ab02a450-9349-4d3b-a595-b7a33a25c4af} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2449 | 2024.05.20 17:14:44.042184 [ 188 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2450 | 2024.05.20 17:14:44.042848 [ 3 ] {ab02a450-9349-4d3b-a595-b7a33a25c4af} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2451 | 2024.05.20 17:14:44.042970 [ 188 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_11_2} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2452 | 2024.05.20 17:14:44.043071 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2453 | 2024.05.20 17:14:44.043172 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2454 | 2024.05.20 17:14:44.043198 [ 3 ] {ab02a450-9349-4d3b-a595-b7a33a25c4af} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004481 sec., 35706.31555456371 rows/sec., 2.49 MiB/sec. | ||
2455 | 2024.05.20 17:14:44.043235 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2456 | 2024.05.20 17:14:44.043255 [ 188 ] {1c045144-977c-4648-9490-ef402f1e5a6c::all_1_11_2} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2457 | 2024.05.20 17:14:44.043589 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2458 | 2024.05.20 17:14:44.043663 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::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 | ||
2459 | 2024.05.20 17:14:44.043763 [ 3 ] {ab02a450-9349-4d3b-a595-b7a33a25c4af} <Debug> DynamicQueryHandler: Done processing query | ||
2460 | 2024.05.20 17:14:44.043819 [ 3 ] {ab02a450-9349-4d3b-a595-b7a33a25c4af} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2461 | 2024.05.20 17:14:44.043868 [ 3 ] {} <Debug> HTTP-Session: d79fb6b0-afc9-4348-b9ec-25e3c947f5c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2462 | 2024.05.20 17:14:44.043930 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2463 | 2024.05.20 17:14:44.043970 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 202 rows starting from the beginning of the part | ||
2464 | 2024.05.20 17:14:44.044090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 22501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2465 | 2024.05.20 17:14:44.044217 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 424 rows starting from the beginning of the part | ||
2466 | 2024.05.20 17:14:44.044240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2467 | 2024.05.20 17:14:44.044333 [ 3 ] {} <Debug> HTTP-Session: fb0539b3-e2a5-45de-bf1d-cedbad5159da Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2468 | 2024.05.20 17:14:44.044471 [ 3 ] {} <Debug> HTTP-Session: fb0539b3-e2a5-45de-bf1d-cedbad5159da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2469 | 2024.05.20 17:14:44.044501 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
2470 | 2024.05.20 17:14:44.044547 [ 3 ] {} <Debug> HTTP-Session: fb0539b3-e2a5-45de-bf1d-cedbad5159da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2471 | 2024.05.20 17:14:44.044714 [ 3 ] {} <Trace> HTTP-Session: fb0539b3-e2a5-45de-bf1d-cedbad5159da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2472 | 2024.05.20 17:14:44.044759 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::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 | ||
2473 | 2024.05.20 17:14:44.045073 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::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 | ||
2474 | 2024.05.20 17:14:44.045238 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
2475 | 2024.05.20 17:14:44.045436 [ 3 ] {e59510c2-9463-47e6-9315-a787d0d78741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2476 | 2024.05.20 17:14:44.045681 [ 3 ] {e59510c2-9463-47e6-9315-a787d0d78741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2477 | 2024.05.20 17:14:44.046345 [ 3 ] {e59510c2-9463-47e6-9315-a787d0d78741} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2478 | 2024.05.20 17:14:44.047399 [ 3 ] {e59510c2-9463-47e6-9315-a787d0d78741} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2479 | 2024.05.20 17:14:44.047466 [ 3 ] {e59510c2-9463-47e6-9315-a787d0d78741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2480 | 2024.05.20 17:14:44.048318 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1266 rows, containing 5 columns (5 merged, 0 gathered) in 0.004936955 sec., 256433.36834141694 rows/sec., 17.95 MiB/sec. | ||
2481 | 2024.05.20 17:14:44.048490 [ 3 ] {e59510c2-9463-47e6-9315-a787d0d78741} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2482 | 2024.05.20 17:14:44.048573 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2483 | 2024.05.20 17:14:44.049305 [ 3 ] {e59510c2-9463-47e6-9315-a787d0d78741} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2484 | 2024.05.20 17:14:44.049413 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2485 | 2024.05.20 17:14:44.049620 [ 3 ] {e59510c2-9463-47e6-9315-a787d0d78741} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.004611 sec., 4554.326610279766 rows/sec., 6.15 MiB/sec. | ||
2486 | 2024.05.20 17:14:44.049658 [ 192 ] {3ce1b101-aa76-4acc-a49a-63d03edac8b6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2487 | 2024.05.20 17:14:44.049926 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
2488 | 2024.05.20 17:14:44.050038 [ 3 ] {e59510c2-9463-47e6-9315-a787d0d78741} <Debug> DynamicQueryHandler: Done processing query | ||
2489 | 2024.05.20 17:14:44.050068 [ 3 ] {e59510c2-9463-47e6-9315-a787d0d78741} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2490 | 2024.05.20 17:14:44.050084 [ 3 ] {} <Debug> HTTP-Session: fb0539b3-e2a5-45de-bf1d-cedbad5159da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2491 | 2024.05.20 17:14:44.050219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2492 | 2024.05.20 17:14:44.050268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2493 | 2024.05.20 17:14:44.050287 [ 3 ] {} <Debug> HTTP-Session: 13b8daad-92e0-416d-904e-9c8eae65c07b Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2494 | 2024.05.20 17:14:44.050304 [ 3 ] {} <Debug> HTTP-Session: 13b8daad-92e0-416d-904e-9c8eae65c07b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2495 | 2024.05.20 17:14:44.050317 [ 3 ] {} <Debug> HTTP-Session: 13b8daad-92e0-416d-904e-9c8eae65c07b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2496 | 2024.05.20 17:14:44.050348 [ 3 ] {} <Trace> HTTP-Session: 13b8daad-92e0-416d-904e-9c8eae65c07b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2497 | 2024.05.20 17:14:44.050478 [ 3 ] {4c922fcc-01d6-4b4c-bc51-afc903aaaeb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2498 | 2024.05.20 17:14:44.050523 [ 3 ] {4c922fcc-01d6-4b4c-bc51-afc903aaaeb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2499 | 2024.05.20 17:14:44.050668 [ 3 ] {4c922fcc-01d6-4b4c-bc51-afc903aaaeb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2500 | 2024.05.20 17:14:44.050966 [ 3 ] {4c922fcc-01d6-4b4c-bc51-afc903aaaeb0} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2501 | 2024.05.20 17:14:44.051003 [ 3 ] {4c922fcc-01d6-4b4c-bc51-afc903aaaeb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2502 | 2024.05.20 17:14:44.051363 [ 3 ] {4c922fcc-01d6-4b4c-bc51-afc903aaaeb0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2503 | 2024.05.20 17:14:44.051690 [ 3 ] {4c922fcc-01d6-4b4c-bc51-afc903aaaeb0} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2504 | 2024.05.20 17:14:44.051838 [ 68 ] {} <Debug> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2505 | 2024.05.20 17:14:44.051846 [ 3 ] {4c922fcc-01d6-4b4c-bc51-afc903aaaeb0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
2506 | 2024.05.20 17:14:44.051889 [ 68 ] {} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2507 | 2024.05.20 17:14:44.051956 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2508 | 2024.05.20 17:14:44.052120 [ 188 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::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 | ||
2509 | 2024.05.20 17:14:44.052152 [ 3 ] {4c922fcc-01d6-4b4c-bc51-afc903aaaeb0} <Debug> DynamicQueryHandler: Done processing query | ||
2510 | 2024.05.20 17:14:44.052199 [ 3 ] {4c922fcc-01d6-4b4c-bc51-afc903aaaeb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2511 | 2024.05.20 17:14:44.052235 [ 3 ] {} <Debug> HTTP-Session: 13b8daad-92e0-416d-904e-9c8eae65c07b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2512 | 2024.05.20 17:14:44.052338 [ 188 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2513 | 2024.05.20 17:14:44.052372 [ 188 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 104 rows starting from the beginning of the part | ||
2514 | 2024.05.20 17:14:44.052438 [ 188 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
2515 | 2024.05.20 17:14:44.052658 [ 188 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
2516 | 2024.05.20 17:14:44.052816 [ 188 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::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 | ||
2517 | 2024.05.20 17:14:44.052991 [ 188 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::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 | ||
2518 | 2024.05.20 17:14:44.053115 [ 188 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
2519 | 2024.05.20 17:14:44.054206 [ 188 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 404 rows, containing 4 columns (4 merged, 0 gathered) in 0.002149538 sec., 187947.36357300964 rows/sec., 12.55 MiB/sec. | ||
2520 | 2024.05.20 17:14:44.054400 [ 195 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2521 | 2024.05.20 17:14:44.054851 [ 195 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_11_2} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2522 | 2024.05.20 17:14:44.054928 [ 195 ] {5045cb58-67b5-4058-a87d-e4c73c28cfa9::all_1_11_2} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2523 | 2024.05.20 17:14:44.055013 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2524 | 2024.05.20 17:14:49.027824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2525 | 2024.05.20 17:14:49.027956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2526 | 2024.05.20 17:14:49.027981 [ 3 ] {} <Debug> HTTP-Session: 23852fed-fc00-4dc2-a370-b861e0f9217a Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2527 | 2024.05.20 17:14:49.028006 [ 3 ] {} <Debug> HTTP-Session: 23852fed-fc00-4dc2-a370-b861e0f9217a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2528 | 2024.05.20 17:14:49.028021 [ 3 ] {} <Debug> HTTP-Session: 23852fed-fc00-4dc2-a370-b861e0f9217a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2529 | 2024.05.20 17:14:49.028070 [ 3 ] {} <Trace> HTTP-Session: 23852fed-fc00-4dc2-a370-b861e0f9217a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2530 | 2024.05.20 17:14:49.028261 [ 3 ] {8fb44000-afec-406f-b719-b77f20aced26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2531 | 2024.05.20 17:14:49.028332 [ 3 ] {8fb44000-afec-406f-b719-b77f20aced26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2532 | 2024.05.20 17:14:49.028522 [ 3 ] {8fb44000-afec-406f-b719-b77f20aced26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2533 | 2024.05.20 17:14:49.028950 [ 3 ] {8fb44000-afec-406f-b719-b77f20aced26} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2534 | 2024.05.20 17:14:49.028996 [ 3 ] {8fb44000-afec-406f-b719-b77f20aced26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2535 | 2024.05.20 17:14:49.029371 [ 3 ] {8fb44000-afec-406f-b719-b77f20aced26} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2536 | 2024.05.20 17:14:49.029719 [ 3 ] {8fb44000-afec-406f-b719-b77f20aced26} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2537 | 2024.05.20 17:14:49.029878 [ 3 ] {8fb44000-afec-406f-b719-b77f20aced26} <Debug> executeQuery: Read 7 rows, 581.00 B in 0.00167 sec., 4191.616766467066 rows/sec., 339.75 KiB/sec. | ||
2538 | 2024.05.20 17:14:49.030104 [ 3 ] {8fb44000-afec-406f-b719-b77f20aced26} <Debug> DynamicQueryHandler: Done processing query | ||
2539 | 2024.05.20 17:14:49.030133 [ 3 ] {8fb44000-afec-406f-b719-b77f20aced26} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2540 | 2024.05.20 17:14:49.030150 [ 3 ] {} <Debug> HTTP-Session: 23852fed-fc00-4dc2-a370-b861e0f9217a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2541 | 2024.05.20 17:14:49.030284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 11220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2542 | 2024.05.20 17:14:49.030342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2543 | 2024.05.20 17:14:49.030362 [ 3 ] {} <Debug> HTTP-Session: ce4ff79e-6396-4cc5-8900-cde61d37f712 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2544 | 2024.05.20 17:14:49.030380 [ 3 ] {} <Debug> HTTP-Session: ce4ff79e-6396-4cc5-8900-cde61d37f712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2545 | 2024.05.20 17:14:49.030395 [ 3 ] {} <Debug> HTTP-Session: ce4ff79e-6396-4cc5-8900-cde61d37f712 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2546 | 2024.05.20 17:14:49.030430 [ 3 ] {} <Trace> HTTP-Session: ce4ff79e-6396-4cc5-8900-cde61d37f712 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2547 | 2024.05.20 17:14:49.030568 [ 3 ] {512bb009-a75a-40de-8045-34753dd3c8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2548 | 2024.05.20 17:14:49.030615 [ 3 ] {512bb009-a75a-40de-8045-34753dd3c8d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2549 | 2024.05.20 17:14:49.030750 [ 3 ] {512bb009-a75a-40de-8045-34753dd3c8d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2550 | 2024.05.20 17:14:49.031101 [ 3 ] {512bb009-a75a-40de-8045-34753dd3c8d8} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2551 | 2024.05.20 17:14:49.031140 [ 3 ] {512bb009-a75a-40de-8045-34753dd3c8d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2552 | 2024.05.20 17:14:49.031464 [ 3 ] {512bb009-a75a-40de-8045-34753dd3c8d8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2553 | 2024.05.20 17:14:49.031810 [ 3 ] {512bb009-a75a-40de-8045-34753dd3c8d8} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2554 | 2024.05.20 17:14:49.031954 [ 3 ] {512bb009-a75a-40de-8045-34753dd3c8d8} <Debug> executeQuery: Read 78 rows, 6.45 KiB in 0.00143 sec., 54545.454545454544 rows/sec., 4.40 MiB/sec. | ||
2555 | 2024.05.20 17:14:49.032120 [ 3 ] {512bb009-a75a-40de-8045-34753dd3c8d8} <Debug> DynamicQueryHandler: Done processing query | ||
2556 | 2024.05.20 17:14:49.032146 [ 3 ] {512bb009-a75a-40de-8045-34753dd3c8d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2557 | 2024.05.20 17:14:49.032161 [ 3 ] {} <Debug> HTTP-Session: ce4ff79e-6396-4cc5-8900-cde61d37f712 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2558 | 2024.05.20 17:14:49.032273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2559 | 2024.05.20 17:14:49.032323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2560 | 2024.05.20 17:14:49.032343 [ 3 ] {} <Debug> HTTP-Session: d7df19e5-a16b-4274-a8e8-02a7f32da720 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2561 | 2024.05.20 17:14:49.032359 [ 3 ] {} <Debug> HTTP-Session: d7df19e5-a16b-4274-a8e8-02a7f32da720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2562 | 2024.05.20 17:14:49.032375 [ 3 ] {} <Debug> HTTP-Session: d7df19e5-a16b-4274-a8e8-02a7f32da720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2563 | 2024.05.20 17:14:49.032414 [ 3 ] {} <Trace> HTTP-Session: d7df19e5-a16b-4274-a8e8-02a7f32da720 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2564 | 2024.05.20 17:14:49.032517 [ 3 ] {1cba4cfb-7a84-4cb6-a222-1fc334884b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2565 | 2024.05.20 17:14:49.032562 [ 3 ] {1cba4cfb-7a84-4cb6-a222-1fc334884b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2566 | 2024.05.20 17:14:49.032689 [ 3 ] {1cba4cfb-7a84-4cb6-a222-1fc334884b33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2567 | 2024.05.20 17:14:49.032986 [ 3 ] {1cba4cfb-7a84-4cb6-a222-1fc334884b33} <Trace> oximeter.fields_u32 (03f39130-5683-4bba-bc2c-b082011596d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2568 | 2024.05.20 17:14:49.033025 [ 3 ] {1cba4cfb-7a84-4cb6-a222-1fc334884b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2569 | 2024.05.20 17:14:49.033322 [ 3 ] {1cba4cfb-7a84-4cb6-a222-1fc334884b33} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2570 | 2024.05.20 17:14:49.033634 [ 3 ] {1cba4cfb-7a84-4cb6-a222-1fc334884b33} <Trace> oximeter.fields_u32 (03f39130-5683-4bba-bc2c-b082011596d5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2571 | 2024.05.20 17:14:49.033778 [ 3 ] {1cba4cfb-7a84-4cb6-a222-1fc334884b33} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001279 sec., 781.8608287724785 rows/sec., 51.92 KiB/sec. | ||
2572 | 2024.05.20 17:14:49.034017 [ 3 ] {1cba4cfb-7a84-4cb6-a222-1fc334884b33} <Debug> DynamicQueryHandler: Done processing query | ||
2573 | 2024.05.20 17:14:49.034043 [ 3 ] {1cba4cfb-7a84-4cb6-a222-1fc334884b33} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2574 | 2024.05.20 17:14:49.034059 [ 3 ] {} <Debug> HTTP-Session: d7df19e5-a16b-4274-a8e8-02a7f32da720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2575 | 2024.05.20 17:14:49.034182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 13606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2576 | 2024.05.20 17:14:49.034232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2577 | 2024.05.20 17:14:49.034251 [ 3 ] {} <Debug> HTTP-Session: 81185da5-9de8-410a-968c-c80394443c59 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2578 | 2024.05.20 17:14:49.034269 [ 3 ] {} <Debug> HTTP-Session: 81185da5-9de8-410a-968c-c80394443c59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2579 | 2024.05.20 17:14:49.034283 [ 3 ] {} <Debug> HTTP-Session: 81185da5-9de8-410a-968c-c80394443c59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2580 | 2024.05.20 17:14:49.034316 [ 3 ] {} <Trace> HTTP-Session: 81185da5-9de8-410a-968c-c80394443c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2581 | 2024.05.20 17:14:49.034439 [ 3 ] {40605e23-abbf-451d-b3e6-18900157431b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2582 | 2024.05.20 17:14:49.034483 [ 3 ] {40605e23-abbf-451d-b3e6-18900157431b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2583 | 2024.05.20 17:14:49.034629 [ 3 ] {40605e23-abbf-451d-b3e6-18900157431b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2584 | 2024.05.20 17:14:49.034970 [ 3 ] {40605e23-abbf-451d-b3e6-18900157431b} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2585 | 2024.05.20 17:14:49.035008 [ 3 ] {40605e23-abbf-451d-b3e6-18900157431b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2586 | 2024.05.20 17:14:49.035356 [ 3 ] {40605e23-abbf-451d-b3e6-18900157431b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2587 | 2024.05.20 17:14:49.035677 [ 3 ] {40605e23-abbf-451d-b3e6-18900157431b} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2588 | 2024.05.20 17:14:49.035826 [ 3 ] {40605e23-abbf-451d-b3e6-18900157431b} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001424 sec., 56179.77528089888 rows/sec., 4.39 MiB/sec. | ||
2589 | 2024.05.20 17:14:49.035991 [ 3 ] {40605e23-abbf-451d-b3e6-18900157431b} <Debug> DynamicQueryHandler: Done processing query | ||
2590 | 2024.05.20 17:14:49.036016 [ 3 ] {40605e23-abbf-451d-b3e6-18900157431b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2591 | 2024.05.20 17:14:49.036031 [ 3 ] {} <Debug> HTTP-Session: 81185da5-9de8-410a-968c-c80394443c59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2592 | 2024.05.20 17:14:49.036180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2593 | 2024.05.20 17:14:49.036245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2594 | 2024.05.20 17:14:49.036275 [ 3 ] {} <Debug> HTTP-Session: 699c2bb3-1d9c-4795-b21c-8e634851473f Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2595 | 2024.05.20 17:14:49.036294 [ 3 ] {} <Debug> HTTP-Session: 699c2bb3-1d9c-4795-b21c-8e634851473f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2596 | 2024.05.20 17:14:49.036313 [ 3 ] {} <Debug> HTTP-Session: 699c2bb3-1d9c-4795-b21c-8e634851473f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2597 | 2024.05.20 17:14:49.036343 [ 3 ] {} <Trace> HTTP-Session: 699c2bb3-1d9c-4795-b21c-8e634851473f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2598 | 2024.05.20 17:14:49.036495 [ 3 ] {885a53fd-7c53-4012-a827-adf1fa6947f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2599 | 2024.05.20 17:14:49.036540 [ 3 ] {885a53fd-7c53-4012-a827-adf1fa6947f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2600 | 2024.05.20 17:14:49.036676 [ 3 ] {885a53fd-7c53-4012-a827-adf1fa6947f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2601 | 2024.05.20 17:14:49.037050 [ 3 ] {885a53fd-7c53-4012-a827-adf1fa6947f0} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2602 | 2024.05.20 17:14:49.037108 [ 3 ] {885a53fd-7c53-4012-a827-adf1fa6947f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2603 | 2024.05.20 17:14:49.037538 [ 3 ] {885a53fd-7c53-4012-a827-adf1fa6947f0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2604 | 2024.05.20 17:14:49.037883 [ 3 ] {885a53fd-7c53-4012-a827-adf1fa6947f0} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2605 | 2024.05.20 17:14:49.038048 [ 3 ] {885a53fd-7c53-4012-a827-adf1fa6947f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00161 sec., 99378.88198757764 rows/sec., 6.92 MiB/sec. | ||
2606 | 2024.05.20 17:14:49.038351 [ 3 ] {885a53fd-7c53-4012-a827-adf1fa6947f0} <Debug> DynamicQueryHandler: Done processing query | ||
2607 | 2024.05.20 17:14:49.038377 [ 3 ] {885a53fd-7c53-4012-a827-adf1fa6947f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2608 | 2024.05.20 17:14:49.038393 [ 3 ] {} <Debug> HTTP-Session: 699c2bb3-1d9c-4795-b21c-8e634851473f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2609 | 2024.05.20 17:14:49.038505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2610 | 2024.05.20 17:14:49.038555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2611 | 2024.05.20 17:14:49.038574 [ 3 ] {} <Debug> HTTP-Session: 96aaca31-66ed-4f8f-bbaf-e50dd619c94a Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2612 | 2024.05.20 17:14:49.038616 [ 3 ] {} <Debug> HTTP-Session: 96aaca31-66ed-4f8f-bbaf-e50dd619c94a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2613 | 2024.05.20 17:14:49.038631 [ 3 ] {} <Debug> HTTP-Session: 96aaca31-66ed-4f8f-bbaf-e50dd619c94a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2614 | 2024.05.20 17:14:49.038661 [ 3 ] {} <Trace> HTTP-Session: 96aaca31-66ed-4f8f-bbaf-e50dd619c94a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2615 | 2024.05.20 17:14:49.038755 [ 3 ] {731ac43c-2649-4a0a-b838-d359634beae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2616 | 2024.05.20 17:14:49.038801 [ 3 ] {731ac43c-2649-4a0a-b838-d359634beae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2617 | 2024.05.20 17:14:49.038947 [ 3 ] {731ac43c-2649-4a0a-b838-d359634beae3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2618 | 2024.05.20 17:14:49.039220 [ 3 ] {731ac43c-2649-4a0a-b838-d359634beae3} <Trace> oximeter.measurements_f64 (a99369a9-2394-4399-af99-81d959758cc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2619 | 2024.05.20 17:14:49.039257 [ 3 ] {731ac43c-2649-4a0a-b838-d359634beae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2620 | 2024.05.20 17:14:49.039596 [ 3 ] {731ac43c-2649-4a0a-b838-d359634beae3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2621 | 2024.05.20 17:14:49.039916 [ 3 ] {731ac43c-2649-4a0a-b838-d359634beae3} <Trace> oximeter.measurements_f64 (a99369a9-2394-4399-af99-81d959758cc9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2622 | 2024.05.20 17:14:49.040062 [ 3 ] {731ac43c-2649-4a0a-b838-d359634beae3} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 48.05 KiB/sec. | ||
2623 | 2024.05.20 17:14:49.040218 [ 3 ] {731ac43c-2649-4a0a-b838-d359634beae3} <Debug> DynamicQueryHandler: Done processing query | ||
2624 | 2024.05.20 17:14:49.040243 [ 3 ] {731ac43c-2649-4a0a-b838-d359634beae3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2625 | 2024.05.20 17:14:49.040259 [ 3 ] {} <Debug> HTTP-Session: 96aaca31-66ed-4f8f-bbaf-e50dd619c94a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2626 | 2024.05.20 17:14:49.040386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 7547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2627 | 2024.05.20 17:14:49.040434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2628 | 2024.05.20 17:14:49.040452 [ 3 ] {} <Debug> HTTP-Session: f66e6556-fa1a-4f5e-882b-f85cae960061 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2629 | 2024.05.20 17:14:49.040469 [ 3 ] {} <Debug> HTTP-Session: f66e6556-fa1a-4f5e-882b-f85cae960061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2630 | 2024.05.20 17:14:49.040483 [ 3 ] {} <Debug> HTTP-Session: f66e6556-fa1a-4f5e-882b-f85cae960061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2631 | 2024.05.20 17:14:49.040514 [ 3 ] {} <Trace> HTTP-Session: f66e6556-fa1a-4f5e-882b-f85cae960061 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2632 | 2024.05.20 17:14:49.040645 [ 3 ] {9445312c-d724-4bbe-b006-c51f66d6de1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2633 | 2024.05.20 17:14:49.040692 [ 3 ] {9445312c-d724-4bbe-b006-c51f66d6de1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2634 | 2024.05.20 17:14:49.040846 [ 3 ] {9445312c-d724-4bbe-b006-c51f66d6de1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2635 | 2024.05.20 17:14:49.041234 [ 3 ] {9445312c-d724-4bbe-b006-c51f66d6de1b} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2636 | 2024.05.20 17:14:49.041271 [ 3 ] {9445312c-d724-4bbe-b006-c51f66d6de1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2637 | 2024.05.20 17:14:49.041655 [ 3 ] {9445312c-d724-4bbe-b006-c51f66d6de1b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2638 | 2024.05.20 17:14:49.042001 [ 3 ] {9445312c-d724-4bbe-b006-c51f66d6de1b} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2639 | 2024.05.20 17:14:49.042168 [ 3 ] {9445312c-d724-4bbe-b006-c51f66d6de1b} <Debug> executeQuery: Read 7 rows, 9.67 KiB in 0.001576 sec., 4441.624365482234 rows/sec., 5.99 MiB/sec. | ||
2640 | 2024.05.20 17:14:49.042440 [ 3 ] {9445312c-d724-4bbe-b006-c51f66d6de1b} <Debug> DynamicQueryHandler: Done processing query | ||
2641 | 2024.05.20 17:14:49.042466 [ 3 ] {9445312c-d724-4bbe-b006-c51f66d6de1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2642 | 2024.05.20 17:14:49.042483 [ 3 ] {} <Debug> HTTP-Session: f66e6556-fa1a-4f5e-882b-f85cae960061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2643 | 2024.05.20 17:14:49.042593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2644 | 2024.05.20 17:14:49.042642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2645 | 2024.05.20 17:14:49.042661 [ 3 ] {} <Debug> HTTP-Session: c2223742-115e-4652-9d5c-9707036fd782 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2646 | 2024.05.20 17:14:49.042678 [ 3 ] {} <Debug> HTTP-Session: c2223742-115e-4652-9d5c-9707036fd782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2647 | 2024.05.20 17:14:49.042692 [ 3 ] {} <Debug> HTTP-Session: c2223742-115e-4652-9d5c-9707036fd782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2648 | 2024.05.20 17:14:49.042722 [ 3 ] {} <Trace> HTTP-Session: c2223742-115e-4652-9d5c-9707036fd782 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2649 | 2024.05.20 17:14:49.042821 [ 3 ] {09d2f025-1a0d-4255-88ab-e22d0ab88972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2650 | 2024.05.20 17:14:49.042866 [ 3 ] {09d2f025-1a0d-4255-88ab-e22d0ab88972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2651 | 2024.05.20 17:14:49.043008 [ 3 ] {09d2f025-1a0d-4255-88ab-e22d0ab88972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2652 | 2024.05.20 17:14:49.043302 [ 3 ] {09d2f025-1a0d-4255-88ab-e22d0ab88972} <Trace> oximeter.measurements_i64 (970da968-7bc6-4979-874a-b3a26c5ee092): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2653 | 2024.05.20 17:14:49.043337 [ 3 ] {09d2f025-1a0d-4255-88ab-e22d0ab88972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2654 | 2024.05.20 17:14:49.043689 [ 3 ] {09d2f025-1a0d-4255-88ab-e22d0ab88972} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2655 | 2024.05.20 17:14:49.044006 [ 3 ] {09d2f025-1a0d-4255-88ab-e22d0ab88972} <Trace> oximeter.measurements_i64 (970da968-7bc6-4979-874a-b3a26c5ee092): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2656 | 2024.05.20 17:14:49.044158 [ 3 ] {09d2f025-1a0d-4255-88ab-e22d0ab88972} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001351 sec., 6661.732050333087 rows/sec., 470.57 KiB/sec. | ||
2657 | 2024.05.20 17:14:49.044429 [ 3 ] {09d2f025-1a0d-4255-88ab-e22d0ab88972} <Debug> DynamicQueryHandler: Done processing query | ||
2658 | 2024.05.20 17:14:49.044454 [ 3 ] {09d2f025-1a0d-4255-88ab-e22d0ab88972} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2659 | 2024.05.20 17:14:49.044470 [ 3 ] {} <Debug> HTTP-Session: c2223742-115e-4652-9d5c-9707036fd782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2660 | 2024.05.20 17:14:49.044624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2661 | 2024.05.20 17:14:49.044673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2662 | 2024.05.20 17:14:49.044692 [ 3 ] {} <Debug> HTTP-Session: 7cea27dd-2bcc-4133-97f2-8d6fbd7903f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2663 | 2024.05.20 17:14:49.044709 [ 3 ] {} <Debug> HTTP-Session: 7cea27dd-2bcc-4133-97f2-8d6fbd7903f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2664 | 2024.05.20 17:14:49.044723 [ 3 ] {} <Debug> HTTP-Session: 7cea27dd-2bcc-4133-97f2-8d6fbd7903f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2665 | 2024.05.20 17:14:49.044753 [ 3 ] {} <Trace> HTTP-Session: 7cea27dd-2bcc-4133-97f2-8d6fbd7903f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2666 | 2024.05.20 17:14:49.044870 [ 3 ] {00891de3-905b-41b3-9af5-2b4b94febb95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2667 | 2024.05.20 17:14:49.044914 [ 3 ] {00891de3-905b-41b3-9af5-2b4b94febb95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2668 | 2024.05.20 17:14:49.045064 [ 3 ] {00891de3-905b-41b3-9af5-2b4b94febb95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2669 | 2024.05.20 17:14:49.045374 [ 3 ] {00891de3-905b-41b3-9af5-2b4b94febb95} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2670 | 2024.05.20 17:14:49.045411 [ 3 ] {00891de3-905b-41b3-9af5-2b4b94febb95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2671 | 2024.05.20 17:14:49.045769 [ 3 ] {00891de3-905b-41b3-9af5-2b4b94febb95} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2672 | 2024.05.20 17:14:49.046093 [ 3 ] {00891de3-905b-41b3-9af5-2b4b94febb95} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2673 | 2024.05.20 17:14:49.046254 [ 3 ] {00891de3-905b-41b3-9af5-2b4b94febb95} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
2674 | 2024.05.20 17:14:49.046433 [ 3 ] {00891de3-905b-41b3-9af5-2b4b94febb95} <Debug> DynamicQueryHandler: Done processing query | ||
2675 | 2024.05.20 17:14:49.046459 [ 3 ] {00891de3-905b-41b3-9af5-2b4b94febb95} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2676 | 2024.05.20 17:14:49.046475 [ 3 ] {} <Debug> HTTP-Session: 7cea27dd-2bcc-4133-97f2-8d6fbd7903f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2677 | 2024.05.20 17:14:53.305961 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2678 | 2024.05.20 17:14:53.306030 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2679 | 2024.05.20 17:14:54.023468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2680 | 2024.05.20 17:14:54.023582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2681 | 2024.05.20 17:14:54.023608 [ 3 ] {} <Debug> HTTP-Session: b391b113-67ac-4fce-ba68-cf443a2d1cb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2682 | 2024.05.20 17:14:54.023634 [ 3 ] {} <Debug> HTTP-Session: b391b113-67ac-4fce-ba68-cf443a2d1cb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2683 | 2024.05.20 17:14:54.023650 [ 3 ] {} <Debug> HTTP-Session: b391b113-67ac-4fce-ba68-cf443a2d1cb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2684 | 2024.05.20 17:14:54.023698 [ 3 ] {} <Trace> HTTP-Session: b391b113-67ac-4fce-ba68-cf443a2d1cb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2685 | 2024.05.20 17:14:54.023940 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2686 | 2024.05.20 17:14:54.024329 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2687 | 2024.05.20 17:14:54.024377 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2688 | 2024.05.20 17:14:54.024717 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2689 | 2024.05.20 17:14:54.024799 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2690 | 2024.05.20 17:14:54.024987 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
2691 | 2024.05.20 17:14:54.025115 [ 252 ] {42c27142-0216-4600-a418-fefd69012c34} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2692 | 2024.05.20 17:14:54.025177 [ 257 ] {42c27142-0216-4600-a418-fefd69012c34} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2693 | 2024.05.20 17:14:54.025182 [ 255 ] {42c27142-0216-4600-a418-fefd69012c34} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2694 | 2024.05.20 17:14:54.025357 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2695 | 2024.05.20 17:14:54.025386 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2696 | 2024.05.20 17:14:54.025502 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2697 | 2024.05.20 17:14:54.025525 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Debug> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
2698 | 2024.05.20 17:14:54.025569 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2699 | 2024.05.20 17:14:54.025613 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2700 | 2024.05.20 17:14:54.025652 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2701 | 2024.05.20 17:14:54.027353 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Debug> executeQuery: Read 29 rows, 1.20 KiB in 0.00352 sec., 8238.636363636364 rows/sec., 340.96 KiB/sec. | ||
2702 | 2024.05.20 17:14:54.027721 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Debug> DynamicQueryHandler: Done processing query | ||
2703 | 2024.05.20 17:14:54.027750 [ 3 ] {42c27142-0216-4600-a418-fefd69012c34} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2704 | 2024.05.20 17:14:54.027767 [ 3 ] {} <Debug> HTTP-Session: b391b113-67ac-4fce-ba68-cf443a2d1cb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2705 | 2024.05.20 17:14:54.036397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2706 | 2024.05.20 17:14:54.036456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2707 | 2024.05.20 17:14:54.036478 [ 3 ] {} <Debug> HTTP-Session: 9b6816a6-1f29-4e89-a0d9-3eae30d2f424 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2708 | 2024.05.20 17:14:54.036496 [ 3 ] {} <Debug> HTTP-Session: 9b6816a6-1f29-4e89-a0d9-3eae30d2f424 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2709 | 2024.05.20 17:14:54.036511 [ 3 ] {} <Debug> HTTP-Session: 9b6816a6-1f29-4e89-a0d9-3eae30d2f424 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2710 | 2024.05.20 17:14:54.036548 [ 3 ] {} <Trace> HTTP-Session: 9b6816a6-1f29-4e89-a0d9-3eae30d2f424 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2711 | 2024.05.20 17:14:54.036672 [ 3 ] {b2250c5d-da16-4b1d-9878-df3250d4c4b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2712 | 2024.05.20 17:14:54.036722 [ 3 ] {b2250c5d-da16-4b1d-9878-df3250d4c4b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2713 | 2024.05.20 17:14:54.036897 [ 3 ] {b2250c5d-da16-4b1d-9878-df3250d4c4b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2714 | 2024.05.20 17:14:54.037228 [ 3 ] {b2250c5d-da16-4b1d-9878-df3250d4c4b9} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2715 | 2024.05.20 17:14:54.037269 [ 3 ] {b2250c5d-da16-4b1d-9878-df3250d4c4b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2716 | 2024.05.20 17:14:54.037752 [ 3 ] {b2250c5d-da16-4b1d-9878-df3250d4c4b9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2717 | 2024.05.20 17:14:54.038076 [ 3 ] {b2250c5d-da16-4b1d-9878-df3250d4c4b9} <Trace> oximeter.timeseries_schema (777083d1-b7f7-4b07-9fff-e300ceaa7d80): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2718 | 2024.05.20 17:14:54.038226 [ 3 ] {b2250c5d-da16-4b1d-9878-df3250d4c4b9} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00159 sec., 628.9308176100628 rows/sec., 142.49 KiB/sec. | ||
2719 | 2024.05.20 17:14:54.038440 [ 3 ] {b2250c5d-da16-4b1d-9878-df3250d4c4b9} <Debug> DynamicQueryHandler: Done processing query | ||
2720 | 2024.05.20 17:14:54.038466 [ 3 ] {b2250c5d-da16-4b1d-9878-df3250d4c4b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2721 | 2024.05.20 17:14:54.038482 [ 3 ] {} <Debug> HTTP-Session: 9b6816a6-1f29-4e89-a0d9-3eae30d2f424 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2722 | 2024.05.20 17:14:54.038613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 3060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2723 | 2024.05.20 17:14:54.038666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2724 | 2024.05.20 17:14:54.038685 [ 3 ] {} <Debug> HTTP-Session: 4528b27d-fb15-47eb-ab95-dabbee518c30 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2725 | 2024.05.20 17:14:54.038703 [ 3 ] {} <Debug> HTTP-Session: 4528b27d-fb15-47eb-ab95-dabbee518c30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2726 | 2024.05.20 17:14:54.038717 [ 3 ] {} <Debug> HTTP-Session: 4528b27d-fb15-47eb-ab95-dabbee518c30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2727 | 2024.05.20 17:14:54.038749 [ 3 ] {} <Trace> HTTP-Session: 4528b27d-fb15-47eb-ab95-dabbee518c30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2728 | 2024.05.20 17:14:54.038853 [ 3 ] {f7465445-eb3e-4e33-86e3-31e82cbe4b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2729 | 2024.05.20 17:14:54.038898 [ 3 ] {f7465445-eb3e-4e33-86e3-31e82cbe4b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2730 | 2024.05.20 17:14:54.039033 [ 3 ] {f7465445-eb3e-4e33-86e3-31e82cbe4b4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2731 | 2024.05.20 17:14:54.039332 [ 3 ] {f7465445-eb3e-4e33-86e3-31e82cbe4b4d} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2732 | 2024.05.20 17:14:54.039372 [ 3 ] {f7465445-eb3e-4e33-86e3-31e82cbe4b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2733 | 2024.05.20 17:14:54.039706 [ 3 ] {f7465445-eb3e-4e33-86e3-31e82cbe4b4d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2734 | 2024.05.20 17:14:54.040019 [ 3 ] {f7465445-eb3e-4e33-86e3-31e82cbe4b4d} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2735 | 2024.05.20 17:14:54.040181 [ 3 ] {f7465445-eb3e-4e33-86e3-31e82cbe4b4d} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001347 sec., 15590.200445434297 rows/sec., 1.23 MiB/sec. | ||
2736 | 2024.05.20 17:14:54.040374 [ 3 ] {f7465445-eb3e-4e33-86e3-31e82cbe4b4d} <Debug> DynamicQueryHandler: Done processing query | ||
2737 | 2024.05.20 17:14:54.040401 [ 3 ] {f7465445-eb3e-4e33-86e3-31e82cbe4b4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2738 | 2024.05.20 17:14:54.040417 [ 3 ] {} <Debug> HTTP-Session: 4528b27d-fb15-47eb-ab95-dabbee518c30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2739 | 2024.05.20 17:14:54.040555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2740 | 2024.05.20 17:14:54.040611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2741 | 2024.05.20 17:14:54.040632 [ 3 ] {} <Debug> HTTP-Session: 1783c327-8856-45bb-b290-4fdc05e4ed43 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2742 | 2024.05.20 17:14:54.040650 [ 3 ] {} <Debug> HTTP-Session: 1783c327-8856-45bb-b290-4fdc05e4ed43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2743 | 2024.05.20 17:14:54.040664 [ 3 ] {} <Debug> HTTP-Session: 1783c327-8856-45bb-b290-4fdc05e4ed43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2744 | 2024.05.20 17:14:54.040696 [ 3 ] {} <Trace> HTTP-Session: 1783c327-8856-45bb-b290-4fdc05e4ed43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2745 | 2024.05.20 17:14:54.040797 [ 3 ] {d3ef762f-9256-4f6c-90ae-219632d57561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2746 | 2024.05.20 17:14:54.040842 [ 3 ] {d3ef762f-9256-4f6c-90ae-219632d57561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2747 | 2024.05.20 17:14:54.041006 [ 3 ] {d3ef762f-9256-4f6c-90ae-219632d57561} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2748 | 2024.05.20 17:14:54.041359 [ 3 ] {d3ef762f-9256-4f6c-90ae-219632d57561} <Trace> oximeter.fields_ipaddr (716add96-8e73-42c6-99c9-7bc17b90d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2749 | 2024.05.20 17:14:54.041402 [ 3 ] {d3ef762f-9256-4f6c-90ae-219632d57561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2750 | 2024.05.20 17:14:54.041741 [ 3 ] {d3ef762f-9256-4f6c-90ae-219632d57561} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2751 | 2024.05.20 17:14:54.042094 [ 3 ] {d3ef762f-9256-4f6c-90ae-219632d57561} <Trace> oximeter.fields_ipaddr (716add96-8e73-42c6-99c9-7bc17b90d7c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2752 | 2024.05.20 17:14:54.042262 [ 3 ] {d3ef762f-9256-4f6c-90ae-219632d57561} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001482 sec., 2699.055330634278 rows/sec., 220.09 KiB/sec. | ||
2753 | 2024.05.20 17:14:54.042530 [ 3 ] {d3ef762f-9256-4f6c-90ae-219632d57561} <Debug> DynamicQueryHandler: Done processing query | ||
2754 | 2024.05.20 17:14:54.042577 [ 3 ] {d3ef762f-9256-4f6c-90ae-219632d57561} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2755 | 2024.05.20 17:14:54.042596 [ 3 ] {} <Debug> HTTP-Session: 1783c327-8856-45bb-b290-4fdc05e4ed43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2756 | 2024.05.20 17:14:54.042818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 22469, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2757 | 2024.05.20 17:14:54.042871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2758 | 2024.05.20 17:14:54.042890 [ 3 ] {} <Debug> HTTP-Session: 98688707-a094-4920-977c-2b8b73234b40 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2759 | 2024.05.20 17:14:54.042909 [ 3 ] {} <Debug> HTTP-Session: 98688707-a094-4920-977c-2b8b73234b40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2760 | 2024.05.20 17:14:54.042926 [ 3 ] {} <Debug> HTTP-Session: 98688707-a094-4920-977c-2b8b73234b40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2761 | 2024.05.20 17:14:54.042962 [ 3 ] {} <Trace> HTTP-Session: 98688707-a094-4920-977c-2b8b73234b40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2762 | 2024.05.20 17:14:54.043114 [ 3 ] {90bdcc6c-e5e0-477e-8886-fe88870e8dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2763 | 2024.05.20 17:14:54.043159 [ 3 ] {90bdcc6c-e5e0-477e-8886-fe88870e8dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2764 | 2024.05.20 17:14:54.043307 [ 3 ] {90bdcc6c-e5e0-477e-8886-fe88870e8dad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2765 | 2024.05.20 17:14:54.043700 [ 3 ] {90bdcc6c-e5e0-477e-8886-fe88870e8dad} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2766 | 2024.05.20 17:14:54.043737 [ 3 ] {90bdcc6c-e5e0-477e-8886-fe88870e8dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2767 | 2024.05.20 17:14:54.044061 [ 3 ] {90bdcc6c-e5e0-477e-8886-fe88870e8dad} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2768 | 2024.05.20 17:14:54.044391 [ 3 ] {90bdcc6c-e5e0-477e-8886-fe88870e8dad} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2769 | 2024.05.20 17:14:54.044547 [ 3 ] {90bdcc6c-e5e0-477e-8886-fe88870e8dad} <Debug> executeQuery: Read 157 rows, 12.94 KiB in 0.001491 sec., 105298.45741113347 rows/sec., 8.48 MiB/sec. | ||
2770 | 2024.05.20 17:14:54.044733 [ 3 ] {90bdcc6c-e5e0-477e-8886-fe88870e8dad} <Debug> DynamicQueryHandler: Done processing query | ||
2771 | 2024.05.20 17:14:54.044758 [ 3 ] {90bdcc6c-e5e0-477e-8886-fe88870e8dad} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2772 | 2024.05.20 17:14:54.044774 [ 3 ] {} <Debug> HTTP-Session: 98688707-a094-4920-977c-2b8b73234b40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2773 | 2024.05.20 17:14:54.044907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2774 | 2024.05.20 17:14:54.044957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2775 | 2024.05.20 17:14:54.044976 [ 3 ] {} <Debug> HTTP-Session: ad4b1eda-c787-41a3-a6c0-1db5686ba8c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2776 | 2024.05.20 17:14:54.044994 [ 3 ] {} <Debug> HTTP-Session: ad4b1eda-c787-41a3-a6c0-1db5686ba8c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2777 | 2024.05.20 17:14:54.045008 [ 3 ] {} <Debug> HTTP-Session: ad4b1eda-c787-41a3-a6c0-1db5686ba8c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2778 | 2024.05.20 17:14:54.045039 [ 3 ] {} <Trace> HTTP-Session: ad4b1eda-c787-41a3-a6c0-1db5686ba8c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2779 | 2024.05.20 17:14:54.045137 [ 3 ] {fe998ce4-af55-4821-8484-4534b5968d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2780 | 2024.05.20 17:14:54.045182 [ 3 ] {fe998ce4-af55-4821-8484-4534b5968d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2781 | 2024.05.20 17:14:54.045308 [ 3 ] {fe998ce4-af55-4821-8484-4534b5968d3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2782 | 2024.05.20 17:14:54.045724 [ 3 ] {fe998ce4-af55-4821-8484-4534b5968d3f} <Trace> oximeter.fields_u16 (821f1e69-00f5-4d72-8c69-101fd2a4eba0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2783 | 2024.05.20 17:14:54.045758 [ 3 ] {fe998ce4-af55-4821-8484-4534b5968d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2784 | 2024.05.20 17:14:54.046054 [ 3 ] {fe998ce4-af55-4821-8484-4534b5968d3f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2785 | 2024.05.20 17:14:54.046347 [ 3 ] {fe998ce4-af55-4821-8484-4534b5968d3f} <Trace> oximeter.fields_u16 (821f1e69-00f5-4d72-8c69-101fd2a4eba0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2786 | 2024.05.20 17:14:54.046489 [ 3 ] {fe998ce4-af55-4821-8484-4534b5968d3f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001371 sec., 2917.5784099197667 rows/sec., 203.72 KiB/sec. | ||
2787 | 2024.05.20 17:14:54.046653 [ 3 ] {fe998ce4-af55-4821-8484-4534b5968d3f} <Debug> DynamicQueryHandler: Done processing query | ||
2788 | 2024.05.20 17:14:54.046678 [ 3 ] {fe998ce4-af55-4821-8484-4534b5968d3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2789 | 2024.05.20 17:14:54.046694 [ 3 ] {} <Debug> HTTP-Session: ad4b1eda-c787-41a3-a6c0-1db5686ba8c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2790 | 2024.05.20 17:14:54.046837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 19169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2791 | 2024.05.20 17:14:54.046887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2792 | 2024.05.20 17:14:54.046908 [ 3 ] {} <Debug> HTTP-Session: 635d744a-14d2-400c-bef0-1f847e650c29 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2793 | 2024.05.20 17:14:54.046926 [ 3 ] {} <Debug> HTTP-Session: 635d744a-14d2-400c-bef0-1f847e650c29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2794 | 2024.05.20 17:14:54.046940 [ 3 ] {} <Debug> HTTP-Session: 635d744a-14d2-400c-bef0-1f847e650c29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2795 | 2024.05.20 17:14:54.046972 [ 3 ] {} <Trace> HTTP-Session: 635d744a-14d2-400c-bef0-1f847e650c29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2796 | 2024.05.20 17:14:54.047102 [ 3 ] {62ad7768-de99-45a1-af01-5eb8868e2127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2797 | 2024.05.20 17:14:54.047145 [ 3 ] {62ad7768-de99-45a1-af01-5eb8868e2127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2798 | 2024.05.20 17:14:54.047269 [ 3 ] {62ad7768-de99-45a1-af01-5eb8868e2127} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2799 | 2024.05.20 17:14:54.047624 [ 3 ] {62ad7768-de99-45a1-af01-5eb8868e2127} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2800 | 2024.05.20 17:14:54.047661 [ 3 ] {62ad7768-de99-45a1-af01-5eb8868e2127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2801 | 2024.05.20 17:14:54.047972 [ 3 ] {62ad7768-de99-45a1-af01-5eb8868e2127} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2802 | 2024.05.20 17:14:54.048277 [ 3 ] {62ad7768-de99-45a1-af01-5eb8868e2127} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2803 | 2024.05.20 17:14:54.048427 [ 3 ] {62ad7768-de99-45a1-af01-5eb8868e2127} <Debug> executeQuery: Read 113 rows, 9.02 KiB in 0.001366 sec., 82723.27964860908 rows/sec., 6.45 MiB/sec. | ||
2804 | 2024.05.20 17:14:54.048584 [ 3 ] {62ad7768-de99-45a1-af01-5eb8868e2127} <Debug> DynamicQueryHandler: Done processing query | ||
2805 | 2024.05.20 17:14:54.048609 [ 3 ] {62ad7768-de99-45a1-af01-5eb8868e2127} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2806 | 2024.05.20 17:14:54.048627 [ 3 ] {} <Debug> HTTP-Session: 635d744a-14d2-400c-bef0-1f847e650c29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2807 | 2024.05.20 17:14:54.048875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 37949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2808 | 2024.05.20 17:14:54.048921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2809 | 2024.05.20 17:14:54.048940 [ 3 ] {} <Debug> HTTP-Session: 2d751c94-c03d-47e0-aeb4-d18c5cca99b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2810 | 2024.05.20 17:14:54.048957 [ 3 ] {} <Debug> HTTP-Session: 2d751c94-c03d-47e0-aeb4-d18c5cca99b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2811 | 2024.05.20 17:14:54.048971 [ 3 ] {} <Debug> HTTP-Session: 2d751c94-c03d-47e0-aeb4-d18c5cca99b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2812 | 2024.05.20 17:14:54.049001 [ 3 ] {} <Trace> HTTP-Session: 2d751c94-c03d-47e0-aeb4-d18c5cca99b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2813 | 2024.05.20 17:14:54.049169 [ 3 ] {aef3792c-6f96-412c-8472-9e0d1db0b6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2814 | 2024.05.20 17:14:54.049213 [ 3 ] {aef3792c-6f96-412c-8472-9e0d1db0b6df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2815 | 2024.05.20 17:14:54.049390 [ 3 ] {aef3792c-6f96-412c-8472-9e0d1db0b6df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2816 | 2024.05.20 17:14:54.049799 [ 3 ] {aef3792c-6f96-412c-8472-9e0d1db0b6df} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2817 | 2024.05.20 17:14:54.049836 [ 3 ] {aef3792c-6f96-412c-8472-9e0d1db0b6df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2818 | 2024.05.20 17:14:54.050217 [ 3 ] {aef3792c-6f96-412c-8472-9e0d1db0b6df} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2819 | 2024.05.20 17:14:54.050546 [ 3 ] {aef3792c-6f96-412c-8472-9e0d1db0b6df} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2820 | 2024.05.20 17:14:54.050698 [ 3 ] {aef3792c-6f96-412c-8472-9e0d1db0b6df} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001603 sec., 123518.40299438553 rows/sec., 8.62 MiB/sec. | ||
2821 | 2024.05.20 17:14:54.050881 [ 3 ] {aef3792c-6f96-412c-8472-9e0d1db0b6df} <Debug> DynamicQueryHandler: Done processing query | ||
2822 | 2024.05.20 17:14:54.050907 [ 3 ] {aef3792c-6f96-412c-8472-9e0d1db0b6df} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2823 | 2024.05.20 17:14:54.050923 [ 3 ] {} <Debug> HTTP-Session: 2d751c94-c03d-47e0-aeb4-d18c5cca99b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2824 | 2024.05.20 17:14:54.051101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 22503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2825 | 2024.05.20 17:14:54.051150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2826 | 2024.05.20 17:14:54.051169 [ 3 ] {} <Debug> HTTP-Session: 6e505682-b6cf-47c7-8614-da9f2f6e06b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2827 | 2024.05.20 17:14:54.051186 [ 3 ] {} <Debug> HTTP-Session: 6e505682-b6cf-47c7-8614-da9f2f6e06b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2828 | 2024.05.20 17:14:54.051199 [ 3 ] {} <Debug> HTTP-Session: 6e505682-b6cf-47c7-8614-da9f2f6e06b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2829 | 2024.05.20 17:14:54.051229 [ 3 ] {} <Trace> HTTP-Session: 6e505682-b6cf-47c7-8614-da9f2f6e06b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2830 | 2024.05.20 17:14:54.051422 [ 3 ] {74274164-0f7d-42bc-943e-e2a81c906fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2831 | 2024.05.20 17:14:54.051468 [ 3 ] {74274164-0f7d-42bc-943e-e2a81c906fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2832 | 2024.05.20 17:14:54.051630 [ 3 ] {74274164-0f7d-42bc-943e-e2a81c906fc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2833 | 2024.05.20 17:14:54.052038 [ 3 ] {74274164-0f7d-42bc-943e-e2a81c906fc9} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2834 | 2024.05.20 17:14:54.052073 [ 3 ] {74274164-0f7d-42bc-943e-e2a81c906fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2835 | 2024.05.20 17:14:54.052460 [ 3 ] {74274164-0f7d-42bc-943e-e2a81c906fc9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2836 | 2024.05.20 17:14:54.052789 [ 3 ] {74274164-0f7d-42bc-943e-e2a81c906fc9} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2837 | 2024.05.20 17:14:54.052957 [ 3 ] {74274164-0f7d-42bc-943e-e2a81c906fc9} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001645 sec., 12765.95744680851 rows/sec., 17.23 MiB/sec. | ||
2838 | 2024.05.20 17:14:54.053122 [ 3 ] {74274164-0f7d-42bc-943e-e2a81c906fc9} <Debug> DynamicQueryHandler: Done processing query | ||
2839 | 2024.05.20 17:14:54.053147 [ 3 ] {74274164-0f7d-42bc-943e-e2a81c906fc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2840 | 2024.05.20 17:14:54.053163 [ 3 ] {} <Debug> HTTP-Session: 6e505682-b6cf-47c7-8614-da9f2f6e06b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2841 | 2024.05.20 17:14:54.053298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2842 | 2024.05.20 17:14:54.053344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2843 | 2024.05.20 17:14:54.053363 [ 3 ] {} <Debug> HTTP-Session: ebddfd32-6815-4efb-85ea-3b0fc13ea58f Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2844 | 2024.05.20 17:14:54.053380 [ 3 ] {} <Debug> HTTP-Session: ebddfd32-6815-4efb-85ea-3b0fc13ea58f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2845 | 2024.05.20 17:14:54.053394 [ 3 ] {} <Debug> HTTP-Session: ebddfd32-6815-4efb-85ea-3b0fc13ea58f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2846 | 2024.05.20 17:14:54.053424 [ 3 ] {} <Trace> HTTP-Session: ebddfd32-6815-4efb-85ea-3b0fc13ea58f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2847 | 2024.05.20 17:14:54.053539 [ 3 ] {06770ba5-e9a1-4f31-8188-69ae9232ef12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2848 | 2024.05.20 17:14:54.053584 [ 3 ] {06770ba5-e9a1-4f31-8188-69ae9232ef12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2849 | 2024.05.20 17:14:54.053711 [ 3 ] {06770ba5-e9a1-4f31-8188-69ae9232ef12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2850 | 2024.05.20 17:14:54.054002 [ 3 ] {06770ba5-e9a1-4f31-8188-69ae9232ef12} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2851 | 2024.05.20 17:14:54.054039 [ 3 ] {06770ba5-e9a1-4f31-8188-69ae9232ef12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2852 | 2024.05.20 17:14:54.054398 [ 3 ] {06770ba5-e9a1-4f31-8188-69ae9232ef12} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2853 | 2024.05.20 17:14:54.054708 [ 3 ] {06770ba5-e9a1-4f31-8188-69ae9232ef12} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2854 | 2024.05.20 17:14:54.054866 [ 3 ] {06770ba5-e9a1-4f31-8188-69ae9232ef12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
2855 | 2024.05.20 17:14:54.055071 [ 3 ] {06770ba5-e9a1-4f31-8188-69ae9232ef12} <Debug> DynamicQueryHandler: Done processing query | ||
2856 | 2024.05.20 17:14:54.055096 [ 3 ] {06770ba5-e9a1-4f31-8188-69ae9232ef12} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2857 | 2024.05.20 17:14:54.055112 [ 3 ] {} <Debug> HTTP-Session: ebddfd32-6815-4efb-85ea-3b0fc13ea58f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2858 | 2024.05.20 17:14:59.027327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2859 | 2024.05.20 17:14:59.027458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2860 | 2024.05.20 17:14:59.027487 [ 3 ] {} <Debug> HTTP-Session: 40f8a0ea-897f-4c4e-bce1-89d816b9f791 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2861 | 2024.05.20 17:14:59.027514 [ 3 ] {} <Debug> HTTP-Session: 40f8a0ea-897f-4c4e-bce1-89d816b9f791 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2862 | 2024.05.20 17:14:59.027531 [ 3 ] {} <Debug> HTTP-Session: 40f8a0ea-897f-4c4e-bce1-89d816b9f791 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2863 | 2024.05.20 17:14:59.027586 [ 3 ] {} <Trace> HTTP-Session: 40f8a0ea-897f-4c4e-bce1-89d816b9f791 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2864 | 2024.05.20 17:14:59.027775 [ 3 ] {427a694e-f672-4268-86f3-500a890e417c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2865 | 2024.05.20 17:14:59.027846 [ 3 ] {427a694e-f672-4268-86f3-500a890e417c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2866 | 2024.05.20 17:14:59.028059 [ 3 ] {427a694e-f672-4268-86f3-500a890e417c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2867 | 2024.05.20 17:14:59.028501 [ 3 ] {427a694e-f672-4268-86f3-500a890e417c} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2868 | 2024.05.20 17:14:59.028546 [ 3 ] {427a694e-f672-4268-86f3-500a890e417c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2869 | 2024.05.20 17:14:59.028911 [ 3 ] {427a694e-f672-4268-86f3-500a890e417c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2870 | 2024.05.20 17:14:59.029244 [ 3 ] {427a694e-f672-4268-86f3-500a890e417c} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2871 | 2024.05.20 17:14:59.029394 [ 3 ] {427a694e-f672-4268-86f3-500a890e417c} <Debug> executeQuery: Read 7 rows, 581.00 B in 0.001675 sec., 4179.10447761194 rows/sec., 338.74 KiB/sec. | ||
2872 | 2024.05.20 17:14:59.029396 [ 51 ] {} <Debug> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2873 | 2024.05.20 17:14:59.029465 [ 51 ] {} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2874 | 2024.05.20 17:14:59.029495 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2875 | 2024.05.20 17:14:59.029702 [ 3 ] {427a694e-f672-4268-86f3-500a890e417c} <Debug> DynamicQueryHandler: Done processing query | ||
2876 | 2024.05.20 17:14:59.029778 [ 3 ] {427a694e-f672-4268-86f3-500a890e417c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2877 | 2024.05.20 17:14:59.029790 [ 192 ] {d3140f12-392d-41b9-890b-01eedff87d4e::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 | ||
2878 | 2024.05.20 17:14:59.029846 [ 3 ] {} <Debug> HTTP-Session: 40f8a0ea-897f-4c4e-bce1-89d816b9f791 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2879 | 2024.05.20 17:14:59.030024 [ 192 ] {d3140f12-392d-41b9-890b-01eedff87d4e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2880 | 2024.05.20 17:14:59.030066 [ 192 ] {d3140f12-392d-41b9-890b-01eedff87d4e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
2881 | 2024.05.20 17:14:59.030121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 11067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2882 | 2024.05.20 17:14:59.030198 [ 192 ] {d3140f12-392d-41b9-890b-01eedff87d4e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part | ||
2883 | 2024.05.20 17:14:59.030292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2884 | 2024.05.20 17:14:59.030451 [ 3 ] {} <Debug> HTTP-Session: c3dd430c-1b23-4a67-926e-c8ba641fd45a Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2885 | 2024.05.20 17:14:59.030472 [ 192 ] {d3140f12-392d-41b9-890b-01eedff87d4e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part | ||
2886 | 2024.05.20 17:14:59.030511 [ 3 ] {} <Debug> HTTP-Session: c3dd430c-1b23-4a67-926e-c8ba641fd45a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2887 | 2024.05.20 17:14:59.030587 [ 3 ] {} <Debug> HTTP-Session: c3dd430c-1b23-4a67-926e-c8ba641fd45a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2888 | 2024.05.20 17:14:59.030740 [ 192 ] {d3140f12-392d-41b9-890b-01eedff87d4e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part | ||
2889 | 2024.05.20 17:14:59.030847 [ 3 ] {} <Trace> HTTP-Session: c3dd430c-1b23-4a67-926e-c8ba641fd45a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2890 | 2024.05.20 17:14:59.031061 [ 192 ] {d3140f12-392d-41b9-890b-01eedff87d4e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 21 rows starting from the beginning of the part | ||
2891 | 2024.05.20 17:14:59.031372 [ 192 ] {d3140f12-392d-41b9-890b-01eedff87d4e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 7 rows starting from the beginning of the part | ||
2892 | 2024.05.20 17:14:59.031581 [ 3 ] {de729355-48ac-4d13-b67f-4e78a5d54c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2893 | 2024.05.20 17:14:59.031827 [ 3 ] {de729355-48ac-4d13-b67f-4e78a5d54c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2894 | 2024.05.20 17:14:59.032226 [ 3 ] {de729355-48ac-4d13-b67f-4e78a5d54c05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2895 | 2024.05.20 17:14:59.033142 [ 3 ] {de729355-48ac-4d13-b67f-4e78a5d54c05} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2896 | 2024.05.20 17:14:59.033208 [ 3 ] {de729355-48ac-4d13-b67f-4e78a5d54c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2897 | 2024.05.20 17:14:59.034128 [ 3 ] {de729355-48ac-4d13-b67f-4e78a5d54c05} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2898 | 2024.05.20 17:14:59.034148 [ 197 ] {d3140f12-392d-41b9-890b-01eedff87d4e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 98 rows, containing 4 columns (4 merged, 0 gathered) in 0.00454479 sec., 21563.15253290031 rows/sec., 1.71 MiB/sec. | ||
2899 | 2024.05.20 17:14:59.034590 [ 197 ] {d3140f12-392d-41b9-890b-01eedff87d4e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2900 | 2024.05.20 17:14:59.034723 [ 3 ] {de729355-48ac-4d13-b67f-4e78a5d54c05} <Trace> oximeter.fields_string (d5fdf66c-a1f9-492b-b7f9-d4e7ac889aec): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2901 | 2024.05.20 17:14:59.035020 [ 3 ] {de729355-48ac-4d13-b67f-4e78a5d54c05} <Debug> executeQuery: Read 77 rows, 6.35 KiB in 0.003725 sec., 20671.140939597317 rows/sec., 1.67 MiB/sec. | ||
2902 | 2024.05.20 17:14:59.035480 [ 3 ] {de729355-48ac-4d13-b67f-4e78a5d54c05} <Debug> DynamicQueryHandler: Done processing query | ||
2903 | 2024.05.20 17:14:59.035513 [ 3 ] {de729355-48ac-4d13-b67f-4e78a5d54c05} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2904 | 2024.05.20 17:14:59.035550 [ 3 ] {} <Debug> HTTP-Session: c3dd430c-1b23-4a67-926e-c8ba641fd45a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2905 | 2024.05.20 17:14:59.035631 [ 197 ] {d3140f12-392d-41b9-890b-01eedff87d4e::all_1_6_1} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2906 | 2024.05.20 17:14:59.035747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 12079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2907 | 2024.05.20 17:14:59.035760 [ 197 ] {d3140f12-392d-41b9-890b-01eedff87d4e::all_1_6_1} <Trace> oximeter.fields_i64 (d3140f12-392d-41b9-890b-01eedff87d4e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2908 | 2024.05.20 17:14:59.035844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2909 | 2024.05.20 17:14:59.035911 [ 3 ] {} <Debug> HTTP-Session: ca66ee57-3b1d-4b20-b0e6-da3b668e1330 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2910 | 2024.05.20 17:14:59.035935 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2911 | 2024.05.20 17:14:59.035942 [ 3 ] {} <Debug> HTTP-Session: ca66ee57-3b1d-4b20-b0e6-da3b668e1330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2912 | 2024.05.20 17:14:59.035982 [ 3 ] {} <Debug> HTTP-Session: ca66ee57-3b1d-4b20-b0e6-da3b668e1330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2913 | 2024.05.20 17:14:59.036017 [ 3 ] {} <Trace> HTTP-Session: ca66ee57-3b1d-4b20-b0e6-da3b668e1330 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2914 | 2024.05.20 17:14:59.036159 [ 3 ] {9fb9c274-d2f0-48e8-9ffc-79f378a41930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2915 | 2024.05.20 17:14:59.036202 [ 3 ] {9fb9c274-d2f0-48e8-9ffc-79f378a41930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2916 | 2024.05.20 17:14:59.036350 [ 3 ] {9fb9c274-d2f0-48e8-9ffc-79f378a41930} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2917 | 2024.05.20 17:14:59.036689 [ 3 ] {9fb9c274-d2f0-48e8-9ffc-79f378a41930} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2918 | 2024.05.20 17:14:59.036725 [ 3 ] {9fb9c274-d2f0-48e8-9ffc-79f378a41930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2919 | 2024.05.20 17:14:59.037051 [ 3 ] {9fb9c274-d2f0-48e8-9ffc-79f378a41930} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2920 | 2024.05.20 17:14:59.037353 [ 3 ] {9fb9c274-d2f0-48e8-9ffc-79f378a41930} <Trace> oximeter.fields_uuid (1c045144-977c-4648-9490-ef402f1e5a6c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2921 | 2024.05.20 17:14:59.037482 [ 3 ] {9fb9c274-d2f0-48e8-9ffc-79f378a41930} <Debug> executeQuery: Read 71 rows, 5.68 KiB in 0.001382 sec., 51374.819102749636 rows/sec., 4.01 MiB/sec. | ||
2922 | 2024.05.20 17:14:59.037648 [ 3 ] {9fb9c274-d2f0-48e8-9ffc-79f378a41930} <Debug> DynamicQueryHandler: Done processing query | ||
2923 | 2024.05.20 17:14:59.037673 [ 3 ] {9fb9c274-d2f0-48e8-9ffc-79f378a41930} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2924 | 2024.05.20 17:14:59.037690 [ 3 ] {} <Debug> HTTP-Session: ca66ee57-3b1d-4b20-b0e6-da3b668e1330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2925 | 2024.05.20 17:14:59.037883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2926 | 2024.05.20 17:14:59.037932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2927 | 2024.05.20 17:14:59.037951 [ 3 ] {} <Debug> HTTP-Session: 7e64836f-cddb-443f-9546-bd1c83606524 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2928 | 2024.05.20 17:14:59.037968 [ 3 ] {} <Debug> HTTP-Session: 7e64836f-cddb-443f-9546-bd1c83606524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2929 | 2024.05.20 17:14:59.037982 [ 3 ] {} <Debug> HTTP-Session: 7e64836f-cddb-443f-9546-bd1c83606524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2930 | 2024.05.20 17:14:59.038013 [ 3 ] {} <Trace> HTTP-Session: 7e64836f-cddb-443f-9546-bd1c83606524 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2931 | 2024.05.20 17:14:59.038167 [ 3 ] {ee2ee020-7698-48db-baa9-e4212c04068f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2932 | 2024.05.20 17:14:59.038215 [ 3 ] {ee2ee020-7698-48db-baa9-e4212c04068f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2933 | 2024.05.20 17:14:59.038359 [ 3 ] {ee2ee020-7698-48db-baa9-e4212c04068f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2934 | 2024.05.20 17:14:59.038745 [ 3 ] {ee2ee020-7698-48db-baa9-e4212c04068f} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2935 | 2024.05.20 17:14:59.038780 [ 3 ] {ee2ee020-7698-48db-baa9-e4212c04068f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2936 | 2024.05.20 17:14:59.039163 [ 3 ] {ee2ee020-7698-48db-baa9-e4212c04068f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2937 | 2024.05.20 17:14:59.039495 [ 3 ] {ee2ee020-7698-48db-baa9-e4212c04068f} <Trace> oximeter.measurements_cumulativeu64 (3ce1b101-aa76-4acc-a49a-63d03edac8b6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2938 | 2024.05.20 17:14:59.039628 [ 3 ] {ee2ee020-7698-48db-baa9-e4212c04068f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. | ||
2939 | 2024.05.20 17:14:59.039795 [ 3 ] {ee2ee020-7698-48db-baa9-e4212c04068f} <Debug> DynamicQueryHandler: Done processing query | ||
2940 | 2024.05.20 17:14:59.039819 [ 3 ] {ee2ee020-7698-48db-baa9-e4212c04068f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2941 | 2024.05.20 17:14:59.039836 [ 3 ] {} <Debug> HTTP-Session: 7e64836f-cddb-443f-9546-bd1c83606524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2942 | 2024.05.20 17:14:59.040004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 7547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2943 | 2024.05.20 17:14:59.040053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2944 | 2024.05.20 17:14:59.040073 [ 3 ] {} <Debug> HTTP-Session: 5d1a6414-4305-4b0f-b541-fdb92dde97a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2945 | 2024.05.20 17:14:59.040090 [ 3 ] {} <Debug> HTTP-Session: 5d1a6414-4305-4b0f-b541-fdb92dde97a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2946 | 2024.05.20 17:14:59.040104 [ 3 ] {} <Debug> HTTP-Session: 5d1a6414-4305-4b0f-b541-fdb92dde97a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2947 | 2024.05.20 17:14:59.040135 [ 3 ] {} <Trace> HTTP-Session: 5d1a6414-4305-4b0f-b541-fdb92dde97a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2948 | 2024.05.20 17:14:59.040276 [ 3 ] {f15b7781-fc0a-4bb8-8a77-664d97219455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2949 | 2024.05.20 17:14:59.040324 [ 3 ] {f15b7781-fc0a-4bb8-8a77-664d97219455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2950 | 2024.05.20 17:14:59.040478 [ 3 ] {f15b7781-fc0a-4bb8-8a77-664d97219455} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2951 | 2024.05.20 17:14:59.040814 [ 3 ] {f15b7781-fc0a-4bb8-8a77-664d97219455} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2952 | 2024.05.20 17:14:59.040849 [ 3 ] {f15b7781-fc0a-4bb8-8a77-664d97219455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2953 | 2024.05.20 17:14:59.041241 [ 3 ] {f15b7781-fc0a-4bb8-8a77-664d97219455} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2954 | 2024.05.20 17:14:59.041583 [ 3 ] {f15b7781-fc0a-4bb8-8a77-664d97219455} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2955 | 2024.05.20 17:14:59.041702 [ 51 ] {} <Debug> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2956 | 2024.05.20 17:14:59.041712 [ 3 ] {f15b7781-fc0a-4bb8-8a77-664d97219455} <Debug> executeQuery: Read 7 rows, 9.67 KiB in 0.001506 sec., 4648.074369189907 rows/sec., 6.27 MiB/sec. | ||
2957 | 2024.05.20 17:14:59.041742 [ 51 ] {} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2958 | 2024.05.20 17:14:59.041784 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2959 | 2024.05.20 17:14:59.041967 [ 3 ] {f15b7781-fc0a-4bb8-8a77-664d97219455} <Debug> DynamicQueryHandler: Done processing query | ||
2960 | 2024.05.20 17:14:59.042016 [ 3 ] {f15b7781-fc0a-4bb8-8a77-664d97219455} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2961 | 2024.05.20 17:14:59.042032 [ 192 ] {16350609-f6b2-48c2-9490-944e83e65ce8::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 | ||
2962 | 2024.05.20 17:14:59.042047 [ 3 ] {} <Debug> HTTP-Session: 5d1a6414-4305-4b0f-b541-fdb92dde97a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2963 | 2024.05.20 17:14:59.042308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52798, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2964 | 2024.05.20 17:14:59.042431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2965 | 2024.05.20 17:14:59.042492 [ 3 ] {} <Debug> HTTP-Session: 41fc7a5f-6820-40e5-8cab-65d71260f351 Authenticating user 'default' from [fd00:1122:3344:101::d]:52798 | ||
2966 | 2024.05.20 17:14:59.042540 [ 3 ] {} <Debug> HTTP-Session: 41fc7a5f-6820-40e5-8cab-65d71260f351 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2967 | 2024.05.20 17:14:59.042540 [ 192 ] {16350609-f6b2-48c2-9490-944e83e65ce8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2968 | 2024.05.20 17:14:59.042564 [ 3 ] {} <Debug> HTTP-Session: 41fc7a5f-6820-40e5-8cab-65d71260f351 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2969 | 2024.05.20 17:14:59.042616 [ 192 ] {16350609-f6b2-48c2-9490-944e83e65ce8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
2970 | 2024.05.20 17:14:59.042636 [ 3 ] {} <Trace> HTTP-Session: 41fc7a5f-6820-40e5-8cab-65d71260f351 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2971 | 2024.05.20 17:14:59.042827 [ 192 ] {16350609-f6b2-48c2-9490-944e83e65ce8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part | ||
2972 | 2024.05.20 17:14:59.043217 [ 192 ] {16350609-f6b2-48c2-9490-944e83e65ce8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part | ||
2973 | 2024.05.20 17:14:59.043229 [ 3 ] {7c5c8a8a-853f-4e9c-9a2b-75b80b366542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52798) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2974 | 2024.05.20 17:14:59.043449 [ 3 ] {7c5c8a8a-853f-4e9c-9a2b-75b80b366542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2975 | 2024.05.20 17:14:59.043529 [ 192 ] {16350609-f6b2-48c2-9490-944e83e65ce8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part | ||
2976 | 2024.05.20 17:14:59.043905 [ 192 ] {16350609-f6b2-48c2-9490-944e83e65ce8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 21 rows starting from the beginning of the part | ||
2977 | 2024.05.20 17:14:59.044300 [ 192 ] {16350609-f6b2-48c2-9490-944e83e65ce8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 7 rows starting from the beginning of the part | ||
2978 | 2024.05.20 17:14:59.044685 [ 3 ] {7c5c8a8a-853f-4e9c-9a2b-75b80b366542} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2979 | 2024.05.20 17:14:59.045543 [ 3 ] {7c5c8a8a-853f-4e9c-9a2b-75b80b366542} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2980 | 2024.05.20 17:14:59.045602 [ 3 ] {7c5c8a8a-853f-4e9c-9a2b-75b80b366542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
2981 | 2024.05.20 17:14:59.046697 [ 3 ] {7c5c8a8a-853f-4e9c-9a2b-75b80b366542} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2982 | 2024.05.20 17:14:59.047701 [ 3 ] {7c5c8a8a-853f-4e9c-9a2b-75b80b366542} <Trace> oximeter.measurements_u64 (5045cb58-67b5-4058-a87d-e4c73c28cfa9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2983 | 2024.05.20 17:14:59.048043 [ 3 ] {7c5c8a8a-853f-4e9c-9a2b-75b80b366542} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005176 sec., 11591.962905718701 rows/sec., 799.97 KiB/sec. | ||
2984 | 2024.05.20 17:14:59.048569 [ 192 ] {16350609-f6b2-48c2-9490-944e83e65ce8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 98 rows, containing 6 columns (6 merged, 0 gathered) in 0.006671157 sec., 14690.105479454314 rows/sec., 19.82 MiB/sec. | ||
2985 | 2024.05.20 17:14:59.048713 [ 3 ] {7c5c8a8a-853f-4e9c-9a2b-75b80b366542} <Debug> DynamicQueryHandler: Done processing query | ||
2986 | 2024.05.20 17:14:59.048751 [ 3 ] {7c5c8a8a-853f-4e9c-9a2b-75b80b366542} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2987 | 2024.05.20 17:14:59.048790 [ 3 ] {} <Debug> HTTP-Session: 41fc7a5f-6820-40e5-8cab-65d71260f351 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2988 | 2024.05.20 17:14:59.048879 [ 192 ] {16350609-f6b2-48c2-9490-944e83e65ce8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2989 | 2024.05.20 17:14:59.049302 [ 192 ] {16350609-f6b2-48c2-9490-944e83e65ce8::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2990 | 2024.05.20 17:14:59.049379 [ 192 ] {16350609-f6b2-48c2-9490-944e83e65ce8::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (16350609-f6b2-48c2-9490-944e83e65ce8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2991 | 2024.05.20 17:14:59.049465 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. |